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 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -336,8 +336,8 @@ github.com/rs/cors v1.11.1/go.mod h1:XyqrcTp5zjWr1wsJ8PIRZssZ8b/WMcMf71DJnit4EMU
336336github.com/russross/blackfriday/v2 v2.0.1 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
337337github.com/sapcc/go-api-declarations v1.20.2 h1:GWqv8VgsF4k9id6N051AVTaEpcjT02APsOuz2yCvTPQ =
338338github.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 =
341341github.com/sergi/go-diff v1.4.0 h1:n/SP9D5ad1fORl+llWyN+D6qoUETXNZARKjyY2/KVCw =
342342github.com/sergi/go-diff v1.4.0 /go.mod h1:A0bzQcvG0E7Rwjx0REVgAGH58e96+X0MeOfepqsbeW4 =
343343github.com/sethvargo/go-retry v0.3.0 h1:EEt31A35QhrcRZtrYFDTBg91cqZVnFL2navjDrah2SE =
You can’t perform that action at this time.
0 commit comments