-
Notifications
You must be signed in to change notification settings - Fork 4
/
go.mod
25 lines (23 loc) · 912 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
module github.com/pstuifzand/ekster
go 1.16
require (
github.com/RoaringBitmap/roaring v1.2.1 // indirect
github.com/axgle/mahonia v0.0.0-20180208002826-3358181d7394
github.com/bits-and-blooms/bitset v1.3.0 // indirect
github.com/blevesearch/bleve/v2 v2.3.4
github.com/blevesearch/geo v0.1.14 // indirect
github.com/gilliek/go-opml v1.0.0
github.com/go-shiori/go-readability v0.0.0-20220215145315-dd6828d2f09b
github.com/golang-migrate/migrate/v4 v4.15.1
github.com/gomodule/redigo v1.8.2
github.com/json-iterator/go v1.1.12 // indirect
github.com/lib/pq v1.10.1
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.7.1
go.etcd.io/bbolt v1.3.6 // indirect
golang.org/x/net v0.0.0-20211013171255-e13a2654a71e
golang.org/x/sys v0.0.0-20220823224334-20c2bfdbfe24 // indirect
golang.org/x/text v0.3.7
google.golang.org/protobuf v1.28.1 // indirect
willnorris.com/go/microformats v1.1.0
)