aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: fffb7fdd328329bb5eb91246f8df2d2a31508b30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module christine.website

require (
	github.com/Xe/jsonfeed v0.0.0-20170520170432-e21591505612
	github.com/golang/protobuf v1.3.1 // indirect
	github.com/gorilla/feeds v1.1.0
	github.com/kr/pretty v0.1.0 // indirect
	github.com/pkg/errors v0.8.1 // indirect
	github.com/povilasv/prommod v0.0.11
	github.com/prometheus/client_golang v0.9.2
	github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 // indirect
	github.com/prometheus/common v0.2.0 // indirect
	github.com/prometheus/procfs v0.0.0-20190319124303-40f3c57fb198 // indirect
	github.com/russross/blackfriday v2.0.0+incompatible
	github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
	github.com/st3fan/jsonfeed v0.0.0-20170519104842-498b2850d26b // indirect
	github.com/stretchr/testify v1.3.0 // indirect
	github.com/tj/front v0.0.0-20170212063142-739be213b0a1
	gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
	gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0 // indirect
	within.website/ln v0.5.2
)