Skip to content

Commit bb5203d

Browse files
authored
Merge pull request #126 from bcmi-labs/update-vendoring
Updated dependencies
2 parents 3d1abca + 40d4356 commit bb5203d

File tree

1,141 files changed

+47828
-150162
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,141 files changed

+47828
-150162
lines changed

.drone.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ pipeline:
66
build:
77
image: golang:latest
88
commands:
9-
- go get github.com/arduino/arduino-builder
10-
- go get github.com/arduino/go-win32-utils
11-
- go get github.com/gosuri/uitable
12-
- go get go.bug.st/serial.v1
139
- go build -o arduino
1410
- go test ./... -race
1511
secrets: [TEST_USERNAME, TEST_PASSWORD]

.gitignore

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
debug
2-
arduino
3-
arduino-cli
4-
main
5-
.vscode/settings.json
6-
cmd/formatter/debug.test
7-
.cli-config.yml
8-
wiki
1+
/debug
2+
/arduino
3+
/arduino-cli
4+
/main
5+
/.vscode/settings.json
6+
/cmd/formatter/debug.test
7+
/.cli-config.yml
8+
/wiki

0 commit comments

Comments
 (0)