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

go.mod

Lines changed: 0 additions & 2 deletions
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)