mirror of
https://github.com/bettercap/bettercap.git
synced 2025-03-12 04:36:03 -07:00
70 lines
2.7 KiB
Modula-2
70 lines
2.7 KiB
Modula-2
module github.com/bettercap/bettercap/v2
|
|
|
|
go 1.21
|
|
|
|
toolchain go1.22.6
|
|
|
|
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/cenkalti/backoff v2.2.1+incompatible
|
|
github.com/dustin/go-humanize v1.0.1
|
|
github.com/elazarl/goproxy v0.0.0-20240726154733-8b0c20506380
|
|
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/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/grandcat/zeroconf v1.0.0
|
|
github.com/hashicorp/go-bexpr v0.1.14
|
|
github.com/inconshreveable/go-vhost v1.0.0
|
|
github.com/jpillora/go-tld v1.2.1
|
|
github.com/malfunkt/iprange v0.9.0
|
|
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/phin1x/go-ipp v1.6.1
|
|
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
|
|
go.einride.tech/can v0.12.0
|
|
golang.org/x/net v0.28.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/antchfx/xpath v1.3.1 // indirect
|
|
github.com/chzyer/logex v1.2.1 // indirect
|
|
github.com/elazarl/goproxy/ext v0.0.0-20210110162100-a92cc753f88e // indirect
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
|
github.com/golang/mock v1.6.0 // indirect
|
|
github.com/google/go-cmp v0.6.0 // indirect
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
github.com/josharian/native v1.1.0 // indirect
|
|
github.com/kr/binarydist v0.1.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mdlayher/netlink v1.7.2 // indirect
|
|
github.com/mdlayher/socket v0.4.1 // indirect
|
|
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
|
|
github.com/mgutz/logxi v0.0.0-20161027140823-aebf8a7d67ab // indirect
|
|
github.com/mitchellh/mapstructure v1.4.1 // indirect
|
|
github.com/mitchellh/pointerstructure v1.2.1 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
golang.org/x/mod v0.20.0 // indirect
|
|
golang.org/x/sync v0.8.0 // indirect
|
|
golang.org/x/sys v0.23.0 // indirect
|
|
golang.org/x/text v0.17.0 // indirect
|
|
golang.org/x/tools v0.24.0 // indirect
|
|
gopkg.in/sourcemap.v1 v1.0.5 // indirect
|
|
)
|