|
1 | 1 | module github.com/slashdevops/aws_cloudwatch_exporter |
2 | 2 |
|
3 | | -go 1.15 |
| 3 | +go 1.18 |
4 | 4 |
|
5 | 5 | require ( |
6 | | - github.com/aws/aws-sdk-go v1.34.0 |
7 | | - github.com/imdario/mergo v0.3.10 |
8 | | - github.com/prometheus/client_golang v1.7.1 |
9 | | - github.com/prometheus/common v0.10.0 |
10 | | - github.com/sirupsen/logrus v1.6.0 |
11 | | - github.com/spf13/cobra v1.0.0 |
12 | | - github.com/spf13/viper v1.7.1 |
13 | | - gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 |
| 6 | + github.com/aws/aws-sdk-go v1.44.20 |
| 7 | + github.com/imdario/mergo v0.3.12 |
| 8 | + github.com/prometheus/client_golang v1.12.2 |
| 9 | + github.com/prometheus/common v0.32.1 |
| 10 | + github.com/sirupsen/logrus v1.8.1 |
| 11 | + github.com/spf13/cobra v1.4.0 |
| 12 | + github.com/spf13/viper v1.11.0 |
| 13 | + gopkg.in/yaml.v3 v3.0.0 |
| 14 | +) |
| 15 | + |
| 16 | +require ( |
| 17 | + github.com/beorn7/perks v1.0.1 // indirect |
| 18 | + github.com/cespare/xxhash/v2 v2.1.2 // indirect |
| 19 | + github.com/fsnotify/fsnotify v1.5.1 // indirect |
| 20 | + github.com/golang/protobuf v1.5.2 // indirect |
| 21 | + github.com/hashicorp/hcl v1.0.0 // indirect |
| 22 | + github.com/inconshreveable/mousetrap v1.0.0 // indirect |
| 23 | + github.com/jmespath/go-jmespath v0.4.0 // indirect |
| 24 | + github.com/magiconair/properties v1.8.6 // indirect |
| 25 | + github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect |
| 26 | + github.com/mitchellh/mapstructure v1.4.3 // indirect |
| 27 | + github.com/pelletier/go-toml v1.9.4 // indirect |
| 28 | + github.com/pelletier/go-toml/v2 v2.0.0-beta.8 // indirect |
| 29 | + github.com/prometheus/client_model v0.2.0 // indirect |
| 30 | + github.com/prometheus/procfs v0.7.3 // indirect |
| 31 | + github.com/spf13/afero v1.8.2 // indirect |
| 32 | + github.com/spf13/cast v1.4.1 // indirect |
| 33 | + github.com/spf13/jwalterweatherman v1.1.0 // indirect |
| 34 | + github.com/spf13/pflag v1.0.5 // indirect |
| 35 | + github.com/subosito/gotenv v1.2.0 // indirect |
| 36 | + golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect |
| 37 | + golang.org/x/text v0.3.7 // indirect |
| 38 | + google.golang.org/protobuf v1.28.0 // indirect |
| 39 | + gopkg.in/ini.v1 v1.66.4 // indirect |
| 40 | + gopkg.in/yaml.v2 v2.4.0 // indirect |
14 | 41 | ) |
0 commit comments