mirror of
https://github.com/bettercap/bettercap
synced 2025-08-20 21:43:18 -07:00
Use go modules instead of third party dependency tool
We have go modules now built in. Let's use it!
This commit is contained in:
parent
4a96bf641a
commit
fe7e103387
1325 changed files with 167 additions and 433316 deletions
47
go.mod
Normal file
47
go.mod
Normal file
|
@ -0,0 +1,47 @@
|
|||
module github.com/bettercap/bettercap
|
||||
|
||||
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/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-20190421051319-9d40249d3c2f
|
||||
github.com/elazarl/goproxy/ext v0.0.0-20190421051319-9d40249d3c2f // indirect
|
||||
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/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/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/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
|
||||
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