mirror of
https://github.com/bettercap/bettercap.git
synced 2025-03-12 04:36:03 -07:00
43 lines
1.7 KiB
Modula-2
43 lines
1.7 KiB
Modula-2
module github.com/bettercap/bettercap
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
|
|
github.com/adrianmo/go-nmea v1.9.0
|
|
github.com/antchfx/jsonquery v1.3.5
|
|
github.com/bettercap/gatt v0.0.0-20240808115956-ec4935e8c4a0
|
|
github.com/bettercap/nrf24 v0.0.0-20190219153547-aa37e6d0e0eb
|
|
github.com/bettercap/readline v0.0.0-20210228151553-655e48bcb7bf
|
|
github.com/bettercap/recording v0.0.0-20190408083647-3ce1dcf032e3
|
|
github.com/dustin/go-humanize v1.0.1
|
|
github.com/elazarl/goproxy v0.0.0-20240726154733-8b0c20506380
|
|
github.com/elazarl/goproxy/ext v0.0.0-20210110162100-a92cc753f88e // indirect
|
|
github.com/evilsocket/islazy v1.11.0
|
|
github.com/florianl/go-nfqueue/v2 v2.0.0
|
|
github.com/gobwas/glob v0.0.0-20181002190808-e7a84e9525fe
|
|
github.com/google/go-github v17.0.0+incompatible
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
github.com/google/gopacket v1.1.19
|
|
github.com/google/gousb v1.1.3
|
|
github.com/gorilla/mux v1.8.1
|
|
github.com/gorilla/websocket v1.5.3
|
|
github.com/hashicorp/mdns v1.0.5
|
|
github.com/inconshreveable/go-vhost v1.0.0
|
|
github.com/jpillora/go-tld v1.2.1
|
|
github.com/kr/binarydist v0.1.0 // indirect
|
|
github.com/malfunkt/iprange v0.9.0
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mdlayher/dhcp6 v0.0.0-20190311162359-2a67805d7d0b
|
|
github.com/miekg/dns v1.1.61
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/robertkrimen/otto v0.4.0
|
|
github.com/stratoberry/go-gpsd v1.3.0
|
|
github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07
|
|
github.com/thoj/go-ircevent v0.0.0-20210723090443-73e444401d64
|
|
golang.org/x/net v0.28.0
|
|
golang.org/x/tools v0.24.0 // indirect
|
|
)
|