landingpage/go.mod

9 lines
130 B
Modula-2

module github.com/home-assistant/landingpage
go 1.15
require (
github.com/grandcat/zeroconf v1.0.0
github.com/rs/xid v1.3.0
)