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
9 changes: 3 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,15 @@ go 1.16

require (
github.com/citrix/adc-nitro-go v0.0.0-20210701174421-a3bd5f0e580a
github.com/envoyproxy/go-control-plane v0.10.3
github.com/envoyproxy/go-control-plane v0.11.1-0.20230524094728-9239064ad72f
github.com/fsnotify/fsnotify v1.4.9
github.com/gogo/protobuf v1.3.2
github.com/golang/protobuf v1.5.2
github.com/golang/protobuf v1.5.3
github.com/hashicorp/go-hclog v0.16.1
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/sirupsen/logrus v1.7.0
github.com/spiffe/go-spiffe v1.0.0
github.com/txn2/txeh v1.3.0
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/grpc v1.45.0
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
google.golang.org/grpc v1.56.3
gopkg.in/yaml.v2 v2.3.0 // indirect
istio.io/istio v0.0.0-20200625184358-58f551e08f08
)
Loading