Tidy go modules

This commit is contained in:
William Bouzourène 2024-12-22 10:52:16 +01:00
parent 589b422de8
commit 949f78c069
Signed by: bouzoure
SSH key fingerprint: SHA256:19MbXpLua4rUtk8tunMesD8KUKb91LXLHg8E/qTooww
2 changed files with 2 additions and 4 deletions

4
go.mod
View file

@ -7,6 +7,8 @@ require (
github.com/gofiber/fiber/v2 v2.52.5
github.com/gofiber/template/pug/v2 v2.1.7
github.com/golobby/dotenv v1.3.2
github.com/google/uuid v1.6.0
github.com/pquerna/otp v1.4.0
golang.org/x/crypto v0.31.0
gorm.io/gorm v1.25.12
)
@ -22,7 +24,6 @@ require (
github.com/gofiber/template v1.8.3 // indirect
github.com/gofiber/utils v1.1.0 // indirect
github.com/golobby/cast v1.3.3 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/klauspost/compress v1.17.2 // indirect
@ -30,7 +31,6 @@ require (
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/pquerna/otp v1.4.0 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect