We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2bbb970 + f08502e commit d0b22f9Copy full SHA for d0b22f9
go.mod
@@ -4,5 +4,7 @@ go 1.16
4
5
require (
6
github.com/chaitin/libveinmind v1.1.1
7
+ github.com/pkg/errors v0.8.1
8
+ github.com/stretchr/testify v1.7.0
9
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
10
)
0 commit comments