File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.24.0
44
55require (
66 github.com/Microsoft/go-winio v0.6.2
7- github.com/ccoveille/go-safecast v1.8.1
7+ github.com/ccoveille/go-safecast/v2 v2.0.0
88 github.com/fxamacker/cbor/v2 v2.9.0
99 github.com/go-jose/go-jose/v3 v3.0.4
1010 github.com/google/go-cmp v0.7.0
@@ -58,6 +58,7 @@ require (
5858 github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
5959 github.com/beorn7/perks v1.0.1 // indirect
6060 github.com/boombuler/barcode v1.0.1 // indirect
61+ github.com/ccoveille/go-safecast v1.8.2 // indirect
6162 github.com/cespare/xxhash v1.1.0 // indirect
6263 github.com/cespare/xxhash/v2 v2.3.0 // indirect
6364 github.com/chzyer/readline v1.5.1 // indirect
Original file line number Diff line number Diff line change @@ -84,8 +84,10 @@ github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6r
8484github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc /go.mod h1:paBWMcWSl3LHKBqUq+rly7CNSldXjb2rDl3JlRe0mD8 =
8585github.com/boombuler/barcode v1.0.1 h1:NDBbPmhS+EqABEs5Kg3n/5ZNjy73Pz7SIV+KCeqyXcs =
8686github.com/boombuler/barcode v1.0.1 /go.mod h1:paBWMcWSl3LHKBqUq+rly7CNSldXjb2rDl3JlRe0mD8 =
87- github.com/ccoveille/go-safecast v1.8.1 h1:RoucjfYKKcx2lFmIjRjuo8AeX9k/GaZn5SUMHlA3kMw =
88- github.com/ccoveille/go-safecast v1.8.1 /go.mod h1:QqwNjxQ7DAqY0C721OIO9InMk9zCwcsO7tnRuHytad8 =
87+ github.com/ccoveille/go-safecast v1.8.2 h1:+d+s5UGQiCVJX9oYc8XvYcB2zCMBlax6lIP7YdxXLHA =
88+ github.com/ccoveille/go-safecast v1.8.2 /go.mod h1:M0Ubpl11x63fE7iOfk5MtngQFXsntcRzOoSsFDqQYDY =
89+ github.com/ccoveille/go-safecast/v2 v2.0.0 h1:+5eyITXAUj3wMjad6cRVJKGnC7vDS55zk0INzJagub0 =
90+ github.com/ccoveille/go-safecast/v2 v2.0.0 /go.mod h1:JIYA4CAR33blIDuE6fSwCp2sz1oOBahXnvmdBhOAABs =
8991github.com/cespare/xxhash v1.1.0 h1:a6HrQnmkObjyL+Gs60czilIUGqrzKutQD6XZog3p+ko =
9092github.com/cespare/xxhash v1.1.0 /go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc =
9193github.com/cespare/xxhash/v2 v2.1.1 /go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs =
Original file line number Diff line number Diff line change 11package cast
22
33import (
4- "github.com/ccoveille/go-safecast"
4+ "github.com/ccoveille/go-safecast/v2 "
55)
66
77type signed interface {
You can’t perform that action at this time.
0 commit comments