github.com/bcampbell/scrapeomat@v0.0.0-20220820232205-23e64141c89e/go.mod (about)

     1  module github.com/bcampbell/scrapeomat
     2  
     3  go 1.17
     4  
     5  require (
     6  	github.com/PuerkitoBio/purell v1.1.1
     7  	github.com/andybalholm/cascadia v1.3.1
     8  	github.com/bcampbell/arts v0.0.0-20180814213625-e72d39b0a374
     9  	github.com/bcampbell/biscuit v0.0.0-20170610214738-c44fbed3888c
    10  	github.com/bcampbell/htmlutil v0.0.0-20160926021243-b3c26999cab1
    11  	github.com/bcampbell/warc v0.0.0-20210206221533-eb7282a18f07
    12  	github.com/elazarl/go-bindata-assetfs v1.0.1
    13  	github.com/flytam/filenamify v1.0.0
    14  	github.com/gorilla/handlers v1.5.1
    15  	github.com/lib/pq v1.10.5
    16  	github.com/mattn/go-sqlite3 v1.14.12
    17  	golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4
    18  	golang.org/x/net v0.0.0-20220412020605-290c469a71a5
    19  	gopkg.in/gcfg.v1 v1.2.3
    20  )
    21  
    22  require (
    23  	github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
    24  	github.com/bcampbell/fuzzytime v0.0.0-20191010161914-05ea0010feac // indirect
    25  	github.com/felixge/httpsnoop v1.0.1 // indirect
    26  	golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
    27  	golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
    28  	golang.org/x/text v0.3.7 // indirect
    29  	gopkg.in/warnings.v0 v0.1.2 // indirect
    30  )