aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Dessaux2024-03-04 00:36:04 +0100
committerJulien Dessaux2024-03-04 00:36:04 +0100
commit26025649796053ad69cd9d86c2cb49ef7f4a94b8 (patch)
tree9b1b7677e8e7bc61c2ede2cf5201f60950d62beb
parentAdded twenty thousand leagues under the seas book article (diff)
downloadwww-26025649796053ad69cd9d86c2cb49ef7f4a94b8.tar.gz
www-26025649796053ad69cd9d86c2cb49ef7f4a94b8.tar.bz2
www-26025649796053ad69cd9d86c2cb49ef7f4a94b8.zip
Updated dependencies
-rw-r--r--search/go.mod2
-rw-r--r--search/go.sum4
2 files changed, 3 insertions, 3 deletions
diff --git a/search/go.mod b/search/go.mod
index 4c28a43..5f76498 100644
--- a/search/go.mod
+++ b/search/go.mod
@@ -4,7 +4,7 @@ go 1.22
toolchain go1.22.0
-require github.com/stretchr/testify v1.8.4
+require github.com/stretchr/testify v1.9.0
require (
github.com/davecgh/go-spew v1.1.1 // indirect
diff --git a/search/go.sum b/search/go.sum
index fa4b6e6..60ce688 100644
--- a/search/go.sum
+++ b/search/go.sum
@@ -2,8 +2,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
-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=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=