26 lines
832 B
Modula-2
26 lines
832 B
Modula-2
module github.com/harrisoncramer/gitlab.nvim
|
|
|
|
go 1.25.1
|
|
|
|
require (
|
|
github.com/go-playground/validator/v10 v10.22.1
|
|
github.com/hashicorp/go-retryablehttp v0.7.8
|
|
gitlab.com/gitlab-org/api/client-go v1.17.0
|
|
)
|
|
|
|
require (
|
|
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
|
|
github.com/go-playground/locales v0.14.1 // indirect
|
|
github.com/go-playground/universal-translator v0.18.1 // indirect
|
|
github.com/google/go-cmp v0.7.0 // indirect
|
|
github.com/google/go-querystring v1.2.0 // indirect
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
|
github.com/leodido/go-urn v1.4.0 // indirect
|
|
golang.org/x/crypto v0.19.0 // indirect
|
|
golang.org/x/net v0.21.0 // indirect
|
|
golang.org/x/oauth2 v0.34.0 // indirect
|
|
golang.org/x/sys v0.39.0 // indirect
|
|
golang.org/x/text v0.32.0 // indirect
|
|
golang.org/x/time v0.14.0 // indirect
|
|
)
|