File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,15 +2,15 @@ module github.com/PowerDNS/simpleblob
22
33go 1.24.0
44
5- toolchain go1.25.1
5+ toolchain go1.25.6
66
77require (
88 github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.13.1
99 github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.6.3
1010 github.com/PowerDNS/go-tlsconfig v0.0.0-20221101135152-0956853b28df
1111 github.com/go-logr/logr v1.4.3
1212 github.com/minio/minio-go/v7 v7.0.98
13- github.com/prometheus/client_golang v1.23.0
13+ github.com/prometheus/client_golang v1.23.2
1414 github.com/prometheus/common v0.67.5
1515 github.com/sirupsen/logrus v1.9.4
1616 github.com/stretchr/testify v1.11.1
Original file line number Diff line number Diff line change @@ -140,8 +140,8 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
140140github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
141141github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c h1:ncq/mPwQF4JjgDlrVEn3C11VoGHZN7m8qihwgMEtzYw =
142142github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c /go.mod h1:OmDBASR4679mdNQnz2pUhc2G8CO2JrUAVFDRBDP/hJE =
143- github.com/prometheus/client_golang v1.23.0 h1:ust4zpdl9r4trLY/gSjlm07PuiBq2ynaXXlptpfy8Uc =
144- github.com/prometheus/client_golang v1.23.0 /go.mod h1:i/o0R9ByOnHX0McrTMTyhYvKE4haaf2mW08I+jGAjEE =
143+ github.com/prometheus/client_golang v1.23.2 h1:Je96obch5RDVy3FDMndoUsjAhG5Edi49h0RJWRi/o0o =
144+ github.com/prometheus/client_golang v1.23.2 /go.mod h1:Tb1a6LWHB3/SPIzCoaDXI4I8UHKeFTEQ1YCr+0Gyqmg =
145145github.com/prometheus/client_model v0.6.2 h1:oBsgwpGs7iVziMvrGhE53c/GrLUsZdHnqNwqPLxwZyk =
146146github.com/prometheus/client_model v0.6.2 /go.mod h1:y3m2F6Gdpfy6Ut/GBsUqTWZqCUvMVzSfMLjcu6wAwpE =
147147github.com/prometheus/common v0.67.5 h1:pIgK94WWlQt1WLwAC5j2ynLaBRDiinoAb86HZHTUGI4 =
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ go test -count=1 "$@" ./...
3636
3737echo
3838echo ' Running linters'
39- expected_version=2.4 .0
39+ expected_version=2.8 .0
4040golangci_lint_bin=./bin/golangci-lint
4141if ! " $golangci_lint_bin " version | grep -wq " version $expected_version " ; then
4242 # This is the recommended installation process.
You can’t perform that action at this time.
0 commit comments