mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-08 21:13:39 +00:00
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:
committed by
Ron Evans
parent
776dabb2c8
commit
911ce3a4bc
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user