1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-10 21:01:02 +02:00

Merge pull request #956 from schollz/dependabot/go_modules/github.com/stretchr/testify-1.11.1

build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1
This commit is contained in:
Zack 2025-09-01 09:20:39 -07:00 committed by GitHub
commit cdd4d3aca4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

2
go.mod
View file

@ -16,7 +16,7 @@ require (
github.com/schollz/peerdiscovery v1.7.6
github.com/schollz/progressbar/v3 v3.18.0
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
github.com/stretchr/testify v1.10.0
github.com/stretchr/testify v1.11.1
golang.org/x/crypto v0.41.0
golang.org/x/net v0.43.0
golang.org/x/sys v0.35.0