aboutsummaryrefslogtreecommitdiff
path: root/search
diff options
context:
space:
mode:
authorJulien Dessaux2023-06-22 23:33:33 +0200
committerJulien Dessaux2023-06-22 23:33:33 +0200
commitf99aca0140b851b728b55ff2b8bb3c02eaa6084f (patch)
treea1e00cb2d01d23da53f976a726100082d91683ac /search
parentAdded factorio dot matrix blog article (diff)
downloadwww-f99aca0140b851b728b55ff2b8bb3c02eaa6084f.tar.gz
www-f99aca0140b851b728b55ff2b8bb3c02eaa6084f.tar.bz2
www-f99aca0140b851b728b55ff2b8bb3c02eaa6084f.zip
Updated dependencies
Diffstat (limited to '')
-rw-r--r--search/go.mod2
-rw-r--r--search/go.sum2
2 files changed, 3 insertions, 1 deletions
diff --git a/search/go.mod b/search/go.mod
index 178f345..657e2dd 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.2
+require github.com/stretchr/testify v1.8.4
require (
github.com/davecgh/go-spew v1.1.1 // indirect
diff --git a/search/go.sum b/search/go.sum
index 6a56e69..fe5aa27 100644
--- a/search/go.sum
+++ b/search/go.sum
@@ -10,6 +10,8 @@ github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
github.com/stretchr/testify v1.8.2 h1:+h33VjcLVPDHtOdpUCuF+7gSuG3yGIftsP1YvFihtJ8=
github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
+github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=
+github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
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=