File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,21 +3,20 @@ module github.com/drycc/builder
33go 1.13
44
55require (
6- github.com/arschles/assert v0 .0.0-20150820224400-6882f85ccdc7
6+ github.com/arschles/assert v1 .0.1-0.20191213221312-71f210f9375a
77 github.com/aws/aws-sdk-go v1.28.2
88 github.com/codegangsta/cli v1.9.0
99 github.com/docker/distribution v2.7.1+incompatible
1010 github.com/docker/go-metrics v0.0.1 // indirect
11- github.com/drycc/controller-sdk-go v0.0.0-20190417134318-39a6c81f21f3
12- github.com/drycc/pkg v0.0.0-20190121053802-5c1dfa7b5446
11+ github.com/drycc/controller-sdk-go v0.0.0-20200804054414-9d56a7f85205
12+ github.com/drycc/pkg v0.0.0-20200730070607-a183b894cef1
1313 github.com/gorilla/mux v1.7.4 // indirect
14- github.com/goware/urlx v0.3.1 // indirect
1514 github.com/kelseyhightower/envconfig v1.2.0
1615 github.com/pborman/uuid v1.2.0
1716 github.com/sirupsen/logrus v1.6.0 // indirect
18- golang.org/x/crypto v0.0.0-20200220183623-bac4c82f6975
17+ golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
1918 gopkg.in/yaml.v2 v2.2.8
2019 k8s.io/api v0.18.6
2120 k8s.io/apimachinery v0.18.6
2221 k8s.io/client-go v0.18.6
23- )
22+ )
You can’t perform that action at this time.
0 commit comments