ekster/go.mod
Peter Stuifzand 3a43844e93
All checks were successful
continuous-integration/drone/push Build is passing
Fix foreign key errors for feed_id
Fix usage of QueryRow.Scan
2021-10-31 14:51:31 +01:00

18 lines
495 B
Modula-2

module p83.nl/go/ekster
go 1.16
require (
github.com/axgle/mahonia v0.0.0-20180208002826-3358181d7394
github.com/blevesearch/bleve/v2 v2.0.3
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gilliek/go-opml v1.0.0
github.com/golang-migrate/migrate/v4 v4.15.1
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.7.0
golang.org/x/net v0.0.0-20211013171255-e13a2654a71e
willnorris.com/go/microformats v1.1.0
)