Skip to content

Commit 30d73e6

Browse files
author
sapcc-bot
committed
Run go-makefile-maker and autoupdate dependencies
go: upgraded github.com/sapcc/go-bits v0.0.0-20251009112313-51a4d641ae65 => v0.0.0-20251016133802-c2d049e762e6
1 parent b104a61 commit 30d73e6

File tree

5 files changed

+45
-29
lines changed

5 files changed

+45
-29
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/gorilla/mux v1.8.1
77
github.com/prometheus/client_golang v1.23.2
88
github.com/sapcc/go-api-declarations v1.17.4
9-
github.com/sapcc/go-bits v0.0.0-20251009112313-51a4d641ae65
9+
github.com/sapcc/go-bits v0.0.0-20251016133802-c2d049e762e6
1010
github.com/spf13/pflag v1.0.10
1111
go.uber.org/automaxprocs v1.6.0
1212
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ github.com/rogpeppe/go-internal v1.10.0 h1:TMyTOH3F/DB16zRVcYyreMH6GnZZrwQVAoYjR
4141
github.com/rogpeppe/go-internal v1.10.0/go.mod h1:UQnix2H7Ngw/k4C5ijL5+65zddjncjaFoBhdsK/akog=
4242
github.com/sapcc/go-api-declarations v1.17.4 h1:F4smuE9x1NJ/7NAdytJ1wekeXT3QeRaYu3L/HyWKqqo=
4343
github.com/sapcc/go-api-declarations v1.17.4/go.mod h1:MWmLjmvjftgyAugNUfIhsDsHIzXH1pn32cWLZpiluKg=
44-
github.com/sapcc/go-bits v0.0.0-20251009112313-51a4d641ae65 h1:wovQsXrLYlb/yyH8fXWOSP1AxRVLacTX7vpja4joQU4=
45-
github.com/sapcc/go-bits v0.0.0-20251009112313-51a4d641ae65/go.mod h1:rq5+L4LQcYYU5p6X9KH41buNMJk8vj4YRGKIRKA3QF4=
44+
github.com/sapcc/go-bits v0.0.0-20251016133802-c2d049e762e6 h1:lcNgD4Hs6TOxfvHDk0NSO8hslhhPQzjQCq5iBVDu7TA=
45+
github.com/sapcc/go-bits v0.0.0-20251016133802-c2d049e762e6/go.mod h1:NBw3A0I60Y6dntj1oMMuU0GHxApVP14A/2Srgj5h3gE=
4646
github.com/sergi/go-diff v1.4.0 h1:n/SP9D5ad1fORl+llWyN+D6qoUETXNZARKjyY2/KVCw=
4747
github.com/sergi/go-diff v1.4.0/go.mod h1:A0bzQcvG0E7Rwjx0REVgAGH58e96+X0MeOfepqsbeW4=
4848
github.com/spf13/pflag v1.0.10 h1:4EBh2KAYBwaONj6b2Ye1GiHfwjqyROoF4RwYO+vPwFk=

vendor/github.com/sapcc/go-bits/assert/values.go

Lines changed: 2 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/sapcc/go-bits/internal/testdiff/diff.go

Lines changed: 37 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,13 @@ github.com/prometheus/procfs/internal/util
3333
# github.com/sapcc/go-api-declarations v1.17.4
3434
## explicit; go 1.24
3535
github.com/sapcc/go-api-declarations/bininfo
36-
# github.com/sapcc/go-bits v0.0.0-20251009112313-51a4d641ae65
37-
## explicit; go 1.24.0
36+
# github.com/sapcc/go-bits v0.0.0-20251016133802-c2d049e762e6
37+
## explicit; go 1.25
3838
github.com/sapcc/go-bits/assert
3939
github.com/sapcc/go-bits/httpapi
4040
github.com/sapcc/go-bits/httpapi/pprofapi
4141
github.com/sapcc/go-bits/httpext
42+
github.com/sapcc/go-bits/internal/testdiff
4243
github.com/sapcc/go-bits/logg
4344
github.com/sapcc/go-bits/must
4445
github.com/sapcc/go-bits/osext

0 commit comments

Comments
 (0)