Skip to content

Commit ec5dfcf

Browse files
committed
chore: update
1 parent 094e650 commit ec5dfcf

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed

.github/workflows/nancy.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

go.mod

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,22 @@
11
module github.com/gotd/getdoc
22

3-
go 1.16
3+
go 1.18
44

55
require (
66
github.com/PuerkitoBio/goquery v1.8.0
77
github.com/cenkalti/backoff/v4 v4.1.3
88
github.com/go-faster/errors v0.6.1
9-
github.com/kr/pretty v0.1.0 // indirect
109
github.com/stretchr/testify v1.7.1
1110
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
1220
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
21+
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
1322
)

0 commit comments

Comments
 (0)