File tree 3 files changed +4
-4
lines changed
.licenses/go/github.com/gofrs/uuid
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
name : github.com/gofrs/uuid/v5
3
- version : v5.3.1
3
+ version : v5.3.2
4
4
type : go
5
5
summary : Package uuid provides implementations of the Universally Unique Identifier
6
6
(UUID), as specified in RFC-9562 (formerly RFC-4122).
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ require (
21
21
github.com/djherbis/nio/v3 v3.0.1
22
22
github.com/fatih/color v1.18.0
23
23
github.com/go-git/go-git/v5 v5.13.2
24
- github.com/gofrs/uuid/v5 v5.3.1
24
+ github.com/gofrs/uuid/v5 v5.3.2
25
25
github.com/leonelquinteros/gotext v1.7.1
26
26
github.com/mailru/easyjson v0.7.7
27
27
github.com/marcinbor85/gohex v0.0.0-20210308104911-55fb1c624d84
Original file line number Diff line number Diff line change @@ -75,8 +75,8 @@ github.com/go-logr/stdr v1.2.2 h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag=
75
75
github.com/go-logr/stdr v1.2.2 /go.mod h1:mMo/vtBO5dYbehREoey6XUKy/eSumjCCveDpRre4VKE =
76
76
github.com/go-viper/mapstructure/v2 v2.2.1 h1:ZAaOCxANMuZx5RCeg0mBdEZk7DZasvvZIxtHqx8aGss =
77
77
github.com/go-viper/mapstructure/v2 v2.2.1 /go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM =
78
- github.com/gofrs/uuid/v5 v5.3.1 h1:aPx49MwJbekCzOyhZDjJVb0hx3A0KLjlbLx6p2gY0p0 =
79
- github.com/gofrs/uuid/v5 v5.3.1 /go.mod h1:CDOjlDMVAtN56jqyRUZh58JT31Tiw7/oQyEXZV+9bD8 =
78
+ github.com/gofrs/uuid/v5 v5.3.2 h1:2jfO8j3XgSwlz/wHqemAEugfnTlikAYHhnqQ8Xh4fE0 =
79
+ github.com/gofrs/uuid/v5 v5.3.2 /go.mod h1:CDOjlDMVAtN56jqyRUZh58JT31Tiw7/oQyEXZV+9bD8 =
80
80
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da h1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE =
81
81
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da /go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc =
82
82
github.com/golang/protobuf v1.5.4 h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek =
You can’t perform that action at this time.
0 commit comments