forked from emissary-ingress/emissary
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
48 lines (46 loc) · 1.99 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
module github.com/datawire/ambassador
go 1.13
require (
git.lukeshu.com/go/libsystemd v0.5.3
github.com/Masterminds/semver v1.4.2 // indirect
github.com/Masterminds/sprig v2.17.1+incompatible
github.com/aokoli/goutils v1.1.0 // indirect
github.com/datawire/libk8s v0.0.0-20190923150809-3b461b0ee981
github.com/datawire/pf v0.0.0-20180510150411-31a823f9495a
github.com/ecodia/golang-awaitility v0.0.0-20180710094957-fb55e59708c7
github.com/envoyproxy/go-control-plane v0.6.9
github.com/envoyproxy/protoc-gen-validate v0.0.15-0.20190405222122-d6164de49109
github.com/fsnotify/fsnotify v1.4.7
github.com/gogo/googleapis v1.3.0 // indirect
github.com/gogo/protobuf v1.3.0
github.com/golang/protobuf v1.3.1
github.com/google/shlex v0.0.0-20181106134648-c34317bd91bf
github.com/google/uuid v1.1.1 // indirect
github.com/gorilla/websocket v1.4.0
github.com/hashicorp/consul/api v1.1.0
github.com/huandu/xstrings v1.2.0 // indirect
github.com/iancoleman/strcase v0.0.0-20180726023541-3605ed457bf7
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
github.com/kr/pretty v0.1.0 // indirect
github.com/lyft/protoc-gen-star v0.4.4
github.com/lyft/protoc-gen-validate v0.1.0 // indirect
github.com/miekg/dns v1.1.6
github.com/mitchellh/mapstructure v1.1.2
github.com/pkg/errors v0.8.1
github.com/sirupsen/logrus v1.4.0
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.3
github.com/stretchr/testify v1.4.0
golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5
golang.org/x/net v0.0.0-20190812203447-cdfb69ac37fc
google.golang.org/genproto v0.0.0-20180831171423-11092d34479b // indirect
google.golang.org/grpc v1.23.0
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gopkg.in/yaml.v2 v2.2.2
istio.io/gogo-genproto v0.0.0-20190904133402-ee07f2785480
k8s.io/apimachinery v0.0.0-20190816201409-1714e684133b
k8s.io/cli-runtime v0.0.0-20190816224449-59d96aa1e208
k8s.io/client-go v11.0.1-0.20190816222228-6d55c1b1f1ca+incompatible
sigs.k8s.io/yaml v1.1.0
)