12 lines
429 B
Modula-2
12 lines
429 B
Modula-2
module github.com/dylanmei/winrmtest
|
|
|
|
require (
|
|
github.com/antchfx/xpath v0.0.0-20190129040759-c8489ed3251e // indirect
|
|
github.com/antchfx/xquery v0.0.0-20180515051857-ad5b8c7a47b0
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/satori/go.uuid v1.2.0
|
|
golang.org/x/net v0.0.0-20190213061140-3a22650c66bd // indirect
|
|
golang.org/x/text v0.3.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
)
|