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
|
module code.forgejo.org/f3/gof3/v3
go 1.24
toolchain go1.24.3
require (
github.com/42wim/httpsig v1.2.3
github.com/davidmz/go-pageant v1.0.2
github.com/google/go-cmp v0.7.0
github.com/hashicorp/go-version v1.7.0
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2
github.com/stretchr/testify v1.10.0
github.com/urfave/cli/v3 v3.3.3
gitlab.com/gitlab-org/api/client-go v0.129.0
golang.org/x/crypto v0.38.0
)
require (
github.com/davecgh/go-spew v1.1.1 // 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.7 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/oauth2 v0.30.0 // indirect
golang.org/x/sys v0.33.0 // indirect
golang.org/x/text v0.25.0 // indirect
golang.org/x/time v0.11.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
|