Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Commit

Permalink
Merge pull request #166 from askuy/feature/opentelemetry2
Browse files Browse the repository at this point in the history
upgrade ego v0.8.0
  • Loading branch information
askuy authored Dec 11, 2021
2 parents 9e26288 + 0b6ce1d commit cd620c9
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 2 deletions.
7 changes: 5 additions & 2 deletions eetcd/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@ module github.com/gotomicro/ego-component/eetcd
go 1.15

require (
github.com/HdrHistogram/hdrhistogram-go v1.1.0 // indirect
github.com/golang/protobuf v1.5.2
github.com/gotomicro/ego v0.6.14
github.com/gotomicro/ego v0.8.0
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/spf13/cast v1.3.1
github.com/uber/jaeger-client-go v2.23.1+incompatible // indirect
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
go.etcd.io/etcd/api/v3 v3.5.0
go.etcd.io/etcd/client/v3 v3.5.0
golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d
google.golang.org/grpc v1.39.0
google.golang.org/grpc v1.42.0
)
Loading

0 comments on commit cd620c9

Please sign in to comment.