compiler: update golang.org/x/tools/go/ssa package

This update includes support for the new range loops over integers.
This commit is contained in:
Ayke van Laethem
2024-01-17 15:12:17 +01:00
parent afd65e224a
commit 0ad15551c8
5 changed files with 61 additions and 7 deletions
+4 -2
View File
@@ -15,8 +15,9 @@ 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.11.0
golang.org/x/tools v0.12.0
golang.org/x/net v0.20.0
golang.org/x/sys v0.16.0
golang.org/x/tools v0.17.0
gopkg.in/yaml.v2 v2.4.0
tinygo.org/x/go-llvm v0.0.0-20231014233752-75a8a9fe6f74
)
@@ -30,4 +31,5 @@ require (
github.com/josharian/intern v1.0.0 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
golang.org/x/text v0.14.0 // indirect
)