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 02e0f51 commit 881b3baCopy full SHA for 881b3ba
go.mod
@@ -2,14 +2,17 @@ module gitlab-sync
2
3
go 1.23.7
4
5
+require (
6
+ github.com/spf13/cobra v1.9.1
7
+ gitlab.com/gitlab-org/api/client-go v0.126.0
8
+)
9
+
10
require (
11
github.com/google/go-querystring v1.1.0 // indirect
12
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
13
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
14
github.com/inconshreveable/mousetrap v1.1.0 // indirect
- github.com/spf13/cobra v1.9.1 // indirect
15
github.com/spf13/pflag v1.0.6 // indirect
- gitlab.com/gitlab-org/api/client-go v0.126.0 // indirect
16
golang.org/x/oauth2 v0.25.0 // indirect
17
golang.org/x/time v0.10.0 // indirect
18
)
0 commit comments