This commit is contained in:
alex
2025-06-22 11:38:53 +03:00
parent d3b2944cd8
commit 07e1d3ecdd
7 changed files with 31 additions and 12 deletions

12
internal/config/go.mod Normal file
View File

@@ -0,0 +1,12 @@
module github.com/akyaiy/GoSally-mvp/internal/config
go 1.24.4
require github.com/ilyakaznacheev/cleanenv v1.5.0
require (
github.com/BurntSushi/toml v1.5.0 // indirect
github.com/joho/godotenv v1.5.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
olympos.io/encoding/edn v0.0.0-20201019073823-d3554ca0b0a3 // indirect
)