Skip to content

Commit 180f08f

Browse files
committed
updated dependencies
1 parent 67ad4b0 commit 180f08f

File tree

3 files changed

+47
-63
lines changed

3 files changed

+47
-63
lines changed

Makefile.common

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,4 +297,4 @@ $(1)_precheck:
297297
echo "Execution of '$$(PRECHECK_COMMAND_$(1))' command failed. Is $(1) installed?"; \
298298
exit 1; \
299299
fi
300-
endef
300+
endef

go.mod

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,23 @@ module github.com/slashdevops/aws_cloudwatch_exporter
33
go 1.14
44

55
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
87
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
1210
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
1412
github.com/prometheus/common v0.10.0
15-
github.com/prometheus/procfs v0.1.1 // indirect
1613
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
1815
github.com/spf13/cast v1.3.1 // indirect
1916
github.com/spf13/cobra v1.0.0
2017
github.com/spf13/jwalterweatherman v1.1.0 // indirect
2118
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
2623
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
2825
)

0 commit comments

Comments
 (0)