blob: 6bc405ded7543b9f33a465e3e76d56be80117f26 (
plain) (
blame)
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
|
module flyscrape
go 1.20
require (
github.com/PuerkitoBio/goquery v1.8.1
github.com/alexedwards/flow v0.0.0-20220806114457-cf11be9e0e03
github.com/cornelk/hashmap v1.0.8
github.com/evanw/esbuild v0.18.14
github.com/nlnwa/whatwg-url v0.4.0
github.com/stretchr/testify v1.8.4
rogchap.com/v8go v0.9.0
)
require (
github.com/andybalholm/cascadia v1.3.1 // indirect
github.com/bits-and-blooms/bitset v1.5.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.10.0 // indirect
golang.org/x/net v0.10.0 // indirect
golang.org/x/sys v0.8.0 // indirect
golang.org/x/text v0.9.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
|