diff options
author | Dan Kegel <[email protected]> | 2024-04-28 07:54:02 -0700 |
---|---|---|
committer | Ron Evans <[email protected]> | 2024-04-30 07:47:11 +0200 |
commit | ad0af607ef1d5d75639c3836f66994fc5640e276 (patch) | |
tree | 073dc7cb91780ce591330b76a39f078f68bd6e14 /go.mod | |
parent | da23cdeae4e80767cb2e8025269bd844c096ead1 (diff) | |
download | tinygo-ad0af607ef1d5d75639c3836f66994fc5640e276.tar.gz tinygo-ad0af607ef1d5d75639c3836f66994fc5640e276.zip |
Add 'make spell' target, fix what it finds. In .go files, only checks comments.
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,7 @@ require ( github.com/blakesmith/ar v0.0.0-20150311145944-8bd4349a67f2 github.com/chromedp/cdproto v0.0.0-20220113222801-0725d94bb6ee github.com/chromedp/chromedp v0.7.6 + github.com/client9/misspell v0.3.4 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 @@ -16,6 +17,7 @@ require ( github.com/mgechev/revive v1.3.7 github.com/sigurn/crc16 v0.0.0-20211026045750-20ab5afb07e3 go.bug.st/serial v1.6.0 + golang.org/x/net v0.20.0 golang.org/x/sys v0.16.0 golang.org/x/tools v0.17.0 gopkg.in/yaml.v2 v2.4.0 |