forked from AthenZ/k8s-athenz-istio-auth
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (20 loc) · 677 Bytes
/
go.mod
File metadata and controls
22 lines (20 loc) · 677 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/yahoo/k8s-athenz-istio-auth
go 1.12
require (
github.com/ardielle/ardielle-go v1.5.2
github.com/davecgh/go-spew v1.1.1
github.com/ghodss/yaml v1.0.0
github.com/gogo/protobuf v1.3.1
github.com/sirupsen/logrus v1.4.2
github.com/stretchr/testify v1.5.1
github.com/yahoo/athenz v1.9.30
github.com/yahoo/k8s-athenz-syncer v0.1.7
gopkg.in/natefinch/lumberjack.v2 v2.0.0
istio.io/api v0.0.0-20200513175333-ae3da0d240e3
istio.io/client-go v0.0.0-20200513180646-f8d9d8ff84e6
istio.io/istio v0.0.0-20200708165503-80f49905d910
istio.io/pkg v0.0.0-20200324191837-25e6bb9cf135
k8s.io/api v0.17.14
k8s.io/apimachinery v0.17.14
k8s.io/client-go v0.17.14
)