module github.com/vmware/govmomi

go 1.24.13 // required for slices/maps package and built-in clear function

require (
	github.com/a8m/tree v0.0.0-20240104212747-2c8764a5f17e
	github.com/dougm/pretty v0.0.0-20160325215624-add1dbc86daf
	github.com/google/go-cmp v0.7.0
	github.com/google/uuid v1.6.0
	github.com/rasky/go-xdr v0.0.0-20170124162913-1a41d1a06c93
	github.com/stretchr/testify v1.11.1
	github.com/vmware/vmw-guestinfo v0.0.0-20220317130741-510905f0efa3
	github.com/xlab/treeprint v1.2.0
	golang.org/x/text v0.34.0
)

require (
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/kr/pretty v0.3.1 // indirect
	github.com/kr/text v0.2.0 // indirect
	github.com/pmezard/go-difflib v1.0.0 // indirect
	gopkg.in/yaml.v3 v3.0.1 // indirect
)
