auth/go.mod

30 lines
1.1 KiB
Modula-2

module source.toby3d.me/website/indieauth
go 1.16
require (
github.com/brianvoe/gofakeit/v6 v6.9.0
github.com/fasthttp/router v1.4.3
github.com/goccy/go-json v0.7.9
github.com/gorilla/schema v1.2.0
github.com/klauspost/compress v1.13.6 // indirect
github.com/lestrrat-go/jwx v1.2.7
github.com/pkg/errors v0.9.1
github.com/savsgio/gotils v0.0.0-20210921075833-21a6215cb0e4 // indirect
github.com/spf13/cobra v1.3.0 // indirect
github.com/spf13/viper v1.10.0
github.com/stretchr/testify v1.7.0
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80
github.com/valyala/fasthttp v1.31.0
github.com/valyala/fasttemplate v1.2.1
github.com/valyala/quicktemplate v1.7.0
go.etcd.io/bbolt v1.3.6
golang.org/x/net v0.0.0-20211004164453-cedda3a722dd // indirect
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
golang.org/x/text v0.3.7 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
inet.af/netaddr v0.0.0-20211027220019-c74959edd3b6 // indirect
source.toby3d.me/toby3d/form v0.1.0 // indirect
willnorris.com/go/microformats v1.1.1
)