aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Dessaux2022-11-05 23:51:32 +0100
committerJulien Dessaux2022-11-05 23:51:32 +0100
commit049bd4a01a0d09a8002e1c44694a7c6d5189a95d (patch)
treef0bcb5994406063d8514e64ca3dee26bbf3cc17e
parenthighlight website title while on home page and a css cleanup (diff)
downloadwww-049bd4a01a0d09a8002e1c44694a7c6d5189a95d.tar.gz
www-049bd4a01a0d09a8002e1c44694a7c6d5189a95d.tar.bz2
www-049bd4a01a0d09a8002e1c44694a7c6d5189a95d.zip
Updated dependencies
-rw-r--r--search/go.mod2
-rw-r--r--search/go.sum3
2 files changed, 4 insertions, 1 deletions
diff --git a/search/go.mod b/search/go.mod
index 1c115b8..edd34b4 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.8.0
+require github.com/stretchr/testify v1.8.1
require (
github.com/davecgh/go-spew v1.1.1 // indirect
diff --git a/search/go.sum b/search/go.sum
index 5164829..327bc3f 100644
--- a/search/go.sum
+++ b/search/go.sum
@@ -5,9 +5,12 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
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/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo=
github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
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=
+github.com/stretchr/testify v1.8.1 h1:w7B6lhMri9wdJUVmEZPGGhZzrYTPvgJArz7wNPgYKsk=
+github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
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=