Skip to content

Commit cc7dbc9

Browse files
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/[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
1 parent 23165f7 commit cc7dbc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/ugorji/go
1+
module github.com/hashicorp/go-msgpack
22

33
go 1.13
44

0 commit comments

Comments
 (0)