Skip to content

Commit 3bb0c4a

Browse files
author
sapcc-bot
committed
Run go-makefile-maker and autoupdate dependencies
go: upgraded github.com/sapcc/go-bits v0.0.0-20260312170110-034b497ebb7e => v0.0.0-20260326130200-4521b37f2cb0
1 parent 4a25903 commit 3bb0c4a

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
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
version: latest
3939
- name: Delete pre-installed shellcheck
40-
run: sudo rm -f $(which shellcheck)
40+
run: sudo rm -f "$(which shellcheck)"
4141
- name: Run shellcheck
4242
run: make run-shellcheck
4343
- name: Dependency Licenses Review

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/prometheus/common v0.67.5
1313
github.com/prometheus/prometheus v0.304.1
1414
github.com/rs/cors v1.11.1
15-
github.com/sapcc/go-bits v0.0.0-20260312170110-034b497ebb7e
15+
github.com/sapcc/go-bits v0.0.0-20260326130200-4521b37f2cb0
1616
github.com/spf13/cobra v1.9.1
1717
github.com/spf13/viper v1.20.1
1818
github.com/stretchr/testify v1.11.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ github.com/rs/cors v1.11.1/go.mod h1:XyqrcTp5zjWr1wsJ8PIRZssZ8b/WMcMf71DJnit4EMU
116116
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
117117
github.com/sagikazarmark/locafero v0.7.0 h1:5MqpDsTGNDhY8sGp0Aowyf0qKsPrhewaLSsFaodPcyo=
118118
github.com/sagikazarmark/locafero v0.7.0/go.mod h1:2za3Cg5rMaTMoG/2Ulr9AwtFaIppKXTRYnozin4aB5k=
119-
github.com/sapcc/go-bits v0.0.0-20260312170110-034b497ebb7e h1:4wgkrfAlnL6ffM7HTNoHn1HrBBurCRR71WNOszdiDNQ=
120-
github.com/sapcc/go-bits v0.0.0-20260312170110-034b497ebb7e/go.mod h1:NZjMiGVm04U25vwR6ZWvMw0XOOnvS1jkmXpjiepOeUw=
119+
github.com/sapcc/go-bits v0.0.0-20260326130200-4521b37f2cb0 h1:MAEDUjd/3mua7oRGxEaUXP1vSZ2O8kCLbT2Qdm5LRb4=
120+
github.com/sapcc/go-bits v0.0.0-20260326130200-4521b37f2cb0/go.mod h1:7hnwian7E9elGDyqu0F3uwETIKwQTC0AK8dDU1MbNkI=
121121
github.com/sourcegraph/conc v0.3.0 h1:OQTbbt6P72L20UqAkXXuLOj79LfEanQ+YQFNpLA9ySo=
122122
github.com/sourcegraph/conc v0.3.0/go.mod h1:Sdozi7LEKbFPqYX2/J+iBAM6HpqSLTASQIKqDmF7Mt0=
123123
github.com/spf13/afero v1.12.0 h1:UcOPyRBYczmFn6yvphxkn9ZEOY65cpwGKb5mL36mrqs=

0 commit comments

Comments
 (0)