first commit

This commit is contained in:
Timofey.Kovalev
2025-10-14 10:35:42 +03:00
commit 9972005cb5
9 changed files with 386 additions and 0 deletions

16
go.mod Normal file
View File

@ -0,0 +1,16 @@
module qmail
go 1.24.0
require (
github.com/go-yaml/yaml v2.1.0+incompatible
github.com/jessevdk/go-flags v1.6.1
github.com/olekukonko/tablewriter v0.0.5
)
require (
github.com/mattn/go-runewidth v0.0.9 // indirect
golang.org/x/sys v0.21.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)