17 lines
477 B
Modula-2
17 lines
477 B
Modula-2
module git.teamworkapps.com/shortcut/docker-mailserver-passwords
|
|
|
|
go 1.22.2
|
|
|
|
require (
|
|
git.teamworkapps.com/shortcut/forms v0.0.0-20241008225541-c7da7f39222e
|
|
github.com/gorilla/mux v1.8.1
|
|
github.com/knadh/go-pop3 v1.0.0
|
|
)
|
|
|
|
require (
|
|
github.com/emersion/go-message v0.15.0 // indirect
|
|
github.com/emersion/go-textwrapper v0.0.0-20200911093747-65d896831594 // indirect
|
|
github.com/shopspring/decimal v1.3.1 // indirect
|
|
github.com/tredoe/osutil/v2 v2.0.0-rc.16 // indirect
|
|
)
|