emailsender/go.mod
2025-03-17 12:08:04 +01:00

16 lines
325 B
Modula-2

module gitea.urkob.com/urko/emailsender
go 1.23.4
require (
github.com/joho/godotenv v1.5.1
github.com/kelseyhightower/envconfig v1.4.0
github.com/stretchr/testify v1.8.4
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)