shdsbilling/on-premise/main/rancher_v2.9.1/source/rancher-2.9.1/pkg/client/go.mod

27 lines
748 B
Modula-2

module github.com/rancher/rancher/pkg/client
go 1.22.0
toolchain go1.22.3
require (
github.com/rancher/norman v0.0.0-20240708202514-a0127673d1b9
k8s.io/apimachinery v0.30.1
)
require (
github.com/ghodss/yaml v1.0.0 // indirect
github.com/go-logr/logr v1.4.1 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/gorilla/websocket v1.5.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rancher/wrangler/v3 v3.0.0 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
golang.org/x/net v0.24.0 // indirect
golang.org/x/sys v0.19.0 // indirect
golang.org/x/text v0.14.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
k8s.io/klog/v2 v2.120.1 // indirect
)