mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-07-26 06:38:42 +00:00
e80c6c48a1
that use Chromium headless browser to avoid use of older incompatible version. Signed-off-by: deadprogram <ron@hybridgroup.com>
30 lines
958 B
Modula-2
30 lines
958 B
Modula-2
module github.com/tinygo-org/tinygo
|
|
|
|
go 1.22.0
|
|
|
|
require (
|
|
github.com/aykevl/go-wasm v0.0.2-0.20250317121156-42b86c494139
|
|
github.com/blakesmith/ar v0.0.0-20150311145944-8bd4349a67f2
|
|
github.com/gofrs/flock v0.8.1
|
|
github.com/google/shlex v0.0.0-20181106134648-c34317bd91bf
|
|
github.com/inhies/go-bytesize v0.0.0-20220417184213-4913239db9cf
|
|
github.com/marcinbor85/gohex v0.0.0-20200531091804-343a4b548892
|
|
github.com/mattn/go-colorable v0.1.13
|
|
github.com/mattn/go-tty v0.0.4
|
|
github.com/sigurn/crc16 v0.0.0-20211026045750-20ab5afb07e3
|
|
github.com/tetratelabs/wazero v1.6.0
|
|
go.bug.st/serial v1.6.0
|
|
golang.org/x/net v0.35.0
|
|
golang.org/x/sys v0.30.0
|
|
golang.org/x/tools v0.30.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
tinygo.org/x/go-llvm v0.0.0-20250422114502-b8f170971e74
|
|
)
|
|
|
|
require (
|
|
github.com/creack/goselect v0.1.2 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/stretchr/testify v1.8.4 // indirect
|
|
golang.org/x/text v0.22.0 // indirect
|
|
)
|