2019-09-11 21:05:00 +00:00
|
|
|
module github.com/rancher/steve
|
2019-08-04 17:41:32 +00:00
|
|
|
|
2024-06-05 14:17:12 +00:00
|
|
|
go 1.22.0
|
|
|
|
|
2024-09-09 14:54:06 +00:00
|
|
|
toolchain go1.22.7
|
2019-08-04 17:41:32 +00:00
|
|
|
|
2020-05-31 02:03:38 +00:00
|
|
|
replace (
|
2023-04-26 06:41:00 +00:00
|
|
|
github.com/crewjam/saml => github.com/rancher/saml v0.2.0
|
2023-08-10 18:24:38 +00:00
|
|
|
github.com/knative/pkg => github.com/rancher/pkg v0.0.0-20181214184433-b04c0947ad2f
|
2020-05-31 02:03:38 +00:00
|
|
|
github.com/matryer/moq => github.com/rancher/moq v0.0.0-20190404221404-ee5226d43009
|
|
|
|
)
|
2019-08-04 17:41:32 +00:00
|
|
|
|
|
|
|
require (
|
2024-08-10 04:56:27 +00:00
|
|
|
github.com/adrg/xdg v0.5.0
|
2023-11-27 22:10:05 +00:00
|
|
|
github.com/google/gnostic-models v0.6.8
|
2024-02-29 04:39:16 +00:00
|
|
|
github.com/gorilla/mux v1.8.1
|
2024-02-29 04:39:23 +00:00
|
|
|
github.com/gorilla/websocket v1.5.1
|
2023-08-10 18:24:52 +00:00
|
|
|
github.com/pborman/uuid v1.2.1
|
2020-05-17 05:25:47 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
2024-10-10 20:14:17 +00:00
|
|
|
github.com/prometheus/client_golang v1.19.1
|
|
|
|
github.com/rancher/apiserver v0.0.0-20241009200134-5a4ecca7b988
|
|
|
|
github.com/rancher/dynamiclistener v0.6.1-rc.2
|
2023-04-24 04:40:52 +00:00
|
|
|
github.com/rancher/kubernetes-provider-detector v0.1.5
|
2024-10-10 20:14:17 +00:00
|
|
|
github.com/rancher/lasso v0.0.0-20240924233157-8f384efc8813
|
|
|
|
github.com/rancher/norman v0.0.0-20241001183610-78a520c160ab
|
2024-04-19 14:43:29 +00:00
|
|
|
github.com/rancher/remotedialer v0.3.2
|
2024-10-10 20:14:17 +00:00
|
|
|
github.com/rancher/wrangler/v3 v3.0.1-rc.2
|
2023-08-10 18:54:50 +00:00
|
|
|
github.com/sirupsen/logrus v1.9.3
|
2024-03-02 04:39:11 +00:00
|
|
|
github.com/stretchr/testify v1.9.0
|
2023-06-13 04:39:28 +00:00
|
|
|
github.com/urfave/cli v1.22.14
|
2024-08-12 05:01:28 +00:00
|
|
|
github.com/urfave/cli/v2 v2.27.4
|
2024-10-10 17:28:25 +00:00
|
|
|
go.uber.org/mock v0.4.0
|
|
|
|
golang.org/x/sync v0.8.0
|
2022-12-02 16:27:31 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
2024-10-10 20:14:17 +00:00
|
|
|
k8s.io/api v0.31.1
|
|
|
|
k8s.io/apiextensions-apiserver v0.31.1
|
|
|
|
k8s.io/apimachinery v0.31.1
|
|
|
|
k8s.io/apiserver v0.31.1
|
|
|
|
k8s.io/client-go v0.31.1
|
2020-01-31 05:37:59 +00:00
|
|
|
k8s.io/klog v1.0.0
|
2024-10-10 20:14:17 +00:00
|
|
|
k8s.io/kube-aggregator v0.31.1
|
2024-06-04 18:52:48 +00:00
|
|
|
k8s.io/kube-openapi v0.0.0-20240411171206-dc4e619f62f3
|
2024-10-11 19:19:27 +00:00
|
|
|
sigs.k8s.io/controller-runtime v0.19.0
|
2019-08-04 17:41:32 +00:00
|
|
|
)
|
2022-10-14 13:52:00 +00:00
|
|
|
|
|
|
|
require (
|
2024-10-11 19:19:27 +00:00
|
|
|
github.com/NYTimes/gziphandler v1.1.1 // indirect
|
|
|
|
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
|
|
|
|
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a // indirect
|
2022-10-14 13:52:00 +00:00
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
|
|
github.com/blang/semver/v4 v4.0.0 // indirect
|
2024-10-10 20:14:17 +00:00
|
|
|
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
|
|
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
2024-10-11 19:19:27 +00:00
|
|
|
github.com/coreos/go-semver v0.3.1 // indirect
|
|
|
|
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
|
2024-08-12 05:01:28 +00:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
|
2024-10-10 17:28:25 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
2024-06-05 14:17:12 +00:00
|
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
2024-05-04 01:19:19 +00:00
|
|
|
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
|
2024-10-10 17:28:25 +00:00
|
|
|
github.com/evanphx/json-patch v5.9.0+incompatible // indirect
|
2024-10-11 19:19:27 +00:00
|
|
|
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
|
2024-10-10 20:14:17 +00:00
|
|
|
github.com/felixge/httpsnoop v1.0.4 // indirect
|
2024-10-11 19:19:27 +00:00
|
|
|
github.com/fsnotify/fsnotify v1.7.0 // indirect
|
2024-10-10 20:14:17 +00:00
|
|
|
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
|
2022-10-14 13:52:00 +00:00
|
|
|
github.com/ghodss/yaml v1.0.0 // indirect
|
2024-10-10 20:14:17 +00:00
|
|
|
github.com/go-logr/logr v1.4.2 // indirect
|
2023-08-10 04:48:59 +00:00
|
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
|
|
github.com/go-openapi/jsonpointer v0.19.6 // indirect
|
2024-02-07 20:22:15 +00:00
|
|
|
github.com/go-openapi/jsonreference v0.20.2 // indirect
|
2024-10-10 17:28:25 +00:00
|
|
|
github.com/go-openapi/swag v0.22.4 // indirect
|
2022-10-14 13:52:00 +00:00
|
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
2024-10-11 19:19:27 +00:00
|
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
2024-05-04 01:19:19 +00:00
|
|
|
github.com/golang/protobuf v1.5.4 // indirect
|
2024-10-11 19:19:27 +00:00
|
|
|
github.com/google/cel-go v0.20.1 // indirect
|
2024-02-29 04:39:29 +00:00
|
|
|
github.com/google/go-cmp v0.6.0 // indirect
|
2022-11-11 22:19:32 +00:00
|
|
|
github.com/google/gofuzz v1.2.0 // indirect
|
2024-06-05 14:17:12 +00:00
|
|
|
github.com/google/uuid v1.6.0 // indirect
|
2024-10-11 19:19:27 +00:00
|
|
|
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
|
2024-10-10 20:14:17 +00:00
|
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
|
2024-06-05 14:17:12 +00:00
|
|
|
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
|
2024-10-10 17:28:25 +00:00
|
|
|
github.com/imdario/mergo v0.3.13 // indirect
|
2024-10-11 19:19:27 +00:00
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
2022-10-14 13:52:00 +00:00
|
|
|
github.com/josharian/intern v1.0.0 // indirect
|
|
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
2023-08-10 04:48:59 +00:00
|
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
2024-06-05 14:17:12 +00:00
|
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
2022-10-14 13:52:00 +00:00
|
|
|
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/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
|
2024-06-05 14:17:12 +00:00
|
|
|
github.com/ncruces/go-strftime v0.1.9 // indirect
|
2024-10-10 17:28:25 +00:00
|
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
2024-10-10 20:14:17 +00:00
|
|
|
github.com/prometheus/client_model v0.6.1 // indirect
|
|
|
|
github.com/prometheus/common v0.55.0 // indirect
|
|
|
|
github.com/prometheus/procfs v0.15.1 // indirect
|
2024-06-05 14:17:12 +00:00
|
|
|
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
2022-10-14 13:52:00 +00:00
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
2024-10-11 19:19:27 +00:00
|
|
|
github.com/spf13/cobra v1.8.1 // indirect
|
2022-10-14 13:52:00 +00:00
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
2024-10-11 19:19:27 +00:00
|
|
|
github.com/stoewer/go-strcase v1.2.0 // indirect
|
2024-10-10 20:14:17 +00:00
|
|
|
github.com/x448/float16 v0.8.4 // indirect
|
2024-08-12 05:01:28 +00:00
|
|
|
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
|
2024-10-11 19:19:27 +00:00
|
|
|
go.etcd.io/etcd/api/v3 v3.5.14 // indirect
|
|
|
|
go.etcd.io/etcd/client/pkg/v3 v3.5.14 // indirect
|
|
|
|
go.etcd.io/etcd/client/v3 v3.5.14 // indirect
|
|
|
|
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.53.0 // indirect
|
2024-10-10 20:14:17 +00:00
|
|
|
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 // indirect
|
|
|
|
go.opentelemetry.io/otel v1.28.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.27.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/metric v1.28.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/sdk v1.28.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/trace v1.28.0 // indirect
|
|
|
|
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
|
2024-10-11 19:19:27 +00:00
|
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
|
|
go.uber.org/zap v1.26.0 // indirect
|
2024-10-10 17:28:25 +00:00
|
|
|
golang.org/x/crypto v0.26.0 // indirect
|
2024-10-11 19:19:27 +00:00
|
|
|
golang.org/x/exp v0.0.0-20231108232855-2478ac86f678 // indirect
|
2024-10-10 17:28:25 +00:00
|
|
|
golang.org/x/net v0.28.0 // indirect
|
2024-10-10 20:14:17 +00:00
|
|
|
golang.org/x/oauth2 v0.21.0 // indirect
|
2024-10-10 17:28:25 +00:00
|
|
|
golang.org/x/sys v0.23.0 // indirect
|
|
|
|
golang.org/x/term v0.23.0 // indirect
|
|
|
|
golang.org/x/text v0.17.0 // indirect
|
2023-07-25 14:11:03 +00:00
|
|
|
golang.org/x/time v0.3.0 // indirect
|
2024-10-10 20:14:17 +00:00
|
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20240528184218-531527333157 // indirect
|
|
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect
|
|
|
|
google.golang.org/grpc v1.65.0 // indirect
|
|
|
|
google.golang.org/protobuf v1.34.2 // indirect
|
|
|
|
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
|
2022-10-14 13:52:00 +00:00
|
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
2024-10-11 19:19:27 +00:00
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
|
2022-10-14 13:52:00 +00:00
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
2024-10-10 20:14:17 +00:00
|
|
|
k8s.io/component-base v0.31.1 // indirect
|
|
|
|
k8s.io/klog/v2 v2.130.1 // indirect
|
2024-10-11 19:19:27 +00:00
|
|
|
k8s.io/kms v0.31.1 // indirect
|
2024-10-10 20:14:17 +00:00
|
|
|
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
|
2024-06-05 14:17:12 +00:00
|
|
|
modernc.org/gc/v3 v3.0.0-20240107210532-573471604cb6 // indirect
|
|
|
|
modernc.org/libc v1.49.3 // indirect
|
|
|
|
modernc.org/mathutil v1.6.0 // indirect
|
|
|
|
modernc.org/memory v1.8.0 // indirect
|
|
|
|
modernc.org/sqlite v1.29.10 // indirect
|
|
|
|
modernc.org/strutil v1.2.0 // indirect
|
|
|
|
modernc.org/token v1.1.0 // indirect
|
2024-10-10 20:14:17 +00:00
|
|
|
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.30.3 // indirect
|
2024-10-10 17:28:25 +00:00
|
|
|
sigs.k8s.io/cli-utils v0.37.2 // indirect
|
2023-08-10 04:48:59 +00:00
|
|
|
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
|
2024-05-04 01:19:19 +00:00
|
|
|
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
|
2024-10-10 17:28:25 +00:00
|
|
|
sigs.k8s.io/yaml v1.4.0 // indirect
|
2022-10-14 13:52:00 +00:00
|
|
|
)
|