-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
30 lines (27 loc) · 1.11 KB
/
go.mod
File metadata and controls
30 lines (27 loc) · 1.11 KB
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
28
29
30
module github.com/bcampbell/scrapeomat
go 1.17
require (
github.com/PuerkitoBio/purell v1.1.1
github.com/andybalholm/cascadia v1.3.1
github.com/bcampbell/arts v0.0.0-20180814213625-e72d39b0a374
github.com/bcampbell/biscuit v0.0.0-20170610214738-c44fbed3888c
github.com/bcampbell/htmlutil v0.0.0-20160926021243-b3c26999cab1
github.com/bcampbell/warc v0.0.0-20210206221533-eb7282a18f07
github.com/elazarl/go-bindata-assetfs v1.0.1
github.com/flytam/filenamify v1.0.0
github.com/gorilla/handlers v1.5.1
github.com/lib/pq v1.10.5
github.com/mattn/go-sqlite3 v1.14.12
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4
golang.org/x/net v0.0.0-20220412020605-290c469a71a5
gopkg.in/gcfg.v1 v1.2.3
)
require (
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
github.com/bcampbell/fuzzytime v0.0.0-20191010161914-05ea0010feac // indirect
github.com/felixge/httpsnoop v1.0.1 // indirect
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
golang.org/x/text v0.3.7 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
)