-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
24 lines (20 loc) · 997 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/lukx/vitobridge-sidecar
go 1.18
require github.com/DerAndereAndi/eebus-go v0.0.0-20220522200132-fc5644df5302
replace github.com/DerAndereAndi/eebus-go => ../eebus-go
require (
github.com/ahmetb/go-linq/v3 v3.2.0 // indirect
github.com/godbus/dbus/v5 v5.0.4 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/holoplot/go-avahi v1.0.0 // indirect
github.com/libp2p/zeroconf/v2 v2.1.2-0.20220807195455-586e7c571d10 // indirect
github.com/miekg/dns v1.1.49 // indirect
github.com/rickb777/date v1.19.1 // indirect
github.com/rickb777/plural v1.4.1 // indirect
gitlab.com/c0b/go-ordered-json v0.0.0-20201030195603-febf46534d5a // indirect
golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect
golang.org/x/net v0.0.0-20220531201128-c960675eff93 // indirect
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
golang.org/x/tools v0.1.10 // indirect
golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df // indirect
)