mirror of
https://github.com/bettercap/bettercap.git
synced 2025-03-12 04:36:03 -07:00
49 lines
2.2 KiB
Modula-2
49 lines
2.2 KiB
Modula-2
module github.com/bettercap/bettercap
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/adrianmo/go-nmea v1.1.0
|
|
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
|
|
github.com/chifflier/nfqueue-go v0.0.0-20170228160439-61ca646babef
|
|
github.com/chzyer/logex v1.1.10 // indirect
|
|
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-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-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.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.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-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
|
|
)
|