-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (21 loc) · 702 Bytes
/
go.mod
File metadata and controls
24 lines (21 loc) · 702 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
module github.com/twiny/wbot
go 1.22.0
require (
github.com/PuerkitoBio/goquery v1.8.1
github.com/rs/zerolog v1.32.0
github.com/temoto/robotstxt v1.1.2
github.com/twiny/flare v0.1.0
github.com/twiny/poxa v0.1.0
github.com/twiny/ratelimit v0.0.0-20220509163414-256d3376b0ac
github.com/weppos/publicsuffix-go v0.30.1
)
require (
github.com/andybalholm/cascadia v1.3.1 // indirect
github.com/benbjohnson/clock v1.3.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/stretchr/testify v1.8.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
)