Skip to content

Commit

Permalink
update msgpack to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Equim-chan committed Sep 9, 2017
1 parent a6718ad commit 125562a
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 125562a

Please sign in to comment.