autocomplete
This commit is contained in:
parent
9958ebeba4
commit
124d27ac4e
2
go.mod
2
go.mod
|
@ -3,7 +3,7 @@ module git.teamworkapps.com/shortcut/docker-mailserver-passwords
|
|||
go 1.22.2
|
||||
|
||||
require (
|
||||
git.teamworkapps.com/shortcut/forms v0.0.0-20241008222643-619c5114ff98
|
||||
git.teamworkapps.com/shortcut/forms v0.0.0-20241008223138-d3f8fcada5da
|
||||
github.com/gorilla/mux v1.8.1
|
||||
github.com/knadh/go-pop3 v1.0.0
|
||||
)
|
||||
|
|
2
go.sum
2
go.sum
|
@ -4,6 +4,8 @@ git.teamworkapps.com/shortcut/forms v0.0.0-20240812141315-1ed2ebc91b92 h1:58ahYe
|
|||
git.teamworkapps.com/shortcut/forms v0.0.0-20240812141315-1ed2ebc91b92/go.mod h1:1ElXS6rlK/NaNDQoqfCALVVKnwaSYAg2pNF8Ksvoc3Y=
|
||||
git.teamworkapps.com/shortcut/forms v0.0.0-20241008222643-619c5114ff98 h1:qu2By0n7SZ12veS3syyC3fFScL2Yd1R6+dBOfgVKAXc=
|
||||
git.teamworkapps.com/shortcut/forms v0.0.0-20241008222643-619c5114ff98/go.mod h1:1ElXS6rlK/NaNDQoqfCALVVKnwaSYAg2pNF8Ksvoc3Y=
|
||||
git.teamworkapps.com/shortcut/forms v0.0.0-20241008223138-d3f8fcada5da h1:hPnKlLvV7dV/dp83DG8gAq/UdRMzoQHLpH03ek7eXIs=
|
||||
git.teamworkapps.com/shortcut/forms v0.0.0-20241008223138-d3f8fcada5da/go.mod h1:1ElXS6rlK/NaNDQoqfCALVVKnwaSYAg2pNF8Ksvoc3Y=
|
||||
github.com/emersion/go-message v0.15.0 h1:urgKGqt2JAc9NFJcgncQcohHdiYb803YTH9OQwHBHIY=
|
||||
github.com/emersion/go-message v0.15.0/go.mod h1:wQUEfE+38+7EW8p8aZ96ptg6bAb1iwdgej19uXASlE4=
|
||||
github.com/emersion/go-textwrapper v0.0.0-20200911093747-65d896831594 h1:IbFBtwoTQyw0fIM5xv1HF+Y+3ZijDR839WMulgxCcUY=
|
||||
|
|
Loading…
Reference in New Issue