30 lines
884 B
Modula-2
30 lines
884 B
Modula-2
module code.forgejo.org/f3/gof3/v3
|
|
|
|
go 1.24
|
|
|
|
toolchain go1.24.2
|
|
|
|
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.1
|
|
github.com/stretchr/testify v1.10.0
|
|
github.com/urfave/cli/v3 v3.3.2
|
|
gitlab.com/gitlab-org/api/client-go v0.128.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.25.0 // indirect
|
|
golang.org/x/sys v0.33.0 // indirect
|
|
golang.org/x/text v0.25.0 // indirect
|
|
golang.org/x/time v0.10.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|