2020-07-27 20:09:02 +00:00
|
|
|
module p83.nl/go/ekster
|
|
|
|
|
2021-05-30 19:56:25 +00:00
|
|
|
go 1.16
|
2020-07-27 20:09:02 +00:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/axgle/mahonia v0.0.0-20180208002826-3358181d7394
|
2021-10-30 23:37:39 +00:00
|
|
|
github.com/blevesearch/bleve/v2 v2.0.3
|
2020-07-27 20:09:02 +00:00
|
|
|
github.com/gilliek/go-opml v1.0.0
|
2021-10-30 23:37:39 +00:00
|
|
|
github.com/golang-migrate/migrate/v4 v4.15.1
|
2020-07-27 20:09:02 +00:00
|
|
|
github.com/gomodule/redigo v1.8.2
|
2021-05-11 15:23:25 +00:00
|
|
|
github.com/lib/pq v1.10.1
|
2020-07-27 20:09:02 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
2021-10-30 23:37:39 +00:00
|
|
|
github.com/stretchr/testify v1.7.0
|
|
|
|
golang.org/x/net v0.0.0-20211013171255-e13a2654a71e
|
2020-07-27 20:09:02 +00:00
|
|
|
willnorris.com/go/microformats v1.1.0
|
|
|
|
)
|