fix: change go mod
Showing
- cluster/router/chain/chain_test.go 0 additions, 298 deletionscluster/router/chain/chain_test.go
- cluster/router/condition/app_router_test.go 0 additions, 220 deletionscluster/router/condition/app_router_test.go
- cluster/router/tag/tag_router_test.go 0 additions, 427 deletionscluster/router/tag/tag_router_test.go
- go.mod 1 addition, 1 deletiongo.mod
- go.sum 1 addition, 1 deletiongo.sum
cluster/router/chain/chain_test.go
deleted
100644 → 0
... | ... | @@ -49,6 +49,6 @@ replace ( |
github.com/coreos/bbolt => go.etcd.io/bbolt v1.3.4 | ||
github.com/envoyproxy/go-control-plane => github.com/envoyproxy/go-control-plane v0.8.0 | ||
github.com/shirou/gopsutil => github.com/shirou/gopsutil v0.0.0-20181107111621-48177ef5f880 | ||
go.etcd.io/bbolt v1.3.4 => github.com/coreos/bbolt v1.3.3 | ||
go.etcd.io/bbolt v1.3.4 => github.com/coreos/bbolt v1.3.4 | ||
google.golang.org/grpc => google.golang.org/grpc v1.26.0 | ||
) |
... | ... | @@ -129,7 +129,7 @@ github.com/cockroachdb/datadriven v0.0.0-20190809214429-80d97fb3cbaa/go.mod h1:z |
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd/go.mod h1:sE/e/2PUdi/liOCUjSTXgM1o87ZssimdTWN964YiIeI= | ||
github.com/coredns/coredns v1.1.2 h1:bAFHrSsBeTeRG5W3Nf2su3lUGw7Npw2UKeCJm/3A638= | ||
github.com/coredns/coredns v1.1.2/go.mod h1:zASH/MVDgR6XZTbxvOnsZfffS+31vg6Ackf/wo1+AM0= | ||
github.com/coreos/bbolt v1.3.3/go.mod h1:iRUV2dpdMOn7Bo10OQBFzIJO9kkE559Wcmn+qkEiiKk= | ||
github.com/coreos/bbolt v1.3.4/go.mod h1:G5EMThwa9y8QZGBClrRx5EY+Yw9kAhnjy3bSjsnlVTQ= | ||
github.com/coreos/etcd v3.3.10+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE= | ||
github.com/coreos/etcd v3.3.13+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE= | ||
github.com/coreos/etcd v3.3.25+incompatible h1:0GQEw6h3YnuOVdtwygkIfJ+Omx0tZ8/QkVyXI4LkbeY= | ||
... | ... |
Please register or sign in to comment