Skip to content

Commit e455c6e

Browse files
committed
replace reset implementation with the cli one, should be more robust
1 parent e8b6816 commit e455c6e

File tree

3 files changed

+193
-104
lines changed

3 files changed

+193
-104
lines changed

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ go 1.14
44

55
require (
66
github.com/andela/gin-cors v0.0.0-20160928171741-e8c3436a37e2
7+
github.com/arduino/arduino-cli v0.0.0-20210413144851-088d4276190d
78
github.com/blang/semver v3.5.1+incompatible
89
github.com/codeclysm/extract/v3 v3.0.2
910
github.com/davidmz/go-pageant v1.0.1 // indirect
@@ -17,7 +18,6 @@ require (
1718
github.com/google/gxui v0.0.0-20151028112939-f85e0a97b3a4 // indirect
1819
github.com/googollee/go-engine.io v0.0.0-20180829091931-e2f255711dcb // indirect
1920
github.com/googollee/go-socket.io v0.0.0-20181101151912-c8aeb1ed9b49
20-
github.com/gorilla/websocket v1.4.0 // indirect
2121
github.com/h2non/filetype v1.1.0 // indirect
2222
github.com/json-iterator/go v1.1.10 // indirect
2323
github.com/juju/errors v0.0.0-20200330140219-3fe23663418f // indirect
@@ -36,7 +36,6 @@ require (
3636
github.com/sfreiberg/simplessh v0.0.0-20180301191542-495cbb862a9c
3737
github.com/sirupsen/logrus v1.8.0
3838
github.com/skratchdot/open-golang v0.0.0-20160302144031-75fb7ed4208c
39-
github.com/smartystreets/goconvey v1.6.4 // indirect
4039
github.com/stretchr/testify v1.7.0
4140
github.com/ugorji/go v1.2.3 // indirect
4241
github.com/xrash/smetrics v0.0.0-20170218160415-a3153f7040e9
@@ -46,7 +45,6 @@ require (
4645
goa.design/goa v1.0.1-0.20190116060309-40843d63b0e4
4746
golang.org/x/crypto v0.0.0-20201124201722-c8d3bf9c5392
4847
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c
49-
google.golang.org/protobuf v1.25.0 // indirect
5048
gopkg.in/inconshreveable/go-update.v0 v0.0.0-20150814200126-d8b0b1d421aa
5149
gopkg.in/ini.v1 v1.62.0 // indirect
5250
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)