1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
module vapordrop go 1.22 require ( github.com/awnumar/memguard v0.22.5 github.com/cretz/bine v0.2.0 golang.org/x/crypto v0.22.0 ) require ( github.com/awnumar/memcall v0.4.0 // indirect golang.org/x/net v0.24.0 // indirect golang.org/x/sys v0.19.0 // indirect )