File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -116,8 +116,8 @@ github.com/rs/cors v1.11.1/go.mod h1:XyqrcTp5zjWr1wsJ8PIRZssZ8b/WMcMf71DJnit4EMU
116116github.com/russross/blackfriday/v2 v2.1.0 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
117117github.com/sagikazarmark/locafero v0.7.0 h1:5MqpDsTGNDhY8sGp0Aowyf0qKsPrhewaLSsFaodPcyo =
118118github.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 =
121121github.com/sourcegraph/conc v0.3.0 h1:OQTbbt6P72L20UqAkXXuLOj79LfEanQ+YQFNpLA9ySo =
122122github.com/sourcegraph/conc v0.3.0 /go.mod h1:Sdozi7LEKbFPqYX2/J+iBAM6HpqSLTASQIKqDmF7Mt0 =
123123github.com/spf13/afero v1.12.0 h1:UcOPyRBYczmFn6yvphxkn9ZEOY65cpwGKb5mL36mrqs =
You can’t perform that action at this time.
0 commit comments