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 d9078c7 commit b55dc36Copy full SHA for b55dc36
go.mod
@@ -5,14 +5,14 @@ go 1.21
5
require (
6
github.com/google/btree v1.0.0
7
github.com/stretchr/testify v1.8.1
8
+ github.com/vmihailenco/msgpack/v5 v5.4.1
9
golang.org/x/sys v0.16.0
10
)
11
12
13
github.com/davecgh/go-spew v1.1.1 // indirect
14
github.com/kr/pretty v0.1.0 // indirect
15
github.com/pmezard/go-difflib v1.0.0 // indirect
- github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
16
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
17
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
18
gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments