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.
This commit is contained in:
Ayke van Laethem
2023-01-13 19:39:09 +01:00
committed by Ron Evans
parent 776dabb2c8
commit 911ce3a4bc
3 changed files with 58 additions and 59 deletions
+2 -2
View File
@@ -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
)