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

@@ -9,8 +9,8 @@ import (
"strings"
"time"
"github.com/asdine/storm"
"github.com/asdine/storm/codec/gob"
"github.com/asdine/storm/v3"
"github.com/asdine/storm/v3/codec/gob"
bolt "go.etcd.io/bbolt"
)