terraform/vendor/github.com/masterzen/winrm/go.mod

14 lines
576 B
Modula-2

module github.com/masterzen/winrm
require (
github.com/Azure/go-ntlmssp v0.0.0-20180810175552-4a21cbd618b4
github.com/ChrisTrenkamp/goxpath v0.0.0-20170922090931-c385f95c6022
github.com/kr/pretty v0.1.0 // indirect
github.com/masterzen/simplexml v0.0.0-20160608183007-4572e39b1ab9
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
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
)