Skip to content

Commit 782e680

Browse files
committed
Vendor with submodules.
1 parent 5a9e81c commit 782e680

9 files changed

Lines changed: 28 additions & 19 deletions

File tree

.gitmodules

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
[submodule "vendor/github.com/creack/goselect"]
2+
path = vendor/github.com/creack/goselect
3+
url = https://github.com/creack/goselect
4+
[submodule "vendor/github.com/jessevdk/go-flags"]
5+
path = vendor/github.com/jessevdk/go-flags
6+
url = https://github.com/jessevdk/go-flags
7+
[submodule "vendor/github.com/joaojeronimo/go-crc16"]
8+
path = vendor/github.com/joaojeronimo/go-crc16
9+
url = https://github.com/joaojeronimo/go-crc16
10+
[submodule "vendor/github.com/proactivity-lab/go-loggers"]
11+
path = vendor/github.com/proactivity-lab/go-loggers
12+
url = https://github.com/proactivity-lab/go-loggers
13+
[submodule "vendor/github.com/proactivity-lab/go-moteconnection"]
14+
path = vendor/github.com/proactivity-lab/go-moteconnection
15+
url = https://github.com/proactivity-lab/go-moteconnection
16+
[submodule "vendor/go.bug.st/serial.v1"]
17+
path = vendor/go.bug.st/serial.v1
18+
url = https://go.bug.st/git/serial.v1.git
19+
[submodule "vendor/golang.org/x/sys"]
20+
path = vendor/golang.org/x/sys
21+
url = https://go.googlesource.com/sys

vendor.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

vendor/github.com/creack/goselect

Submodule goselect added at 58854f7
Submodule go-flags added at c0795c8
Submodule go-crc16 added at 59bd019
Submodule go-loggers added at f892709
Submodule go-moteconnection added at 5fb6cc2

vendor/go.bug.st/serial.v1

Submodule serial.v1 added at 5f7892a

vendor/golang.org/x/sys

Submodule sys added at b907332

0 commit comments

Comments
 (0)