-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (19 loc) · 734 Bytes
/
go.mod
File metadata and controls
21 lines (19 loc) · 734 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/citrix/citrix-xds-adaptor
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/fsnotify/fsnotify v1.4.9
github.com/gogo/protobuf v1.3.2
github.com/golang/protobuf v1.5.2
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
gopkg.in/yaml.v2 v2.3.0 // indirect
istio.io/istio v0.0.0-20200625184358-58f551e08f08
)