auth/go.mod

46 lines
1.7 KiB
Modula-2

module source.toby3d.me/website/indieauth
go 1.16
require (
github.com/DATA-DOG/go-sqlmock v1.5.0
github.com/brianvoe/gofakeit/v6 v6.9.0
github.com/fasthttp/router v1.4.6
github.com/fasthttp/session/v2 v2.4.6
github.com/goccy/go-json v0.9.4
github.com/google/go-cmp v0.5.7 // indirect
github.com/google/go-github/v41 v41.0.0
github.com/gorilla/websocket v1.4.2 // indirect
github.com/hashicorp/go-retryablehttp v0.7.0 // indirect
github.com/jmoiron/sqlx v1.3.4
github.com/klauspost/compress v1.14.2 // indirect
github.com/lestrrat-go/iter v1.0.1 // indirect
github.com/lestrrat-go/jwx v1.2.18
github.com/mattn/go-mastodon v0.0.4
github.com/spf13/afero v1.8.0 // 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.33.0
github.com/valyala/fasttemplate v1.2.1
github.com/valyala/quicktemplate v1.7.0
github.com/xanzy/go-gitlab v0.54.3
go.etcd.io/bbolt v1.3.6
golang.org/x/crypto v0.0.0-20220128200615-198e4374d7ed // indirect
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
golang.org/x/sys v0.0.0-20220128215802-99c3d69c2c27 // indirect
golang.org/x/text v0.3.7
golang.org/x/time v0.0.0-20211116232009-f0f3c7e86c11 // indirect
golang.org/x/tools v0.1.9 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
gopkg.in/ini.v1 v1.66.3 // indirect
inet.af/netaddr v0.0.0-20211027220019-c74959edd3b6
lukechampine.com/uint128 v1.2.0 // indirect
modernc.org/ccgo/v3 v3.15.13 // indirect
modernc.org/sqlite v1.14.5
source.toby3d.me/toby3d/form v0.1.1
source.toby3d.me/toby3d/middleware v0.7.0
willnorris.com/go/microformats v1.1.1
)