all: update x/tools/go/ssa to include slice-to-array bugfix

For the bugfix, see: https://github.com/golang/go/issues/57790
This commit is contained in:
Ayke van Laethem
2023-02-06 11:26:20 +01:00
committed by Ron Evans
parent 9027c50405
commit 0b0ae19656
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ require (
github.com/mattn/go-tty v0.0.4
go.bug.st/serial v1.3.5
golang.org/x/sys v0.4.0
golang.org/x/tools v0.5.0
golang.org/x/tools v0.5.1-0.20230114154351-e035d0c426c8
gopkg.in/yaml.v2 v2.4.0
tinygo.org/x/go-llvm v0.0.0-20221028183034-8341240c0b32
)