changes the import statements to storj.io
This commit is contained in:
parent
4e8336f2ab
commit
afb06df26d
@ -13,8 +13,8 @@ import (
|
||||
"github.com/julienschmidt/httprouter"
|
||||
"go.uber.org/zap"
|
||||
|
||||
"github.com/storj/netstate/routes"
|
||||
"github.com/storj/storage/boltdb"
|
||||
"storj.io/storj/netstate/routes"
|
||||
"storj.io/storj/storage/boltdb"
|
||||
)
|
||||
|
||||
var (
|
||||
|
@ -11,7 +11,7 @@ import (
|
||||
"github.com/julienschmidt/httprouter"
|
||||
"go.uber.org/zap"
|
||||
|
||||
"github.com/storj/storage/boltdb"
|
||||
"storj.io/storj/storage/boltdb"
|
||||
)
|
||||
|
||||
// NetStateRoutes maintains access to a boltdb client and zap logger
|
||||
|
Loading…
Reference in New Issue
Block a user