-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathgo.mod
24 lines (22 loc) · 822 Bytes
/
go.mod
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/yields/ant
go 1.14
require (
github.com/andybalholm/cascadia v1.3.1
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/snappy v0.0.4
github.com/hashicorp/go-multierror v1.1.0
github.com/kr/pretty v0.2.0 // indirect
github.com/mafredri/cdp v0.31.0
github.com/segmentio/agecache v0.0.0-20200415044159-6857a7326986
github.com/spaolacci/murmur3 v1.1.0
github.com/stretchr/testify v1.6.1
github.com/temoto/robotstxt v1.1.2
github.com/tidwall/match v1.1.1
github.com/willf/bitset v1.1.11 // indirect
github.com/willf/bloom v2.0.3+incompatible
golang.org/x/net v0.10.0
golang.org/x/sync v0.1.0
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
)