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

require (
	github.com/celrenheit/sandflake v0.0.0-20190410195419-50a943690bc2
	github.com/gorilla/feeds v1.1.1
	github.com/kr/pretty v0.1.0 // indirect
	github.com/povilasv/prommod v0.0.12
	github.com/prometheus/client_golang v1.2.1
	github.com/russross/blackfriday v2.0.0+incompatible
	github.com/sebest/xff v0.0.0-20160910043805-6c115e0ffa35
	github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
	github.com/snabb/sitemap v1.0.0
	github.com/stretchr/testify v1.4.0
	gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
	gopkg.in/yaml.v2 v2.2.5
	within.website/ln v0.7.0
)

go 1.13