-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
25 lines (23 loc) · 924 Bytes
/
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
module github.com/supernova106/kubestorm
go 1.13
require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/aws/aws-sdk-go v1.29.11
github.com/fsnotify/fsnotify v1.4.7
github.com/gin-contrib/cors v1.3.0
github.com/gin-gonic/gin v1.5.0
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
github.com/imdario/mergo v0.3.8 // indirect
github.com/kubernetes/client-go v11.0.0+incompatible // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/spf13/viper v1.6.2
github.com/swaggo/files v0.0.0-20190704085106-630677cd5c14
github.com/swaggo/gin-swagger v1.2.0
github.com/swaggo/swag v1.6.5
golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586 // indirect
k8s.io/api v0.17.3
k8s.io/apimachinery v0.17.3
k8s.io/client-go v0.0.0-20191114101535-6c5935290e33
k8s.io/klog v1.0.0
k8s.io/utils v0.0.0-20200124190032-861946025e34 // indirect
)