23 lines
675 B
Modula-2
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-20240606120523-5a60cdf6a761 // indirect
|
|
github.com/jackc/pgtype v1.14.4 // indirect
|
|
github.com/jackc/puddle v1.3.0 // indirect
|
|
golang.org/x/crypto v0.32.0 // indirect
|
|
golang.org/x/text v0.21.0 // indirect
|
|
)
|