23 lines
675 B
Modula-2
Raw Normal View History

module git.farhan.codes/farhan/fedilogue/restapi
2021-02-13 02:49:36 +00:00
go 1.23.5
2021-02-13 02:49:36 +00:00
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
2021-02-13 02:49:36 +00:00
)
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
)