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

+1-3
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)