diff options
Diffstat (limited to 'vendor/github.com/vmihailenco/msgpack/v5/go.mod')
-rw-r--r-- | vendor/github.com/vmihailenco/msgpack/v5/go.mod | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vendor/github.com/vmihailenco/msgpack/v5/go.mod b/vendor/github.com/vmihailenco/msgpack/v5/go.mod new file mode 100644 index 000000000..f630a54b0 --- /dev/null +++ b/vendor/github.com/vmihailenco/msgpack/v5/go.mod @@ -0,0 +1,8 @@ +module github.com/vmihailenco/msgpack/v5 + +go 1.11 + +require ( + github.com/stretchr/testify v1.6.1 + github.com/vmihailenco/tagparser/v2 v2.0.0 +) |