aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: 756d83742f5f159dddd5a6f32c8cc7a06ce0dc54 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
module git.riedstra.us/mitch/go-website

go 1.13

require (
	github.com/kr/pretty v0.1.0 // indirect
	github.com/russross/blackfriday v2.0.0+incompatible
	github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
	gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
	gopkg.in/russross/blackfriday.v2 v2.0.0
	gopkg.in/yaml.v2 v2.2.7
)