module esxlib go 1.20 require ( git.twelvetwelve.org/library/core v0.0.0-20230519041221-8f2da7be661d github.com/madflojo/testcerts v1.1.0 github.com/ncw/pwhash v0.0.0-20160129162812-b2a8830c6a99 github.com/urfave/cli/v2 v2.25.7 github.com/vmware/govmomi v0.30.4 golang.org/x/crypto v0.10.0 google.golang.org/grpc v1.56.1 google.golang.org/protobuf v1.30.0 ) require ( github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect github.com/golang/protobuf v1.5.3 // indirect github.com/russross/blackfriday/v2 v2.1.0 // indirect github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect golang.org/x/net v0.10.0 // indirect golang.org/x/sys v0.9.0 // indirect golang.org/x/text v0.10.0 // indirect google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect )