2019-02-25 09:45:01 +01:00
|
|
|
module github.com/masterzen/winrm
|
|
|
|
|
2020-06-25 14:41:09 +02:00
|
|
|
go 1.14
|
|
|
|
|
2019-02-25 09:45:01 +01:00
|
|
|
require (
|
|
|
|
github.com/Azure/go-ntlmssp v0.0.0-20180810175552-4a21cbd618b4
|
|
|
|
github.com/ChrisTrenkamp/goxpath v0.0.0-20170922090931-c385f95c6022
|
2020-06-25 14:41:09 +02:00
|
|
|
github.com/gofrs/uuid v3.2.0+incompatible
|
2019-02-25 09:45:01 +01:00
|
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
|
|
github.com/masterzen/simplexml v0.0.0-20160608183007-4572e39b1ab9
|
|
|
|
golang.org/x/crypto v0.0.0-20190222235706-ffb98f73852f // indirect
|
|
|
|
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
|
|
|
|
)
|