-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
29 lines (26 loc) · 904 Bytes
/
go.mod
File metadata and controls
29 lines (26 loc) · 904 Bytes
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
module github.com/gotd/getdoc
go 1.25.0
require (
github.com/PuerkitoBio/goquery v1.11.0
github.com/cenkalti/backoff/v4 v4.3.0
github.com/go-faster/errors v0.7.1
github.com/go-faster/sdk v0.34.0
github.com/stretchr/testify v1.11.1
go.uber.org/ratelimit v0.3.1
go.uber.org/zap v1.27.1
golang.org/x/sync v0.20.0
)
require (
github.com/andybalholm/cascadia v1.3.3 // indirect
github.com/benbjohnson/clock v1.3.0 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
go.opentelemetry.io/otel v1.40.0 // indirect
go.opentelemetry.io/otel/trace v1.40.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/net v0.49.0 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)