This commit is contained in:
@@ -7,8 +7,8 @@ import (
|
||||
"net/http"
|
||||
"strings"
|
||||
|
||||
"ccsecrets/models"
|
||||
"ccsecrets/utils/token"
|
||||
"smt/models"
|
||||
"smt/utils/token"
|
||||
|
||||
"github.com/gin-gonic/gin"
|
||||
"golang.org/x/crypto/bcrypt"
|
||||
|
@@ -1,8 +1,8 @@
|
||||
package controllers
|
||||
|
||||
import (
|
||||
"ccsecrets/models"
|
||||
"ccsecrets/utils/token"
|
||||
"smt/models"
|
||||
"smt/utils/token"
|
||||
"log"
|
||||
"net/http"
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
package controllers
|
||||
|
||||
import (
|
||||
"ccsecrets/models"
|
||||
"smt/models"
|
||||
"errors"
|
||||
"log"
|
||||
"net/http"
|
||||
|
8
main.go
8
main.go
@@ -1,10 +1,10 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"ccsecrets/controllers"
|
||||
"ccsecrets/middlewares"
|
||||
"ccsecrets/models"
|
||||
"ccsecrets/utils"
|
||||
"smt/controllers"
|
||||
"smt/middlewares"
|
||||
"smt/models"
|
||||
"smt/utils"
|
||||
"context"
|
||||
"crypto/tls"
|
||||
"fmt"
|
||||
|
@@ -4,8 +4,8 @@ import (
|
||||
"log"
|
||||
"net/http"
|
||||
|
||||
"ccsecrets/models"
|
||||
"ccsecrets/utils/token"
|
||||
"smt/models"
|
||||
"smt/utils/token"
|
||||
|
||||
"github.com/gin-gonic/gin"
|
||||
)
|
||||
|
@@ -7,7 +7,7 @@ import (
|
||||
"os"
|
||||
"reflect"
|
||||
|
||||
"ccsecrets/utils"
|
||||
"smt/utils"
|
||||
|
||||
"github.com/jmoiron/sqlx"
|
||||
"golang.org/x/crypto/bcrypt"
|
||||
|
@@ -1,7 +1,7 @@
|
||||
package models
|
||||
|
||||
import (
|
||||
"ccsecrets/utils/token"
|
||||
"smt/utils/token"
|
||||
"errors"
|
||||
"log"
|
||||
"net/http"
|
||||
|
Reference in New Issue
Block a user