Skip to content

Commit

Permalink
fix imports grouping in manager.go
Browse files Browse the repository at this point in the history
  • Loading branch information
cfryanr committed Sep 11, 2023
1 parent 8faf3b0 commit 4c2e9b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/federationdomain/endpointsmanager/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
package endpointsmanager

import (
"go.pinniped.dev/internal/httputil/requestutil"
"net/http"
"strings"
"sync"
Expand All @@ -26,6 +25,7 @@ import (
"go.pinniped.dev/internal/federationdomain/oidc"
"go.pinniped.dev/internal/federationdomain/oidcclientvalidator"
"go.pinniped.dev/internal/federationdomain/storage"
"go.pinniped.dev/internal/httputil/requestutil"
"go.pinniped.dev/internal/plog"
"go.pinniped.dev/internal/secret"
"go.pinniped.dev/pkg/oidcclient/nonce"
Expand Down

0 comments on commit 4c2e9b2

Please sign in to comment.