xesite/go.mod

24 lines
983 B
Modula-2
Raw Permalink Normal View History

2018-12-14 04:52:16 +00:00
module christine.website
2018-07-01 20:38:18 +00:00
require (
2019-03-23 01:42:25 +00:00
github.com/celrenheit/sandflake v0.0.0-20171226210037-92cb626f32dc
2019-03-21 14:34:38 +00:00
github.com/golang/protobuf v1.3.1 // indirect
github.com/gorilla/feeds v1.1.0
2018-08-22 03:17:59 +00:00
github.com/kr/pretty v0.1.0 // indirect
2019-01-29 14:09:52 +00:00
github.com/pkg/errors v0.8.1 // indirect
2019-03-21 14:31:49 +00:00
github.com/povilasv/prommod v0.0.11
github.com/prometheus/client_golang v0.9.2
2019-03-21 14:34:38 +00:00
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 // indirect
github.com/prometheus/common v0.2.0 // indirect
2019-04-01 14:07:18 +00:00
github.com/prometheus/procfs v0.0.0-20190328153300-af7bedc223fb // indirect
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
2019-03-21 14:55:32 +00:00
github.com/stretchr/testify v1.3.0
2019-04-01 14:07:18 +00:00
golang.org/x/net v0.0.0-20190328230028-74de082e2cca // indirect
2018-08-22 03:17:59 +00:00
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
2019-04-01 14:07:18 +00:00
gopkg.in/yaml.v2 v2.2.2
2019-03-21 14:34:38 +00:00
within.website/ln v0.5.2
2018-07-01 20:38:18 +00:00
)