@@ -4,16 +4,16 @@ go 1.18
44
55require (
66 github.com/google/go-cmp v0.5.8
7- github.com/onsi/ginkgo/v2 v2.1.4
8- github.com/onsi/gomega v1.19.0
9- k8s.io/api v0.24 .2
10- k8s.io/apimachinery v0.24 .2
11- k8s.io/client-go v0.24 .2
7+ github.com/onsi/ginkgo/v2 v2.1.6
8+ github.com/onsi/gomega v1.20.1
9+ k8s.io/api v0.25 .2
10+ k8s.io/apimachinery v0.25 .2
11+ k8s.io/client-go v0.25 .2
1212 k8s.io/klog/v2 v2.70.1
1313 sigs.k8s.io/controller-runtime v0.12.2
1414)
1515
16- require go.goms.io/fleet v0.3.0
16+ require go.goms.io/fleet v0.6.1
1717
1818replace (
1919 // https://nvd.nist.gov/vuln/detail/CVE-2022-1996
@@ -33,8 +33,8 @@ replace (
3333require (
3434 cloud.google.com/go v0.99.0 // indirect
3535 github.com/Azure/go-autorest v14.2.0+incompatible // indirect
36- github.com/Azure/go-autorest/autorest v0.11.18 // indirect
37- github.com/Azure/go-autorest/autorest/adal v0.9.13 // indirect
36+ github.com/Azure/go-autorest/autorest v0.11.27 // indirect
37+ github.com/Azure/go-autorest/autorest/adal v0.9.20 // indirect
3838 github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
3939 github.com/Azure/go-autorest/logger v0.2.1 // indirect
4040 github.com/Azure/go-autorest/tracing v0.6.0 // indirect
@@ -43,16 +43,16 @@ require (
4343 github.com/beorn7/perks v1.0.1 // indirect
4444 github.com/cespare/xxhash/v2 v2.1.2 // indirect
4545 github.com/davecgh/go-spew v1.1.1 // indirect
46- github.com/emicklei/go-restful v2.9.5+incompatible // indirect
46+ github.com/emicklei/go-restful/v3 v3.8.0 // indirect
4747 github.com/evanphx/json-patch v4.12.0+incompatible // indirect
48- github.com/form3tech-oss/jwt-go v3.2.3+incompatible // indirect
4948 github.com/fsnotify/fsnotify v1.5.1 // indirect
50- github.com/go-logr/logr v1.2.0 // indirect
49+ github.com/go-logr/logr v1.2.3 // indirect
5150 github.com/go-logr/zapr v1.2.0 // indirect
5251 github.com/go-openapi/jsonpointer v0.19.5 // indirect
5352 github.com/go-openapi/jsonreference v0.19.6 // indirect
5453 github.com/go-openapi/swag v0.21.1 // indirect
5554 github.com/gogo/protobuf v1.3.2 // indirect
55+ github.com/golang-jwt/jwt/v4 v4.2.0 // indirect
5656 github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
5757 github.com/golang/protobuf v1.5.2 // indirect
5858 github.com/google/gnostic v0.5.7-v3refs // indirect
@@ -75,24 +75,24 @@ require (
7575 go.uber.org/atomic v1.9.0 // indirect
7676 go.uber.org/multierr v1.6.0 // indirect
7777 go.uber.org/zap v1.19.1 // indirect
78- golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect
79- golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
78+ golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd // indirect
79+ golang.org/x/net v0.0.0-20220909164309-bea034e7d591 // indirect
8080 golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
81- golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
81+ golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
8282 golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
8383 golang.org/x/text v0.3.7 // indirect
8484 golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
8585 gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
8686 google.golang.org/appengine v1.6.7 // indirect
87- google.golang.org/protobuf v1.27.1 // indirect
87+ google.golang.org/protobuf v1.28.0 // indirect
8888 gopkg.in/inf.v0 v0.9.1 // indirect
8989 gopkg.in/yaml.v2 v2.4.0 // indirect
90- gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
90+ gopkg.in/yaml.v3 v3.0.1 // indirect
9191 k8s.io/apiextensions-apiserver v0.24.2 // indirect
9292 k8s.io/component-base v0.24.2 // indirect
93- k8s.io/kube-openapi v0.0.0-20220328201542-3ee0da9b0b42 // indirect
94- k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9 // indirect
95- sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 // indirect
96- sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
93+ k8s.io/kube-openapi v0.0.0-20220803162953-67bda5d908f1 // indirect
94+ k8s.io/utils v0.0.0-20220728103510-ee6ede2d64ed // indirect
95+ sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
96+ sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
9797 sigs.k8s.io/yaml v1.3.0 // indirect
9898)
0 commit comments