feat: base grpc system and base use

This commit is contained in:
2026-04-04 20:19:16 +03:00
parent b6d701c9e0
commit 4177c00e75
9 changed files with 388 additions and 5 deletions
+11 -3
View File
@@ -2,14 +2,22 @@ module github.com/lorsanstand/HomeOps-Hub
go 1.26.1
require (
github.com/ilyakaznacheev/cleanenv v1.5.0
github.com/rs/zerolog v1.35.0
google.golang.org/grpc v1.80.0
google.golang.org/protobuf v1.36.11
)
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
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/rs/zerolog v1.35.0 // indirect
golang.org/x/sys v0.29.0 // indirect
golang.org/x/net v0.49.0 // indirect
golang.org/x/sys v0.40.0 // indirect
golang.org/x/text v0.33.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20260120221211-b8f7ae30c516 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
olympos.io/encoding/edn v0.0.0-20201019073823-d3554ca0b0a3 // indirect
)