Skip to content

Commit 38f0bbf

Browse files
author
sapcc-bot
committed
Run go-makefile-maker and autoupdate dependencies
go: upgraded github.com/sapcc/go-api-declarations v1.17.3 => v1.17.4 go: upgraded github.com/sapcc/go-bits v0.0.0-20250820140623-085431e07de8 => v0.0.0-20250828142518-d29beaf1bcca
1 parent 9857a68 commit 38f0bbf

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.24
44

55
require (
66
github.com/majewsky/gg v1.3.0
7-
github.com/sapcc/go-api-declarations v1.17.3
8-
github.com/sapcc/go-bits v0.0.0-20250820140623-085431e07de8
7+
github.com/sapcc/go-api-declarations v1.17.4
8+
github.com/sapcc/go-bits v0.0.0-20250828142518-d29beaf1bcca
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ github.com/hashicorp/golang-lru/v2 v2.0.7 h1:a+bsQ5rvGLjzHuww6tVxozPZFVghXaHOwFs
22
github.com/hashicorp/golang-lru/v2 v2.0.7/go.mod h1:QeFd9opnmA6QUJc5vARoKUSoFhyfM2/ZepoAG6RGpeM=
33
github.com/majewsky/gg v1.3.0 h1:1bBuQ+S1u9wuD8YT2OMdngEUctwv+xx5D6bZTd1lAto=
44
github.com/majewsky/gg v1.3.0/go.mod h1:KC7qUlln1VBY90OE0jXMNjXW2b9B4jJ1heYQ08OzeAg=
5-
github.com/sapcc/go-api-declarations v1.17.3 h1:ILRfsFD9ChSeekyzlDInLMqjC830gBcyK6ULlFdP45I=
6-
github.com/sapcc/go-api-declarations v1.17.3/go.mod h1:MWmLjmvjftgyAugNUfIhsDsHIzXH1pn32cWLZpiluKg=
7-
github.com/sapcc/go-bits v0.0.0-20250820140623-085431e07de8 h1:3Y95JYv8ou5LGiu0+HNdyZ4iRSxZNsNvabqQdHFJesI=
8-
github.com/sapcc/go-bits v0.0.0-20250820140623-085431e07de8/go.mod h1:ey5mUTDJagbUtjNebUQKkR/3e1UAJ/NTUz1/TDdgk1Q=
5+
github.com/sapcc/go-api-declarations v1.17.4 h1:F4smuE9x1NJ/7NAdytJ1wekeXT3QeRaYu3L/HyWKqqo=
6+
github.com/sapcc/go-api-declarations v1.17.4/go.mod h1:MWmLjmvjftgyAugNUfIhsDsHIzXH1pn32cWLZpiluKg=
7+
github.com/sapcc/go-bits v0.0.0-20250828142518-d29beaf1bcca h1:yqW5yQgIs+g9Cd2iq8l8L5L8Yq0+o1JvmOFDhJm36Hk=
8+
github.com/sapcc/go-bits v0.0.0-20250828142518-d29beaf1bcca/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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ github.com/hashicorp/golang-lru/v2/simplelru
66
# github.com/majewsky/gg v1.3.0
77
## explicit; go 1.24
88
github.com/majewsky/gg/option
9-
# github.com/sapcc/go-api-declarations v1.17.3
9+
# 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-20250820140623-085431e07de8
12+
# github.com/sapcc/go-bits v0.0.0-20250828142518-d29beaf1bcca
1313
## explicit; go 1.24
1414
github.com/sapcc/go-bits/logg
1515
github.com/sapcc/go-bits/must

0 commit comments

Comments
 (0)