15 lines
281 B
Modula-2
15 lines
281 B
Modula-2
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
|
|
)
|