|
1 | 1 | module github.com/apache/dubbo-go-samples |
2 | 2 |
|
3 | 3 | require ( |
4 | | - cloud.google.com/go v0.50.0 // indirect |
5 | | - github.com/Microsoft/go-winio v0.4.15-0.20190919025122-fc70bd9a86b5 // indirect |
6 | 4 | 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 |
10 | 8 | 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 |
14 | 9 | github.com/dubbogo/gost v1.11.21-0.20220503144918-9e5ae44480af |
15 | 10 | 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 |
17 | 12 | 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 |
24 | 13 | github.com/opentracing/opentracing-go v1.2.0 |
25 | 14 | github.com/opentrx/mysql v1.0.1 |
26 | 15 | github.com/openzipkin-contrib/zipkin-go-opentracing v0.4.5 |
27 | 16 | github.com/openzipkin/zipkin-go v0.2.2 |
28 | 17 | 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 |
30 | 19 | github.com/stretchr/testify v1.7.0 |
31 | 20 | github.com/transaction-wg/seata-golang v1.0.1 |
32 | 21 | github.com/uber/jaeger-client-go v2.22.1+incompatible |
33 | 22 | 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 |
36 | 24 | ) |
37 | 25 |
|
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