forked from drycc/builder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (20 loc) · 741 Bytes
/
go.mod
File metadata and controls
22 lines (20 loc) · 741 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/drycc/builder
go 1.13
require (
github.com/arschles/assert v1.0.1-0.20191213221312-71f210f9375a
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-20200813035713-e73ce53533e7
github.com/drycc/pkg v0.0.0-20200811173146-1f2b2781a852
github.com/gorilla/mux v1.7.4 // 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-20200709230013-948cd5f35899
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
)