diff options
| author | Eyal Posener <[email protected]> | 2021-01-30 11:13:29 +0200 |
|---|---|---|
| committer | Eyal Posener <[email protected]> | 2021-01-30 11:13:29 +0200 |
| commit | 5d9f7f10f0af6142dc2f3b8733b807ed207f9ea7 (patch) | |
| tree | 59d85c24066392635c458aff573dfeef53673298 /go.sum | |
| parent | 246bd25c47871a148cf3eec2ba4b1ba0ec5809ad (diff) | |
Fix failing go1.16 test
Fixes #132
Diffstat (limited to 'go.sum')
| -rw-r--r-- | go.sum | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +bou.ke/monkey v1.0.2 h1:kWcnsrCNUatbxncxR/ThdYqbytgOIArtYWqcQLQzKLI= +bou.ke/monkey v1.0.2/go.mod h1:OqickVX3tNx6t33n1xvtTtu85YN5s6cKwVug+oHMaIA= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/hashicorp/errwrap v1.0.0 h1:hLrqtEDnRye3+sgx6z4qVLNuviH3MR5aQ0ykNJa/UYA= |
