aboutsummaryrefslogtreecommitdiffhomepage
path: root/go.mod
diff options
context:
space:
mode:
authorAyke van Laethem <[email protected]>2022-09-14 14:09:46 +0200
committerRon Evans <[email protected]>2022-09-15 12:43:51 +0200
commit5f96d2b7843ceebeedd91acae0985f3bcb8a7516 (patch)
tree15c8a0332f5679e5d9d1d459b065be88ab2e102b /go.mod
parentbd1d93b7058e19ebd82b57171eb7bf4f8bd42411 (diff)
downloadtinygo-5f96d2b7843ceebeedd91acae0985f3bcb8a7516.tar.gz
tinygo-5f96d2b7843ceebeedd91acae0985f3bcb8a7516.zip
all: add flag for setting the goroutine stack size
This is helpful in some cases where the default stack size isn't big enough.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 387d9114f..f51e06d50 100644
--- a/go.mod
+++ b/go.mod
@@ -9,6 +9,7 @@ require (
github.com/chromedp/chromedp v0.7.6
github.com/gofrs/flock v0.8.1
github.com/google/shlex v0.0.0-20181106134648-c34317bd91bf
+ github.com/inhies/go-bytesize v0.0.0-20220417184213-4913239db9cf
github.com/marcinbor85/gohex v0.0.0-20200531091804-343a4b548892
github.com/mattn/go-colorable v0.1.8
go.bug.st/serial v1.3.5