Skip to content

Commit 03b6c0d

Browse files
committed
add testify
1 parent 1677067 commit 03b6c0d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

go.mod

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,11 @@ module github.com/compression-algorithm-research-lab/go-varint
22

33
go 1.18
44

5-
require github.com/golang-infrastructure/go-gtypes v0.0.1 // indirect
5+
require github.com/golang-infrastructure/go-gtypes v0.0.1
6+
7+
require (
8+
github.com/davecgh/go-spew v1.1.1 // indirect
9+
github.com/pmezard/go-difflib v1.0.0 // indirect
10+
github.com/stretchr/testify v1.9.0 // indirect
11+
gopkg.in/yaml.v3 v3.0.1 // indirect
12+
)

0 commit comments

Comments
 (0)