2
0
Fork 0

Add code to generate redirects output

This commit is contained in:
Astra 2024-06-09 13:03:09 +01:00
parent 388ae5a23d
commit 619e24ddd8
3 changed files with 102 additions and 0 deletions

15
go.mod
View file

@ -1,3 +1,18 @@
module git.zio.sh/astra/gearheads-webfinger
go 1.21.1
require (
gorm.io/driver/postgres v1.5.7
gorm.io/gorm v1.25.10
)
require (
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
github.com/jackc/pgx/v5 v5.4.3 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
golang.org/x/crypto v0.14.0 // indirect
golang.org/x/text v0.13.0 // indirect
)