Skip to content

Commit 44e19ee

Browse files
rsoraper1234
rsora
authored andcommitted
Add go.mod files
1 parent 70d7768 commit 44e19ee

File tree

3 files changed

+282
-0
lines changed

3 files changed

+282
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
arduino-check

go.mod

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
module github.com/arduino/arduino-check
2+
3+
go 1.14
4+
5+
require (
6+
github.com/arduino/arduino-cli v0.0.0-20200922073731-53e3230c4f71
7+
github.com/arduino/go-paths-helper v1.3.2
8+
github.com/arduino/go-properties-orderedmap v1.4.0
9+
github.com/sirupsen/logrus v1.6.0
10+
github.com/xeipuuv/gojsonschema v1.2.0
11+
)

0 commit comments

Comments
 (0)