Skip to content

Commit

Permalink
Update etc modules
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 10, 2022
1 parent 3fdc020 commit a753a55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM golang:1.17.6 AS builder
FROM golang:1.17.8 AS builder
ENV GO111MODULE=on
COPY go.mod /etc/go.mod
RUN cat /etc/go.mod | grep k8scloudconfig | awk '{print $1"/...@"$2}' | xargs -I{} go get {}
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Expand Up @@ -3,7 +3,7 @@ module github.com/giantswarm/aws-collector
go 1.14

require (
github.com/aws/aws-sdk-go v1.42.38
github.com/aws/aws-sdk-go v1.43.15
github.com/giantswarm/apiextensions/v3 v3.39.0
github.com/giantswarm/exporterkit v1.0.0
github.com/giantswarm/k8sclient/v5 v5.12.0
Expand All @@ -14,7 +14,7 @@ require (
github.com/giantswarm/micrologger v0.6.0
github.com/giantswarm/operatorkit/v5 v5.0.0
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/prometheus/client_golang v1.12.0
github.com/prometheus/client_golang v1.12.1
github.com/senseyeio/duration v0.0.0-20180430131211-7c2a214ada46
github.com/spf13/viper v1.10.1
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
Expand Down

0 comments on commit a753a55

Please sign in to comment.