Skip to content

Commit

Permalink
Upgrade the version of envoyproxy/go-control-plane (#32)
Browse files Browse the repository at this point in the history
* feat: add support for traffic router

* fix: Fix the version of envoy-control-plane api
  • Loading branch information
123liuziming authored Feb 6, 2023
1 parent 89b78da commit 24aa528
Show file tree
Hide file tree
Showing 2 changed files with 282 additions and 5 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ module github.com/opensergo/opensergo-go
go 1.14

require (
github.com/envoyproxy/go-control-plane v0.9.10-0.20210907150352-cf90f659a021
github.com/envoyproxy/go-control-plane v0.10.3-0.20221109183938-2935a23e638f
github.com/envoyproxy/protoc-gen-validate v0.6.7
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
github.com/google/go-cmp v0.5.7 // indirect
github.com/pkg/errors v0.9.1
google.golang.org/genproto v0.0.0-20220329172620-7be39ac1afc7 // indirect
google.golang.org/grpc v1.45.0
google.golang.org/protobuf v1.28.0
)
Loading

0 comments on commit 24aa528

Please sign in to comment.