Skip to content

Commit 9b98d33

Browse files
author
sapcc-bot
committed
Run go-makefile-maker and autoupdate dependencies
go: upgraded github.com/sapcc/go-bits v0.0.0-20250901114002-42cc0c5d378f => v0.0.0-20250902110123-0c7843c14899
1 parent 9b605dd commit 9b98d33

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24
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-20250901114002-42cc0c5d378f
8+
github.com/sapcc/go-bits v0.0.0-20250902110123-0c7843c14899
99
github.com/spf13/pflag v1.0.7
1010
golang.org/x/mod v0.27.0
1111
gopkg.in/yaml.v3 v3.0.1

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-20250901114002-42cc0c5d378f h1:LgI4CP/jnFKinkEZpVf5BLS2ceKjauoOjzowdhke/yc=
8-
github.com/sapcc/go-bits v0.0.0-20250901114002-42cc0c5d378f/go.mod h1:455iF3CJNh/ZvXuUQPEuG/ZTHlTobVGQtlUEiDGKcbk=
7+
github.com/sapcc/go-bits v0.0.0-20250902110123-0c7843c14899 h1:taDDdFDAYoWeOtsl2fII1nlwST8vOJ34Rtq8zm85pEU=
8+
github.com/sapcc/go-bits v0.0.0-20250902110123-0c7843c14899/go.mod h1:455iF3CJNh/ZvXuUQPEuG/ZTHlTobVGQtlUEiDGKcbk=
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.7 h1:vN6T9TfwStFPFM5XzjsvmzZkLuaLX+HS+0SeFLRgU6M=

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-20250901114002-42cc0c5d378f
12+
# github.com/sapcc/go-bits v0.0.0-20250902110123-0c7843c14899
1313
## explicit; go 1.24
1414
github.com/sapcc/go-bits/logg
1515
github.com/sapcc/go-bits/must

0 commit comments

Comments
 (0)