can oauth
This commit is contained in:
5
go.mod
5
go.mod
@@ -1,13 +1,16 @@
|
||||
module gitea.inhome.blapointe.com/local-sandbox/contact
|
||||
|
||||
go 1.17
|
||||
go 1.24.0
|
||||
|
||||
require (
|
||||
github.com/bytbox/go-pop3 v0.0.0-20120201222208-3046caf0763e
|
||||
github.com/emersion/go-imap v1.2.0
|
||||
github.com/google/uuid v1.6.0
|
||||
golang.org/x/oauth2 v0.35.0
|
||||
)
|
||||
|
||||
require (
|
||||
cloud.google.com/go/compute/metadata v0.3.0 // indirect
|
||||
github.com/emersion/go-sasl v0.0.0-20200509203442-7bfe0ed36a21 // indirect
|
||||
golang.org/x/text v0.3.7 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user