Skip to content

Commit

Permalink
Merge pull request #188 from Equim-chan/master
Browse files Browse the repository at this point in the history
Update msgpack to v3
  • Loading branch information
asdine committed Nov 18, 2017
2 parents 617fe4a + 125562a commit 82b3160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codec/msgpack/msgpack.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
package msgpack

import (
mp "gopkg.in/vmihailenco/msgpack.v2"
mp "github.com/vmihailenco/msgpack"
)

const name = "msgpack"
Expand Down

0 comments on commit 82b3160

Please sign in to comment.