We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d5ea34 commit abd72a7Copy full SHA for abd72a7
1 file changed
go.mod
@@ -1,9 +1,10 @@
1
-module github.com/cloudquery/license
+module github.com/cloudquery/licenser
2
3
go 1.23.0
4
5
require (
6
github.com/google/go-licenses v1.6.0
7
+ github.com/spf13/cobra v1.6.0
8
golang.org/x/sync v0.9.0
9
)
10
@@ -18,7 +19,6 @@ require (
18
19
github.com/mitchellh/go-homedir v1.1.0 // indirect
20
github.com/otiai10/copy v1.6.0 // indirect
21
github.com/sergi/go-diff v1.2.0 // indirect
- github.com/spf13/cobra v1.6.0 // indirect
22
github.com/spf13/pflag v1.0.5 // indirect
23
github.com/src-d/gcfg v1.4.0 // indirect
24
github.com/xanzy/ssh-agent v0.2.1 // indirect
0 commit comments