Fixed module name
This commit is contained in:
4
go.mod
4
go.mod
@@ -1,14 +1,12 @@
|
||||
module novatech
|
||||
module pactual1
|
||||
|
||||
go 1.21.0
|
||||
|
||||
require (
|
||||
github.com/VoidArtanis/go-rest-boilerplate v0.0.0-20171106114442-315cdd5f775f
|
||||
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
||||
github.com/gin-gonic/gin v1.9.1
|
||||
github.com/jinzhu/gorm v1.9.16
|
||||
github.com/joho/godotenv v1.5.1
|
||||
github.com/mattn/go-sqlite3 v1.14.0
|
||||
github.com/qor/admin v1.2.0
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user