ekster/go.mod
Peter Stuifzand 02bc2ab9bc
Some checks failed
continuous-integration/drone/push Build is failing
Add stream type postgres-stream
2021-05-11 17:23:25 +02:00

16 lines
429 B
Modula-2

module p83.nl/go/ekster
go 1.14
require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/axgle/mahonia v0.0.0-20180208002826-3358181d7394
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
)