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.
1 parent 1677067 commit 03b6c0dCopy full SHA for 03b6c0d
go.mod
@@ -2,4 +2,11 @@ module github.com/compression-algorithm-research-lab/go-varint
2
3
go 1.18
4
5
-require github.com/golang-infrastructure/go-gtypes v0.0.1 // indirect
+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