Skip to content

Commit

Permalink
migrate consistent (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
lypxhxjj authored Jun 8, 2022
1 parent f705354 commit 0899d6b
Show file tree
Hide file tree
Showing 3 changed files with 104 additions and 285 deletions.
12 changes: 7 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,26 @@ require (
git.apache.org/thrift.git v0.0.0-20150427210205-dc799ca07862
github.com/coreos/etcd v3.3.22+incompatible
github.com/gin-gonic/gin v1.4.0
github.com/golangci/golangci-lint v1.31.0 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0
github.com/julienschmidt/httprouter v1.2.0
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/opentracing/opentracing-go v1.1.0
github.com/sdming/gosnow v0.0.0-20130403030620-3a05c415e886
github.com/shawnfeng/consistent v1.0.3
github.com/shawnfeng/hystrix-go v0.0.0-20190320120533-5e2bc39f173a
github.com/shawnfeng/sutil v1.4.11
github.com/sirupsen/logrus v1.6.0 // indirect
github.com/stretchr/testify v1.7.0
github.com/uber/jaeger-client-go v2.20.1+incompatible
gitlab.pri.ibanyu.com/middleware/dolphin v1.0.6
gitlab.pri.ibanyu.com/middleware/seaweed v1.2.51
gitlab.pri.ibanyu.com/middleware/seaweed v1.2.79
gitlab.pri.ibanyu.com/middleware/util v1.3.93
gitlab.pri.ibanyu.com/server/servmonitor/pub.git v0.0.0-20201126101549-2540f6a10b42
gitlab.pri.ibanyu.com/tracing/go-grpc v0.0.0-20201117083632-fd2d4bfc37a7
gitlab.pri.ibanyu.com/tracing/go-stdlib v1.0.1-0.20201126030004-a3785d4be9ed
golang.org/x/net v0.0.0-20200625001655-4c5254603344
golang.org/x/net v0.0.0-20201021035429-f5854403a974
google.golang.org/genproto v0.0.0-20191108220845-16a3f7862a1a // indirect
google.golang.org/grpc v1.24.0
honnef.co/go/tools v0.0.1-2020.1.5 // indirect
)

go 1.13
Loading

0 comments on commit 0899d6b

Please sign in to comment.