Files
ShotRDP/go.mod

12 lines
309 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
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4
golang.org/x/crypto v0.31.0
)