Skip to content

Commit

Permalink
Merge branch 'develop' into style/imports-fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
dongjianhui03 committed Aug 1, 2021
2 parents 14f3fc2 + 86575cd commit e7a21a1
Show file tree
Hide file tree
Showing 5 changed files with 62 additions and 14 deletions.
10 changes: 6 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@ go 1.14

require (
github.com/alibaba/sentinel-golang v1.0.2
github.com/apache/dubbo-go v1.5.7-rc1
github.com/apache/dubbo-go v1.5.7-rc2
github.com/apache/dubbo-go-hessian2 v1.9.2
github.com/dubbogo/dubbo-go-pixiu-filter v0.1.4-0.20210613012702-8488bf80772c
github.com/dubbogo/go-zookeeper v1.0.3
github.com/dubbogo/gost v1.11.8
github.com/dubbogo/gost v1.11.14
github.com/emirpasic/gods v1.12.0
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32
github.com/goinggo/mapstructure v0.0.0-20140717182941-194205d9b4a9
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/uuid v1.2.0 // indirect
github.com/hashicorp/consul/api v1.5.0
github.com/pkg/errors v0.9.1
github.com/prometheus/common v0.29.0 // indirect
Expand All @@ -21,7 +22,8 @@ require (
github.com/stretchr/testify v1.7.0
github.com/tklauser/go-sysconf v0.3.5 // indirect
github.com/urfave/cli v1.22.4
go.etcd.io/etcd v0.0.0-20200402134248-51bdeb39e698
go.etcd.io/etcd v0.0.0-20200402134248-51bdeb39e698 // indirect
go.etcd.io/etcd/api/v3 v3.5.0-alpha.0
go.opentelemetry.io/otel v1.0.0-RC1
go.opentelemetry.io/otel/exporters/prometheus v0.21.0
go.opentelemetry.io/otel/metric v0.21.0
Expand All @@ -38,5 +40,5 @@ require (
replace (
github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473 => github.com/envoyproxy/go-control-plane v0.8.0
google.golang.org/api => google.golang.org/api v0.13.0
google.golang.org/grpc => google.golang.org/grpc v1.26.0
google.golang.org/grpc => google.golang.org/grpc v1.27.0
)
Loading

0 comments on commit e7a21a1

Please sign in to comment.