diff options
author | Julien Dessaux | 2025-01-03 23:38:45 +0100 |
---|---|---|
committer | Julien Dessaux | 2025-01-03 23:38:45 +0100 |
commit | a225cbf5141ace6921da1919cc7681b651052459 (patch) | |
tree | b709140e88372b91713f21a66af4c07e22725815 | |
parent | add migrating vaultwarden blog article (diff) | |
download | www-a225cbf5141ace6921da1919cc7681b651052459.tar.gz www-a225cbf5141ace6921da1919cc7681b651052459.tar.bz2 www-a225cbf5141ace6921da1919cc7681b651052459.zip |
chore(deps): updated dependencies
-rw-r--r-- | search/go.mod | 4 | ||||
-rw-r--r-- | search/go.sum | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/search/go.mod b/search/go.mod index a0c4721..8ed87a8 100644 --- a/search/go.mod +++ b/search/go.mod @@ -1,8 +1,8 @@ module git.adyxax.org/adyxax/www/search -go 1.23.3 +go 1.23.4 -require github.com/stretchr/testify v1.9.0 +require github.com/stretchr/testify v1.10.0 require ( github.com/davecgh/go-spew v1.1.1 // indirect diff --git a/search/go.sum b/search/go.sum index 60ce688..713a0b4 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.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg= -github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= +github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA= +github.com/stretchr/testify v1.10.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= |