Fixed module name

This commit is contained in:
Nedim
2023-09-11 08:08:24 +02:00
parent f02e5e49cb
commit 0829e049f0
9 changed files with 23 additions and 20 deletions

4
go.mod
View File

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