auth/go.mod

15 lines
355 B
Modula-2

module gitlab.com/toby3d/indieauth
go 1.16
require (
github.com/fasthttp/router v1.4.0
github.com/goccy/go-json v0.7.4
github.com/spf13/viper v1.8.1
github.com/valyala/fasthttp v1.28.0
github.com/valyala/quicktemplate v1.6.3
go.etcd.io/bbolt v1.3.6
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
willnorris.com/go/microformats v1.1.1
)