Skip to content

Commit 7dcbefb

Browse files
Renovate: Update github.com/sapcc
1 parent af7d466 commit 7dcbefb

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ go 1.25
44

55
require (
66
github.com/prometheus/client_golang v1.23.2
7-
github.com/sapcc/go-api-declarations v1.19.0
8-
github.com/sapcc/go-bits v0.0.0-20260219121224-1c2b75dbf776
7+
github.com/sapcc/go-api-declarations v1.20.0
8+
github.com/sapcc/go-bits v0.0.0-20260226170120-c20f89b66c3c
99
gopkg.in/yaml.v2 v2.4.0
1010
)
1111

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ github.com/prometheus/procfs v0.17.0 h1:FuLQ+05u4ZI+SS/w9+BWEM2TXiHKsUQ9TADiRH7D
2929
github.com/prometheus/procfs v0.17.0/go.mod h1:oPQLaDAMRbA+u8H5Pbfq+dl3VDAvHxMUOVhe0wYB2zw=
3030
github.com/rogpeppe/go-internal v1.10.0 h1:TMyTOH3F/DB16zRVcYyreMH6GnZZrwQVAoYjRBZyWFQ=
3131
github.com/rogpeppe/go-internal v1.10.0/go.mod h1:UQnix2H7Ngw/k4C5ijL5+65zddjncjaFoBhdsK/akog=
32-
github.com/sapcc/go-api-declarations v1.19.0 h1:AdCHBhoDGC1REMJF6Rc/XLIcf4qMqjUXs5WLq83HImM=
33-
github.com/sapcc/go-api-declarations v1.19.0/go.mod h1:eiRrXXUeQS5C/1kKn8/KMjk0Y0goUzgDQswj30rH0Zc=
34-
github.com/sapcc/go-bits v0.0.0-20260219121224-1c2b75dbf776 h1:WFpq3qAk60WUoqCMYOkTRiFkpKyjQ/Wq6xUslz/3y7g=
35-
github.com/sapcc/go-bits v0.0.0-20260219121224-1c2b75dbf776/go.mod h1:AYC4f8FYO9DllSt4TyMwm1e5iPn32/DGIrlgXtuEsJ0=
32+
github.com/sapcc/go-api-declarations v1.20.0 h1:3v6JutEcurd0LIV+mU/bm9rDhtTrcTlwmtT+V/WZIEY=
33+
github.com/sapcc/go-api-declarations v1.20.0/go.mod h1:eiRrXXUeQS5C/1kKn8/KMjk0Y0goUzgDQswj30rH0Zc=
34+
github.com/sapcc/go-bits v0.0.0-20260226170120-c20f89b66c3c h1:GX6ADtKR6Bs2bBRBqeJf376MsxLNppC1SOHLIBuQwIA=
35+
github.com/sapcc/go-bits v0.0.0-20260226170120-c20f89b66c3c/go.mod h1:AYC4f8FYO9DllSt4TyMwm1e5iPn32/DGIrlgXtuEsJ0=
3636
github.com/sergi/go-diff v1.4.0 h1:n/SP9D5ad1fORl+llWyN+D6qoUETXNZARKjyY2/KVCw=
3737
github.com/sergi/go-diff v1.4.0/go.mod h1:A0bzQcvG0E7Rwjx0REVgAGH58e96+X0MeOfepqsbeW4=
3838
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ github.com/prometheus/common/model
2929
github.com/prometheus/procfs
3030
github.com/prometheus/procfs/internal/fs
3131
github.com/prometheus/procfs/internal/util
32-
# github.com/sapcc/go-api-declarations v1.19.0
32+
# github.com/sapcc/go-api-declarations v1.20.0
3333
## explicit; go 1.24
3434
github.com/sapcc/go-api-declarations/bininfo
35-
# github.com/sapcc/go-bits v0.0.0-20260219121224-1c2b75dbf776
35+
# github.com/sapcc/go-bits v0.0.0-20260226170120-c20f89b66c3c
3636
## explicit; go 1.25
3737
github.com/sapcc/go-bits/httpext
3838
github.com/sapcc/go-bits/logg

0 commit comments

Comments
 (0)