"...commons/git@git.gitsec.cn:lixiaofang/MeterSphere.git" did not exist on "a326c7fd77bda0a1b665ae2edc04ddc03052727c"
go get github.com/dylanmei/winrmtest
Showing
+13 -12
... | ... | @@ -21,7 +21,7 @@ require ( |
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e | ||
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f | ||
github.com/davecgh/go-spew v1.1.1 | ||
github.com/dylanmei/winrmtest v0.0.0-20190225150635-99b7fe2fddf1 | ||
github.com/dylanmei/winrmtest v0.0.0-20210303004826-fbc9ae56efb6 | ||
github.com/go-test/deep v1.0.3 | ||
github.com/golang/mock v1.6.0 | ||
github.com/golang/protobuf v1.5.2 | ||
... | ... | @@ -119,8 +119,8 @@ require ( |
github.com/Masterminds/sprig v2.22.0+incompatible // indirect | ||
github.com/Microsoft/go-winio v0.5.0 // indirect | ||
github.com/abdullin/seq v0.0.0-20160510034733-d5467c17e7af // indirect | ||
github.com/antchfx/xpath v0.0.0-20190129040759-c8489ed3251e // indirect | ||
github.com/antchfx/xquery v0.0.0-20180515051857-ad5b8c7a47b0 // indirect | ||
github.com/antchfx/xmlquery v1.3.5 // indirect | ||
github.com/antchfx/xpath v1.1.10 // indirect | ||
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect | ||
github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da // indirect | ||
github.com/armon/go-radix v1.0.0 // indirect | ||
... | ... | @@ -132,7 +132,7 @@ require ( |
github.com/dylanmei/iso8601 v0.1.0 // indirect | ||
github.com/fatih/color v1.9.0 // indirect | ||
github.com/go-logr/logr v1.2.0 // indirect | ||
github.com/gofrs/uuid v3.3.0+incompatible // indirect | ||
github.com/gofrs/uuid v4.0.0+incompatible // indirect | ||
github.com/gogo/protobuf v1.3.2 // indirect | ||
github.com/golang-jwt/jwt/v4 v4.1.0 // indirect | ||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect | ||
... | ... |
Please register or sign in to comment