forked from rykov/paperboy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
35 lines (34 loc) · 1.52 KB
/
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
27
28
29
30
31
32
33
34
35
module github.com/rykov/paperboy
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/PuerkitoBio/goquery v1.4.1
github.com/andybalholm/cascadia v1.0.0 // indirect
github.com/aymerick/douceur v0.2.0 // indirect
github.com/bep/inflect v0.0.0-20160408190323-b896c45f5af9
github.com/chris-ramon/douceur v0.2.0
github.com/ghodss/yaml v1.0.0
github.com/go-gomail/gomail v0.0.0-20160411212932-81ebce5c23df
github.com/google/go-cmp v0.2.0
github.com/gorilla/css v1.0.0 // indirect
github.com/graph-gophers/graphql-go v0.0.0-20181016011726-673528f6606a
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jordan-wright/email v0.0.0-20181003202814-27742b011ce5
github.com/jtacoma/uritemplates v1.0.0
github.com/microcosm-cc/bluemonday v1.0.1
github.com/opentracing/opentracing-go v1.0.2 // indirect
github.com/pelletier/go-toml v1.2.0
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rs/cors v1.6.0
github.com/russross/blackfriday v2.0.0+incompatible
github.com/shurcooL/sanitized_anchor_name v0.0.0-20170918181015-86672fcb3f95 // indirect
github.com/spf13/afero v1.1.2
github.com/spf13/cast v1.2.0
github.com/spf13/cobra v0.0.3
github.com/spf13/viper v1.2.1
github.com/stretchr/testify v1.2.2 // indirect
github.com/toorop/go-dkim v0.0.0-20171203080027-83672023c79e
golang.org/x/net v0.0.0-20181011144130-49bb7cea24b1
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df // indirect
gopkg.in/yaml.v2 v2.2.1
)