pstuifzand/ekster

View on GitHub
go.mod

Summary

Maintainability
Test Coverage
module p83.nl/go/ekster

go 1.16

require (
    github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
    github.com/axgle/mahonia v0.0.0-20180208002826-3358181d7394
    github.com/blevesearch/bleve/v2 v2.0.3 // indirect
    github.com/davecgh/go-spew v1.1.1 // indirect
    github.com/gilliek/go-opml v1.0.0
    github.com/gomodule/redigo v1.8.2
    github.com/lib/pq v1.10.1
    github.com/pkg/errors v0.9.1
    github.com/stretchr/testify v1.5.1
    golang.org/x/net v0.0.0-20200707034311-ab3426394381
    willnorris.com/go/microformats v1.1.0
)