mirror of
https://github.com/yv1ing/ShotRDP.git
synced 2025-09-16 15:10:57 +08:00
20 lines
537 B
Modula-2
20 lines
537 B
Modula-2
module ShotRDP
|
|
|
|
go 1.23
|
|
|
|
require (
|
|
github.com/huin/asn1ber v0.0.0-20120622192748-af09f62e6358
|
|
github.com/icodeface/tls v0.0.0-20230910023335-34df9250cd12
|
|
github.com/lunixbochs/struc v0.0.0-20241101090106-8d528fa2c543
|
|
golang.org/x/crypto v0.32.0
|
|
google.golang.org/grpc v1.71.0
|
|
google.golang.org/protobuf v1.36.4
|
|
)
|
|
|
|
require (
|
|
golang.org/x/net v0.34.0 // indirect
|
|
golang.org/x/sys v0.29.0 // indirect
|
|
golang.org/x/text v0.21.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f // indirect
|
|
)
|