@@ -3,72 +3,53 @@ module github.com/arduino/arduino-create-agent
33go 1.14
44
55require (
6- github.com/akavel/rsrc v0.9.0 // indirect
76 github.com/blang/semver v3.5.1+incompatible
8- github.com/codeclysm/extract v2.0.0+incompatible
9- github.com/creack/goselect v0.0.0-20180501195510-58854f77ee8d
10- github.com/davecgh/go-spew v1.1.1
11- github.com/davidmz/go-pageant v1.0.1
12- github.com/dimfeld/httppath v0.0.0-20170720192232-ee938bf73598
7+ github.com/codeclysm/extract/v3 v3.0.2
8+ github.com/creack/goselect v0.0.0-20180501195510-58854f77ee8d // indirect
9+ github.com/davidmz/go-pageant v1.0.1 // indirect
10+ github.com/dimfeld/httppath v0.0.0-20170720192232-ee938bf73598 // indirect
1311 github.com/dimfeld/httptreemux v5.0.1+incompatible // indirect
14- github.com/getlantern/context v0.0.0-20190109183933-c447772a6520
15- github.com/getlantern/errors v0.0.0-20190325191628-abdb3e3e36f7
16- github.com/getlantern/golog v0.0.0-20190830074920-4ef2e798c2d7
17- github.com/getlantern/hex v0.0.0-20190417191902-c6586a6fe0b7
18- github.com/getlantern/hidden v0.0.0-20190325191715-f02dbb02be55
19- github.com/getlantern/ops v0.0.0-20190325191751-d70cb0d6f85f
2012 github.com/getlantern/systray v1.1.0
21- github.com/gin-contrib/sse v0.1.0
2213 github.com/gin-gonic/gin v1.6.3
2314 github.com/go-ini/ini v1.39.0
24- github.com/go-ole/go-ole v1.2.5
2515 github.com/go-playground/validator/v10 v10.4.1 // indirect
26- github.com/go-stack/stack v1.8.0
27- github.com/golang/protobuf v1.4.3
28- github.com/googollee/go-engine.io v0.0.0-20180829091931-e2f255711dcb
16+ github.com/golang/protobuf v1.4.3 // indirect
17+ github.com/google/gxui v0.0.0-20151028112939-f85e0a97b3a4 // indirect
18+ github.com/googollee/go-engine.io v0.0.0-20180829091931-e2f255711dcb // indirect
2919 github.com/googollee/go-socket.io v0.0.0-20181101151912-c8aeb1ed9b49
30- github.com/gorilla/websocket v1.4.0
20+ github.com/gorilla/websocket v1.4.0 // indirect
21+ github.com/h2non/filetype v1.1.0 // indirect
3122 github.com/itsjamie/gin-cors v0.0.0-20160420130702-97b4a9da7933
32- github.com/json-iterator/go v1.1.10
33- github.com/juju/errors v0.0.0-20181118221551-089d3ea4e4d5
23+ github.com/json-iterator/go v1.1.10 // indirect
24+ github.com/juju/errors v0.0.0-20200330140219-3fe23663418f // indirect
3425 github.com/kardianos/osext v0.0.0-20170510131534-ae77be60afb1
35- github.com/konsorten/go-windows-terminal-sequences v1.0.3
26+ github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
3627 github.com/kr/binarydist v0.1.0
37- github.com/kr/fs v0.1.0
38- github.com/lxn/walk v0.0.0-20191128110447-55ccb3a9f5c1
39- github.com/lxn/win v0.0.0-20191128105842-2da648fda5b4
40- github.com/manveru/faker v0.0.0-20171103152722-9fbc68a78c4d
41- github.com/mattn/go-isatty v0.0.12
28+ github.com/manveru/faker v0.0.0-20171103152722-9fbc68a78c4d // indirect
29+ github.com/manveru/gobdd v0.0.0-20131210092515-f1a17fdd710b // indirect
4230 github.com/mattn/go-shellwords v1.0.3
43- github.com/miekg/dns v1.1.35
31+ github.com/miekg/dns v1.1.35 // indirect
4432 github.com/mitchellh/go-homedir v1.1.0
4533 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
4634 github.com/modern-go/reflect2 v1.0.1 // indirect
4735 github.com/oleksandr/bonjour v0.0.0-20160508152359-5dcf00d8b228
48- github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c
4936 github.com/pkg/errors v0.9.1
50- github.com/pkg/sftp v1.12.0
51- github.com/pmezard/go-difflib v1.0.0
52- github.com/sergi/go-diff v1.0.0
37+ github.com/pkg/sftp v1.12.0 // indirect
5338 github.com/sfreiberg/simplessh v0.0.0-20180301191542-495cbb862a9c
5439 github.com/sirupsen/logrus v1.2.0
5540 github.com/skratchdot/open-golang v0.0.0-20160302144031-75fb7ed4208c
41+ github.com/smartystreets/goconvey v1.6.4 // indirect
5642 github.com/stretchr/testify v1.7.0
57- github.com/ugorji/go v1.2.3
43+ github.com/ugorji/go v1.2.3 // indirect
5844 github.com/xrash/smetrics v0.0.0-20170218160415-a3153f7040e9
59- github.com/zach-klippenstein/goregen v0.0.0-20160303162051-795b5e3961ea
45+ github.com/zach-klippenstein/goregen v0.0.0-20160303162051-795b5e3961ea // indirect
6046 go.bug.st/downloader v0.0.0-20181116113543-9b8976a44d87
6147 go.bug.st/serial.v1 v0.0.0-20180827123349-5f7892a7bb45
6248 goa.design/goa v1.0.1-0.20190116060309-40843d63b0e4
6349 golang.org/x/crypto v0.0.0-20201124201722-c8d3bf9c5392
64- golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
65- golang.org/x/net v0.0.0-20190923162816-aa69164e4478
6650 golang.org/x/sys v0.0.0-20201202213521-69691e467435
67- golang.org/x/tools v0.0.0-20200130002326-2f3ba24bd6e7
6851 google.golang.org/protobuf v1.25.0 // indirect
69- gopkg.in/Knetic/govaluate.v3 v3.0.0
70- gopkg.in/go-playground/validator.v8 v8.18.2
71- gopkg.in/h2non/filetype.v1 v1.0.5
7252 gopkg.in/inconshreveable/go-update.v0 v0.0.0-20150814200126-d8b0b1d421aa
73- gopkg.in/yaml.v2 v2.4.0
53+ gopkg.in/ini.v1 v1.62.0 // indirect
54+ gopkg.in/yaml.v2 v2.4.0 // indirect
7455)
0 commit comments