|
1 | 1 | module github.com/springload/ecs-tool |
2 | 2 |
|
3 | | -go 1.12 |
| 3 | +go 1.17 |
4 | 4 |
|
5 | 5 | require ( |
6 | | - github.com/BurntSushi/toml v0.3.1 // indirect |
7 | 6 | github.com/Shopify/ejson v1.2.1 |
8 | 7 | github.com/apex/log v1.0.0 |
9 | 8 | github.com/aws/aws-sdk-go v1.41.2 |
| 9 | + github.com/imdario/mergo v0.3.11 |
| 10 | + github.com/spf13/cobra v0.0.3 |
| 11 | + github.com/spf13/viper v1.0.2 |
| 12 | + golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 |
| 13 | +) |
| 14 | + |
| 15 | +require ( |
| 16 | + github.com/BurntSushi/toml v0.3.1 // indirect |
10 | 17 | github.com/davecgh/go-spew v1.1.1 // indirect |
11 | 18 | github.com/dustin/gojson v0.0.0-20160307161227-2e71ec9dd5ad // indirect |
12 | 19 | github.com/fsnotify/fsnotify v1.4.7 // indirect |
13 | 20 | github.com/hashicorp/hcl v0.0.0-20180404174102-ef8a98b0bbce // indirect |
14 | | - github.com/imdario/mergo v0.3.11 |
15 | 21 | github.com/inconshreveable/mousetrap v1.0.0 // indirect |
| 22 | + github.com/jmespath/go-jmespath v0.4.0 // indirect |
16 | 23 | github.com/magiconair/properties v1.8.0 // indirect |
17 | 24 | github.com/mitchellh/mapstructure v0.0.0-20180511142126-bb74f1db0675 // indirect |
18 | 25 | github.com/pelletier/go-toml v1.2.0 // indirect |
| 26 | + github.com/pkg/errors v0.9.1 // indirect |
19 | 27 | github.com/smartystreets/goconvey v1.6.4 // indirect |
20 | 28 | github.com/spf13/afero v1.1.1 // indirect |
21 | 29 | github.com/spf13/cast v1.2.0 // indirect |
22 | | - github.com/spf13/cobra v0.0.3 |
23 | 30 | github.com/spf13/jwalterweatherman v0.0.0-20180109140146-7c0cea34c8ec // indirect |
24 | 31 | github.com/spf13/pflag v1.0.1 // indirect |
25 | | - github.com/spf13/viper v1.0.2 |
26 | 32 | github.com/stretchr/testify v1.5.1 // indirect |
27 | | - golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 |
| 33 | + golang.org/x/sys v0.0.0-20210423082822-04245dca01da // indirect |
| 34 | + golang.org/x/text v0.3.6 // indirect |
| 35 | + gopkg.in/yaml.v2 v2.3.0 // indirect |
28 | 36 | ) |
0 commit comments