Tidy go modules
This commit is contained in:
parent
8657bd26bd
commit
e2d2697907
1 changed files with 1 additions and 1 deletions
2
go.mod
2
go.mod
|
|
@ -3,6 +3,7 @@ module git.readonly.ch/bouzoure/popvaud-people
|
||||||
go 1.23.4
|
go 1.23.4
|
||||||
|
|
||||||
require (
|
require (
|
||||||
|
github.com/flosch/pongo2/v6 v6.0.0
|
||||||
github.com/glebarez/sqlite v1.11.0
|
github.com/glebarez/sqlite v1.11.0
|
||||||
github.com/go-playground/validator v9.31.0+incompatible
|
github.com/go-playground/validator v9.31.0+incompatible
|
||||||
github.com/gofiber/fiber/v2 v2.52.5
|
github.com/gofiber/fiber/v2 v2.52.5
|
||||||
|
|
@ -25,7 +26,6 @@ require (
|
||||||
github.com/dgraph-io/badger/v3 v3.2103.5 // indirect
|
github.com/dgraph-io/badger/v3 v3.2103.5 // indirect
|
||||||
github.com/dgraph-io/ristretto v0.1.1 // indirect
|
github.com/dgraph-io/ristretto v0.1.1 // indirect
|
||||||
github.com/dustin/go-humanize v1.0.1 // indirect
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
||||||
github.com/flosch/pongo2/v6 v6.0.0 // indirect
|
|
||||||
github.com/glebarez/go-sqlite v1.21.2 // indirect
|
github.com/glebarez/go-sqlite v1.21.2 // indirect
|
||||||
github.com/go-playground/locales v0.14.1 // indirect
|
github.com/go-playground/locales v0.14.1 // indirect
|
||||||
github.com/go-playground/universal-translator v0.18.1 // indirect
|
github.com/go-playground/universal-translator v0.18.1 // indirect
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue