Skip to content

Commit c4f7210

Browse files
author
Luca Bianconi
committed
chore: fixing licenses
1 parent 16d3776 commit c4f7210

File tree

12 files changed

+78
-708
lines changed

12 files changed

+78
-708
lines changed

.licenses/go/github.com/arduino/go-properties-orderedmap.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: github.com/arduino/go-properties-orderedmap
3-
version: v1.7.1
3+
version: v1.7.2
44
type: go
55
summary: Package properties is a library for handling maps of hierarchical properties.
66
homepage: https://pkg.go.dev/github.com/arduino/go-properties-orderedmap

.licenses/go/github.com/klauspost/compress/internal/cpuinfo.dep.yml

-318
This file was deleted.

.licenses/go/github.com/thediveo/enumflag/v2.dep.yml

-188
This file was deleted.

.licenses/go/golang.org/x/exp/constraints.dep.yml

-63
This file was deleted.

.licenses/go/golang.org/x/exp/slices.dep.yml

-62
This file was deleted.

arduino/discovery/discovery_client/go.mod

+2-3
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@ replace github.com/arduino/arduino-cli => ../../..
77
require (
88
github.com/arduino/arduino-cli v0.0.0-00010101000000-000000000000
99
github.com/gizak/termui/v3 v3.1.0
10-
github.com/sirupsen/logrus v1.4.2
10+
github.com/sirupsen/logrus v1.9.0
1111
)
1212

1313
require (
1414
github.com/arduino/go-paths-helper v1.8.0 // indirect
15-
github.com/arduino/go-properties-orderedmap v1.7.1 // indirect
15+
github.com/arduino/go-properties-orderedmap v1.7.2 // indirect
1616
github.com/golang/protobuf v1.5.2 // indirect
17-
github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect
1817
github.com/leonelquinteros/gotext v1.4.0 // indirect
1918
github.com/mattn/go-runewidth v0.0.13 // indirect
2019
github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 // indirect

0 commit comments

Comments
 (0)