diff --git a/go.mod b/go.mod index f601de555..4999dbd92 100644 --- a/go.mod +++ b/go.mod @@ -24,7 +24,7 @@ require ( github.com/schollz/progressbar/v3 v3.14.2 github.com/shirou/gopsutil/v3 v3.24.1 github.com/smacker/go-tree-sitter v0.0.0-20230720070738-0d0a9f78d8f8 - github.com/stretchr/testify v1.8.4 + github.com/stretchr/testify v1.9.0 github.com/tangzero/inflector v1.0.0 github.com/weppos/publicsuffix-go v0.30.1 github.com/xeipuuv/gojsonschema v1.2.0 diff --git a/go.sum b/go.sum index d2db13a50..6721211c1 100644 --- a/go.sum +++ b/go.sum @@ -250,8 +250,9 @@ github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/ github.com/stretchr/testify v1.7.4/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= -github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk= github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= +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= github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8= github.com/subosito/gotenv v1.6.0/go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU= github.com/tangzero/inflector v1.0.0 h1:933dvPwRUUOAl98hyeeXuzFix3HwDt5j+45lleu8oh0=