Updated the serial library as the new library does not produce cgo errors and does not need the kernel headers to build

This commit is contained in:
Nicholas Thompson
2019-03-13 16:55:02 +02:00
committed by ncthompson
parent 67fa25495f
commit a29781f025
5 changed files with 13 additions and 14 deletions

3
go.mod
View File

@@ -2,7 +2,8 @@ module github.com/diebietse/invertergui
require (
github.com/gorilla/websocket v1.4.0
github.com/mikepb/go-serial v0.0.0-20180731022703-d5134cecf05a
github.com/prometheus/client_golang v0.9.2
github.com/rakyll/statik v0.1.5
github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07
golang.org/x/sys v0.0.0-20190312061237-fead79001313 // indirect
)