Skip to content

Commit

Permalink
update gost version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexStocks committed Nov 10, 2022
1 parent 19ca5d1 commit 81c6d19
Show file tree
Hide file tree
Showing 3 changed files with 233 additions and 38 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
# Test binary, build with `go test -c`
*.test


# Output of the go coverage tool, specifically when used with LiteIDE
*.out
coverage.txt
Expand All @@ -22,6 +23,7 @@ classes
vendor/
logs/
.vscode/
.go-version

# unit test
remoting/zookeeper/zookeeper-4unittest/
Expand Down
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ require (
github.com/apache/dubbo-getty v1.4.7
github.com/apache/dubbo-go-hessian2 v1.9.4
github.com/creasty/defaults v1.5.1
github.com/dubbogo/go-zookeeper v1.0.3
github.com/dubbogo/gost v1.11.21-0.20220503144918-9e5ae44480af
github.com/dubbogo/go-zookeeper v1.0.4-0.20211212162352-f9d2183d89d5
github.com/dubbogo/gost v1.13.1
github.com/emicklei/go-restful/v3 v3.4.0
github.com/fsnotify/fsnotify v1.5.1
github.com/go-co-op/gocron v0.1.1
github.com/go-resty/resty/v2 v2.3.0
github.com/golang/mock v1.4.4
github.com/golang/mock v1.6.0
github.com/golang/protobuf v1.5.2
github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645
github.com/hashicorp/vault/sdk v0.5.0
Expand All @@ -27,15 +27,15 @@ require (
github.com/nacos-group/nacos-sdk-go v1.0.8
github.com/opentracing/opentracing-go v1.2.0
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.11.0
github.com/prometheus/client_golang v1.12.2
github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b
github.com/stretchr/testify v1.7.0
github.com/zouyx/agollo/v3 v3.4.5
go.etcd.io/etcd/api/v3 v3.5.0
go.etcd.io/etcd/client/v3 v3.5.0
go.uber.org/atomic v1.9.0
go.uber.org/zap v1.17.0
google.golang.org/grpc v1.41.0
go.uber.org/zap v1.21.0
google.golang.org/grpc v1.48.0
gopkg.in/yaml.v2 v2.4.0
k8s.io/api v0.16.9
k8s.io/apimachinery v0.16.9
Expand Down
Loading

0 comments on commit 81c6d19

Please sign in to comment.