Commit cc7dbc9
committed
the module name listed in go.mod was for ugorji/go instead of
hashicorp/go-msgpack. this caused errors when using this module:
```
go: github.com/hashicorp/go-msgpack@v0.0.0-20190927083313-23165f7bc3c2: parsing go.mod: unexpected module path "github.com/ugorji/go"
```
this change is consistent with the go.mod contents on the master branch
of hashicorp/go-msgpack1 parent 23165f7 commit cc7dbc9
0 commit comments