-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (21 loc) · 782 Bytes
/
go.mod
File metadata and controls
23 lines (21 loc) · 782 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/drycc/builder
go 1.13
require (
github.com/arschles/assert v0.0.0-20150820224400-6882f85ccdc7
github.com/aws/aws-sdk-go v1.28.2
github.com/codegangsta/cli v1.9.0
github.com/docker/distribution v2.7.1+incompatible
github.com/docker/go-metrics v0.0.1 // indirect
github.com/drycc/controller-sdk-go v0.0.0-20190417134318-39a6c81f21f3
github.com/drycc/pkg v0.0.0-20190121053802-5c1dfa7b5446
github.com/gorilla/mux v1.7.4 // indirect
github.com/goware/urlx v0.3.1 // indirect
github.com/kelseyhightower/envconfig v1.2.0
github.com/pborman/uuid v1.2.0
github.com/sirupsen/logrus v1.6.0 // indirect
golang.org/x/crypto v0.0.0-20200220183623-bac4c82f6975
gopkg.in/yaml.v2 v2.2.8
k8s.io/api v0.18.6
k8s.io/apimachinery v0.18.6
k8s.io/client-go v0.18.6
)