feat: Complete env system

This commit is contained in:
2026-04-04 14:58:45 +03:00
parent 89f71ec7e7
commit 3a89106c1b
4 changed files with 61 additions and 0 deletions
+8
View File
@@ -1,3 +1,11 @@
module github.com/lorsanstand/HomeOps-Hub
go 1.26.1
require (
github.com/BurntSushi/toml v1.2.1 // indirect
github.com/ilyakaznacheev/cleanenv 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
)