diff options
author | Ayke van Laethem <[email protected]> | 2023-07-06 12:01:52 +0200 |
---|---|---|
committer | Ron Evans <[email protected]> | 2023-08-04 11:59:11 +0200 |
commit | a93f0ed12a30d694ad8db2a2636b1247e772c3e8 (patch) | |
tree | e1790e1e4cb11623e05efb93450b5ad937afcf51 /go.mod | |
parent | c25dd0a972a1d68b4d154831a6d196e28f17ddad (diff) | |
download | tinygo-a93f0ed12a30d694ad8db2a2636b1247e772c3e8.tar.gz tinygo-a93f0ed12a30d694ad8db2a2636b1247e772c3e8.zip |
all: Go 1.21 support
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -31,3 +31,5 @@ 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 |