Skip to content

Commit a05a7be

Browse files
authored
Merge pull request #487 from numtide/renovate/gb.xjqchip.workers.dev-stretchr-testify-1.x
fix(deps): update module github.com/stretchr/testify to v1.10.0
2 parents f9fd60e + 461ccac commit a05a7be

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/spf13/cobra v1.8.1
1313
github.com/spf13/pflag v1.0.5
1414
github.com/spf13/viper v1.19.0
15-
github.com/stretchr/testify v1.9.0
15+
github.com/stretchr/testify v1.10.0
1616
go.etcd.io/bbolt v1.3.11
1717
golang.org/x/sync v0.9.0
1818
golang.org/x/sys v0.27.0

go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
102102
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
103103
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
104104
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
105+
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
106+
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
105107
github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8=
106108
github.com/subosito/gotenv v1.6.0/go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU=
107109
go.etcd.io/bbolt v1.3.11 h1:yGEzV1wPz2yVCLsD8ZAiGHhHVlczyC9d1rP43/VCRJ0=

nix/packages/treefmt/gomod2nix.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ schema = 3
9999
version = "v1.19.0"
100100
hash = "sha256-MZ8EAvdgpGbw6kmUz8UOaAAAMdPPGd14TrCBAY+A1T4="
101101
[mod."github.com/stretchr/testify"]
102-
version = "v1.9.0"
103-
hash = "sha256-uUp/On+1nK+lARkTVtb5RxlW15zxtw2kaAFuIASA+J0="
102+
version = "v1.10.0"
103+
hash = "sha256-fJ4gnPr0vnrOhjQYQwJ3ARDKPsOtA7d4olQmQWR+wpI="
104104
[mod."github.com/subosito/gotenv"]
105105
version = "v1.6.0"
106106
hash = "sha256-LspbjTniiq2xAICSXmgqP7carwlNaLqnCTQfw2pa80A="

0 commit comments

Comments
 (0)