init, eod commit

This commit is contained in:
2025-11-30 22:00:47 +01:00
parent 76a288de8b
commit 675e114278
9 changed files with 340 additions and 16 deletions

14
go.mod Normal file
View File

@@ -0,0 +1,14 @@
module homestead/homestead_gateway
go 1.25.4
require (
github.com/pelletier/go-toml/v2 v2.2.4
github.com/samber/slog-multi v1.6.0
)
require (
github.com/samber/lo v1.52.0 // indirect
github.com/samber/slog-common v0.19.0 // indirect
golang.org/x/text v0.22.0 // indirect
)