module github.com/vmware/govmomi

go 1.17

require (
	github.com/a8m/tree v0.0.0-20210115125333-10a5fd5b637d
	github.com/dougm/pretty v0.0.0-20171025230240-2ee9d7453c02
	github.com/google/uuid v1.3.0
	github.com/rasky/go-xdr v0.0.0-20170217172119-4930550ba2e2
	github.com/vmware/vmw-guestinfo v0.0.0-20170707015358-25eff159a728
)

require (
	github.com/kr/pretty v0.3.0 // indirect
	github.com/kr/text v0.2.0 // indirect
)
