Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Jun 1, 2022
1 parent 094e650 commit ec5dfcf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/nancy.yml

This file was deleted.

13 changes: 11 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@
module github.com/gotd/getdoc

go 1.16
go 1.18

require (
github.com/PuerkitoBio/goquery v1.8.0
github.com/cenkalti/backoff/v4 v4.1.3
github.com/go-faster/errors v0.6.1
github.com/kr/pretty v0.1.0 // indirect
github.com/stretchr/testify v1.7.1
go.uber.org/ratelimit v0.2.0
)

require (
github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 // indirect
github.com/andybalholm/cascadia v1.3.1 // 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
golang.org/x/net v0.0.0-20210916014120-12bc252f5db8 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)

0 comments on commit ec5dfcf

Please sign in to comment.