diff options
author | Elliott Sales de Andrade <[email protected]> | 2023-08-28 05:11:54 -0400 |
---|---|---|
committer | Ron Evans <[email protected]> | 2023-09-10 23:14:58 +0200 |
commit | bb9a9beed597fc1eec0c7850ba3ba7593357668f (patch) | |
tree | 83bcdfc13a156298fd9d3b78ad6f3a0bf1688999 /go.mod | |
parent | 4042c1d618be81ed2ae1337210d92e473b5d81a8 (diff) | |
download | tinygo-bb9a9beed597fc1eec0c7850ba3ba7593357668f.tar.gz tinygo-bb9a9beed597fc1eec0c7850ba3ba7593357668f.zip |
Update golang.org/x/tools to v0.12.0
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -15,8 +15,8 @@ require ( github.com/mattn/go-tty v0.0.4 github.com/sigurn/crc16 v0.0.0-20211026045750-20ab5afb07e3 go.bug.st/serial v1.6.0 - golang.org/x/sys v0.8.0 - golang.org/x/tools v0.9.0 + golang.org/x/sys v0.11.0 + golang.org/x/tools v0.12.0 gopkg.in/yaml.v2 v2.4.0 tinygo.org/x/go-llvm v0.0.0-20221028183034-8341240c0b32 ) |