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

@@ -1,7 +1,7 @@
package storm
import (
"github.com/asdine/storm/codec"
"github.com/asdine/storm/v3/codec"
bolt "go.etcd.io/bbolt"
)