github.com/vmware/govmomi@v0.51.0/go.mod (about)

     1  module github.com/vmware/govmomi
     2  
     3  go 1.23.0 // required for slices/maps package and built-in clear function
     4  
     5  require (
     6  	github.com/a8m/tree v0.0.0-20230208161321-36ae24ddad15
     7  	github.com/dougm/pretty v0.0.0-20160325215624-add1dbc86daf
     8  	github.com/google/go-cmp v0.7.0
     9  	github.com/google/uuid v1.6.0
    10  	github.com/rasky/go-xdr v0.0.0-20170124162913-1a41d1a06c93
    11  	github.com/stretchr/testify v1.10.0
    12  	github.com/vmware/vmw-guestinfo v0.0.0-20220317130741-510905f0efa3
    13  	github.com/xlab/treeprint v1.2.0
    14  	golang.org/x/text v0.25.0
    15  )
    16  
    17  require (
    18  	github.com/davecgh/go-spew v1.1.1 // indirect
    19  	github.com/kr/pretty v0.3.1 // indirect
    20  	github.com/kr/text v0.2.0 // indirect
    21  	github.com/pmezard/go-difflib v1.0.0 // indirect
    22  	gopkg.in/yaml.v3 v3.0.1 // indirect
    23  )