Skip to content

Update codeclysm/extract dependency #601

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 20, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 21 additions & 40 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,72 +3,53 @@ module github.com/arduino/arduino-create-agent
go 1.14

require (
github.com/akavel/rsrc v0.9.0 // indirect
github.com/blang/semver v3.5.1+incompatible
github.com/codeclysm/extract v2.0.0+incompatible
github.com/creack/goselect v0.0.0-20180501195510-58854f77ee8d
github.com/davecgh/go-spew v1.1.1
github.com/davidmz/go-pageant v1.0.1
github.com/dimfeld/httppath v0.0.0-20170720192232-ee938bf73598
github.com/codeclysm/extract/v3 v3.0.2
github.com/creack/goselect v0.0.0-20180501195510-58854f77ee8d // indirect
github.com/davidmz/go-pageant v1.0.1 // indirect
github.com/dimfeld/httppath v0.0.0-20170720192232-ee938bf73598 // indirect
github.com/dimfeld/httptreemux v5.0.1+incompatible // indirect
github.com/getlantern/context v0.0.0-20190109183933-c447772a6520
github.com/getlantern/errors v0.0.0-20190325191628-abdb3e3e36f7
github.com/getlantern/golog v0.0.0-20190830074920-4ef2e798c2d7
github.com/getlantern/hex v0.0.0-20190417191902-c6586a6fe0b7
github.com/getlantern/hidden v0.0.0-20190325191715-f02dbb02be55
github.com/getlantern/ops v0.0.0-20190325191751-d70cb0d6f85f
github.com/getlantern/systray v1.1.0
github.com/gin-contrib/sse v0.1.0
github.com/gin-gonic/gin v1.6.3
github.com/go-ini/ini v1.39.0
github.com/go-ole/go-ole v1.2.5
github.com/go-playground/validator/v10 v10.4.1 // indirect
github.com/go-stack/stack v1.8.0
github.com/golang/protobuf v1.4.3
github.com/googollee/go-engine.io v0.0.0-20180829091931-e2f255711dcb
github.com/golang/protobuf v1.4.3 // indirect
github.com/google/gxui v0.0.0-20151028112939-f85e0a97b3a4 // indirect
github.com/googollee/go-engine.io v0.0.0-20180829091931-e2f255711dcb // indirect
github.com/googollee/go-socket.io v0.0.0-20181101151912-c8aeb1ed9b49
github.com/gorilla/websocket v1.4.0
github.com/gorilla/websocket v1.4.0 // indirect
github.com/h2non/filetype v1.1.0 // indirect
github.com/itsjamie/gin-cors v0.0.0-20160420130702-97b4a9da7933
github.com/json-iterator/go v1.1.10
github.com/juju/errors v0.0.0-20181118221551-089d3ea4e4d5
github.com/json-iterator/go v1.1.10 // indirect
github.com/juju/errors v0.0.0-20200330140219-3fe23663418f // indirect
github.com/kardianos/osext v0.0.0-20170510131534-ae77be60afb1
github.com/konsorten/go-windows-terminal-sequences v1.0.3
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
github.com/kr/binarydist v0.1.0
github.com/kr/fs v0.1.0
github.com/lxn/walk v0.0.0-20191128110447-55ccb3a9f5c1
github.com/lxn/win v0.0.0-20191128105842-2da648fda5b4
github.com/manveru/faker v0.0.0-20171103152722-9fbc68a78c4d
github.com/mattn/go-isatty v0.0.12
github.com/manveru/faker v0.0.0-20171103152722-9fbc68a78c4d // indirect
github.com/manveru/gobdd v0.0.0-20131210092515-f1a17fdd710b // indirect
github.com/mattn/go-shellwords v1.0.3
github.com/miekg/dns v1.1.35
github.com/miekg/dns v1.1.35 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/oleksandr/bonjour v0.0.0-20160508152359-5dcf00d8b228
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c
github.com/pkg/errors v0.9.1
github.com/pkg/sftp v1.12.0
github.com/pmezard/go-difflib v1.0.0
github.com/sergi/go-diff v1.0.0
github.com/pkg/sftp v1.12.0 // indirect
github.com/sfreiberg/simplessh v0.0.0-20180301191542-495cbb862a9c
github.com/sirupsen/logrus v1.2.0
github.com/skratchdot/open-golang v0.0.0-20160302144031-75fb7ed4208c
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/stretchr/testify v1.7.0
github.com/ugorji/go v1.2.3
github.com/ugorji/go v1.2.3 // indirect
github.com/xrash/smetrics v0.0.0-20170218160415-a3153f7040e9
github.com/zach-klippenstein/goregen v0.0.0-20160303162051-795b5e3961ea
github.com/zach-klippenstein/goregen v0.0.0-20160303162051-795b5e3961ea // indirect
go.bug.st/downloader v0.0.0-20181116113543-9b8976a44d87
go.bug.st/serial.v1 v0.0.0-20180827123349-5f7892a7bb45
goa.design/goa v1.0.1-0.20190116060309-40843d63b0e4
golang.org/x/crypto v0.0.0-20201124201722-c8d3bf9c5392
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
golang.org/x/net v0.0.0-20190923162816-aa69164e4478
golang.org/x/sys v0.0.0-20201202213521-69691e467435
golang.org/x/tools v0.0.0-20200130002326-2f3ba24bd6e7
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/Knetic/govaluate.v3 v3.0.0
gopkg.in/go-playground/validator.v8 v8.18.2
gopkg.in/h2non/filetype.v1 v1.0.5
gopkg.in/inconshreveable/go-update.v0 v0.0.0-20150814200126-d8b0b1d421aa
gopkg.in/yaml.v2 v2.4.0
gopkg.in/ini.v1 v1.62.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)
Loading