Skip to content

Commit 07adb2a

Browse files
authored
Merge pull request #1514 from smallstep/dependabot/go_modules/github.com/ccoveille/go-safecast-1.8.2
Bump github.com/ccoveille/go-safecast from 1.8.1 to 1.8.2
2 parents a3321a0 + 32f8ca1 commit 07adb2a

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.24.0
44

55
require (
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

go.sum

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,10 @@ github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6r
8484
github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc/go.mod h1:paBWMcWSl3LHKBqUq+rly7CNSldXjb2rDl3JlRe0mD8=
8585
github.com/boombuler/barcode v1.0.1 h1:NDBbPmhS+EqABEs5Kg3n/5ZNjy73Pz7SIV+KCeqyXcs=
8686
github.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=
8991
github.com/cespare/xxhash v1.1.0 h1:a6HrQnmkObjyL+Gs60czilIUGqrzKutQD6XZog3p+ko=
9092
github.com/cespare/xxhash v1.1.0/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc=
9193
github.com/cespare/xxhash/v2 v2.1.1/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=

internal/cast/cast.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package cast
22

33
import (
4-
"github.com/ccoveille/go-safecast"
4+
"github.com/ccoveille/go-safecast/v2"
55
)
66

77
type signed interface {

0 commit comments

Comments
 (0)