2020-06-28 18:15:50 +08:00
|
|
|
module goAdapter
|
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
require (
|
2020-08-25 15:25:03 +08:00
|
|
|
//deviceAPI v0.0.0
|
2020-08-15 10:21:39 +08:00
|
|
|
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
|
2020-09-17 10:55:33 +08:00
|
|
|
github.com/beevik/ntp v0.3.0
|
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
|
2020-08-19 09:14:25 +08:00
|
|
|
github.com/fastly/go-utils v0.0.0-20180712184237-d95a45783239 // indirect
|
2020-06-28 18:15:50 +08:00
|
|
|
github.com/gin-gonic/gin v1.6.3
|
2020-08-15 10:21:39 +08:00
|
|
|
github.com/go-ole/go-ole v1.2.4 // indirect
|
2020-08-19 09:14:25 +08:00
|
|
|
github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869 // indirect
|
|
|
|
github.com/jonboulle/clockwork v0.2.0 // indirect
|
|
|
|
github.com/lestrrat-go/file-rotatelogs v2.3.0+incompatible
|
|
|
|
github.com/lestrrat-go/strftime v1.0.3 // indirect
|
2020-08-25 15:25:03 +08:00
|
|
|
github.com/mitchellh/mapstructure v1.3.3 // indirect
|
2020-08-19 09:14:25 +08:00
|
|
|
github.com/pkg/errors v0.9.1 // 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
|
2020-08-19 09:14:25 +08:00
|
|
|
github.com/sirupsen/logrus v1.6.0
|
2020-08-15 10:21:39 +08:00
|
|
|
github.com/smartystreets/goconvey v1.6.4 // indirect
|
2020-08-19 09:14:25 +08:00
|
|
|
github.com/stretchr/testify v1.5.1 // indirect
|
2020-06-28 18:15:50 +08:00
|
|
|
github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07
|
2020-08-19 09:14:25 +08:00
|
|
|
github.com/tebeka/strftime v0.1.5 // indirect
|
2020-06-28 18:15:50 +08:00
|
|
|
github.com/thinkgos/gomodbus v1.5.2
|
2020-08-25 15:25:03 +08:00
|
|
|
github.com/yuin/gluamapper v0.0.0-20150323120927-d836955830e7
|
|
|
|
github.com/yuin/gopher-lua v0.0.0-20200816102855-ee81675732da
|
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
|
2020-08-19 09:14:25 +08:00
|
|
|
golang.org/x/sys v0.0.0-20200420163511-1957bb5e6d1f // indirect
|
2020-08-01 17:22:06 +08:00
|
|
|
gopkg.in/ini.v1 v1.57.0
|
2020-09-03 10:40:30 +08:00
|
|
|
layeh.com/gopher-luar v1.0.8
|
2020-06-28 18:15:50 +08:00
|
|
|
)
|
2020-08-10 17:33:39 +08:00
|
|
|
|
2020-08-15 10:21:39 +08:00
|
|
|
replace deviceAPI => ../../deviceAPI
|