diff options
author | Ayke van Laethem <[email protected]> | 2020-06-10 20:49:15 +0200 |
---|---|---|
committer | Ron Evans <[email protected]> | 2020-06-11 08:14:48 +0200 |
commit | 4d1d0c2d3bbd7dbacc74c445c6adc00219bae49a (patch) | |
tree | 250512c614d1da96220e1f4b594678d0b2bc5b46 /go.mod | |
parent | 2281b6a3f50bb329967df810f111873cadd3b934 (diff) | |
download | tinygo-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.mod | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 ) |