Skip to content

Commit

Permalink
Update to latest arduino-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaglie committed May 4, 2021
1 parent 35b4841 commit 3f8c1ad
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 280 deletions.
27 changes: 3 additions & 24 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,34 +3,13 @@ module github.com/arduino/arduino-builder
go 1.13

require (
github.com/Microsoft/go-winio v0.4.16 // indirect
github.com/arduino/arduino-cli v0.0.0-20210126171318-283036fc42fc
github.com/arduino/go-paths-helper v1.4.0
github.com/arduino/arduino-cli v0.0.0-20210504144214-15e81eddb96a
github.com/arduino/go-paths-helper v1.5.0
github.com/arduino/go-properties-orderedmap v1.4.0
github.com/daaku/go.zipexe v1.0.1 // indirect
github.com/fsnotify/fsnotify v1.4.9
github.com/golang/protobuf v1.4.3
github.com/h2non/filetype v1.1.0 // indirect
github.com/juju/errors v0.0.0-20200330140219-3fe23663418f // indirect
github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351 // indirect
github.com/magiconair/properties v1.8.4 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/mitchellh/mapstructure v1.4.0 // indirect
github.com/pelletier/go-toml v1.8.1 // indirect
github.com/golang/protobuf v1.4.2
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.7.0
github.com/spf13/afero v1.5.1 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/cobra v1.1.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/viper v1.7.1 // indirect
github.com/xanzy/ssh-agent v0.3.0 // indirect
golang.org/x/crypto v0.0.0-20201208171446-5f87f3452ae9 // indirect
golang.org/x/net v0.0.0-20201209123823-ac852fbbde11
golang.org/x/sys v0.0.0-20201214210602-f9fddec55a1e // indirect
golang.org/x/text v0.3.4 // indirect
google.golang.org/genproto v0.0.0-20201214200347-8c77b98c765d // indirect
google.golang.org/grpc v1.34.0
gopkg.in/ini.v1 v1.62.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)
Loading

0 comments on commit 3f8c1ad

Please sign in to comment.