-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
51 lines (46 loc) · 1.93 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
module github.com/robotomize/cribe
go 1.21
require (
github.com/aws/aws-sdk-go v1.40.59
github.com/client9/misspell v0.3.4
github.com/enescakir/emoji v1.0.0
github.com/go-redis/redis/v8 v8.11.4
github.com/go-telegram-bot-api/telegram-bot-api v1.0.1-0.20201020035208-b6df6c273aa8
github.com/golang-migrate/migrate/v4 v4.15.0
github.com/golang/mock v1.6.0
github.com/hashicorp/go-multierror v1.1.1
github.com/jackc/pgx/v4 v4.18.2
github.com/kkdai/youtube/v2 v2.7.4
github.com/lib/pq v1.10.2
github.com/nicksnyder/go-i18n/v2 v2.1.2
github.com/sethvargo/go-envconfig v0.3.5
github.com/streadway/amqp v1.0.0
go.uber.org/zap v1.19.1
golang.org/x/text v0.14.0
golang.org/x/tools v0.6.0
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/bitly/go-simplejson v0.5.0 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
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
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.7.0 // indirect
golang.org/x/crypto v0.20.0 // indirect
golang.org/x/mod v0.8.0 // indirect
golang.org/x/net v0.21.0 // indirect
golang.org/x/sys v0.17.0 // indirect
)
replace github.com/go-telegram-bot-api/telegram-bot-api => github.com/robotomize/telegram-bot-api v1.0.1-0.20211011211313-ce26e93d1e9e
replace github.com/kkdai/youtube/v2 v2.7.4 => github.com/robotomize/youtube/v2 v2.7.5-0.20211019164800-6ee21b82f993