26 lines
1.1 KiB
Modula-2
26 lines
1.1 KiB
Modula-2
module git.kiwifarms.net/CrunkLord420/fediarchiver
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/PuerkitoBio/goquery v1.5.0
|
|
github.com/gopherjs/gopherjs v0.0.0-20190812055157-5d271430af9f // indirect
|
|
github.com/gorilla/websocket v1.4.1
|
|
github.com/jaytaylor/archive.is v0.0.0-20180604001015-7a0412869636
|
|
github.com/julienschmidt/httprouter v1.2.0
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/lib/pq v1.2.0
|
|
github.com/microcosm-cc/bluemonday v1.0.2
|
|
github.com/moul/http2curl v1.0.0 // indirect
|
|
github.com/rs/zerolog v1.15.0
|
|
github.com/sirupsen/logrus v1.4.2 // indirect
|
|
github.com/smartystreets/assertions v1.0.1 // indirect
|
|
github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337 // indirect
|
|
github.com/stretchr/testify v1.4.0 // indirect
|
|
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80
|
|
golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7 // indirect
|
|
golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a // indirect
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
)
|