cdglab/go.mod
cdryzun 95847ff050
Some checks failed
Release / release (push) Failing after 5m5s
first commit
2023-12-23 18:36:28 +08:00

23 lines
663 B
Modula-2

module git.treesir.pub/cdryzun/cdglab
go 1.19
require (
github.com/spf13/cobra v1.8.0
github.com/xanzy/go-gitlab v0.95.2
)
require (
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/spf13/pflag v1.0.5 // indirect
golang.org/x/net v0.8.0 // indirect
golang.org/x/oauth2 v0.6.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
)