2023-09-17 21:36:30 -03:00
|
|
|
module k8s.io/ingress-nginx/magefiles
|
2022-11-11 09:23:19 -05:00
|
|
|
|
2023-12-07 19:52:14 -05:00
|
|
|
go 1.21.5
|
2022-11-11 09:23:19 -05:00
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/blang/semver/v4 v4.0.0
|
|
|
|
|
github.com/google/go-github/v48 v48.2.0
|
|
|
|
|
github.com/helm/helm v2.17.0+incompatible
|
2023-09-17 21:36:30 -03:00
|
|
|
github.com/magefile/mage v1.15.0
|
2022-11-11 09:23:19 -05:00
|
|
|
github.com/vmware-labs/yaml-jsonpath v0.3.2
|
2023-09-17 21:36:30 -03:00
|
|
|
golang.org/x/oauth2 v0.12.0
|
2022-11-11 09:23:19 -05:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
2023-09-17 21:36:30 -03:00
|
|
|
github.com/BurntSushi/toml v1.3.2 // indirect
|
2022-11-11 09:23:19 -05:00
|
|
|
github.com/Masterminds/semver v1.5.0 // indirect
|
2023-09-07 17:42:52 -03:00
|
|
|
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
|
2022-11-11 09:23:19 -05:00
|
|
|
github.com/dprotaso/go-yit v0.0.0-20191028211022-135eb7262960 // indirect
|
2023-11-03 10:46:32 -03:00
|
|
|
github.com/fsnotify/fsnotify v1.7.0 // indirect
|
2022-11-11 09:23:19 -05:00
|
|
|
github.com/ghodss/yaml v1.0.0 // indirect
|
|
|
|
|
github.com/gobwas/glob v0.2.3 // indirect
|
2023-09-17 21:36:30 -03:00
|
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
2022-11-11 09:23:19 -05:00
|
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
2023-10-11 11:16:11 -03:00
|
|
|
github.com/kr/pretty v0.3.1 // indirect
|
|
|
|
|
github.com/onsi/ginkgo v1.16.5 // indirect
|
|
|
|
|
github.com/onsi/gomega v1.27.10 // indirect
|
2023-09-17 21:36:30 -03:00
|
|
|
github.com/rogpeppe/go-internal v1.11.0 // indirect
|
2023-10-11 11:16:11 -03:00
|
|
|
github.com/stretchr/testify v1.8.4 // indirect
|
|
|
|
|
golang.org/x/crypto v0.14.0 // indirect
|
2023-10-16 20:10:16 -03:00
|
|
|
golang.org/x/net v0.17.0 // indirect
|
2022-11-11 09:23:19 -05:00
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
2023-09-17 21:36:30 -03:00
|
|
|
google.golang.org/protobuf v1.31.0 // indirect
|
2023-10-11 11:16:11 -03:00
|
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
2022-11-11 09:23:19 -05:00
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
2023-10-11 11:16:11 -03:00
|
|
|
k8s.io/apimachinery v0.27.6 // indirect
|
2022-11-11 09:23:19 -05:00
|
|
|
k8s.io/helm v2.17.0+incompatible // indirect
|
|
|
|
|
)
|