We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70d7768 commit 44e19eeCopy full SHA for 44e19ee
.gitignore
@@ -0,0 +1 @@
1
+arduino-check
go.mod
@@ -0,0 +1,11 @@
+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