mirror of
https://gitee.com/god-jason/iot-master.git
synced 2025-12-06 06:58:55 +08:00
更新connector
This commit is contained in:
4
build.sh
4
build.sh
@@ -27,8 +27,8 @@ export CGO_ENABLED=0
|
||||
export GOARCH=amd64
|
||||
|
||||
export GOOS=windows
|
||||
go build -ldflags "$ldflags" -o "${app}.exe" main.go
|
||||
go build -ldflags "$ldflags" -o "${app}.exe" cmd/main.go
|
||||
|
||||
export GOOS=linux
|
||||
go build -ldflags "$ldflags" -o "${app}" main.go
|
||||
go build -ldflags "$ldflags" -o "${app}" cmd/main.go
|
||||
|
||||
|
||||
2
go.mod
2
go.mod
@@ -6,7 +6,7 @@ require (
|
||||
github.com/PaesslerAG/gval v1.2.4
|
||||
github.com/busy-cloud/boat v0.3.1
|
||||
github.com/busy-cloud/boat-ui v0.2.8
|
||||
github.com/busy-cloud/connector v0.2.10
|
||||
github.com/busy-cloud/connector v0.2.11
|
||||
github.com/busy-cloud/influxdb v0.2.3
|
||||
github.com/busy-cloud/modbus v0.2.12
|
||||
github.com/busy-cloud/noob v0.0.5
|
||||
|
||||
4
go.sum
4
go.sum
@@ -14,8 +14,8 @@ github.com/busy-cloud/boat v0.3.1 h1:/A6f8e3x3sKEvnbj53Cc/bHARabISUMUhACh/mV8y9U
|
||||
github.com/busy-cloud/boat v0.3.1/go.mod h1:4gDVBfwLC5weGDU842KiFVN8uwb/HlO63pjeOiSHP60=
|
||||
github.com/busy-cloud/boat-ui v0.2.8 h1:vaosyq6wR0xfQcWkeRAS8p+IDo/UoN64Zcoc5Qlt0V0=
|
||||
github.com/busy-cloud/boat-ui v0.2.8/go.mod h1:eVxdB+W0L8+JRZDRQnqcfQlzS4ANC/mlMdqGyTM8t0g=
|
||||
github.com/busy-cloud/connector v0.2.10 h1:7xqLAJ7h7m5GbmT49t7Ae9mytZRpd+GEmPPGX7gpKdg=
|
||||
github.com/busy-cloud/connector v0.2.10/go.mod h1:r+2flpW+aCA3WAVXGHgHU7irEJStX7lTWKfE7KPlCOw=
|
||||
github.com/busy-cloud/connector v0.2.11 h1:uyPxdsQYWRJnvQaGM5Eg++F/lxDt4g760VZETcT9u6E=
|
||||
github.com/busy-cloud/connector v0.2.11/go.mod h1:r+2flpW+aCA3WAVXGHgHU7irEJStX7lTWKfE7KPlCOw=
|
||||
github.com/busy-cloud/influxdb v0.2.3 h1:VW+5/q+/ClImAzrxwNT9zaXIbuHKch6rhKy9sJfOygg=
|
||||
github.com/busy-cloud/influxdb v0.2.3/go.mod h1:6mfMxknjGxBWcCOaLAkjig6YmssQSQbDPCeGeccCNPM=
|
||||
github.com/busy-cloud/modbus v0.2.12 h1:XPF/06cQt993itzGHSsZmRsVNv6qIzXxAd5n9Ui13po=
|
||||
|
||||
Reference in New Issue
Block a user