Skip to content

Commit

Permalink
Update webhook rancher mods to be in sync with rancher/rancher's (#536)
Browse files Browse the repository at this point in the history
* Update webhook rancher mods to be in sync with rancher/rancher's

* Pull in more updated dependencies.
  • Loading branch information
ericpromislow authored Oct 31, 2024
1 parent 72bee62 commit 481e700
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 74 deletions.
57 changes: 28 additions & 29 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/rancher/webhook
go 1.20

// on release remove this wrangler replace and use the latest tag
replace github.com/rancher/wrangler v1.1.1 => github.com/rancher/wrangler v1.1.1-0.20230831050635-df1bd5aae9df
replace github.com/rancher/wrangler v1.1.1 => github.com/rancher/wrangler v1.1.1-0.20240307150840-1279389d86ec

replace (
k8s.io/api => k8s.io/api v0.27.4
Expand Down Expand Up @@ -38,24 +38,24 @@ require (
github.com/blang/semver v3.5.1+incompatible
github.com/golang/mock v1.6.0
github.com/gorilla/mux v1.8.0
github.com/rancher/dynamiclistener v0.3.5
github.com/rancher/dynamiclistener v0.3.6
github.com/rancher/lasso v0.0.0-20230830164424-d684fdeb6f29
github.com/rancher/lasso/controller-runtime v0.0.0-20230830164424-d684fdeb6f29
github.com/rancher/rancher/pkg/apis v0.0.0-20240618122546-56a742be417f
github.com/rancher/rke v1.4.19
github.com/rancher/rancher/pkg/apis v0.0.0-20241031145618-61eec4cb2fdf
github.com/rancher/rke v1.4.22
github.com/rancher/wrangler v1.1.1
github.com/robfig/cron v1.2.0
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.8.4
github.com/stretchr/testify v1.9.0
golang.org/x/exp v0.0.0-20230206171751-46f607a40771
golang.org/x/text v0.14.0
golang.org/x/tools v0.16.1
k8s.io/api v0.27.4
k8s.io/apiextensions-apiserver v0.27.4
k8s.io/apimachinery v0.27.4
k8s.io/apiserver v0.27.4
golang.org/x/text v0.15.0
golang.org/x/tools v0.21.0
k8s.io/api v0.27.13
k8s.io/apiextensions-apiserver v0.27.13
k8s.io/apimachinery v0.27.13
k8s.io/apiserver v0.27.13
k8s.io/client-go v12.0.0+incompatible
k8s.io/kubernetes v1.27.4
k8s.io/kubernetes v1.27.13
k8s.io/pod-security-admission v0.27.4
k8s.io/utils v0.0.0-20230209194617-a36077c30491
sigs.k8s.io/cluster-api v1.5.0
Expand Down Expand Up @@ -84,15 +84,15 @@ require (
github.com/felixge/httpsnoop v1.0.3 // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/ghodss/yaml v1.0.0 // indirect
github.com/go-logr/logr v1.3.0 // indirect
github.com/go-logr/logr v1.4.1 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-openapi/jsonpointer v0.19.6 // indirect
github.com/go-openapi/jsonreference v0.20.1 // indirect
github.com/go-openapi/swag v0.22.3 // indirect
github.com/gobuffalo/flect v1.0.2 // indirect
github.com/gogo/protobuf v1.3.2 // 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.4 // indirect
github.com/google/cel-go v0.12.6 // indirect
github.com/google/gnostic v0.6.9 // indirect
github.com/google/go-cmp v0.6.0 // indirect
Expand All @@ -113,18 +113,18 @@ require (
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/onsi/gomega v1.31.1 // indirect
github.com/onsi/gomega v1.33.1 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_golang v1.16.0 // indirect
github.com/prometheus/client_model v0.4.0 // indirect
github.com/prometheus/common v0.42.0 // indirect
github.com/prometheus/procfs v0.10.1 // indirect
github.com/rancher/aks-operator v1.1.4 // indirect
github.com/rancher/eks-operator v1.2.3 // indirect
github.com/rancher/aks-operator v1.1.5 // indirect
github.com/rancher/eks-operator v1.2.4 // indirect
github.com/rancher/fleet/pkg/apis v0.0.0-20230901075223-437edb7091f5 // indirect
github.com/rancher/gke-operator v1.1.7 // indirect
github.com/rancher/gke-operator v1.1.8 // indirect
github.com/rancher/norman v0.0.0-20240207153035-cb54924f25c7 // indirect
github.com/shopspring/decimal v1.3.1 // indirect
github.com/spf13/cast v1.5.1 // indirect
Expand All @@ -147,28 +147,27 @@ require (
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.8.0 // indirect
go.uber.org/zap v1.24.0 // indirect
golang.org/x/crypto v0.18.0 // indirect
golang.org/x/mod v0.14.0 // indirect
golang.org/x/net v0.20.0 // indirect
golang.org/x/oauth2 v0.16.0 // indirect
golang.org/x/sync v0.5.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/term v0.16.0 // indirect
golang.org/x/crypto v0.23.0 // indirect
golang.org/x/mod v0.17.0 // indirect
golang.org/x/net v0.25.0 // indirect
golang.org/x/oauth2 v0.21.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.20.0 // indirect
golang.org/x/term v0.20.0 // indirect
golang.org/x/time v0.5.0 // indirect
gomodules.xyz/jsonpatch/v2 v2.3.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20231106174013-bbf56f31fb17 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20231030173426-d783a09b4405 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20231120223509-83a465c0220f // indirect
google.golang.org/grpc v1.59.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/cloud-provider v0.0.0 // indirect
k8s.io/code-generator v0.27.4 // indirect
k8s.io/component-base v0.27.4 // indirect
k8s.io/code-generator v0.27.13 // indirect
k8s.io/component-base v0.27.13 // indirect
k8s.io/component-helpers v0.27.4 // indirect
k8s.io/controller-manager v0.27.4 // indirect
k8s.io/gengo v0.0.0-20230306165830-ab3349d207d4 // indirect
Expand Down
Loading

0 comments on commit 481e700

Please sign in to comment.