From b8ef4d11fe0d00ce0884ccf982675845b20c3ce9 Mon Sep 17 00:00:00 2001 From: xengineering Date: Thu, 30 May 2024 16:00:32 +0200 Subject: software: Implement serial port detection --- software/vendor/modules.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 software/vendor/modules.txt (limited to 'software/vendor/modules.txt') diff --git a/software/vendor/modules.txt b/software/vendor/modules.txt new file mode 100644 index 0000000..8ce4d09 --- /dev/null +++ b/software/vendor/modules.txt @@ -0,0 +1,13 @@ +# github.com/creack/goselect v0.1.2 +## explicit; go 1.13 +github.com/creack/goselect +# go.bug.st/serial v1.6.2 +## explicit; go 1.17 +go.bug.st/serial +go.bug.st/serial/enumerator +go.bug.st/serial/unixutils +# golang.org/x/sys v0.0.0-20220829200755-d48e67d00261 +## explicit; go 1.17 +golang.org/x/sys/internal/unsafeheader +golang.org/x/sys/unix +golang.org/x/sys/windows -- cgit v1.2.3-70-g09d2