-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
23 lines (19 loc) · 722 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
module github.com/wimaha/home-charge
require gopkg.in/yaml.v3 v3.0.1
require (
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
github.com/google/uuid v1.3.1 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/influxdata/influxdb-client-go/v2 v2.13.0 // indirect
github.com/influxdata/line-protocol v0.0.0-20200327222509-2487e7298839 // indirect
github.com/oapi-codegen/runtime v1.0.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sync v0.1.0 // indirect
)
require (
github.com/eclipse/paho.mqtt.golang v1.4.3
github.com/goburrow/serial v0.1.0 // indirect
github.com/mattn/go-sqlite3 v1.14.17 // indirect
github.com/simonvetter/modbus v1.6.0 // indirect
)
go 1.21.3