This repository was archived by the owner on May 1, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
42 lines (38 loc) · 1.55 KB
/
go.mod
File metadata and controls
42 lines (38 loc) · 1.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
module github.com/Method-Security/gitlabctl
go 1.22
toolchain go1.22.4
require (
github.com/Method-Security/pkg v0.0.2
github.com/palantir/pkg/datetime v1.1.0
github.com/palantir/witchcraft-go-logging v1.51.0
github.com/spf13/cobra v1.8.0
github.com/xanzy/go-gitlab v0.103.0
)
require (
github.com/fatih/color v1.15.0 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-retryablehttp v0.7.2 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/palantir/pkg v1.1.0 // indirect
github.com/palantir/pkg/bytesbuffers v1.2.0 // indirect
github.com/palantir/pkg/safejson v1.1.0 // indirect
github.com/palantir/pkg/safelong v1.1.0 // indirect
github.com/palantir/pkg/safeyaml v1.1.0 // indirect
github.com/palantir/pkg/transform v1.1.0 // indirect
github.com/palantir/witchcraft-go-error v1.34.0 // indirect
github.com/palantir/witchcraft-go-params v1.31.0 // indirect
github.com/palantir/witchcraft-go-tracing v1.33.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/stretchr/testify v1.9.0 // indirect
golang.org/x/net v0.8.0 // indirect
golang.org/x/oauth2 v0.6.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/time v0.3.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.29.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)