update goselect to get riscv support

This commit is contained in:
Cliff Brake
2021-02-19 14:24:33 -05:00
committed by Cristian Maglie
parent 57b513a432
commit be77090773
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@@ -3,7 +3,7 @@ module go.bug.st/serial
go 1.13
require (
github.com/creack/goselect v0.1.1
github.com/creack/goselect v0.1.2
github.com/stretchr/testify v1.4.0
golang.org/x/sys v0.0.0-20200909081042-eff7692f9009
)