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.
2 parents 2ee48e4 + 7fa7552 commit b1af57eCopy full SHA for b1af57e
go.mod
@@ -3,10 +3,12 @@ module arduino.cc/repository
3
go 1.14
4
5
require (
6
+ github.com/arduino/arduino-cli v0.0.0-20210520100059-2666b6ec51e9
7
github.com/arduino/go-paths-helper v1.5.0
8
github.com/arduino/golang-concurrent-workers v0.0.0-20170202182617-6710cdc954bc
9
github.com/go-git/go-git/v5 v5.3.0
10
github.com/google/go-cmp v0.5.2 // indirect
11
github.com/stretchr/testify v1.7.0
12
github.com/vaughan0/go-ini v0.0.0-20130923145212-a98ad7ee00ec
13
+ go.bug.st/relaxed-semver v0.0.0-20190922224835-391e10178d18
14
)
0 commit comments