Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions csds-client/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,12 @@ module envoy-tools/csds-client
go 1.14

require (
cloud.google.com/go/compute v1.7.0 // indirect
github.com/awalterschulze/gographviz v2.0.3+incompatible
github.com/cncf/xds/go v0.0.0-20220520190051-1e77728a1eaa // indirect
github.com/emirpasic/gods v1.18.1
github.com/envoyproxy/go-control-plane v0.10.3
github.com/ghodss/yaml v1.0.0
github.com/golang/mock v1.6.0
golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e // indirect
golang.org/x/oauth2 v0.0.0-20220628200809-02e64fa58f26 // indirect
golang.org/x/sys v0.0.0-20220627191245-f75cf1eec38b // indirect
google.golang.org/genproto v0.0.0-20220628213854-d9e0b6570c03 // indirect
google.golang.org/grpc v1.47.0
google.golang.org/protobuf v1.28.0
google.golang.org/grpc v1.53.0
google.golang.org/protobuf v1.28.1
gopkg.in/yaml.v2 v2.4.0 // indirect
)
Loading