auth/go.mod

21 lines
644 B
Modula-2
Raw Normal View History

2021-09-23 18:32:10 +00:00
module source.toby3d.me/website/oauth
2020-09-01 17:57:13 +00:00
go 1.16
require (
2021-09-23 18:32:10 +00:00
github.com/brianvoe/gofakeit v3.18.0+incompatible
2021-08-03 23:09:01 +00:00
github.com/fasthttp/router v1.4.1
2021-09-23 18:32:10 +00:00
github.com/goccy/go-json v0.7.6
github.com/pkg/errors v0.9.1
github.com/spf13/viper v1.8.1
2021-08-03 23:09:01 +00:00
github.com/stretchr/testify v1.7.0
2021-09-23 18:32:10 +00:00
github.com/valyala/fasthttp v1.29.0
github.com/valyala/quicktemplate v1.6.3
go.etcd.io/bbolt v1.3.6
2021-09-23 18:32:10 +00:00
golang.org/x/net v0.0.0-20210917221730-978cfadd31cf // indirect
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
2021-09-23 18:32:10 +00:00
google.golang.org/protobuf v1.27.1 // indirect
willnorris.com/go/microformats v1.1.1
)