xesite/go.mod

23 lines
824 B
Modula-2
Raw Normal View History

module christine.website
2018-07-01 20:38:18 +00:00
require (
2019-05-25 10:30:28 +00:00
github.com/celrenheit/sandflake v0.0.0-20190410195419-50a943690bc2
2020-01-25 19:43:32 +00:00
github.com/facebookarchive/flagenv v0.0.0-20160425205200-fcd59fca7456
github.com/gorilla/feeds v1.1.1
2018-08-22 03:17:59 +00:00
github.com/kr/pretty v0.1.0 // indirect
github.com/povilasv/prommod v0.0.12
2020-01-25 19:43:32 +00:00
github.com/prologic/go-gopher v0.0.0-20191226035442-664dbdb49f44
github.com/prometheus/client_golang v1.3.0
2019-03-21 14:34:38 +00:00
github.com/russross/blackfriday v2.0.0+incompatible
2019-03-23 01:42:25 +00:00
github.com/sebest/xff v0.0.0-20160910043805-6c115e0ffa35
2019-03-21 14:34:38 +00:00
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
2019-03-21 17:30:20 +00:00
github.com/snabb/sitemap v1.0.0
github.com/stretchr/testify v1.4.0
2018-08-22 03:17:59 +00:00
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v2 v2.2.7
2020-01-25 19:43:32 +00:00
within.website/gopher v0.0.0-20190609010210-2bdce020909a
within.website/ln v0.7.0
2018-07-01 20:38:18 +00:00
)
2019-10-23 17:20:07 +00:00
go 1.13