You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments