|
|
|
module github.com/tinygo-org/tinygo
|
|
|
|
|
|
|
|
go 1.19
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/aykevl/go-wasm v0.0.2-0.20240312204833-50275154210c
|
|
|
|
github.com/blakesmith/ar v0.0.0-20150311145944-8bd4349a67f2
|
|
|
|
github.com/chromedp/cdproto v0.0.0-20220113222801-0725d94bb6ee
|
|
|
|
github.com/chromedp/chromedp v0.7.6
|
|
|
|
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
|
|
|
|
go.bug.st/serial v1.6.0
|
|
|
|
golang.org/x/net v0.26.0
|
|
|
|
golang.org/x/sys v0.21.0
|
|
|
|
golang.org/x/tools v0.22.1-0.20240621165957-db513b091504
|
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
|
|
tinygo.org/x/go-llvm v0.0.0-20240627184919-3b50c76783a8
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/chromedp/sysutil v1.0.0 // indirect
|
|
|
|
github.com/creack/goselect v0.1.2 // indirect
|
|
|
|
github.com/gobwas/httphead v0.1.0 // indirect
|
|
|
|
github.com/gobwas/pool v0.2.1 // indirect
|
|
|
|
github.com/gobwas/ws v1.1.0 // indirect
|
|
|
|
github.com/josharian/intern v1.0.0 // indirect
|
|
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
GNUmakefile: add spellfix target, use it. (#4387)
TODO: Remove the go.mod/go.sum in internal/tools once doing so doesn't break CI (e.g. once we drop support for go 1.19)
* builder/cc1as.h: fix typo found by 'make spell'
* GNUmakefile: remove exception for inbetween, fix instance now found by 'make spell'
* GNUmakefile: remove exception for programmmer, fix instance now found by 'make spell'
* go.mod: use updated misspell. GNUmakefile: add spellfix target, use it.
* ignore directories properly when invoking spellchecker.
* make spell: give internal/tools its own go.mod, as misspell requires newer go
* make lint: depend on tools and run the installed revive
(which was perhaps implied by the change that added revive to internal/tools,
but not required in GNUmakefile until we gave internal/tools its own temporary go.mod)
* .github: now that 'make spell' works well, run it from CI
* GNUmakefile: make spell now aborts if it finds misspelt words, so what it finds doesn't get lost in CI logs
* GNUmakefile: tools: avoid -C option on go generate to make test-llvm15-go119 circleci job happy, see
https://cs.opensource.google/go/go/+/2af48cbb7d85e5fdc635e75b99f949010c607786
* internal/tools/go.mod: fix format of go version to leave out patchlevel, else go complains.
3 months ago
|
|
|
github.com/stretchr/testify v1.8.4 // indirect
|
|
|
|
golang.org/x/text v0.16.0 // indirect
|
|
|
|
)
|