diff options
author | sago35 <[email protected]> | 2021-03-05 09:02:34 +0900 |
---|---|---|
committer | Ayke <[email protected]> | 2021-03-05 13:02:01 +0100 |
commit | c4191da2a542cd77b4231638ddac2e0b1ac2d756 (patch) | |
tree | d76382caf4b9bfd3ebd0b8afc92c07a8667ada77 /go.mod | |
parent | 3fdd1a9249ddb8a6b5d85c61892977daf6d02460 (diff) | |
download | tinygo-c4191da2a542cd77b4231638ddac2e0b1ac2d756.tar.gz tinygo-c4191da2a542cd77b4231638ddac2e0b1ac2d756.zip |
gdb: support -ocd-output on windows
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ require ( github.com/chromedp/chromedp v0.6.4 github.com/google/shlex v0.0.0-20181106134648-c34317bd91bf github.com/marcinbor85/gohex v0.0.0-20200531091804-343a4b548892 + github.com/mattn/go-colorable v0.1.8 go.bug.st/serial v1.1.2 golang.org/x/sys v0.0.0-20210113181707-4bcb84eeeb78 golang.org/x/tools v0.0.0-20200216192241-b320d3a0f5a2 |