2025-01-24 04:36:22 +00:00
|
|
|
module git.farhan.codes/farhan/fedilogue/restapi
|
2021-02-13 02:49:36 +00:00
|
|
|
|
2025-01-24 04:36:22 +00:00
|
|
|
go 1.23.5
|
2021-02-13 02:49:36 +00:00
|
|
|
|
|
|
|
require (
|
2025-01-24 04:36:22 +00:00
|
|
|
github.com/go-echarts/go-echarts/v2 v2.4.6
|
|
|
|
github.com/jackc/pgx/v4 v4.18.3
|
2023-07-13 01:24:17 +00:00
|
|
|
muzzammil.xyz/jsonc v1.0.0
|
2021-02-13 02:49:36 +00:00
|
|
|
)
|
2025-01-24 04:36:22 +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
|
2025-01-28 16:20:34 +00:00
|
|
|
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
|
|
|
|
github.com/jackc/pgtype v1.14.4 // indirect
|
2025-01-24 04:36:22 +00:00
|
|
|
github.com/jackc/puddle v1.3.0 // indirect
|
2025-01-28 16:20:34 +00:00
|
|
|
golang.org/x/crypto v0.32.0 // indirect
|
|
|
|
golang.org/x/text v0.21.0 // indirect
|
2025-01-24 04:36:22 +00:00
|
|
|
)
|