Initial commit adding verification funciton

This commit is contained in:
Renán Del Valle 2021-04-29 19:44:56 -07:00
parent a9d99067ee
commit 9999a0834d
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9
4 changed files with 115 additions and 36 deletions

2
go.mod
View file

@ -8,5 +8,5 @@ require (
github.com/pkg/errors v0.9.1
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/samuel/go-zookeeper v0.0.0-20171117190445-471cd4e61d7a
github.com/stretchr/testify v1.2.0
github.com/stretchr/testify v1.7.0
)