Skip to content

Commit

Permalink
fix tencentcloud ambiguous import by removing consul from sds server …
Browse files Browse the repository at this point in the history
…dependencies
  • Loading branch information
zalimeni committed Sep 18, 2024
1 parent 422619c commit 1f5b986
Show file tree
Hide file tree
Showing 6 changed files with 282 additions and 1,048 deletions.
61 changes: 61 additions & 0 deletions go.work.sum

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions test/integration/connect/envoy/test-sds-server/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@ module test-sds-server
go 1.16

require (
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/envoyproxy/go-control-plane v0.12.0
github.com/fatih/color v1.16.0 // indirect
github.com/hashicorp/consul v1.18.1
github.com/hashicorp/consul/sdk v0.16.0 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/hashicorp/go-hclog v1.6.3
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/rogpeppe/go-internal v1.11.0 // indirect
github.com/stretchr/testify v1.8.4
golang.org/x/net v0.24.0 // indirect
golang.org/x/sys v0.20.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230803162519-f966b187b2e5 // indirect
Expand Down
Loading

0 comments on commit 1f5b986

Please sign in to comment.