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).
This commit is contained in:
Ayke van Laethem
2020-06-10 20:49:15 +02:00
committed by Ron Evans
parent 2281b6a3f5
commit 4d1d0c2d3b
2 changed files with 1 additions and 30 deletions
-1
View File
@@ -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
)