auth/go.mod

36 lines
1.2 KiB
Modula-2

module source.toby3d.me/toby3d/auth
go 1.16
require (
github.com/DATA-DOG/go-sqlmock v1.5.0
github.com/brianvoe/gofakeit/v6 v6.14.5
github.com/fasthttp/router v1.4.6
github.com/goccy/go-json v0.9.5
github.com/google/go-cmp v0.5.7 // indirect
github.com/jmoiron/sqlx v1.3.4
github.com/lestrrat-go/jwx v1.2.20
github.com/magiconair/properties v1.8.6 // indirect
github.com/spf13/afero v1.8.1 // indirect
github.com/spf13/viper v1.10.1
github.com/stretchr/testify v1.7.0
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80
github.com/valyala/fasthttp v1.34.0
github.com/valyala/fasttemplate v1.2.1
github.com/valyala/quicktemplate v1.7.0
go.etcd.io/bbolt v1.3.6
go4.org/intern v0.0.0-20220301175310-a089fc204883 // indirect
golang.org/x/text v0.3.7
golang.org/x/tools v0.1.9 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
gopkg.in/ini.v1 v1.66.4 // indirect
inet.af/netaddr v0.0.0-20211027220019-c74959edd3b6
lukechampine.com/uint128 v1.2.0 // indirect
modernc.org/cc/v3 v3.35.23 // indirect
modernc.org/memory v1.0.6 // indirect
modernc.org/sqlite v1.14.8
source.toby3d.me/toby3d/form v0.1.1
source.toby3d.me/toby3d/middleware v0.9.1
willnorris.com/go/microformats v1.1.1
)