|
@@ -49,6 +49,8 @@ require (
|
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
|
inet.af/netaddr v0.0.0-20230525184311-b8eac61e914a
|
|
inet.af/netaddr v0.0.0-20230525184311-b8eac61e914a
|
|
|
|
|
+ k8s.io/apimachinery v0.28.6
|
|
|
|
|
+ k8s.io/client-go v0.28.6
|
|
|
)
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
require (
|
|
@@ -82,6 +84,7 @@ require (
|
|
|
github.com/docker/go-connections v0.4.0 // indirect
|
|
github.com/docker/go-connections v0.4.0 // indirect
|
|
|
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c // indirect
|
|
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c // indirect
|
|
|
github.com/docker/go-units v0.5.0 // indirect
|
|
github.com/docker/go-units v0.5.0 // indirect
|
|
|
|
|
+ github.com/emicklei/go-restful/v3 v3.11.0 // indirect
|
|
|
github.com/felixge/httpsnoop v1.0.4 // indirect
|
|
github.com/felixge/httpsnoop v1.0.4 // indirect
|
|
|
github.com/fsnotify/fsnotify v1.7.0 // indirect
|
|
github.com/fsnotify/fsnotify v1.7.0 // indirect
|
|
|
github.com/go-logfmt/logfmt v0.6.0 // indirect
|
|
github.com/go-logfmt/logfmt v0.6.0 // indirect
|
|
@@ -104,7 +107,9 @@ require (
|
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
|
github.com/golang/snappy v0.0.4 // indirect
|
|
github.com/golang/snappy v0.0.4 // indirect
|
|
|
|
|
+ github.com/google/gnostic-models v0.6.8 // indirect
|
|
|
github.com/google/go-cmp v0.6.0 // indirect
|
|
github.com/google/go-cmp v0.6.0 // indirect
|
|
|
|
|
+ github.com/google/gofuzz v1.2.0 // indirect
|
|
|
github.com/google/pprof v0.0.0-20240117000934-35fc243c5815 // indirect
|
|
github.com/google/pprof v0.0.0-20240117000934-35fc243c5815 // indirect
|
|
|
github.com/google/uuid v1.5.0 // indirect
|
|
github.com/google/uuid v1.5.0 // indirect
|
|
|
github.com/grafana/regexp v0.0.0-20221123153739-15dc172cd2db // indirect
|
|
github.com/grafana/regexp v0.0.0-20221123153739-15dc172cd2db // indirect
|
|
@@ -134,6 +139,7 @@ require (
|
|
|
github.com/moby/term v0.5.0 // indirect
|
|
github.com/moby/term v0.5.0 // indirect
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
|
|
|
+ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
|
|
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
|
|
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
|
|
|
github.com/oklog/ulid v1.3.1 // indirect
|
|
github.com/oklog/ulid v1.3.1 // indirect
|
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
|
@@ -177,6 +183,7 @@ require (
|
|
|
golang.org/x/exp v0.0.0-20240119083558-1b970713d09a // indirect
|
|
golang.org/x/exp v0.0.0-20240119083558-1b970713d09a // indirect
|
|
|
golang.org/x/oauth2 v0.16.0 // indirect
|
|
golang.org/x/oauth2 v0.16.0 // indirect
|
|
|
golang.org/x/sync v0.6.0 // indirect
|
|
golang.org/x/sync v0.6.0 // indirect
|
|
|
|
|
+ golang.org/x/term v0.18.0 // indirect
|
|
|
golang.org/x/text v0.14.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
|
golang.org/x/tools v0.19.0 // indirect
|
|
golang.org/x/tools v0.19.0 // indirect
|
|
|
google.golang.org/appengine v1.6.8 // indirect
|
|
google.golang.org/appengine v1.6.8 // indirect
|
|
@@ -184,12 +191,16 @@ require (
|
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240116215550-a9fa1716bcac // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240116215550-a9fa1716bcac // indirect
|
|
|
google.golang.org/grpc v1.61.0 // indirect
|
|
google.golang.org/grpc v1.61.0 // indirect
|
|
|
google.golang.org/protobuf v1.32.0 // indirect
|
|
google.golang.org/protobuf v1.32.0 // indirect
|
|
|
|
|
+ gopkg.in/inf.v0 v0.9.1 // indirect
|
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
|
- k8s.io/apimachinery v0.28.6 // indirect
|
|
|
|
|
- k8s.io/client-go v0.28.6 // indirect
|
|
|
|
|
|
|
+ k8s.io/api v0.28.6 // indirect
|
|
|
k8s.io/klog/v2 v2.120.1 // indirect
|
|
k8s.io/klog/v2 v2.120.1 // indirect
|
|
|
|
|
+ k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect
|
|
|
k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
|
|
k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
|
|
|
|
|
+ sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
|
|
|
|
|
+ sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
|
|
|
|
|
+ sigs.k8s.io/yaml v1.3.0 // indirect
|
|
|
)
|
|
)
|
|
|
|
|
|
|
|
replace (
|
|
replace (
|