diff options
author | deadprogram <[email protected]> | 2023-08-10 13:31:34 +0200 |
---|---|---|
committer | Ayke <[email protected]> | 2023-08-11 18:21:05 +0200 |
commit | 37a4fa205c76bfeee48a54580c7e0b72c8cd4893 (patch) | |
tree | 465be261a9c48d82271545de896e14a4b3df7f59 | |
parent | 59cc7d4c424644cdc4e05e69b0744db1ec5de71e (diff) | |
download | tinygo-37a4fa205c76bfeee48a54580c7e0b72c8cd4893.tar.gz tinygo-37a4fa205c76bfeee48a54580c7e0b72c8cd4893.zip |
modules: update to go-serial package v1.6.0
Signed-off-by: deadprogram <[email protected]>
-rw-r--r-- | go.mod | 4 | ||||
-rw-r--r-- | go.sum | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -14,7 +14,7 @@ require ( github.com/mattn/go-colorable v0.1.8 github.com/mattn/go-tty v0.0.4 github.com/sigurn/crc16 v0.0.0-20211026045750-20ab5afb07e3 - go.bug.st/serial v1.3.5 + go.bug.st/serial v1.6.0 golang.org/x/sys v0.4.0 golang.org/x/tools v0.5.1-0.20230114154351-e035d0c426c8 gopkg.in/yaml.v2 v2.4.0 @@ -31,5 +31,3 @@ require ( github.com/mailru/easyjson v0.7.7 // indirect github.com/mattn/go-isatty v0.0.12 // indirect ) - -replace go.bug.st/serial => github.com/deadprogram/go-serial v0.0.0-20230717164825-4529b3232919 @@ -48,6 +48,8 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb github.com/sigurn/crc16 v0.0.0-20211026045750-20ab5afb07e3 h1:aQKxg3+2p+IFXXg97McgDGT5zcMrQoi0EICZs8Pgchs= github.com/sigurn/crc16 v0.0.0-20211026045750-20ab5afb07e3/go.mod h1:9/etS5gpQq9BJsJMWg1wpLbfuSnkm8dPF6FdW2JXVhA= github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY= +go.bug.st/serial v1.6.0 h1:mAbRGN4cKE2J5gMwsMHC2KQisdLRQssO9WSM+rbZJ8A= +go.bug.st/serial v1.6.0/go.mod h1:UABfsluHAiaNI+La2iESysd9Vetq7VRdpxvjx7CmmOE= golang.org/x/mod v0.7.0 h1:LapD9S96VoQRhi/GrNTqeBJFrUjs5UHCAtTlgwA5oZA= golang.org/x/sys v0.0.0-20190222072716-a9d3bda3a223/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20191008105621-543471e840be/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= |