diff options
author | Ayke van Laethem <[email protected]> | 2023-01-13 19:39:09 +0100 |
---|---|---|
committer | Ron Evans <[email protected]> | 2023-01-14 22:08:38 +0100 |
commit | 911ce3a4bcaaed7140bd1922c3c5f5645d87f08d (patch) | |
tree | 26df10f8914cf58f7b61d0bc24ddaccea63dc512 /go.mod | |
parent | 776dabb2c811c6eb7977cbd296a40a4a17337b51 (diff) | |
download | tinygo-911ce3a4bcaaed7140bd1922c3c5f5645d87f08d.tar.gz tinygo-911ce3a4bcaaed7140bd1922c3c5f5645d87f08d.zip |
compiler: update golang.org/x/tools/ssa
This package needs to be updated to support Go 1.20. There were a few
backwards incompatible changes that required updates to the compiler
package.
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,8 +14,8 @@ require ( github.com/mattn/go-colorable v0.1.8 github.com/mattn/go-tty v0.0.4 go.bug.st/serial v1.3.5 - golang.org/x/sys v0.0.0-20220829200755-d48e67d00261 - golang.org/x/tools v0.1.11 + golang.org/x/sys v0.4.0 + golang.org/x/tools v0.5.0 gopkg.in/yaml.v2 v2.4.0 tinygo.org/x/go-llvm v0.0.0-20221028183034-8341240c0b32 ) |