@@ -3,26 +3,23 @@ module github.com/slashdevops/aws_cloudwatch_exporter
3
3
go 1.14
4
4
5
5
require (
6
- github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
7
- github.com/aws/aws-sdk-go v1.32.1
6
+ github.com/aws/aws-sdk-go v1.34.0
8
7
github.com/fsnotify/fsnotify v1.4.9 // indirect
9
- github.com/golang/protobuf v1.4.2 // indirect
10
- github.com/imdario/mergo v0.3.9
11
- github.com/mitchellh/mapstructure v1.3.2 // indirect
8
+ github.com/imdario/mergo v0.3.10
9
+ github.com/mitchellh/mapstructure v1.3.3 // indirect
12
10
github.com/pelletier/go-toml v1.8.0 // indirect
13
- github.com/prometheus/client_golang v1.6.0
11
+ github.com/prometheus/client_golang v1.7.1
14
12
github.com/prometheus/common v0.10.0
15
- github.com/prometheus/procfs v0.1.1 // indirect
16
13
github.com/sirupsen/logrus v1.6.0
17
- github.com/spf13/afero v1.2.2 // indirect
14
+ github.com/spf13/afero v1.3.3 // indirect
18
15
github.com/spf13/cast v1.3.1 // indirect
19
16
github.com/spf13/cobra v1.0.0
20
17
github.com/spf13/jwalterweatherman v1.1.0 // indirect
21
18
github.com/spf13/pflag v1.0.5 // indirect
22
- github.com/spf13/viper v1.7.0
23
- golang.org/x/net v0.0.0-20200602114024-627f9648deb9 // indirect
24
- golang.org/x/sys v0.0.0-20200610111108-226ff32320da // indirect
25
- google. golang.org/protobuf v1.24.0 // indirect
19
+ github.com/spf13/viper v1.7.1
20
+ golang.org/x/net v0.0.0-20200707034311-ab3426394381 // indirect
21
+ golang.org/x/sys v0.0.0-20200808120158-1030fc2bf1d9 // indirect
22
+ golang.org/x/text v0.3.3 // indirect
26
23
gopkg.in/ini.v1 v1.57.0 // indirect
27
- gopkg.in/yaml.v3 v3.0.0-20200605160147-a5ece683394c
24
+ gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
28
25
)
0 commit comments