github.com/tinygo-org/tinygo@v0.31.3-0.20240404173401-90b0bf646c27/go.mod (about) 1 module github.com/tinygo-org/tinygo 2 3 go 1.18 4 5 require ( 6 github.com/aykevl/go-wasm v0.0.2-0.20240312204833-50275154210c 7 github.com/blakesmith/ar v0.0.0-20150311145944-8bd4349a67f2 8 github.com/chromedp/cdproto v0.0.0-20220113222801-0725d94bb6ee 9 github.com/chromedp/chromedp v0.7.6 10 github.com/gofrs/flock v0.8.1 11 github.com/google/shlex v0.0.0-20181106134648-c34317bd91bf 12 github.com/inhies/go-bytesize v0.0.0-20220417184213-4913239db9cf 13 github.com/marcinbor85/gohex v0.0.0-20200531091804-343a4b548892 14 github.com/mattn/go-colorable v0.1.8 15 github.com/mattn/go-tty v0.0.4 16 github.com/sigurn/crc16 v0.0.0-20211026045750-20ab5afb07e3 17 go.bug.st/serial v1.6.0 18 golang.org/x/net v0.20.0 19 golang.org/x/sys v0.16.0 20 golang.org/x/tools v0.17.0 21 gopkg.in/yaml.v2 v2.4.0 22 tinygo.org/x/go-llvm v0.0.0-20240106122909-c2c543540318 23 ) 24 25 require ( 26 github.com/chromedp/sysutil v1.0.0 // indirect 27 github.com/creack/goselect v0.1.2 // indirect 28 github.com/gobwas/httphead v0.1.0 // indirect 29 github.com/gobwas/pool v0.2.1 // indirect 30 github.com/gobwas/ws v1.1.0 // indirect 31 github.com/josharian/intern v1.0.0 // indirect 32 github.com/mailru/easyjson v0.7.7 // indirect 33 github.com/mattn/go-isatty v0.0.12 // indirect 34 golang.org/x/text v0.14.0 // indirect 35 )