mirror of
https://github.com/eosswedenorg/antelope-api-healthcheck
synced 2026-07-03 11:53:43 +02:00
go.mod: require testify
This commit is contained in:
parent
43b3b36d09
commit
838f199b30
1 changed files with 1 additions and 0 deletions
1
go.mod
1
go.mod
|
|
@ -12,4 +12,5 @@ require (
|
||||||
github.com/inconshreveable/log15 v0.0.0-20201112154412-8562bdadbbac
|
github.com/inconshreveable/log15 v0.0.0-20201112154412-8562bdadbbac
|
||||||
github.com/mattn/go-colorable v0.1.12 // indirect
|
github.com/mattn/go-colorable v0.1.12 // indirect
|
||||||
github.com/pborman/getopt/v2 v2.1.0
|
github.com/pborman/getopt/v2 v2.1.0
|
||||||
|
github.com/stretchr/testify v1.7.0
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue