Skip to content

Commit 4315274

Browse files
author
sapcc-bot
committed
Run go-makefile-maker and autoupdate dependencies
go: upgraded github.com/sapcc/go-bits v0.0.0-20260323102131-ee717bce9a41 => v0.0.0-20260324094323-0c68f5c1e7d6
1 parent 2b23405 commit 4315274

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
version: latest
3737
- name: Delete pre-installed shellcheck
38-
run: sudo rm -f $(which shellcheck)
38+
run: sudo rm -f "$(which shellcheck)"
3939
- name: Run shellcheck
4040
run: make run-shellcheck
4141
- name: Dependency Licenses Review

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ require (
4242
github.com/prometheus/client_golang v1.23.2
4343
github.com/rs/cors v1.11.1
4444
github.com/sapcc/go-api-declarations v1.20.2
45-
github.com/sapcc/go-bits v0.0.0-20260323102131-ee717bce9a41
45+
github.com/sapcc/go-bits v0.0.0-20260324094323-0c68f5c1e7d6
4646
github.com/sethvargo/go-retry v0.3.0
4747
github.com/sirupsen/logrus v1.9.4
4848
github.com/stretchr/testify v1.11.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,8 +336,8 @@ github.com/rs/cors v1.11.1/go.mod h1:XyqrcTp5zjWr1wsJ8PIRZssZ8b/WMcMf71DJnit4EMU
336336
github.com/russross/blackfriday/v2 v2.0.1/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
337337
github.com/sapcc/go-api-declarations v1.20.2 h1:GWqv8VgsF4k9id6N051AVTaEpcjT02APsOuz2yCvTPQ=
338338
github.com/sapcc/go-api-declarations v1.20.2/go.mod h1:eiRrXXUeQS5C/1kKn8/KMjk0Y0goUzgDQswj30rH0Zc=
339-
github.com/sapcc/go-bits v0.0.0-20260323102131-ee717bce9a41 h1:ICE0CwSLaJjdfVT5EkpDSsK9NgwzK3tEa8UzZB5VDcs=
340-
github.com/sapcc/go-bits v0.0.0-20260323102131-ee717bce9a41/go.mod h1:cqYIgHukaJjOdF9kGt4/gjcejv1CVR7RoHeUiYXrqmQ=
339+
github.com/sapcc/go-bits v0.0.0-20260324094323-0c68f5c1e7d6 h1:roo5yiR24pnBSfJPZuDPE7aOUqLZBPFzqDrEDF5bR2Y=
340+
github.com/sapcc/go-bits v0.0.0-20260324094323-0c68f5c1e7d6/go.mod h1:cqYIgHukaJjOdF9kGt4/gjcejv1CVR7RoHeUiYXrqmQ=
341341
github.com/sergi/go-diff v1.4.0 h1:n/SP9D5ad1fORl+llWyN+D6qoUETXNZARKjyY2/KVCw=
342342
github.com/sergi/go-diff v1.4.0/go.mod h1:A0bzQcvG0E7Rwjx0REVgAGH58e96+X0MeOfepqsbeW4=
343343
github.com/sethvargo/go-retry v0.3.0 h1:EEt31A35QhrcRZtrYFDTBg91cqZVnFL2navjDrah2SE=

0 commit comments

Comments
 (0)