mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 18:57:17 -07:00
go get -u
This commit is contained in:
parent
266edb0631
commit
9b8354d72c
2 changed files with 49 additions and 13 deletions
26
go.mod
26
go.mod
|
@ -4,9 +4,9 @@ go 1.12
|
|||
|
||||
require (
|
||||
github.com/adrianmo/go-nmea v1.1.0
|
||||
github.com/antchfx/jsonquery v0.0.0-20180821084212-a2896be8c82b
|
||||
github.com/antchfx/xpath v1.0.0 // indirect
|
||||
github.com/bettercap/gatt v0.0.0-20190418085356-fac16c0ad797
|
||||
github.com/antchfx/jsonquery v1.0.0
|
||||
github.com/antchfx/xpath v1.1.0 // indirect
|
||||
github.com/bettercap/gatt v0.0.0-20191018133023-569d3d9372bb
|
||||
github.com/bettercap/nrf24 v0.0.0-20190219153547-aa37e6d0e0eb
|
||||
github.com/bettercap/readline v0.0.0-20180208083827-9cec905dd291
|
||||
github.com/bettercap/recording v0.0.0-20190408083647-3ce1dcf032e3
|
||||
|
@ -15,34 +15,34 @@ require (
|
|||
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 // indirect
|
||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||
github.com/dustin/go-humanize v1.0.0
|
||||
github.com/elazarl/goproxy v0.0.0-20190421051319-9d40249d3c2f
|
||||
github.com/elazarl/goproxy/ext v0.0.0-20190421051319-9d40249d3c2f // indirect
|
||||
github.com/elazarl/goproxy v0.0.0-20191011121108-aa519ddbe484
|
||||
github.com/evilsocket/islazy v1.10.4
|
||||
github.com/gobwas/glob v0.0.0-20181002190808-e7a84e9525fe
|
||||
github.com/google/go-github v17.0.0+incompatible
|
||||
github.com/google/go-querystring v1.0.0 // indirect
|
||||
github.com/google/gopacket v1.1.17
|
||||
github.com/google/gousb v0.0.0-20190525092738-2dc560e6bea3
|
||||
github.com/gorilla/mux v1.7.2
|
||||
github.com/gorilla/websocket v1.4.0
|
||||
github.com/google/gousb v0.0.0-20190812193832-18f4c1d8a750
|
||||
github.com/gorilla/mux v1.7.3
|
||||
github.com/gorilla/websocket v1.4.1
|
||||
github.com/hashicorp/mdns v1.0.1
|
||||
github.com/inconshreveable/go-vhost v0.0.0-20160627193104-06d84117953b
|
||||
github.com/jpillora/go-tld v0.0.0-20190202073305-f16ca3b7b383
|
||||
github.com/kr/binarydist v0.1.0 // indirect
|
||||
github.com/malfunkt/iprange v0.9.0
|
||||
github.com/mattn/go-colorable v0.1.2 // indirect
|
||||
github.com/mattn/go-colorable v0.1.4 // indirect
|
||||
github.com/mattn/go-isatty v0.0.10 // indirect
|
||||
github.com/mdlayher/dhcp6 v0.0.0-20190311162359-2a67805d7d0b
|
||||
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
|
||||
github.com/mgutz/logxi v0.0.0-20161027140823-aebf8a7d67ab // indirect
|
||||
github.com/miekg/dns v1.1.14
|
||||
github.com/miekg/dns v1.1.22
|
||||
github.com/mitchellh/go-homedir v1.1.0
|
||||
github.com/pkg/errors v0.8.1 // indirect
|
||||
github.com/robertkrimen/otto v0.0.0-20180617131154-15f95af6e78d
|
||||
github.com/stretchr/testify v1.3.0 // indirect
|
||||
github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07
|
||||
golang.org/x/crypto v0.0.0-20190621222207-cc06ce4a13d4 // indirect
|
||||
golang.org/x/net v0.0.0-20190620200207-3b0461eec859
|
||||
golang.org/x/sys v0.0.0-20190626221950-04f50cda93cb // indirect
|
||||
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect
|
||||
golang.org/x/net v0.0.0-20191014212845-da9a3fd4c582
|
||||
golang.org/x/sys v0.0.0-20191018095205-727590c5006e // indirect
|
||||
gopkg.in/sourcemap.v1 v1.0.5 // indirect
|
||||
honnef.co/go/tools v0.0.0-2019.2.1 // indirect
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue