-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
31 lines (29 loc) · 1.24 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
module devcn.fun/infrastlabs/ingsitemap
go 1.13
require (
github.com/elazarl/go-bindata-assetfs v1.0.0
github.com/gogo/protobuf v1.3.1 // indirect
github.com/google/btree v1.0.0 // indirect
github.com/google/gofuzz v1.1.0 // indirect
github.com/googleapis/gnostic v0.2.0 // indirect
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/imdario/mergo v0.3.9 // indirect
github.com/json-iterator/go v1.1.9 // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
github.com/sirupsen/logrus v1.5.0
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/crypto v0.0.0-20200323165209-0ec3e9974c59 // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
// k8s.io/api v0.18.0
k8s.io/api v0.0.0-20181213150558-05914d821849
// k8s.io/apimachinery v0.18.0
k8s.io/apimachinery v0.0.0-20181127025237-2b1284ed4c93
// k8s.io/client-go v11.0.0+incompatible
k8s.io/client-go v0.0.0-20181213151034-8d9ed539ba31
k8s.io/klog v0.3.0 // indirect
sigs.k8s.io/yaml v1.2.0 // indirect
)