2024-02-19 16:47:27 +00:00
|
|
|
module git.teamworkapps.com/shortcut/docker-mailserver-passwords
|
|
|
|
|
|
|
|
go 1.22.0
|
|
|
|
|
|
|
|
require (
|
2024-02-20 16:52:37 +00:00
|
|
|
git.teamworkapps.com/shortcut/forms v0.0.0-20240202203738-c42dc9446449
|
|
|
|
github.com/gorilla/mux v1.8.1
|
|
|
|
github.com/knadh/go-pop3 v0.3.0
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2024-02-19 16:47:27 +00:00
|
|
|
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
|
|
|
|
)
|