Skip to content

Commit abd72a7

Browse files
committed
feat: rename module
1 parent 2d5ea34 commit abd72a7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
module github.com/cloudquery/license
1+
module github.com/cloudquery/licenser
22

33
go 1.23.0
44

55
require (
66
github.com/google/go-licenses v1.6.0
7+
github.com/spf13/cobra v1.6.0
78
golang.org/x/sync v0.9.0
89
)
910

@@ -18,7 +19,6 @@ require (
1819
github.com/mitchellh/go-homedir v1.1.0 // indirect
1920
github.com/otiai10/copy v1.6.0 // indirect
2021
github.com/sergi/go-diff v1.2.0 // indirect
21-
github.com/spf13/cobra v1.6.0 // indirect
2222
github.com/spf13/pflag v1.0.5 // indirect
2323
github.com/src-d/gcfg v1.4.0 // indirect
2424
github.com/xanzy/ssh-agent v0.2.1 // indirect

0 commit comments

Comments
 (0)