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.
13 lines
464 B
13 lines
464 B
module github.com/tinygo-org/tinygo
|
|
|
|
go 1.11
|
|
|
|
require (
|
|
github.com/blakesmith/ar v0.0.0-20150311145944-8bd4349a67f2
|
|
github.com/creack/goselect v0.1.0 // indirect
|
|
github.com/marcinbor85/gohex v0.0.0-20180128172054-7a43cd876e46
|
|
go.bug.st/serial.v1 v0.0.0-20180827123349-5f7892a7bb45
|
|
golang.org/x/sys v0.0.0-20191010194322-b09406accb47 // indirect
|
|
golang.org/x/tools v0.0.0-20190227180812-8dcc6e70cdef
|
|
tinygo.org/x/go-llvm v0.0.0-20190818154551-95bc4ffe1add
|
|
)
|
|
|