Files
HomesteadGateway/go.mod

16 lines
330 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/gorilla/websocket v1.5.3 // indirect
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
)