go.mod: github.com/stretchr/testify v1.8.2

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
Akihiro Suda
2023-03-07 21:55:20 +09:00
parent 2b4f830ede
commit 535ef5054d
6 changed files with 40 additions and 50 deletions

2
go.mod
View File

@@ -55,7 +55,7 @@ require (
github.com/pelletier/go-toml v1.9.5
github.com/prometheus/client_golang v1.14.0
github.com/sirupsen/logrus v1.9.0
github.com/stretchr/testify v1.8.1
github.com/stretchr/testify v1.8.2
github.com/tchap/go-patricia/v2 v2.3.1
github.com/urfave/cli v1.22.12
github.com/vishvananda/netlink v1.2.1-beta.2