1
0
mirror of https://github.com/volatiletech/authboss.git synced 2024-11-24 08:42:17 +02:00
authboss/go.mod

12 lines
293 B
Modula-2
Raw Normal View History

2020-07-03 20:24:07 +02:00
module github.com/volatiletech/authboss/v3
go 1.14
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/friendsofgo/errors v0.9.2
github.com/pquerna/otp v1.2.0
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
)