diff options
author | Ayke van Laethem <[email protected]> | 2021-02-01 16:37:08 +0100 |
---|---|---|
committer | Ron Evans <[email protected]> | 2021-02-01 20:19:26 +0100 |
commit | 1fb47a2670576a57d8bb720fa6e4be7bb249397b (patch) | |
tree | 49cb4f02b34f21c60a0acda56da3a708dd7f756e /go.mod | |
parent | f1210caba875e037ef0459da55c85b8be53d0849 (diff) | |
download | tinygo-1fb47a2670576a57d8bb720fa6e4be7bb249397b.tar.gz tinygo-1fb47a2670576a57d8bb720fa6e4be7bb249397b.zip |
all: go mod tidy
Clean up lots of unnecessary dependencies.
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -7,7 +7,6 @@ require ( github.com/chromedp/cdproto v0.0.0-20210113043257-dabd2f2e7693 github.com/chromedp/chromedp v0.6.4 github.com/google/shlex v0.0.0-20181106134648-c34317bd91bf - github.com/knq/sysutil v0.0.0-20191005231841-15668db23d08 // indirect 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 |