File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ require (
14
14
github.com/mattn/go-colorable v0.1.8
15
15
github.com/mattn/go-tty v0.0.4
16
16
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
18
18
golang.org/x/sys v0.4.0
19
19
golang.org/x/tools v0.5.1-0.20230114154351-e035d0c426c8
20
20
gopkg.in/yaml.v2 v2.4.0
@@ -31,5 +31,3 @@ require (
31
31
github.com/mailru/easyjson v0.7.7 // indirect
32
32
github.com/mattn/go-isatty v0.0.12 // indirect
33
33
)
34
-
35
- replace go.bug.st/serial => github.com/deadprogram/go-serial v0.0.0-20230717164825-4529b3232919
Original file line number Diff line number Diff line change @@ -48,6 +48,8 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
48
48
github.com/sigurn/crc16 v0.0.0-20211026045750-20ab5afb07e3 h1:aQKxg3+2p+IFXXg97McgDGT5zcMrQoi0EICZs8Pgchs =
49
49
github.com/sigurn/crc16 v0.0.0-20211026045750-20ab5afb07e3 /go.mod h1:9/etS5gpQq9BJsJMWg1wpLbfuSnkm8dPF6FdW2JXVhA =
50
50
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 =
51
53
golang.org/x/mod v0.7.0 h1:LapD9S96VoQRhi/GrNTqeBJFrUjs5UHCAtTlgwA5oZA =
52
54
golang.org/x/sys v0.0.0-20190222072716-a9d3bda3a223 /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
53
55
golang.org/x/sys v0.0.0-20191008105621-543471e840be /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
You can’t perform that action at this time.
0 commit comments