Skip to content

Commit 9ca3fda

Browse files
committed
Upgraded a bunch of dependencies
1 parent 99ac98e commit 9ca3fda

File tree

2 files changed

+507
-140
lines changed

2 files changed

+507
-140
lines changed

go.mod

+8-8
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ module github.com/arduino/arduino-builder
33
go 1.13
44

55
require (
6-
github.com/arduino/arduino-cli v0.0.0-20210514123546-d710b642ef79
7-
github.com/arduino/go-paths-helper v1.5.0
8-
github.com/arduino/go-properties-orderedmap v1.4.0
9-
github.com/fsnotify/fsnotify v1.4.9
10-
github.com/golang/protobuf v1.4.2
6+
github.com/arduino/arduino-cli v0.0.0-20220103160225-60c1c98ef90c
7+
github.com/arduino/go-paths-helper v1.6.1
8+
github.com/arduino/go-properties-orderedmap v1.7.0
9+
github.com/fsnotify/fsnotify v1.5.1
10+
github.com/golang/protobuf v1.5.2
1111
github.com/pkg/errors v0.9.1
12-
github.com/sirupsen/logrus v1.7.0
13-
golang.org/x/net v0.0.0-20201209123823-ac852fbbde11
14-
google.golang.org/grpc v1.34.0
12+
github.com/sirupsen/logrus v1.8.1
13+
golang.org/x/net v0.0.0-20211216030914-fe4d6282115f
14+
google.golang.org/grpc v1.43.0
1515
)

0 commit comments

Comments
 (0)