11 lines
161 B
AMPL
11 lines
161 B
AMPL
module gomail
|
|
|
|
go 1.26.4
|
|
|
|
require (
|
|
github.com/google/uuid v1.6.0
|
|
github.com/mattn/go-sqlite3 v1.14.49
|
|
golang.org/x/crypto v0.54.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|