forked from emissary-ingress/emissary
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
48 lines (46 loc) · 2 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/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869
github.com/datawire/libk8s v0.0.0-20191023073802-9add2eb01af2
github.com/datawire/pf v0.0.0-20180510150411-31a823f9495a
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/ecodia/golang-awaitility v0.0.0-20180710094957-fb55e59708c7
github.com/envoyproxy/protoc-gen-validate v0.0.15-0.20190405222122-d6164de49109
github.com/fsnotify/fsnotify v1.4.7
github.com/gogo/protobuf v1.3.0
github.com/golang/protobuf v1.3.2
github.com/google/shlex v0.0.0-20181106134648-c34317bd91bf
github.com/google/uuid v1.1.1
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/lyft/protoc-gen-star v0.4.4
github.com/miekg/dns v1.1.6
github.com/mitchellh/mapstructure v1.1.2
github.com/mitchellh/protoc-gen-go-json v0.0.0-20190813154521-ece073100ced
github.com/pkg/browser v0.0.0-20180916011732-0a3d74bf9ce4
github.com/pkg/errors v0.8.1
github.com/sirupsen/logrus v1.4.0
github.com/spf13/cobra v0.0.5
github.com/spf13/pflag v1.0.3
github.com/stretchr/testify v1.4.0
golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8
golang.org/x/net v0.0.0-20190812203447-cdfb69ac37fc
golang.org/x/sys v0.0.0-20191024073052-e66fe6eb8e0c
google.golang.org/grpc v1.23.0
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gopkg.in/yaml.v2 v2.2.4
istio.io/gogo-genproto v0.0.0-20190904133402-ee07f2785480
k8s.io/api v0.0.0-20191004120104-195af9ec3521
k8s.io/apimachinery v0.0.0-20191004115801-a2eda9f80ab8
k8s.io/cli-runtime v0.0.0-20191004123735-6bff60de4370
k8s.io/client-go v0.0.0-20191004120905-f06fe3961ca9
sigs.k8s.io/yaml v1.1.0
)