Skip to content

Instantly share code, notes, and snippets.

@markvdb
Created September 10, 2023 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save markvdb/72a3b6b6ec3d0f6b9b0f1377ef56eb1e to your computer and use it in GitHub Desktop.
Save markvdb/72a3b6b6ec3d0f6b9b0f1377ef56eb1e to your computer and use it in GitHub Desktop.
cat go.mod
module github.com/gerryd/ms213x-status
go 1.19
require (
github.com/BertoldVdb/ms-tools v0.0.0-20221129120332-dd3c7641485a
github.com/alecthomas/kong v0.8.0
github.com/sstallion/go-hid v0.14.1
)
require (
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/sys v0.8.0 // indirect
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment