11module github.com/TicketsBot/patreon-db-sync
22
3- go 1.22.4
3+ go 1.23.0
4+
5+ toolchain go1.24.2
46
57require (
6- github.com/TicketsBot/common v0.0.0-20240829163706-02537ffffe45
7- github.com/TicketsBot/database v0.0.0-20241015194215-9f1465d1506d
8+ github.com/TicketsBot-cloud /common v0.0.0-20250509064208-a2d357175463
9+ github.com/TicketsBot-cloud /database v0.0.0-20250603194547-7b95c33be9d4
810 github.com/caarlos0/env/v11 v11.2.2
9- github.com/getsentry/sentry-go v0.28.1
11+ github.com/getsentry/sentry-go v0.33.0
1012 github.com/google/uuid v1.6.0
1113 github.com/jackc/pgx/v4 v4.18.3
1214 go.uber.org/zap v1.27.0
1315)
1416
1517require (
18+ github.com/TicketsBot-cloud/gdl v0.0.0-20250509054940-2045fbe19c06 // indirect
1619 github.com/TicketsBot/ttlcache v1.6.1-0.20200405150101-acc18e37b261 // indirect
1720 github.com/boltdb/bolt v1.3.1 // indirect
1821 github.com/cespare/xxhash/v2 v2.1.1 // indirect
@@ -24,8 +27,8 @@ require (
2427 github.com/jackc/pgio v1.0.0 // indirect
2528 github.com/jackc/pgpassfile v1.0.0 // indirect
2629 github.com/jackc/pgproto3/v2 v2.3.3 // indirect
27- github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
28- github.com/jackc/pgtype v1.14.0 // indirect
30+ github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
31+ github.com/jackc/pgtype v1.14.4 // indirect
2932 github.com/jackc/pgx v3.6.2+incompatible // indirect
3033 github.com/jackc/puddle v1.3.0 // indirect
3134 github.com/json-iterator/go v1.1.12 // indirect
@@ -34,11 +37,11 @@ require (
3437 github.com/modern-go/reflect2 v1.0.2 // indirect
3538 github.com/pasztorpisti/qs v0.0.0-20171216220353-8d6c33ee906c // indirect
3639 github.com/pkg/errors v0.9.1 // indirect
37- github.com/rxdn/gdl v0.0.0-20240612163900-621eccf40179 // indirect
3840 github.com/sirupsen/logrus v1.9.0 // indirect
39- go.uber.org/multierr v1.10.0 // indirect
40- golang.org/x/crypto v0.28.0 // indirect
41- golang.org/x/sync v0.8.0 // indirect
42- golang.org/x/sys v0.26.0 // indirect
43- golang.org/x/text v0.19.0 // indirect
41+ go.uber.org/multierr v1.11.0 // indirect
42+ golang.org/x/crypto v0.39.0 // indirect
43+ golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f // indirect
44+ golang.org/x/sync v0.15.0 // indirect
45+ golang.org/x/sys v0.33.0 // indirect
46+ golang.org/x/text v0.26.0 // indirect
4447)
0 commit comments