mirror of
https://github.com/niusmallnan/steve.git
synced 2025-10-20 10:19:10 +00:00
missed a few packages
This commit is contained in:
10
go.mod
10
go.mod
@@ -17,24 +17,24 @@ require (
|
||||
github.com/imdario/mergo v0.3.8 // indirect
|
||||
github.com/pborman/uuid v1.2.0
|
||||
github.com/pkg/errors v0.9.1
|
||||
github.com/prometheus/client_golang v1.11.1
|
||||
github.com/prometheus/client_golang v1.12.1
|
||||
github.com/rancher/apiserver v0.0.0-20210922180056-297b6df8d714
|
||||
github.com/rancher/dynamiclistener v0.2.1-0.20200714201033-9c1939da3af9
|
||||
github.com/rancher/kubernetes-provider-detector v0.1.2
|
||||
github.com/rancher/norman v0.0.0-20210423002317-8e6ffc77a819
|
||||
github.com/rancher/remotedialer v0.2.6-0.20220104192242-f3837f8d649a
|
||||
github.com/rancher/wrangler v0.8.11-0.20211214201934-f5aa5d9f2e81
|
||||
github.com/sirupsen/logrus v1.6.0
|
||||
github.com/sirupsen/logrus v1.8.1
|
||||
github.com/stretchr/testify v1.7.0
|
||||
github.com/urfave/cli v1.22.2
|
||||
github.com/urfave/cli/v2 v2.1.1
|
||||
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
||||
k8s.io/api v0.24.0
|
||||
k8s.io/apiextensions-apiserver v0.20.0
|
||||
k8s.io/apiextensions-apiserver v0.24.0
|
||||
k8s.io/apimachinery v0.24.0
|
||||
k8s.io/apiserver v0.20.0
|
||||
k8s.io/apiserver v0.24.0
|
||||
k8s.io/client-go v12.0.0+incompatible
|
||||
k8s.io/klog v1.0.0
|
||||
k8s.io/kube-aggregator v0.20.0
|
||||
k8s.io/kube-aggregator v0.24.0
|
||||
k8s.io/kube-openapi v0.0.0-20220328201542-3ee0da9b0b42
|
||||
)
|
||||
|
Reference in New Issue
Block a user