This repository was archived by the owner on Oct 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- FROM golang:1.17.6 AS builder
1+ FROM golang:1.17.7 AS builder
22ENV GO111MODULE=on
33COPY go.mod /etc/go.mod
44RUN cat /etc/go.mod | grep k8scloudconfig | awk '{print $1"/...@"$2}' | xargs -I{} go get {}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/giantswarm/aws-collector
33go 1.14
44
55require (
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
You can’t perform that action at this time.
0 commit comments