20 lines
515 B
Modula-2
20 lines
515 B
Modula-2
module inboxer
|
|
|
|
go 1.23
|
|
|
|
require (
|
|
github.com/emersion/go-imap v1.2.1
|
|
github.com/emersion/go-sasl v0.0.0-20200509203442-7bfe0ed36a21
|
|
github.com/gorilla/mux v1.8.1
|
|
github.com/gorilla/securecookie v1.1.2
|
|
github.com/gorilla/sessions v1.4.0
|
|
github.com/jinzhu/inflection v1.0.0
|
|
github.com/jinzhu/now v1.1.5
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/mattn/go-sqlite3 v1.14.22
|
|
golang.org/x/crypto v0.23.0
|
|
golang.org/x/text v0.20.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
gorm.io/driver/sqlite v1.6.0
|
|
gorm.io/gorm v1.31.1
|
|
)
|