aboutsummaryrefslogtreecommitdiffhomepage
path: root/go.mod
diff options
context:
space:
mode:
authorElliott Sales de Andrade <[email protected]>2020-02-11 14:09:22 -0500
committerGitHub <[email protected]>2020-02-11 20:09:22 +0100
commitd11abb33fefe4e0585627d2908df1296e23118be (patch)
treee5de418baaa7b70260a7c02b6734d4780e8dda00 /go.mod
parente3ae57090f235bd5dc37487b0228c1274d530bd4 (diff)
downloadtinygo-d11abb33fefe4e0585627d2908df1296e23118be.tar.gz
tinygo-d11abb33fefe4e0585627d2908df1296e23118be.zip
main: use go mod expected path for go.bug.st/serial
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 1 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 3d58ce461..d9043429b 100644
--- a/go.mod
+++ b/go.mod
@@ -4,11 +4,9 @@ go 1.11
require (
github.com/blakesmith/ar v0.0.0-20150311145944-8bd4349a67f2
- github.com/creack/goselect v0.1.0 // indirect
github.com/google/shlex v0.0.0-20181106134648-c34317bd91bf
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
+ go.bug.st/serial v1.0.0
golang.org/x/tools v0.0.0-20190227180812-8dcc6e70cdef
tinygo.org/x/go-llvm v0.0.0-20200104190746-1ff21df33566
)