mirror of
https://github.com/ghostersk/gowebmail.git
synced 2026-04-17 08:36:01 +01:00
19 lines
453 B
Modula-2
19 lines
453 B
Modula-2
|
|
module github.com/yourusername/gomail
|
||
|
|
|
||
|
|
go 1.26
|
||
|
|
|
||
|
|
require (
|
||
|
|
github.com/emersion/go-imap v1.2.1
|
||
|
|
github.com/gorilla/mux v1.8.1
|
||
|
|
github.com/mattn/go-sqlite3 v1.14.22
|
||
|
|
golang.org/x/crypto v0.24.0
|
||
|
|
golang.org/x/oauth2 v0.21.0
|
||
|
|
)
|
||
|
|
|
||
|
|
require (
|
||
|
|
cloud.google.com/go/compute/metadata v0.3.0 // indirect
|
||
|
|
github.com/emersion/go-sasl v0.0.0-20200509203442-7bfe0ed36a21 // indirect
|
||
|
|
github.com/google/go-cmp v0.6.0 // indirect
|
||
|
|
golang.org/x/text v0.16.0 // indirect
|
||
|
|
)
|