-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
30 lines (28 loc) · 1.21 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
module github.com/openaustralia/yinyo
go 1.13
require (
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/cheggaaa/pb/v3 v3.0.1
github.com/dchest/uniuri v0.0.0-20160212164326-8902c56451e9
github.com/felixge/httpsnoop v1.0.1
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/go-redis/redis v6.15.5+incompatible
github.com/golangci/golangci-lint v1.23.6 // indirect
github.com/gorilla/mux v1.7.3
github.com/hashicorp/go-retryablehttp v0.6.4
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
github.com/minio/minio-go/v6 v6.0.33
github.com/otiai10/copy v1.0.2
github.com/pkg/errors v0.8.1
github.com/satori/go.uuid v1.2.0
github.com/shirou/gopsutil v2.19.10+incompatible
github.com/spf13/cobra v0.0.5
github.com/stretchr/testify v1.4.0
github.com/vektra/mockery v0.0.0-20181123154057-e78b021dcbb5 // indirect
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 // indirect
golang.org/x/sys v0.0.0-20191022100944-742c48ecaeb7 // indirect
k8s.io/api v0.0.0-20190620084959-7cf5895f2711
k8s.io/apimachinery v0.0.0-20190612205821-1799e75a0719
k8s.io/client-go v0.0.0-20190620085101-78d2af792bab
k8s.io/utils v0.0.0-20190809000727-6c36bc71fc4a // indirect
)