auth/go.mod

23 lines
771 B
Modula-2

module source.toby3d.me/website/oauth
go 1.16
require (
github.com/fasthttp/router v1.4.1
github.com/goccy/go-json v0.7.6
github.com/google/go-cmp v0.5.6 // indirect
github.com/pkg/errors v0.9.1
github.com/spf13/viper v1.8.1
github.com/stretchr/testify v1.7.0
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80
github.com/valyala/fasthttp v1.29.0
github.com/valyala/quicktemplate v1.6.3
go.etcd.io/bbolt v1.3.6
golang.org/x/net v0.0.0-20210917221730-978cfadd31cf // indirect
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
google.golang.org/protobuf v1.27.1 // indirect
willnorris.com/go/microformats v1.1.1
)