mirror of
https://github.com/niusmallnan/steve.git
synced 2025-07-31 05:50:08 +00:00
Remove dynamiclistener replace
This commit is contained in:
parent
8b42d0aff8
commit
707b87671b
7
go.mod
7
go.mod
@ -2,17 +2,14 @@ module github.com/rancher/steve
|
||||
|
||||
go 1.13
|
||||
|
||||
replace (
|
||||
github.com/rancher/dynamiclistener => ../dynamiclistener
|
||||
k8s.io/client-go => k8s.io/client-go v0.17.2
|
||||
)
|
||||
replace k8s.io/client-go => k8s.io/client-go v0.17.2
|
||||
|
||||
require (
|
||||
github.com/ghodss/yaml v1.0.0
|
||||
github.com/gorilla/mux v1.6.2
|
||||
github.com/gorilla/websocket v1.4.0
|
||||
github.com/pkg/errors v0.8.1
|
||||
github.com/rancher/dynamiclistener v0.2.1-0.20191204183509-ab900b52683c
|
||||
github.com/rancher/dynamiclistener v0.2.1-0.20200131054153-795bb90214d9
|
||||
github.com/rancher/wrangler v0.4.1-0.20200131051624-f65ef17f3764
|
||||
github.com/rancher/wrangler-api v0.4.1
|
||||
github.com/sirupsen/logrus v1.4.2
|
||||
|
2
go.sum
2
go.sum
@ -393,6 +393,8 @@ github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d/go.mod h1:c3At6R
|
||||
github.com/prometheus/procfs v0.0.0-20181204211112-1dc9a6cbc91a/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk=
|
||||
github.com/prometheus/procfs v0.0.0-20190117184657-bf6a532e95b1/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk=
|
||||
github.com/prometheus/procfs v0.0.2/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA=
|
||||
github.com/rancher/dynamiclistener v0.2.1-0.20200131054153-795bb90214d9 h1:3VeB9YexEi9drVsdQEWx33MnI7hFBJXQ4Etly8M1Ox8=
|
||||
github.com/rancher/dynamiclistener v0.2.1-0.20200131054153-795bb90214d9/go.mod h1:9WusTANoiRr8cDWCTtf5txieulezHbpv4vhLADPp0zU=
|
||||
github.com/rancher/wrangler v0.1.4 h1:bdzBw4H9JKQhXPBPNp4eHbmrkA24+VII865VLiVWcw8=
|
||||
github.com/rancher/wrangler v0.1.4/go.mod h1:EYP7cqpg42YqElaCm+U9ieSrGQKAXxUH5xsr+XGpWyE=
|
||||
github.com/rancher/wrangler v0.4.0 h1:iLvuJcZkd38E3RGG74dFMMNEju0PeTzfT1PQiv5okVU=
|
||||
|
Loading…
Reference in New Issue
Block a user