|
1 | 1 | module github.com/drycc/builder |
2 | 2 |
|
3 | | -go 1.13 |
| 3 | +go 1.16 |
4 | 4 |
|
5 | 5 | require ( |
6 | 6 | github.com/arschles/assert v1.0.1-0.20191213221312-71f210f9375a |
7 | | - github.com/aws/aws-sdk-go v1.28.2 |
8 | | - github.com/codegangsta/cli v1.9.0 |
| 7 | + github.com/aws/aws-sdk-go v1.40.15 |
| 8 | + github.com/urfave/cli v1.22.5 |
9 | 9 | github.com/docker/distribution v2.7.1+incompatible |
10 | 10 | github.com/docker/go-metrics v0.0.1 // indirect |
11 | 11 | github.com/drycc/controller-sdk-go v0.0.0-20210629042308-95dbca4156e7 |
12 | 12 | github.com/drycc/pkg v0.0.0-20200811173146-1f2b2781a852 |
13 | | - github.com/gorilla/mux v1.7.4 // indirect |
14 | | - github.com/kelseyhightower/envconfig v1.2.0 |
15 | | - github.com/pborman/uuid v1.2.0 |
16 | | - github.com/sirupsen/logrus v1.6.0 // indirect |
17 | | - golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899 |
18 | | - gopkg.in/yaml.v2 v2.2.8 |
19 | | - k8s.io/api v0.18.6 |
20 | | - k8s.io/apimachinery v0.18.6 |
21 | | - k8s.io/client-go v0.18.6 |
| 13 | + github.com/gorilla/mux v1.8.0 // indirect |
| 14 | + github.com/kelseyhightower/envconfig v1.4.0 |
| 15 | + github.com/pborman/uuid v1.2.1 |
| 16 | + github.com/sirupsen/logrus v1.8.1 // indirect |
| 17 | + golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83 |
| 18 | + gopkg.in/yaml.v2 v2.4.0 |
| 19 | + k8s.io/api v0.22.0 |
| 20 | + k8s.io/apimachinery v0.22.0 |
| 21 | + k8s.io/client-go v0.22.0 |
22 | 22 | ) |
0 commit comments