mirror of
https://github.com/CPunch/gopenfusion.git
synced 2025-10-08 10:21:15 +00:00
update module name to reflect repo
This commit is contained in:
@@ -5,7 +5,7 @@ import (
|
||||
|
||||
"golang.org/x/crypto/bcrypt"
|
||||
|
||||
"github.com/CPunch/GopenFusion/protocol"
|
||||
"github.com/CPunch/gopenfusion/protocol"
|
||||
"github.com/blockloop/scan"
|
||||
)
|
||||
|
||||
|
@@ -3,7 +3,7 @@ package db
|
||||
import (
|
||||
"database/sql"
|
||||
|
||||
"github.com/CPunch/GopenFusion/protocol"
|
||||
"github.com/CPunch/gopenfusion/protocol"
|
||||
)
|
||||
|
||||
type Inventory struct {
|
||||
|
@@ -3,8 +3,8 @@ package db
|
||||
import (
|
||||
"database/sql"
|
||||
|
||||
"github.com/CPunch/GopenFusion/config"
|
||||
"github.com/CPunch/GopenFusion/protocol"
|
||||
"github.com/CPunch/gopenfusion/config"
|
||||
"github.com/CPunch/gopenfusion/protocol"
|
||||
"github.com/blockloop/scan"
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user