mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-11 06:23:39 +00:00
all: add go.mod and go.sum files for vgo support
Add required files for vgo support. The new vgo system defaults to on since Go 1.13 so we should be prepared for that once the release hits. It is also useful for testing Go 1.13 before the release.
This commit is contained in:
committed by
Ron Evans
parent
ba85c82fbb
commit
98a3047b58
@@ -0,0 +1,10 @@
|
||||
module github.com/tinygo-org/tinygo
|
||||
|
||||
go 1.11
|
||||
|
||||
require (
|
||||
github.com/blakesmith/ar v0.0.0-20150311145944-8bd4349a67f2
|
||||
github.com/marcinbor85/gohex v0.0.0-20180128172054-7a43cd876e46
|
||||
golang.org/x/tools v0.0.0-20190227180812-8dcc6e70cdef
|
||||
tinygo.org/x/go-llvm v0.0.0-20190224120431-7707ae5d1261
|
||||
)
|
||||
Reference in New Issue
Block a user