2023-10-21 19:07:26 +02:00
|
|
|
module gitea.urkob.com/urko/emailsender
|
2023-10-21 18:41:16 +02:00
|
|
|
|
2024-08-20 12:02:23 +02:00
|
|
|
go 1.22.3
|
2023-10-21 18:45:33 +02:00
|
|
|
|
|
|
|
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
|
|
|
|
)
|