-
Notifications
You must be signed in to change notification settings - Fork 12
/
go.mod
32 lines (29 loc) · 1.03 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
module file2url
// +heroku goVersion go1.18
go 1.18
require (
github.com/google/uuid v1.3.0
github.com/gorilla/mux v1.8.0
github.com/gotd/td v0.59.0
go.etcd.io/bbolt v1.3.6
)
require (
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
github.com/go-faster/errors v0.5.0 // indirect
github.com/go-faster/jx v0.35.0 // indirect
github.com/go-faster/xor v0.3.0 // indirect
github.com/google/go-cmp v0.5.4 // indirect
github.com/gotd/ige v0.2.2 // indirect
github.com/gotd/neo v0.1.5 // indirect
github.com/klauspost/compress v1.15.4 // indirect
github.com/segmentio/asm v1.2.0 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.8.0 // indirect
go.uber.org/zap v1.21.0 // indirect
golang.org/x/crypto v0.0.0-20220518034528-6f7dac969898 // indirect
golang.org/x/net v0.0.0-20220520000938-2e3eb7b945c2 // indirect
golang.org/x/sync v0.0.0-20220513210516-0976fa681c29 // indirect
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
nhooyr.io/websocket v1.8.7 // indirect
rsc.io/qr v0.2.0 // indirect
)