2024-10-24 23:35:44 +02:00
|
|
|
module codeberg.org/starshine/catalogger/go-exporter
|
|
|
|
|
|
|
|
|
|
go 1.23.2
|
|
|
|
|
|
2024-10-28 23:42:57 +01:00
|
|
|
require (
|
|
|
|
|
github.com/diamondburned/arikawa/v3 v3.3.1-0.20230608010326-2b0395ab12a6
|
|
|
|
|
github.com/georgysavva/scany v1.0.0
|
|
|
|
|
github.com/jackc/pgx/v4 v4.16.1
|
|
|
|
|
)
|
2024-10-24 23:35:44 +02:00
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
|
|
|
|
|
github.com/jackc/pgconn v1.12.1 // indirect
|
|
|
|
|
github.com/jackc/pgio v1.0.0 // indirect
|
|
|
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
|
|
|
github.com/jackc/pgproto3/v2 v2.3.0 // indirect
|
|
|
|
|
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
|
|
|
|
|
github.com/jackc/pgtype v1.11.0 // indirect
|
|
|
|
|
github.com/jackc/puddle v1.2.1 // indirect
|
|
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
2024-10-28 23:42:57 +01:00
|
|
|
github.com/stretchr/testify v1.7.5 // indirect
|
2024-10-24 23:35:44 +02:00
|
|
|
golang.org/x/crypto v0.1.0 // indirect
|
|
|
|
|
golang.org/x/text v0.4.0 // indirect
|
|
|
|
|
)
|