xesite/go.mod

25 lines
1.1 KiB
Modula-2
Raw Normal View History

2018-12-14 04:52:16 +00:00
module christine.website
2018-07-01 20:38:18 +00:00
require (
github.com/Xe/gopreload v0.0.0-20170326043426-a00a8beb369c
github.com/Xe/jsonfeed v0.0.0-20170520170432-e21591505612
github.com/davecgh/go-spew v1.1.1 // indirect
2018-07-01 20:38:18 +00:00
github.com/google/gops v0.3.2
github.com/gorilla/feeds v1.0.0
2018-08-22 03:17:59 +00:00
github.com/kardianos/osext v0.0.0-20170510131534-ae77be60afb1 // indirect
github.com/kr/pretty v0.1.0 // indirect
2019-01-29 14:09:52 +00:00
github.com/pkg/errors v0.8.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
2019-03-21 14:31:49 +00:00
github.com/povilasv/prommod v0.0.11
github.com/prometheus/client_golang v0.9.2
2018-07-01 20:38:18 +00:00
github.com/russross/blackfriday v0.0.0-20170806171014-cadec560ec52
2018-08-22 03:17:59 +00:00
github.com/shurcooL/sanitized_anchor_name v0.0.0-20170918181015-86672fcb3f95 // indirect
github.com/st3fan/jsonfeed v0.0.0-20170519104842-498b2850d26b // indirect
github.com/stretchr/testify v1.2.2 // indirect
2018-07-01 20:38:18 +00:00
github.com/tj/front v0.0.0-20170212063142-739be213b0a1
2019-01-29 14:09:52 +00:00
golang.org/x/net v0.0.0-20190125091013-d26f9f9a57f3 // indirect
2018-08-22 03:17:59 +00:00
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0 // indirect
2019-02-03 14:25:09 +00:00
within.website/ln v0.5.1
2018-07-01 20:38:18 +00:00
)