Skip to content

Commit

Permalink
Merge pull request #29 from luizfonseca/dependabot/go_modules/github.…
Browse files Browse the repository at this point in the history
…com/spf13/cast-1.7.0

build(deps): bump github.com/spf13/cast from 1.6.0 to 1.7.0
  • Loading branch information
luizfonseca authored Aug 23, 2024
2 parents 5b3d421 + aee84ce commit ea147fb
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 45 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/rs/xid v1.5.0
github.com/rs/zerolog v1.33.0
github.com/scylladb/go-set v1.0.2
github.com/spf13/cast v1.6.0
github.com/spf13/cast v1.7.0
github.com/stretchr/testify v1.9.0
golang.org/x/oauth2 v0.21.0
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ github.com/rs/zerolog v1.33.0 h1:1cU2KZkvPxNyfgEmhHAz/1A9Bz+llsdYzklWFzgp0r8=
github.com/rs/zerolog v1.33.0/go.mod h1:/7mN4D5sKwJLZQ2b/znpjC3/GQWY/xaDXUM0kKWRHss=
github.com/scylladb/go-set v1.0.2 h1:SkvlMCKhP0wyyct6j+0IHJkBkSZL+TDzZ4E7f7BCcRE=
github.com/scylladb/go-set v1.0.2/go.mod h1:DkpGd78rljTxKAnTDPFqXSGxvETQnJyuSOQwsHycqfs=
github.com/spf13/cast v1.6.0 h1:GEiTHELF+vaR5dhz3VqZfFSzZjYbgeKDpBxQVS4GYJ0=
github.com/spf13/cast v1.6.0/go.mod h1:ancEpBxwJDODSW/UG4rDrAqiKolqNNh2DX3mk86cAdo=
github.com/spf13/cast v1.7.0 h1:ntdiHjuueXFgm5nzDRdOS4yfT43P5Fnud6DH50rz/7w=
github.com/spf13/cast v1.7.0/go.mod h1:ancEpBxwJDODSW/UG4rDrAqiKolqNNh2DX3mk86cAdo=
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
golang.org/x/crypto v0.22.0 h1:g1v0xeRhjcugydODzvb3mEM9SQ0HGp9s/nh3COQ/C30=
Expand Down
94 changes: 53 additions & 41 deletions vendor/github.com/spf13/cast/caste.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ github.com/rs/zerolog/log
# github.com/scylladb/go-set v1.0.2
## explicit
github.com/scylladb/go-set/strset
# github.com/spf13/cast v1.6.0
# github.com/spf13/cast v1.7.0
## explicit; go 1.19
github.com/spf13/cast
# github.com/stretchr/testify v1.9.0
Expand Down

0 comments on commit ea147fb

Please sign in to comment.