ekster/go.mod
Peter Stuifzand a2f04e4d6e
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
Problem: strings.Title is deprecated
Solution: use golang.org/x/text/cases instead
2022-04-16 15:12:58 +02:00

19 lines
521 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
golang.org/x/text v0.3.7
willnorris.com/go/microformats v1.1.0
)