@@ -3,39 +3,37 @@ module github.com/slashdevops/aws_cloudwatch_exporter
3
3
go 1.18
4
4
5
5
require (
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
6
+ github.com/aws/aws-sdk-go v1.44.235
7
+ github.com/imdario/mergo v0.3.15
8
+ github.com/prometheus/client_golang v1.14.0
9
+ github.com/prometheus/common v0.42.0
10
+ github.com/sirupsen/logrus v1.9.0
11
+ github.com/spf13/cobra v1.6.1
12
+ github.com/spf13/viper v1.15 .0
13
+ gopkg.in/yaml.v3 v3.0.1
14
14
)
15
15
16
16
require (
17
17
github.com/beorn7/perks v1.0.1 // indirect
18
18
github.com/cespare/xxhash/v2 v2.1.2 // indirect
19
- github.com/fsnotify/fsnotify v1.5.1 // indirect
19
+ github.com/fsnotify/fsnotify v1.6.0 // indirect
20
20
github.com/golang/protobuf v1.5.2 // indirect
21
21
github.com/hashicorp/hcl v1.0.0 // indirect
22
- github.com/inconshreveable/mousetrap v1.0 .0 // indirect
22
+ github.com/inconshreveable/mousetrap v1.1 .0 // indirect
23
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
24
+ github.com/magiconair/properties v1.8.7 // indirect
25
+ github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
26
+ github.com/mitchellh/mapstructure v1.5.0 // indirect
27
+ github.com/pelletier/go-toml/v2 v2.0.7 // indirect
28
+ github.com/prometheus/client_model v0.3.0 // indirect
29
+ github.com/prometheus/procfs v0.8.0 // indirect
30
+ github.com/spf13/afero v1.9.5 // indirect
31
+ github.com/spf13/cast v1.5.0 // indirect
33
32
github.com/spf13/jwalterweatherman v1.1.0 // indirect
34
33
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
34
+ github.com/subosito/gotenv v1.4.2 // indirect
35
+ golang.org/x/sys v0.6.0 // indirect
36
+ golang.org/x/text v0.8.0 // indirect
37
+ google.golang.org/protobuf v1.28.1 // indirect
38
+ gopkg.in/ini.v1 v1.67.0 // indirect
41
39
)
0 commit comments