16 lines
423 B
Modula-2
16 lines
423 B
Modula-2
module git.teamworkapps.com/shortcut/docker-mailserver-passwords
|
|
|
|
go 1.22.0
|
|
|
|
require (
|
|
git.teamworkapps.com/shortcut/forms v0.0.0-20240301215914-fddff94222d4
|
|
github.com/gorilla/mux v1.8.1
|
|
github.com/knadh/go-pop3 v0.3.0
|
|
)
|
|
|
|
require (
|
|
github.com/emersion/go-message v0.18.0 // indirect
|
|
github.com/emersion/go-textwrapper v0.0.0-20200911093747-65d896831594 // indirect
|
|
github.com/shopspring/decimal v1.3.1 // indirect
|
|
)
|