diff options
author | sago35 <[email protected]> | 2021-03-01 08:13:47 +0900 |
---|---|---|
committer | Ayke <[email protected]> | 2021-03-04 14:46:10 +0100 |
commit | 6e480e189d1b66bbc80000a8bd4eeda19211ddf8 (patch) | |
tree | 8293268281a5abd5ea6c1bd747b951eeccecae92 /go.mod | |
parent | dcff8b64789e65d0b42e9d73f67133c83a2998f2 (diff) | |
download | tinygo-6e480e189d1b66bbc80000a8bd4eeda19211ddf8.tar.gz tinygo-6e480e189d1b66bbc80000a8bd4eeda19211ddf8.zip |
gdb: support daemonization on windows
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ require ( github.com/google/shlex v0.0.0-20181106134648-c34317bd91bf github.com/marcinbor85/gohex v0.0.0-20200531091804-343a4b548892 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 tinygo.org/x/go-llvm v0.0.0-20210206225315-7fe719483a0f ) |