use semantic import versioning as required by go

This commit is contained in:
Jonathan Chappelow
2019-09-30 13:45:14 -05:00
parent a53b1e41fe
commit e6733e15b5
29 changed files with 60 additions and 58 deletions

View File

@@ -3,7 +3,7 @@ package msgpack
import (
"testing"
"github.com/asdine/storm/codec/internal"
"github.com/asdine/storm/v3/codec/internal"
)
func TestMsgpack(t *testing.T) {