auth/go.mod

39 lines
1.4 KiB
Modula-2
Raw Normal View History

module source.toby3d.me/toby3d/auth
2020-09-01 17:57:13 +00:00
2022-06-09 17:21:15 +00:00
go 1.18
require (
2022-01-31 13:45:00 +00:00
github.com/DATA-DOG/go-sqlmock v1.5.0
2022-03-25 18:08:57 +00:00
github.com/brianvoe/gofakeit/v6 v6.15.0
github.com/fasthttp/router v1.4.7
github.com/fasthttp/session/v2 v2.4.8 // indirect
github.com/goccy/go-json v0.9.6
2022-01-31 13:45:00 +00:00
github.com/google/go-cmp v0.5.7 // indirect
2022-01-20 19:54:24 +00:00
github.com/jmoiron/sqlx v1.3.4
2022-03-25 18:08:57 +00:00
github.com/klauspost/compress v1.15.1 // indirect
2022-03-07 18:29:56 +00:00
github.com/lestrrat-go/jwx v1.2.20
2022-02-25 13:34:58 +00:00
github.com/magiconair/properties v1.8.6 // indirect
2022-03-25 18:08:57 +00:00
github.com/spf13/afero v1.8.2 // indirect
2022-01-20 19:54:24 +00:00
github.com/spf13/viper v1.10.1
2022-03-25 18:08:57 +00:00
github.com/stretchr/testify v1.7.1
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80
2022-03-07 18:29:56 +00:00
github.com/valyala/fasthttp v1.34.0
2021-10-17 23:32:28 +00:00
github.com/valyala/fasttemplate v1.2.1
2021-10-04 19:51:26 +00:00
github.com/valyala/quicktemplate v1.7.0
go.etcd.io/bbolt v1.3.6
2022-03-07 18:29:56 +00:00
go4.org/intern v0.0.0-20220301175310-a089fc204883 // indirect
2022-03-25 18:08:57 +00:00
golang.org/x/crypto v0.0.0-20220321153916-2c7772ba3064 // indirect
golang.org/x/net v0.0.0-20220325170049-de3da57026de // indirect
golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 // indirect
2022-01-20 19:54:24 +00:00
golang.org/x/text v0.3.7
2022-03-25 18:08:57 +00:00
golang.org/x/tools v0.1.10 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
2022-02-25 13:34:58 +00:00
gopkg.in/ini.v1 v1.66.4 // indirect
2022-01-20 19:54:24 +00:00
inet.af/netaddr v0.0.0-20211027220019-c74959edd3b6
2022-02-25 13:34:58 +00:00
lukechampine.com/uint128 v1.2.0 // indirect
2022-03-25 18:08:57 +00:00
modernc.org/sqlite v1.15.3
2022-01-20 19:54:24 +00:00
source.toby3d.me/toby3d/form v0.1.1
2022-02-25 23:18:04 +00:00
source.toby3d.me/toby3d/middleware v0.9.1
willnorris.com/go/microformats v1.1.1
)