Skip to content

Commit 15078b5

Browse files
committed
Remove ill dependency (#106)
With go1.19 the cloud-cli didn't work. Apparently we had an indirect dependency (github.com/cmaglie/go.rice) that relies on some other broken dependency.
1 parent 07f361a commit 15078b5

File tree

3 files changed

+49
-85
lines changed

3 files changed

+49
-85
lines changed

Diff for: go.mod

-2
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@ require (
66
github.com/Microsoft/go-winio v0.5.1 // indirect
77
github.com/antihax/optional v1.0.0
88
github.com/arduino/arduino-cli v0.0.0-20211220130253-5dd14c4c02b0
9-
github.com/arduino/arduino-fwuploader v0.0.0-20211203105922-0eafccc7d8d7
109
github.com/arduino/board-discovery v0.0.0-20211020061712-fd83c2e3c908 // indirect
1110
github.com/arduino/go-paths-helper v1.6.1
1211
github.com/arduino/go-properties-orderedmap v1.7.0 // indirect
1312
github.com/arduino/go-win32-utils v0.0.0-20180330194947-ed041402e83b
1413
github.com/arduino/iot-client-go v1.4.0
15-
github.com/daaku/go.zipexe v1.0.1 // indirect
1614
github.com/gofrs/uuid v4.2.0+incompatible
1715
github.com/google/go-cmp v0.5.6
1816
github.com/h2non/filetype v1.1.3 // indirect

0 commit comments

Comments
 (0)