diff options
author | xengineering <me@xengineering.eu> | 2024-05-30 16:00:32 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-05-30 16:00:32 +0200 |
commit | b8ef4d11fe0d00ce0884ccf982675845b20c3ce9 (patch) | |
tree | 3beb57ff849ed74569ce325225bc819791c25a6a /software/vendor/modules.txt | |
parent | eab833271eeaa8d54991c11eccec9445f662a191 (diff) | |
download | iot-core-b8ef4d11fe0d00ce0884ccf982675845b20c3ce9.tar iot-core-b8ef4d11fe0d00ce0884ccf982675845b20c3ce9.tar.zst iot-core-b8ef4d11fe0d00ce0884ccf982675845b20c3ce9.zip |
software: Implement serial port detection
Diffstat (limited to 'software/vendor/modules.txt')
-rw-r--r-- | software/vendor/modules.txt | 13 |
1 files changed, 13 insertions, 0 deletions
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 |