Farhan Khan a427b27a80 Restructuring of go modules and Dockerfiles
Moving to new git repository location
2025-01-24 04:36:22 +00:00

23 lines
675 B
Modula-2

module git.farhan.codes/farhan/fedilogue/restapi
go 1.23.5
require (
github.com/go-echarts/go-echarts/v2 v2.4.6
github.com/jackc/pgx/v4 v4.18.3
muzzammil.xyz/jsonc v1.0.0
)
require (
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
github.com/jackc/pgconn v1.14.3 // indirect
github.com/jackc/pgio v1.0.0 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgproto3/v2 v2.3.3 // indirect
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
github.com/jackc/pgtype v1.14.0 // indirect
github.com/jackc/puddle v1.3.0 // indirect
golang.org/x/crypto v0.20.0 // indirect
golang.org/x/text v0.14.0 // indirect
)