Skip to content

Commit b1af57e

Browse files
authored
Merge pull request #34 from per1234/normalize-metadata
Restore normalization of library metadata
2 parents 2ee48e4 + 7fa7552 commit b1af57e

File tree

4 files changed

+506
-0
lines changed

4 files changed

+506
-0
lines changed

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ module arduino.cc/repository
33
go 1.14
44

55
require (
6+
github.com/arduino/arduino-cli v0.0.0-20210520100059-2666b6ec51e9
67
github.com/arduino/go-paths-helper v1.5.0
78
github.com/arduino/golang-concurrent-workers v0.0.0-20170202182617-6710cdc954bc
89
github.com/go-git/go-git/v5 v5.3.0
910
github.com/google/go-cmp v0.5.2 // indirect
1011
github.com/stretchr/testify v1.7.0
1112
github.com/vaughan0/go-ini v0.0.0-20130923145212-a98ad7ee00ec
13+
go.bug.st/relaxed-semver v0.0.0-20190922224835-391e10178d18
1214
)

0 commit comments

Comments
 (0)