-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (22 loc) · 895 Bytes
/
go.mod
File metadata and controls
24 lines (22 loc) · 895 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/alazyer/gocodes
go 1.12
require (
github.com/dexidp/dex v0.0.0-20190807135633-d9f6ab4a68d1
github.com/fortytw2/leaktest v1.3.0 // indirect
github.com/ghodss/yaml v1.0.0
github.com/jtblin/go-ldap-client v0.0.0-20170223121919-b73f66626b33
github.com/kisielk/errcheck v1.2.0 // indirect
github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e // indirect
github.com/olivere/elastic v6.2.23+incompatible
github.com/sirupsen/logrus v1.4.2
github.com/spf13/pflag v1.0.3
github.com/vrischmann/envconfig v1.2.0
gopkg.in/ldap.v2 v2.5.1
gopkg.in/ldap.v3 v3.0.3
gopkg.in/olivere/elastic.v6 v6.2.23
k8s.io/api v0.0.0-20190726022912-69e1bce1dad5
k8s.io/apimachinery v0.0.0-20190726022757-641a75999153
k8s.io/apiserver v0.0.0-20190726023815-781c3cd1b3dc
k8s.io/client-go v0.0.0-20190726023111-a9c895e7f2ac
k8s.io/component-base v0.0.0-20190726023549-042c00bc1f9e
)