File tree Expand file tree Collapse file tree 2 files changed +11
-13
lines changed Expand file tree Collapse file tree 2 files changed +11
-13
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
module github.com/gotd/getdoc
2
2
3
- go 1.16
3
+ go 1.18
4
4
5
5
require (
6
6
github.com/PuerkitoBio/goquery v1.8.0
7
7
github.com/cenkalti/backoff/v4 v4.1.3
8
8
github.com/go-faster/errors v0.6.1
9
- github.com/kr/pretty v0.1.0 // indirect
10
9
github.com/stretchr/testify v1.7.1
11
10
go.uber.org/ratelimit v0.2.0
11
+ )
12
+
13
+ require (
14
+ github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 // indirect
15
+ github.com/andybalholm/cascadia v1.3.1 // indirect
16
+ github.com/davecgh/go-spew v1.1.1 // indirect
17
+ github.com/kr/pretty v0.1.0 // indirect
18
+ github.com/pmezard/go-difflib v1.0.0 // indirect
19
+ golang.org/x/net v0.0.0-20210916014120-12bc252f5db8 // indirect
12
20
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
21
+ gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
13
22
)
You can’t perform that action at this time.
0 commit comments