diff options
author | Julien Dessaux | 2022-07-16 01:42:04 +0200 |
---|---|---|
committer | Julien Dessaux | 2022-07-16 01:42:04 +0200 |
commit | 42c9f4ee5ec8be53fd04b095ac515aaee93a0a1e (patch) | |
tree | e8a53ff4b422915427633dc0e3a300d97fc1a22e | |
parent | Added Call of the Wild book article (diff) | |
download | www-42c9f4ee5ec8be53fd04b095ac515aaee93a0a1e.tar.gz www-42c9f4ee5ec8be53fd04b095ac515aaee93a0a1e.tar.bz2 www-42c9f4ee5ec8be53fd04b095ac515aaee93a0a1e.zip |
Updated dependencies
-rw-r--r-- | search/go.mod | 2 | ||||
-rw-r--r-- | search/go.sum | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/search/go.mod b/search/go.mod index 28b9020..1c115b8 100644 --- a/search/go.mod +++ b/search/go.mod @@ -2,7 +2,7 @@ module git.adyxax.org/adyxax/www/search go 1.18 -require github.com/stretchr/testify v1.7.5 +require github.com/stretchr/testify v1.8.0 require ( github.com/davecgh/go-spew v1.1.1 // indirect diff --git a/search/go.sum b/search/go.sum index f59e5c0..5164829 100644 --- a/search/go.sum +++ b/search/go.sum @@ -6,8 +6,8 @@ github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZN github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw= github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= -github.com/stretchr/testify v1.7.5 h1:s5PTfem8p8EbKQOctVV53k6jCJt3UX4IEJzwh+C324Q= -github.com/stretchr/testify v1.7.5/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= +github.com/stretchr/testify v1.8.0 h1:pSgiaMZlXftHpm5L7V1+rVB+AZJydKsMxsQBIJw4PKk= +github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= 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.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= |