add bunch of stuff to server

Also pulled in my weblogger middleware
This commit is contained in:
mStar aka a person 2024-01-29 17:15:28 +00:00
parent c2ff5ac1fa
commit fa4e300b49
3 changed files with 29 additions and 2 deletions

1
go.mod
View file

@ -21,6 +21,7 @@ require (
github.com/joho/godotenv v1.5.1 // indirect
github.com/lib/pq v1.10.9 // indirect
gitlab.com/mstarongitlab/goutils v0.0.0-20240117084827-7f9be06e1b58 // indirect
gitlab.com/mstarongitlab/weblogger v0.0.0-20240123135616-d64461e3b20d
golang.org/x/crypto v0.14.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect