mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-12 16:50:10 +00:00
28 lines
940 B
Modula-2
28 lines
940 B
Modula-2
module scheduled_tasks
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/getsentry/sentry-go v0.15.0
|
|
github.com/go-redis/redis/v8 v8.11.5
|
|
github.com/jackc/pgx/v4 v4.16.1
|
|
golang.org/x/text v0.16.0
|
|
)
|
|
|
|
require (
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
github.com/google/go-cmp v0.6.0 // indirect
|
|
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/stretchr/testify v1.9.0 // indirect
|
|
golang.org/x/crypto v0.24.0 // indirect
|
|
golang.org/x/net v0.26.0 // indirect
|
|
golang.org/x/sys v0.22.0 // indirect
|
|
)
|