2020-06-28 18:15:50 +08:00
|
|
|
module goAdapter
|
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
require (
|
2020-07-01 17:55:39 +08:00
|
|
|
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
|
2020-06-28 18:15:50 +08:00
|
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
|
|
github.com/eclipse/paho.mqtt.golang v1.2.0
|
|
|
|
github.com/gin-gonic/gin v1.6.3
|
2020-07-01 17:55:39 +08:00
|
|
|
github.com/go-ole/go-ole v1.2.4 // indirect
|
2020-06-28 18:15:50 +08:00
|
|
|
github.com/robfig/cron v1.2.0
|
|
|
|
github.com/safchain/ethtool v0.0.0-20200609180057-ab94f15152e7
|
|
|
|
github.com/shirou/gopsutil v2.20.5+incompatible
|
|
|
|
github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07
|
|
|
|
github.com/thinkgos/gomodbus v1.5.2
|
2020-07-02 18:26:03 +08:00
|
|
|
github.com/thinkgos/gomodbus/v2 v2.1.7 // indirect
|
2020-06-28 18:15:50 +08:00
|
|
|
golang.org/x/net v0.0.0-20200625001655-4c5254603344 // indirect
|
|
|
|
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
|
|
|
|
)
|