Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 24 additions & 24 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -42,25 +42,25 @@ require (
github.com/evanphx/json-patch v5.9.11+incompatible
github.com/go-ldap/ldap/v3 v3.4.10
github.com/gorilla/mux v1.8.1
github.com/rancher/dynamiclistener v0.6.2
github.com/rancher/dynamiclistener v0.7.0
github.com/rancher/lasso v0.2.3-rc3
github.com/rancher/rancher/pkg/apis v0.0.0-20250508223317-9dbf31df54dd
github.com/rancher/rancher/pkg/apis v0.0.0-20250624062103-8bf56b046af7
github.com/rancher/rke v1.8.0-rc.4
github.com/rancher/wrangler/v3 v3.2.2-rc.3
github.com/robfig/cron v1.2.0
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.10.0
go.uber.org/mock v0.5.2
golang.org/x/text v0.23.0
golang.org/x/tools v0.30.0
golang.org/x/text v0.26.0
golang.org/x/tools v0.33.0
k8s.io/api v0.33.1
k8s.io/apimachinery v0.33.1
k8s.io/apiserver v0.33.1
k8s.io/client-go v12.0.0+incompatible
k8s.io/kubernetes v1.33.1
k8s.io/pod-security-admission v0.32.1
k8s.io/utils v0.0.0-20241210054802-24370beab758
sigs.k8s.io/controller-runtime v0.19.6
sigs.k8s.io/controller-runtime v0.21.0
sigs.k8s.io/yaml v1.4.0
)

Expand All @@ -71,7 +71,7 @@ require (
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/distribution/reference v0.6.0 // indirect
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
github.com/emicklei/go-restful/v3 v3.12.2 // indirect
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
github.com/ghodss/yaml v1.0.0 // indirect
github.com/go-asn1-ber/asn1-ber v1.5.7 // indirect
Expand All @@ -96,25 +96,25 @@ require (
github.com/prometheus/client_model v0.6.1 // indirect
github.com/prometheus/common v0.62.0 // indirect
github.com/prometheus/procfs v0.15.1 // indirect
github.com/rancher/aks-operator v1.11.0 // indirect
github.com/rancher/eks-operator v1.11.0 // indirect
github.com/rancher/aks-operator v1.12.0-rc.1 // indirect
github.com/rancher/eks-operator v1.12.0-rc.1 // indirect
github.com/rancher/fleet/pkg/apis v0.12.0 // indirect
github.com/rancher/gke-operator v1.11.0 // indirect
github.com/rancher/norman v0.6.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/rancher/gke-operator v1.12.0-rc.1 // indirect
github.com/rancher/norman v0.6.1 // indirect
github.com/spf13/pflag v1.0.6 // indirect
github.com/x448/float16 v0.8.4 // indirect
go.opentelemetry.io/otel v1.34.0 // indirect
go.opentelemetry.io/otel/trace v1.34.0 // indirect
golang.org/x/crypto v0.36.0 // indirect
golang.org/x/mod v0.23.0 // indirect
golang.org/x/net v0.38.0 // indirect
golang.org/x/oauth2 v0.27.0 // indirect
golang.org/x/sync v0.12.0 // indirect
golang.org/x/sys v0.31.0 // indirect
golang.org/x/term v0.30.0 // indirect
golang.org/x/time v0.10.0 // indirect
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
google.golang.org/protobuf v1.36.5 // indirect
go.opentelemetry.io/otel v1.35.0 // indirect
go.opentelemetry.io/otel/trace v1.35.0 // indirect
golang.org/x/crypto v0.39.0 // indirect
golang.org/x/mod v0.25.0 // indirect
golang.org/x/net v0.41.0 // indirect
golang.org/x/oauth2 v0.30.0 // indirect
golang.org/x/sync v0.15.0 // indirect
golang.org/x/sys v0.33.0 // indirect
golang.org/x/term v0.32.0 // indirect
golang.org/x/time v0.11.0 // indirect
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
google.golang.org/protobuf v1.36.6 // indirect
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
Expand All @@ -130,7 +130,7 @@ require (
k8s.io/kube-aggregator v0.33.1 // indirect
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
k8s.io/kubelet v0.0.0 // indirect
sigs.k8s.io/cluster-api v1.9.5 // indirect
sigs.k8s.io/cluster-api v1.10.2 // indirect
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
sigs.k8s.io/randfill v1.0.0 // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect
Expand Down
Loading
Loading