diff options
author | Julien Dessaux | 2022-11-06 20:36:04 +0100 |
---|---|---|
committer | Julien Dessaux | 2022-11-06 20:36:04 +0100 |
commit | 91d2edb3ad2643ba9577c1eaf4c07f6fced92326 (patch) | |
tree | 630daf6556e9291ed18e153bb7516fa000557a3c /search | |
parent | Updated dependencies (diff) | |
download | www-91d2edb3ad2643ba9577c1eaf4c07f6fced92326.tar.gz www-91d2edb3ad2643ba9577c1eaf4c07f6fced92326.tar.bz2 www-91d2edb3ad2643ba9577c1eaf4c07f6fced92326.zip |
go mod tidy
Diffstat (limited to 'search')
-rw-r--r-- | search/go.sum | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/search/go.sum b/search/go.sum index 327bc3f..2ec90f7 100644 --- a/search/go.sum +++ b/search/go.sum @@ -7,7 +7,6 @@ github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+ 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= |