aboutsummaryrefslogtreecommitdiffhomepage
path: root/go.mod
diff options
context:
space:
mode:
authorAyke van Laethem <[email protected]>2020-06-10 20:49:15 +0200
committerRon Evans <[email protected]>2020-06-11 08:14:48 +0200
commit4d1d0c2d3bbd7dbacc74c445c6adc00219bae49a (patch)
tree250512c614d1da96220e1f4b594678d0b2bc5b46 /go.mod
parent2281b6a3f50bb329967df810f111873cadd3b934 (diff)
downloadtinygo-4d1d0c2d3bbd7dbacc74c445c6adc00219bae49a.tar.gz
tinygo-4d1d0c2d3bbd7dbacc74c445c6adc00219bae49a.zip
main: go mod tidy
Clean up the go.mod and go.sum which have gotten a bit messy, and add an extra line to go.sum that keeps reappearing locally for some reason (so it seems important).
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 0 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 186b44999..688793696 100644
--- a/go.mod
+++ b/go.mod
@@ -10,6 +10,5 @@ require (
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
- google.golang.org/appengine v1.4.0 // indirect
tinygo.org/x/go-llvm v0.0.0-20200503225853-345b2947b59d
)