Skip to content

Commit c55778a

Browse files
committed
fix: cleanup go.mod dependencies
1 parent 46415aa commit c55778a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

go.mod

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,17 @@ module gitlab-sync
22

33
go 1.23.7
44

5+
require (
6+
github.com/spf13/cobra v1.9.1
7+
gitlab.com/gitlab-org/api/client-go v0.126.0
8+
)
9+
510
require (
611
github.com/google/go-querystring v1.1.0 // indirect
712
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
813
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
914
github.com/inconshreveable/mousetrap v1.1.0 // indirect
10-
github.com/spf13/cobra v1.9.1 // indirect
1115
github.com/spf13/pflag v1.0.6 // indirect
12-
gitlab.com/gitlab-org/api/client-go v0.126.0 // indirect
1316
golang.org/x/oauth2 v0.25.0 // indirect
1417
golang.org/x/time v0.10.0 // indirect
1518
)

0 commit comments

Comments
 (0)