We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d53c209 commit a769e18Copy full SHA for a769e18
pkg/portal/lib/plan/deps.go
@@ -1,8 +1,9 @@
1
package plan
2
3
import (
4
- configplan "github.com/authgear/authgear-server/pkg/lib/config/plan"
5
"github.com/google/wire"
+
6
+ configplan "github.com/authgear/authgear-server/pkg/lib/config/plan"
7
)
8
9
var DependencySet = wire.NewSet(
0 commit comments