Skip to content

Commit 37a4fa2

Browse files
deadprogramaykevl
authored andcommitted
modules: update to go-serial package v1.6.0
Signed-off-by: deadprogram <[email protected]>
1 parent 59cc7d4 commit 37a4fa2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
github.com/mattn/go-colorable v0.1.8
1515
github.com/mattn/go-tty v0.0.4
1616
github.com/sigurn/crc16 v0.0.0-20211026045750-20ab5afb07e3
17-
go.bug.st/serial v1.3.5
17+
go.bug.st/serial v1.6.0
1818
golang.org/x/sys v0.4.0
1919
golang.org/x/tools v0.5.1-0.20230114154351-e035d0c426c8
2020
gopkg.in/yaml.v2 v2.4.0
@@ -31,5 +31,3 @@ require (
3131
github.com/mailru/easyjson v0.7.7 // indirect
3232
github.com/mattn/go-isatty v0.0.12 // indirect
3333
)
34-
35-
replace go.bug.st/serial => github.com/deadprogram/go-serial v0.0.0-20230717164825-4529b3232919

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
4848
github.com/sigurn/crc16 v0.0.0-20211026045750-20ab5afb07e3 h1:aQKxg3+2p+IFXXg97McgDGT5zcMrQoi0EICZs8Pgchs=
4949
github.com/sigurn/crc16 v0.0.0-20211026045750-20ab5afb07e3/go.mod h1:9/etS5gpQq9BJsJMWg1wpLbfuSnkm8dPF6FdW2JXVhA=
5050
github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY=
51+
go.bug.st/serial v1.6.0 h1:mAbRGN4cKE2J5gMwsMHC2KQisdLRQssO9WSM+rbZJ8A=
52+
go.bug.st/serial v1.6.0/go.mod h1:UABfsluHAiaNI+La2iESysd9Vetq7VRdpxvjx7CmmOE=
5153
golang.org/x/mod v0.7.0 h1:LapD9S96VoQRhi/GrNTqeBJFrUjs5UHCAtTlgwA5oZA=
5254
golang.org/x/sys v0.0.0-20190222072716-a9d3bda3a223/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
5355
golang.org/x/sys v0.0.0-20191008105621-543471e840be/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=

0 commit comments

Comments
 (0)