Skip to content

Commit e5133ae

Browse files
rsoraper1234
rsora
authored andcommitted
Add go.mod files
1 parent 598ae7f commit e5133ae

File tree

2 files changed

+290
-0
lines changed

2 files changed

+290
-0
lines changed

go.mod

+11
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)