Commit Graph

7 Commits

Author SHA1 Message Date
Cristian Maglie
68f27d6a45 Upgrade x/sys dependency 2023-01-02 13:02:01 +01:00
Cristian Maglie
c3f2459bdd Update minimal go version to 1.17 and do a run of go mod tidy 2022-01-04 17:12:23 +01:00
Cristian Maglie
40f997f235 Fixed runtime build problem with darwin/amd64
For some strange reason the interaction between the go-sqlite3 lib and
the go-serial produced a weird panic as described in:

https://github.com/bugst/go-serial/issues/115
https://github.com/bugst/go-serial/issues/116

The solution is to just upgrade the x/unix package to the latest
version available at the moment.

Fix #115
Fix #116
2021-08-27 16:19:34 +02:00
Cliff Brake
be77090773 update goselect to get riscv support 2021-02-26 12:24:20 +01:00
Maddie Zhan
eb474d2569 Use golang.org/x/sys/unix provided ioctl functions 2020-09-22 00:20:59 +02:00
Cristian Maglie
6500d68fc8 Added test to detect correct behaviour in Close and Read ops 2020-04-19 01:12:48 +02:00
Cristian Maglie
df95023074 Introducing go.mod for dep management 2019-12-02 19:51:36 +01:00