Skip to content

Commit 511e3cc

Browse files
author
sapcc-bot
committed
Run go-makefile-maker and autoupdate dependencies
go: upgraded github.com/sapcc/go-api-declarations v1.20.1 => v1.20.2
1 parent 7d007e3 commit 511e3cc

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ RUN addgroup -g 4200 appgroup \
5252
# upgrade all installed packages to fix potential CVEs in advance
5353
# also remove apk package manager to hopefully remove dependency on OpenSSL 🤞
5454
RUN apk upgrade --no-cache --no-progress \
55-
&& apk del --no-cache --no-progress apk-tools alpine-keys alpine-release musl-utils
55+
&& apk del --no-cache --no-progress apk-tools alpine-keys musl-utils
5656

5757
COPY --from=builder /etc/ssl/certs/ /etc/ssl/certs/
5858
COPY --from=builder /etc/ssl/cert.pem /etc/ssl/cert.pem

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/gophercloud/utils/v2 v2.0.0-20260107124036-1d7954eb9711
1111
github.com/onsi/ginkgo/v2 v2.28.1
1212
github.com/onsi/gomega v1.39.1
13-
github.com/sapcc/go-api-declarations v1.20.1
13+
github.com/sapcc/go-api-declarations v1.20.2
1414
k8s.io/api v0.35.0
1515
k8s.io/apimachinery v0.35.0
1616
k8s.io/client-go v0.35.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ github.com/prometheus/procfs v0.17.0/go.mod h1:oPQLaDAMRbA+u8H5Pbfq+dl3VDAvHxMUO
131131
github.com/rogpeppe/go-internal v1.14.1 h1:UQB4HGPB6osV0SQTLymcB4TgvyWu6ZyliaW0tI/otEQ=
132132
github.com/rogpeppe/go-internal v1.14.1/go.mod h1:MaRKkUm5W0goXpeCfT7UZI6fk/L7L7so1lCWt35ZSgc=
133133
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
134-
github.com/sapcc/go-api-declarations v1.20.1 h1:FI2JG2NXmQ1XoxEwdy0vrYPJo+sZd/IJSJVEl6W1PvE=
135-
github.com/sapcc/go-api-declarations v1.20.1/go.mod h1:eiRrXXUeQS5C/1kKn8/KMjk0Y0goUzgDQswj30rH0Zc=
134+
github.com/sapcc/go-api-declarations v1.20.2 h1:GWqv8VgsF4k9id6N051AVTaEpcjT02APsOuz2yCvTPQ=
135+
github.com/sapcc/go-api-declarations v1.20.2/go.mod h1:eiRrXXUeQS5C/1kKn8/KMjk0Y0goUzgDQswj30rH0Zc=
136136
github.com/spf13/cobra v1.10.1 h1:lJeBwCfmrnXthfAupyUTzJ/J4Nc1RsHC/mSRU2dll/s=
137137
github.com/spf13/cobra v1.10.1/go.mod h1:7SmJGaTHFVBY0jW4NXGluQoLvhqFQM+6XSKD+P4XaB0=
138138
github.com/spf13/pflag v1.0.9/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=

0 commit comments

Comments
 (0)