-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathgo.mod
26 lines (23 loc) · 1003 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
25
26
module github.com/bzz/scholar-alert-digest
go 1.12
require (
cloud.google.com/go v0.49.0 // indirect
github.com/antchfx/htmlquery v1.2.0
github.com/antchfx/xpath v1.1.2 // indirect
github.com/cheggaaa/pb/v3 v3.0.3
github.com/go-chi/chi v4.1.2+incompatible
github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9 // indirect
github.com/google/go-cmp v0.3.1 // indirect
github.com/rs/cors v1.7.0
github.com/stretchr/testify v1.4.0
gitlab.com/golang-commonmark/markdown v0.0.0-20191124021542-fffb4bed7d15
go.opencensus.io v0.22.2 // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/oauth2 v0.0.0-20191122200657-5d9234df094c
google.golang.org/api v0.14.0
google.golang.org/appengine v1.6.5 // indirect
google.golang.org/genproto v0.0.0-20191115221424-83cc0476cb11 // indirect
google.golang.org/grpc v1.25.1 // indirect
gopkg.in/russross/blackfriday.v2 v2.0.0 // indirect
)
replace gopkg.in/russross/blackfriday.v2 => github.com/russross/blackfriday v2.0.0+incompatible