Skip to content

Commit

Permalink
Upgrade to go 1.15 and use newer dependencies (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
smcavallo authored Jan 5, 2021
1 parent 7c3aae1 commit bf161b6
Show file tree
Hide file tree
Showing 3 changed files with 323 additions and 21 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.14 as builder
FROM golang:1.15 as builder

WORKDIR /opt/

Expand Down
11 changes: 5 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
module github.com/ivx/yet-another-cloudwatch-exporter

go 1.14
go 1.15

require (
github.com/aws/aws-sdk-go v1.32.6
github.com/fatih/structs v1.1.0
github.com/prometheus/client_golang v1.7.0
github.com/sirupsen/logrus v1.4.2
gopkg.in/yaml.v2 v2.2.5
github.com/aws/aws-sdk-go v1.36.20
github.com/prometheus/client_golang v1.9.0
github.com/sirupsen/logrus v1.6.0
gopkg.in/yaml.v2 v2.3.0
)
Loading

0 comments on commit bf161b6

Please sign in to comment.