Skip to content

Commit 116a8b9

Browse files
authored
Merge pull request #302 from sapcc/renovate/external-dependencies
2 parents 2693884 + 7aa9be6 commit 116a8b9

File tree

6 files changed

+78
-102
lines changed

6 files changed

+78
-102
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.25
44

55
require (
66
github.com/NYTimes/gziphandler v1.1.1
7-
github.com/gofrs/uuid/v5 v5.3.2
7+
github.com/gofrs/uuid/v5 v5.4.0
88
github.com/google/go-containerregistry v0.20.6
99
github.com/gophercloud/gophercloud/v2 v2.8.0
1010
github.com/gorilla/mux v1.8.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ github.com/go-openapi/swag v0.22.3 h1:yMBqmnQ0gyZvEb/+KzuWZOXgllrXT4SADYbvDaXHv/
2929
github.com/go-openapi/swag v0.22.3/go.mod h1:UzaqsxGiab7freDnrUUra0MwWfN/q7tE4j+VcZ0yl14=
3030
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 h1:tfuBGBXKqDEevZMzYi5KSi8KkcZtzBcTgAUUtapy0OI=
3131
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572/go.mod h1:9Pwr4B2jHnOSGXyyzV8ROjYa2ojvAY6HCGYYfMoC3Ls=
32-
github.com/gofrs/uuid/v5 v5.3.2 h1:2jfO8j3XgSwlz/wHqemAEugfnTlikAYHhnqQ8Xh4fE0=
33-
github.com/gofrs/uuid/v5 v5.3.2/go.mod h1:CDOjlDMVAtN56jqyRUZh58JT31Tiw7/oQyEXZV+9bD8=
32+
github.com/gofrs/uuid/v5 v5.4.0 h1:EfbpCTjqMuGyq5ZJwxqzn3Cbr2d0rUZU7v5ycAk/e/0=
33+
github.com/gofrs/uuid/v5 v5.4.0/go.mod h1:CDOjlDMVAtN56jqyRUZh58JT31Tiw7/oQyEXZV+9bD8=
3434
github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=
3535
github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q=
3636
github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk=

vendor/github.com/gofrs/uuid/v5/codec.go

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

vendor/github.com/gofrs/uuid/v5/generator.go

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

vendor/github.com/gofrs/uuid/v5/uuid.go

Lines changed: 7 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ github.com/go-openapi/jsonreference/internal
4545
# github.com/go-openapi/swag v0.22.3
4646
## explicit; go 1.18
4747
github.com/go-openapi/swag
48-
# github.com/gofrs/uuid/v5 v5.3.2
48+
# github.com/gofrs/uuid/v5 v5.4.0
4949
## explicit; go 1.19
5050
github.com/gofrs/uuid/v5
5151
# github.com/gogo/protobuf v1.3.2

0 commit comments

Comments
 (0)