Fix fmt and remove use juju/errors
Showing
- go.mod 2 additions, 6 deletionsgo.mod
- go.sum 3 additions, 19 deletionsgo.sum
- registry/etcdv3/listener.go 4 additions, 4 deletionsregistry/etcdv3/listener.go
- registry/etcdv3/listener_test.go 11 additions, 8 deletionsregistry/etcdv3/listener_test.go
- registry/etcdv3/registry.go 16 additions, 17 deletionsregistry/etcdv3/registry.go
- remoting/etcdv3/client.go 23 additions, 19 deletionsremoting/etcdv3/client.go
- remoting/etcdv3/client_test.go 5 additions, 4 deletionsremoting/etcdv3/client_test.go
- remoting/etcdv3/facade.go 9 additions, 9 deletionsremoting/etcdv3/facade.go
- remoting/etcdv3/facede_test.go 2 additions, 0 deletionsremoting/etcdv3/facede_test.go
- remoting/etcdv3/listener.go 9 additions, 6 deletionsremoting/etcdv3/listener.go
- remoting/etcdv3/listener_test.go 6 additions, 1 deletionremoting/etcdv3/listener_test.go
module github.com/apache/dubbo-go | ||
require ( | ||
github.com/Workiva/go-datastructures v1.0.50 // indirect | ||
github.com/apache/dubbo-go-hessian2 v1.2.5-0.20190731020727-1697039810c8 | ||
github.com/coreos/bbolt v1.3.3 // indirect | ||
github.com/coreos/etcd v3.3.13+incompatible | ||
... | ... | @@ -11,15 +12,12 @@ require ( |
github.com/dubbogo/getty v1.2.2 | ||
github.com/dubbogo/gost v1.1.1 | ||
github.com/gogo/protobuf v1.2.1 // indirect | ||
github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 // indirect | ||
github.com/golang/mock v1.3.1 // indirect | ||
github.com/google/btree v1.0.0 // indirect | ||
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0 // indirect | ||
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect | ||
github.com/grpc-ecosystem/grpc-gateway v1.9.5 // indirect | ||
github.com/jonboulle/clockwork v0.1.0 // indirect | ||
github.com/juju/errors v0.0.0-20190207033735-e65537c515d7 | ||
github.com/juju/loggo v0.0.0-20190526231331-6e530bcce5d8 // indirect | ||
github.com/juju/testing v0.0.0-20190723135506-ce30eb24acd2 // indirect | ||
github.com/magiconair/properties v1.8.1 | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v1.0.1 // indirect | ||
... | ... | @@ -30,12 +28,10 @@ require ( |
github.com/stretchr/testify v1.3.0 | ||
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect | ||
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect | ||
go.etcd.io/bbolt v1.3.3 // indirect | ||
go.etcd.io/etcd v3.3.13+incompatible | ||
go.uber.org/atomic v1.4.0 | ||
go.uber.org/zap v1.10.0 | ||
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect | ||
google.golang.org/grpc v1.22.1 | ||
gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce // indirect | ||
gopkg.in/yaml.v2 v2.2.2 | ||
) |
Please register or sign in to comment