1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-api-healthcheck synced 2026-06-18 05:00:03 +02:00

go.mod: require testify

This commit is contained in:
Henrik Hautakoski 2022-08-17 11:40:23 +02:00
parent 43b3b36d09
commit 838f199b30
No known key found for this signature in database
GPG key ID: 608414D93E862CCD

1
go.mod
View file

@ -12,4 +12,5 @@ require (
github.com/inconshreveable/log15 v0.0.0-20201112154412-8562bdadbbac
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/pborman/getopt/v2 v2.1.0
github.com/stretchr/testify v1.7.0
)