Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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/[email protected]: 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-msgpack
- Loading branch information