2023-08-16 22:26:55 +00:00
|
|
|
MODGO_MODULES = \
|
|
|
|
github.com/a8m/tree v0.0.0-20210115125333-10a5fd5b637d \
|
|
|
|
github.com/creack/pty v1.1.9 \
|
2023-09-26 17:06:53 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.1 \
|
2023-08-16 22:26:55 +00:00
|
|
|
github.com/dougm/pretty v0.0.0-20171025230240-2ee9d7453c02 \
|
2023-09-26 17:06:53 +00:00
|
|
|
github.com/google/go-cmp v0.5.9 \
|
|
|
|
github.com/google/uuid v1.3.1 \
|
2023-08-16 22:26:55 +00:00
|
|
|
github.com/kr/pretty v0.3.0 \
|
|
|
|
github.com/kr/pty v1.1.1 \
|
|
|
|
github.com/kr/text v0.2.0 \
|
2023-09-26 17:06:53 +00:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 \
|
2023-08-16 22:26:55 +00:00
|
|
|
github.com/rasky/go-xdr v0.0.0-20170217172119-4930550ba2e2 \
|
|
|
|
github.com/rogpeppe/go-internal v1.6.1 \
|
2023-09-26 17:06:53 +00:00
|
|
|
github.com/stretchr/objx v0.5.0 \
|
|
|
|
github.com/stretchr/testify v1.8.4 \
|
2023-08-16 22:26:55 +00:00
|
|
|
github.com/vmware/vmw-guestinfo v0.0.0-20170707015358-25eff159a728 \
|
2023-09-26 17:06:53 +00:00
|
|
|
github.com/xlab/treeprint v1.2.0 \
|
2023-08-16 22:26:55 +00:00
|
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 \
|
2023-09-26 17:06:53 +00:00
|
|
|
gopkg.in/errgo.v2 v2.1.0 \
|
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
2023-08-16 22:26:55 +00:00
|
|
|
|
|
|
|
MODGO_MODFILES = \
|
2023-09-26 17:06:53 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.0 \
|
|
|
|
github.com/kr/pretty v0.1.0 \
|
|
|
|
github.com/kr/text v0.1.0 \
|
|
|
|
github.com/stretchr/objx v0.1.0 \
|
|
|
|
github.com/stretchr/testify v1.7.0 \
|
|
|
|
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 \
|
|
|
|
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
|