Skip to content

Commit b55dc36

Browse files
committed
Update go.mod
1 parent d9078c7 commit b55dc36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ go 1.21
55
require (
66
github.com/google/btree v1.0.0
77
github.com/stretchr/testify v1.8.1
8+
github.com/vmihailenco/msgpack/v5 v5.4.1
89
golang.org/x/sys v0.16.0
910
)
1011

1112
require (
1213
github.com/davecgh/go-spew v1.1.1 // indirect
1314
github.com/kr/pretty v0.1.0 // indirect
1415
github.com/pmezard/go-difflib v1.0.0 // indirect
15-
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
1616
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
1717
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
1818
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)