auth/go.mod

24 lines
841 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-10-04 19:51:26 +00:00
github.com/fasthttp/router v1.4.3
github.com/goccy/go-json v0.7.9
github.com/klauspost/compress v1.13.6 // indirect
2021-09-23 18:32:10 +00:00
github.com/pkg/errors v0.9.1
2021-10-04 19:51:26 +00:00
github.com/savsgio/gotils v0.0.0-20210921075833-21a6215cb0e4 // indirect
github.com/spf13/viper v1.9.0
2021-08-03 23:09:01 +00:00
github.com/stretchr/testify v1.7.0
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80
2021-10-04 19:51:26 +00:00
github.com/valyala/fasthttp v1.30.0
github.com/valyala/quicktemplate v1.7.0
go.etcd.io/bbolt v1.3.6
2021-10-04 19:51:26 +00:00
golang.org/x/net v0.0.0-20211004164453-cedda3a722dd // indirect
2021-09-23 18:32:10 +00:00
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f
2021-10-04 19:51:26 +00:00
golang.org/x/sys v0.0.0-20211004093028-2c5d950f24ef // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
willnorris.com/go/microformats v1.1.1
)