@@ -3,7 +3,7 @@ module github.com/rancher/webhook
33go 1.20
44
55// on release remove this wrangler replace and use the latest tag
6- replace github.com/rancher/wrangler v1.1.1 => github.com/rancher/wrangler v1.1.1-0.20230831050635-df1bd5aae9df
6+ replace github.com/rancher/wrangler v1.1.1 => github.com/rancher/wrangler v1.1.1-0.20240307150840-1279389d86ec
77
88replace (
99 k8s.io/api => k8s.io/api v0.27.4
@@ -38,24 +38,24 @@ require (
3838 github.com/blang/semver v3.5.1+incompatible
3939 github.com/golang/mock v1.6.0
4040 github.com/gorilla/mux v1.8.0
41- github.com/rancher/dynamiclistener v0.3.5
41+ github.com/rancher/dynamiclistener v0.3.6
4242 github.com/rancher/lasso v0.0.0-20230830164424-d684fdeb6f29
4343 github.com/rancher/lasso/controller-runtime v0.0.0-20230830164424-d684fdeb6f29
44- github.com/rancher/rancher/pkg/apis v0.0.0-20240618122546-56a742be417f
45- github.com/rancher/rke v1.4.19
44+ github.com/rancher/rancher/pkg/apis v0.0.0-20241031145618-61eec4cb2fdf
45+ github.com/rancher/rke v1.4.22
4646 github.com/rancher/wrangler v1.1.1
4747 github.com/robfig/cron v1.2.0
4848 github.com/sirupsen/logrus v1.9.3
49- github.com/stretchr/testify v1.8.4
49+ github.com/stretchr/testify v1.9.0
5050 golang.org/x/exp v0.0.0-20230206171751-46f607a40771
51- golang.org/x/text v0.14 .0
52- golang.org/x/tools v0.16.1
53- k8s.io/api v0.27.4
54- k8s.io/apiextensions-apiserver v0.27.4
55- k8s.io/apimachinery v0.27.4
56- k8s.io/apiserver v0.27.4
51+ golang.org/x/text v0.15 .0
52+ golang.org/x/tools v0.21.0
53+ k8s.io/api v0.27.13
54+ k8s.io/apiextensions-apiserver v0.27.13
55+ k8s.io/apimachinery v0.27.13
56+ k8s.io/apiserver v0.27.13
5757 k8s.io/client-go v12.0.0+incompatible
58- k8s.io/kubernetes v1.27.4
58+ k8s.io/kubernetes v1.27.13
5959 k8s.io/pod-security-admission v0.27.4
6060 k8s.io/utils v0.0.0-20230209194617-a36077c30491
6161 sigs.k8s.io/cluster-api v1.5.0
@@ -84,15 +84,15 @@ require (
8484 github.com/felixge/httpsnoop v1.0.3 // indirect
8585 github.com/fsnotify/fsnotify v1.6.0 // indirect
8686 github.com/ghodss/yaml v1.0.0 // indirect
87- github.com/go-logr/logr v1.3.0 // indirect
87+ github.com/go-logr/logr v1.4.1 // indirect
8888 github.com/go-logr/stdr v1.2.2 // indirect
8989 github.com/go-openapi/jsonpointer v0.19.6 // indirect
9090 github.com/go-openapi/jsonreference v0.20.1 // indirect
9191 github.com/go-openapi/swag v0.22.3 // indirect
9292 github.com/gobuffalo/flect v1.0.2 // indirect
9393 github.com/gogo/protobuf v1.3.2 // indirect
9494 github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
95- github.com/golang/protobuf v1.5.3 // indirect
95+ github.com/golang/protobuf v1.5.4 // indirect
9696 github.com/google/cel-go v0.12.6 // indirect
9797 github.com/google/gnostic v0.6.9 // indirect
9898 github.com/google/go-cmp v0.6.0 // indirect
@@ -113,18 +113,18 @@ require (
113113 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
114114 github.com/modern-go/reflect2 v1.0.2 // indirect
115115 github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
116- github.com/onsi/gomega v1.31 .1 // indirect
116+ github.com/onsi/gomega v1.33 .1 // indirect
117117 github.com/opencontainers/go-digest v1.0.0 // indirect
118118 github.com/pkg/errors v0.9.1 // indirect
119119 github.com/pmezard/go-difflib v1.0.0 // indirect
120120 github.com/prometheus/client_golang v1.16.0 // indirect
121121 github.com/prometheus/client_model v0.4.0 // indirect
122122 github.com/prometheus/common v0.42.0 // indirect
123123 github.com/prometheus/procfs v0.10.1 // indirect
124- github.com/rancher/aks-operator v1.1.4 // indirect
125- github.com/rancher/eks-operator v1.2.3 // indirect
124+ github.com/rancher/aks-operator v1.1.5 // indirect
125+ github.com/rancher/eks-operator v1.2.4 // indirect
126126 github.com/rancher/fleet/pkg/apis v0.0.0-20230901075223-437edb7091f5 // indirect
127- github.com/rancher/gke-operator v1.1.7 // indirect
127+ github.com/rancher/gke-operator v1.1.8 // indirect
128128 github.com/rancher/norman v0.0.0-20240207153035-cb54924f25c7 // indirect
129129 github.com/shopspring/decimal v1.3.1 // indirect
130130 github.com/spf13/cast v1.5.1 // indirect
@@ -147,28 +147,27 @@ require (
147147 go.uber.org/atomic v1.9.0 // indirect
148148 go.uber.org/multierr v1.8.0 // indirect
149149 go.uber.org/zap v1.24.0 // indirect
150- golang.org/x/crypto v0.18 .0 // indirect
151- golang.org/x/mod v0.14 .0 // indirect
152- golang.org/x/net v0.20 .0 // indirect
153- golang.org/x/oauth2 v0.16 .0 // indirect
154- golang.org/x/sync v0.5 .0 // indirect
155- golang.org/x/sys v0.16 .0 // indirect
156- golang.org/x/term v0.16 .0 // indirect
150+ golang.org/x/crypto v0.23 .0 // indirect
151+ golang.org/x/mod v0.17 .0 // indirect
152+ golang.org/x/net v0.25 .0 // indirect
153+ golang.org/x/oauth2 v0.21 .0 // indirect
154+ golang.org/x/sync v0.7 .0 // indirect
155+ golang.org/x/sys v0.20 .0 // indirect
156+ golang.org/x/term v0.20 .0 // indirect
157157 golang.org/x/time v0.5.0 // indirect
158158 gomodules.xyz/jsonpatch/v2 v2.3.0 // indirect
159- google.golang.org/appengine v1.6.7 // indirect
160159 google.golang.org/genproto v0.0.0-20231106174013-bbf56f31fb17 // indirect
161160 google.golang.org/genproto/googleapis/api v0.0.0-20231030173426-d783a09b4405 // indirect
162161 google.golang.org/genproto/googleapis/rpc v0.0.0-20231120223509-83a465c0220f // indirect
163162 google.golang.org/grpc v1.59.0 // indirect
164- google.golang.org/protobuf v1.31 .0 // indirect
163+ google.golang.org/protobuf v1.33 .0 // indirect
165164 gopkg.in/inf.v0 v0.9.1 // indirect
166165 gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
167166 gopkg.in/yaml.v2 v2.4.0 // indirect
168167 gopkg.in/yaml.v3 v3.0.1 // indirect
169168 k8s.io/cloud-provider v0.0.0 // indirect
170- k8s.io/code-generator v0.27.4 // indirect
171- k8s.io/component-base v0.27.4 // indirect
169+ k8s.io/code-generator v0.27.13 // indirect
170+ k8s.io/component-base v0.27.13 // indirect
172171 k8s.io/component-helpers v0.27.4 // indirect
173172 k8s.io/controller-manager v0.27.4 // indirect
174173 k8s.io/gengo v0.0.0-20230306165830-ab3349d207d4 // indirect
0 commit comments