Skip to content
This repository was archived by the owner on Oct 30, 2024. It is now read-only.

Commit c32bcce

Browse files
committed
Update etc modules
1 parent 10ba5f4 commit c32bcce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.17.6 AS builder
1+
FROM golang:1.17.7 AS builder
22
ENV GO111MODULE=on
33
COPY go.mod /etc/go.mod
44
RUN cat /etc/go.mod | grep k8scloudconfig | awk '{print $1"/...@"$2}' | xargs -I{} go get {}

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/giantswarm/aws-collector
33
go 1.14
44

55
require (
6-
github.com/aws/aws-sdk-go v1.42.38
6+
github.com/aws/aws-sdk-go v1.43.0
77
github.com/giantswarm/apiextensions/v3 v3.39.0
88
github.com/giantswarm/exporterkit v1.0.0
99
github.com/giantswarm/k8sclient/v5 v5.12.0
@@ -14,7 +14,7 @@ require (
1414
github.com/giantswarm/micrologger v0.6.0
1515
github.com/giantswarm/operatorkit/v5 v5.0.0
1616
github.com/patrickmn/go-cache v2.1.0+incompatible
17-
github.com/prometheus/client_golang v1.12.0
17+
github.com/prometheus/client_golang v1.12.1
1818
github.com/senseyeio/duration v0.0.0-20180430131211-7c2a214ada46
1919
github.com/spf13/viper v1.10.1
2020
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c

0 commit comments

Comments
 (0)