Tidy go modules
This commit is contained in:
parent
d61e607b8a
commit
5beaee001e
2 changed files with 5 additions and 31 deletions
8
go.mod
8
go.mod
|
|
@ -7,7 +7,7 @@ require (
|
|||
github.com/go-playground/validator v9.31.0+incompatible
|
||||
github.com/gofiber/fiber/v2 v2.52.5
|
||||
github.com/gofiber/storage/badger/v2 v2.0.1
|
||||
github.com/gofiber/template/pug/v2 v2.1.7
|
||||
github.com/gofiber/template/django/v3 v3.1.12
|
||||
github.com/golobby/dotenv v1.3.2
|
||||
github.com/google/uuid v1.6.0
|
||||
github.com/pquerna/otp v1.4.0
|
||||
|
|
@ -16,10 +16,6 @@ require (
|
|||
)
|
||||
|
||||
require (
|
||||
github.com/CloudyKit/fastprinter v0.0.0-20200109182630-33d98a066a53 // indirect
|
||||
github.com/CloudyKit/jet/v6 v6.2.0 // indirect
|
||||
github.com/Joker/hpp v1.0.0 // indirect
|
||||
github.com/Joker/jade v1.1.3 // indirect
|
||||
github.com/andybalholm/brotli v1.1.0 // indirect
|
||||
github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc // indirect
|
||||
github.com/cespare/xxhash v1.1.0 // indirect
|
||||
|
|
@ -33,8 +29,6 @@ require (
|
|||
github.com/go-playground/locales v0.14.1 // indirect
|
||||
github.com/go-playground/universal-translator v0.18.1 // indirect
|
||||
github.com/gofiber/template v1.8.3 // indirect
|
||||
github.com/gofiber/template/django/v3 v3.1.12 // indirect
|
||||
github.com/gofiber/template/jet/v2 v2.1.10 // indirect
|
||||
github.com/gofiber/utils v1.1.0 // indirect
|
||||
github.com/gofiber/utils/v2 v2.0.0-beta.3 // indirect
|
||||
github.com/gogo/protobuf v1.3.2 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue