go.mod 143 B

12345678
  1. module github.com/vmihailenco/msgpack/v5
  2. go 1.11
  3. require (
  4. github.com/stretchr/testify v1.6.1
  5. github.com/vmihailenco/tagparser/v2 v2.0.0
  6. )