update module name to reflect repo

This commit is contained in:
2023-03-10 01:02:28 -06:00
parent bf1e9d1350
commit 52f0c4b1c7
9 changed files with 16 additions and 16 deletions

View File

@@ -5,7 +5,7 @@ import (
"golang.org/x/crypto/bcrypt"
"github.com/CPunch/GopenFusion/protocol"
"github.com/CPunch/gopenfusion/protocol"
"github.com/blockloop/scan"
)

View File

@@ -3,7 +3,7 @@ package db
import (
"database/sql"
"github.com/CPunch/GopenFusion/protocol"
"github.com/CPunch/gopenfusion/protocol"
)
type Inventory struct {

View File

@@ -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"
)