Skip to content

Commit 8d3442c

Browse files
upgrade dubbo-go v1.5.8 (#382)
1 parent cd6424f commit 8d3442c

File tree

2 files changed

+172
-340
lines changed

2 files changed

+172
-340
lines changed

go.mod

Lines changed: 7 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,26 @@
11
module github.com/apache/dubbo-go-samples
22

33
require (
4-
cloud.google.com/go v0.50.0 // indirect
5-
github.com/Microsoft/go-winio v0.4.15-0.20190919025122-fc70bd9a86b5 // indirect
64
github.com/alibaba/sentinel-golang v1.0.2
7-
github.com/apache/dubbo-getty v1.4.5
8-
github.com/apache/dubbo-go v1.5.7
9-
github.com/apache/dubbo-go-hessian2 v1.9.2
5+
github.com/apache/dubbo-getty v1.4.7
6+
github.com/apache/dubbo-go v1.5.9-rc1
7+
github.com/apache/dubbo-go-hessian2 v1.9.4
108
github.com/bwmarrin/snowflake v0.3.0
11-
github.com/coreos/bbolt v1.3.3 // indirect
12-
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf // indirect
13-
github.com/docker/go-connections v0.4.0 // indirect
149
github.com/dubbogo/gost v1.11.21-0.20220503144918-9e5ae44480af
1510
github.com/emicklei/go-restful/v3 v3.4.0
16-
github.com/golang/protobuf v1.4.3
11+
github.com/golang/protobuf v1.5.2
1712
github.com/google/uuid v1.2.0 // indirect
18-
github.com/gophercloud/gophercloud v0.3.0 // indirect
19-
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
20-
github.com/hashicorp/golang-lru v0.5.3 // indirect
21-
github.com/linode/linodego v0.10.0 // indirect
22-
github.com/miekg/dns v1.1.27 // indirect
23-
github.com/mitchellh/hashstructure v1.0.0 // indirect
2413
github.com/opentracing/opentracing-go v1.2.0
2514
github.com/opentrx/mysql v1.0.1
2615
github.com/openzipkin-contrib/zipkin-go-opentracing v0.4.5
2716
github.com/openzipkin/zipkin-go v0.2.2
2817
github.com/pkg/errors v0.9.1
29-
github.com/prometheus/client_golang v1.9.0
18+
github.com/prometheus/client_golang v1.11.0
3019
github.com/stretchr/testify v1.7.0
3120
github.com/transaction-wg/seata-golang v1.0.1
3221
github.com/uber/jaeger-client-go v2.22.1+incompatible
3322
github.com/uber/jaeger-lib v2.2.0+incompatible // indirect
34-
google.golang.org/grpc v1.38.0
35-
google.golang.org/protobuf v1.25.0 // indirect
23+
google.golang.org/grpc v1.41.0
3624
)
3725

38-
replace (
39-
github.com/envoyproxy/go-control-plane => github.com/envoyproxy/go-control-plane v0.8.0
40-
google.golang.org/grpc => google.golang.org/grpc v1.26.0
41-
)
42-
43-
go 1.13
26+
go 1.15

0 commit comments

Comments
 (0)