2023-09-18 00:36:30 +00:00
|
|
|
module k8s.io/ingress-nginx/magefiles
|
2022-11-11 14:23:19 +00:00
|
|
|
|
2025-02-05 08:32:02 +00:00
|
|
|
go 1.23.6
|
2022-11-11 14:23:19 +00: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-18 00:36:30 +00:00
|
|
|
github.com/magefile/mage v1.15.0
|
2022-11-11 14:23:19 +00:00
|
|
|
github.com/vmware-labs/yaml-jsonpath v0.3.2
|
2024-03-29 12:39:28 +00:00
|
|
|
golang.org/x/oauth2 v0.18.0
|
2022-11-11 14:23:19 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2023-09-18 00:36:30 +00:00
|
|
|
github.com/BurntSushi/toml v1.3.2 // indirect
|
2022-11-11 14:23:19 +00:00
|
|
|
github.com/Masterminds/semver v1.5.0 // indirect
|
2023-09-07 20:42:52 +00:00
|
|
|
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
|
2022-11-11 14:23:19 +00:00
|
|
|
github.com/dprotaso/go-yit v0.0.0-20191028211022-135eb7262960 // indirect
|
2023-11-03 13:46:32 +00:00
|
|
|
github.com/fsnotify/fsnotify v1.7.0 // indirect
|
2022-11-11 14:23:19 +00:00
|
|
|
github.com/ghodss/yaml v1.0.0 // indirect
|
|
|
|
github.com/gobwas/glob v0.2.3 // indirect
|
2024-03-29 12:39:28 +00:00
|
|
|
github.com/golang/protobuf v1.5.4 // indirect
|
2022-11-11 14:23:19 +00:00
|
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
2024-02-27 17:52:42 +00:00
|
|
|
github.com/kr/text v0.2.0 // indirect
|
2023-10-11 14:16:11 +00:00
|
|
|
github.com/onsi/ginkgo v1.16.5 // indirect
|
2024-02-27 17:52:42 +00:00
|
|
|
github.com/onsi/gomega v1.30.0 // indirect
|
2023-09-18 00:36:30 +00:00
|
|
|
github.com/rogpeppe/go-internal v1.11.0 // indirect
|
2024-02-27 17:52:42 +00:00
|
|
|
github.com/sergi/go-diff v1.3.1 // indirect
|
2024-03-29 12:39:28 +00:00
|
|
|
github.com/stretchr/testify v1.9.0 // indirect
|
2024-12-12 10:00:25 +00:00
|
|
|
golang.org/x/crypto v0.31.0 // indirect
|
2024-02-27 17:52:42 +00:00
|
|
|
google.golang.org/appengine v1.6.8 // indirect
|
2024-03-14 14:29:03 +00:00
|
|
|
google.golang.org/protobuf v1.33.0 // indirect
|
2023-10-11 14:16:11 +00:00
|
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
2022-11-11 14:23:19 +00:00
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
2024-03-29 12:39:28 +00:00
|
|
|
k8s.io/apimachinery v0.29.3 // indirect
|
2022-11-11 14:23:19 +00:00
|
|
|
k8s.io/helm v2.17.0+incompatible // indirect
|
|
|
|
)
|