docker-mailserver-passwords/go.mod

17 lines
477 B
Modula-2
Raw Normal View History

2024-02-19 16:47:27 +00:00
module git.teamworkapps.com/shortcut/docker-mailserver-passwords
2024-05-07 13:00:01 +00:00
go 1.22.2
2024-02-19 16:47:27 +00:00
require (
2024-10-08 23:47:25 +00:00
git.teamworkapps.com/shortcut/forms v0.0.0-20241008234648-2f8c3a703a67
2024-02-20 16:52:37 +00:00
github.com/gorilla/mux v1.8.1
2024-05-07 13:00:01 +00:00
github.com/knadh/go-pop3 v1.0.0
2024-02-20 16:52:37 +00:00
)
require (
2024-05-07 13:00:01 +00:00
github.com/emersion/go-message v0.15.0 // indirect
2024-02-19 16:47:27 +00:00
github.com/emersion/go-textwrapper v0.0.0-20200911093747-65d896831594 // indirect
github.com/shopspring/decimal v1.3.1 // indirect
2024-05-07 13:00:01 +00:00
github.com/tredoe/osutil/v2 v2.0.0-rc.16 // indirect
2024-02-19 16:47:27 +00:00
)