mirror of https://github.com/tinygo-org/tinygo.git
wasmstm32webassemblymicrocontrollerarmavrspiwasiadafruitarduinocircuitplayground-expressgpioi2cllvmmicrobitnrf51nrf52nrf52840samd21tinygo
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
512 B
14 lines
512 B
module github.com/tinygo-org/tinygo
|
|
|
|
go 1.11
|
|
|
|
require (
|
|
github.com/blakesmith/ar v0.0.0-20150311145944-8bd4349a67f2
|
|
github.com/chromedp/cdproto v0.0.0-20200709115526-d1f6fc58448b
|
|
github.com/chromedp/chromedp v0.5.4-0.20200303084119-2bb39134ab9e
|
|
github.com/google/shlex v0.0.0-20181106134648-c34317bd91bf
|
|
github.com/marcinbor85/gohex v0.0.0-20200531091804-343a4b548892
|
|
go.bug.st/serial v1.0.0
|
|
golang.org/x/tools v0.0.0-20200216192241-b320d3a0f5a2
|
|
tinygo.org/x/go-llvm v0.0.0-20210116180121-1bbb341ef8d0
|
|
)
|
|
|