-
Notifications
You must be signed in to change notification settings - Fork 221
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (18 loc) · 588 Bytes
/
go.mod
File metadata and controls
21 lines (18 loc) · 588 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/aarondl/authboss/v3
go 1.23.0
require (
github.com/friendsofgo/errors v0.9.2
github.com/pquerna/otp v1.4.0
golang.org/x/crypto v0.35.0
golang.org/x/oauth2 v0.6.0
)
require (
cloud.google.com/go v0.34.0 // indirect
github.com/boombuler/barcode v1.0.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/protobuf v1.5.3 // indirect
golang.org/x/net v0.21.0 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.29.1 // indirect
)