Fix local imports
This commit is contained in:
parent
b6d3949a11
commit
412727bf9c
12 changed files with 16 additions and 16 deletions
|
@ -8,7 +8,7 @@ import (
|
|||
"io/ioutil"
|
||||
"net/http"
|
||||
|
||||
"git.agecem.com/agecem/bottin/v4/models"
|
||||
"git.agecem.com/agecem/bottin/models"
|
||||
"github.com/spf13/viper"
|
||||
)
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ import (
|
|||
"errors"
|
||||
"fmt"
|
||||
|
||||
"git.agecem.com/agecem/bottin/v4/models"
|
||||
"git.agecem.com/agecem/bottin/models"
|
||||
_ "github.com/jackc/pgx/stdlib"
|
||||
"github.com/jmoiron/sqlx"
|
||||
"github.com/spf13/viper"
|
||||
|
|
Reference in a new issue