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
|
2022-04-16 11:32:54 +00:00
|
|
|
github.com/cristalhq/jwt/v4 v4.0.0-beta // indirect
|
2021-10-31 13:51:31 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
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
|
2022-04-16 11:32:54 +00:00
|
|
|
github.com/gomodule/redigo v1.8.5
|
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
|
2022-04-16 11:32:54 +00:00
|
|
|
github.com/rafaeljusto/redigomock/v3 v3.0.1 // indirect
|
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
|
|
|
|
)
|