Skip to content

Commit 2c9b4f9

Browse files
author
sapcc-bot
committed
Run go-makefile-maker and autoupdate dependencies
go: upgraded github.com/sapcc/go-bits v0.0.0-20251006091626-c8e55520bad5 => v0.0.0-20251008145151-92546a8461e7
1 parent eac576f commit 2c9b4f9

File tree

4 files changed

+42
-6
lines changed

4 files changed

+42
-6
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.25
55
require (
66
github.com/majewsky/gg v1.3.0
77
github.com/sapcc/go-api-declarations v1.17.4
8-
github.com/sapcc/go-bits v0.0.0-20251006091626-c8e55520bad5
8+
github.com/sapcc/go-bits v0.0.0-20251008145151-92546a8461e7
99
github.com/spf13/pflag v1.0.10
1010
go.yaml.in/yaml/v3 v3.0.4
1111
golang.org/x/mod v0.28.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ github.com/majewsky/gg v1.3.0 h1:1bBuQ+S1u9wuD8YT2OMdngEUctwv+xx5D6bZTd1lAto=
44
github.com/majewsky/gg v1.3.0/go.mod h1:KC7qUlln1VBY90OE0jXMNjXW2b9B4jJ1heYQ08OzeAg=
55
github.com/sapcc/go-api-declarations v1.17.4 h1:F4smuE9x1NJ/7NAdytJ1wekeXT3QeRaYu3L/HyWKqqo=
66
github.com/sapcc/go-api-declarations v1.17.4/go.mod h1:MWmLjmvjftgyAugNUfIhsDsHIzXH1pn32cWLZpiluKg=
7-
github.com/sapcc/go-bits v0.0.0-20251006091626-c8e55520bad5 h1:JOqkH9KjTl/iFXqQqkr0X2SRoyU4kHb1VfXzqJ2G5VM=
8-
github.com/sapcc/go-bits v0.0.0-20251006091626-c8e55520bad5/go.mod h1:+hy4RXW/4ZnFl/Ct7vBl9cnLEA9Lt/BKYYGoxZkwLZY=
7+
github.com/sapcc/go-bits v0.0.0-20251008145151-92546a8461e7 h1:sY45MhASesWpmhWXsKjvu9xShbhgHtBTY5Uw508C01g=
8+
github.com/sapcc/go-bits v0.0.0-20251008145151-92546a8461e7/go.mod h1:+hy4RXW/4ZnFl/Ct7vBl9cnLEA9Lt/BKYYGoxZkwLZY=
99
github.com/sergi/go-diff v1.4.0 h1:n/SP9D5ad1fORl+llWyN+D6qoUETXNZARKjyY2/KVCw=
1010
github.com/sergi/go-diff v1.4.0/go.mod h1:A0bzQcvG0E7Rwjx0REVgAGH58e96+X0MeOfepqsbeW4=
1111
github.com/spf13/pflag v1.0.10 h1:4EBh2KAYBwaONj6b2Ye1GiHfwjqyROoF4RwYO+vPwFk=

vendor/github.com/sapcc/go-bits/must/must.go

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

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ github.com/majewsky/gg/option
99
# github.com/sapcc/go-api-declarations v1.17.4
1010
## explicit; go 1.24
1111
github.com/sapcc/go-api-declarations/bininfo
12-
# github.com/sapcc/go-bits v0.0.0-20251006091626-c8e55520bad5
12+
# github.com/sapcc/go-bits v0.0.0-20251008145151-92546a8461e7
1313
## explicit; go 1.24
1414
github.com/sapcc/go-bits/logg
1515
github.com/sapcc/go-bits/must

0 commit comments

Comments
 (0)