wiki/go.mod
Peter Stuifzand 5cc4e65638
All checks were successful
continuous-integration/drone/push Build is passing
Add blocks backend
2020-10-21 20:49:23 +02:00

32 lines
1.3 KiB
Modula-2

module p83.nl/go/wiki
go 1.14
require (
github.com/RoaringBitmap/roaring v0.4.23 // indirect
github.com/blevesearch/bleve v1.0.9
github.com/blevesearch/cld2 v0.0.0-20200327141045-8b5f551d37f5 // indirect
github.com/cznic/b v0.0.0-20181122101859-a26611c4d92d // indirect
github.com/davecgh/go-spew v1.1.1
github.com/glycerine/go-unsnap-stream v0.0.0-20190901134440-81cf024a9e0a // indirect
github.com/golang/protobuf v1.4.2 // indirect
github.com/ikawaha/kagome.ipadic v1.1.2 // indirect
github.com/jmhodges/levigo v1.0.0 // indirect
github.com/sergi/go-diff v1.1.0
github.com/stretchr/testify v1.4.0
github.com/tebeka/snowball v0.4.2 // indirect
github.com/tecbot/gorocksdb v0.0.0-20191217155057-f0fad39f321c // indirect
github.com/tinylib/msgp v1.1.2 // indirect
github.com/yuin/goldmark v1.1.32
gitlab.com/golang-commonmark/linkify v0.0.0-20200225224916-64bca66f6ad3 // indirect
gitlab.com/golang-commonmark/markdown v0.0.0-20191127184510-91b5b3c99c19
go.etcd.io/bbolt v1.3.5 // indirect
golang.org/x/net v0.0.0-20200625001655-4c5254603344 // indirect
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae // indirect
golang.org/x/text v0.3.3 // indirect
google.golang.org/protobuf v1.25.0 // indirect
p83.nl/go/ekster v0.0.0-20191119211024-4511657daa0b
p83.nl/go/indieauth v0.1.0
willnorris.com/go/microformats v1.1.0 // indirect
)