mirror of
https://github.com/Ne0nd0g/merlin-agent
synced 2026-06-08 11:59:41 +00:00
48 lines
1.7 KiB
Modula-2
48 lines
1.7 KiB
Modula-2
module github.com/Ne0nd0g/merlin-agent/v2
|
|
|
|
go 1.23.0
|
|
|
|
toolchain go1.24.2
|
|
|
|
require (
|
|
github.com/C-Sto/BananaPhone v0.0.0-20220220002628-6585e5913761
|
|
github.com/Ne0nd0g/go-clr v1.0.3
|
|
github.com/Ne0nd0g/merlin-message v1.3.0
|
|
github.com/Ne0nd0g/npipe v1.1.0
|
|
github.com/Ne0nd0g/winhttp v1.0.0
|
|
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
|
|
github.com/cretz/gopaque v0.1.0
|
|
github.com/fatih/color v1.17.0
|
|
github.com/go-jose/go-jose/v3 v3.0.4
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
|
|
github.com/google/uuid v1.6.0
|
|
github.com/quic-go/quic-go v0.50.1
|
|
github.com/refraction-networking/utls v1.6.7
|
|
golang.org/x/crypto v0.37.0
|
|
golang.org/x/net v0.39.0
|
|
golang.org/x/sys v0.32.0
|
|
golang.org/x/text v0.24.0
|
|
)
|
|
|
|
require (
|
|
github.com/Binject/debug v0.0.0-20211007083345-9605c99179ee // indirect
|
|
github.com/andybalholm/brotli v1.1.1 // indirect
|
|
github.com/awgh/rawreader v0.0.0-20200626064944-56820a9c6da4 // indirect
|
|
github.com/cloudflare/circl v1.4.0 // indirect
|
|
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
|
|
github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 // indirect
|
|
github.com/klauspost/compress v1.17.10 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/onsi/ginkgo/v2 v2.23.4 // indirect
|
|
github.com/quic-go/qpack v0.5.1 // indirect
|
|
go.dedis.ch/fixbuf v1.0.3 // indirect
|
|
go.dedis.ch/kyber/v3 v3.1.0 // indirect
|
|
go.uber.org/automaxprocs v1.6.0 // indirect
|
|
go.uber.org/mock v0.5.1 // indirect
|
|
golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 // indirect
|
|
golang.org/x/mod v0.24.0 // indirect
|
|
golang.org/x/sync v0.13.0 // indirect
|
|
golang.org/x/tools v0.32.0 // indirect
|
|
)
|