This repository was archived by the owner on May 20, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11module github.com/cloudfoundry/stembuild
22
3- go 1.22 .0
3+ go 1.23 .0
44
55require (
66 github.com/concourse/pool-resource v1.1.1
77 github.com/golang/mock v1.6.0
88 github.com/google/subcommands v1.2.0
99 github.com/google/uuid v1.6.0
1010 github.com/masterzen/winrm v0.0.0-20240702205601-3fad6e106085
11- github.com/maxbrunsfeld/counterfeiter/v6 v6.11.1
11+ github.com/maxbrunsfeld/counterfeiter/v6 v6.11.2
1212 github.com/onsi/ginkgo/v2 v2.22.2
1313 github.com/onsi/gomega v1.36.2
1414 github.com/packer-community/winrmcp v0.0.0-20221126162354-6e900dd2c68f
Original file line number Diff line number Diff line change @@ -84,8 +84,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
8484github.com/kr/text v0.2.0 /go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE =
8585github.com/masterzen/simplexml v0.0.0-20190410153822-31eea3082786 h1:2ZKn+w/BJeL43sCxI2jhPLRv73oVVOjEKZjKkflyqxg =
8686github.com/masterzen/simplexml v0.0.0-20190410153822-31eea3082786 /go.mod h1:kCEbxUJlNDEBNbdQMkPSp6yaKcRXVI6f4ddk8Riv4bc =
87- github.com/maxbrunsfeld/counterfeiter/v6 v6.11.1 h1:sLhPA/17T2R7BX+soElaweEJHKMFxI5/94Ovps8Xbbs =
88- github.com/maxbrunsfeld/counterfeiter/v6 v6.11.1 /go.mod h1:pYds9shqqVnjSuIwEBLyOl9hy5uJeMarcdRFK9B5Xfk =
87+ github.com/maxbrunsfeld/counterfeiter/v6 v6.11.2 h1:yVCLo4+ACVroOEr4iFU1iH46Ldlzz2rTuu18Ra7M8sU =
88+ github.com/maxbrunsfeld/counterfeiter/v6 v6.11.2 /go.mod h1:VzB2VoMh1Y32/QqDfg9ZJYHj99oM4LiGtqPZydTiQSQ =
8989github.com/mitchellh/mapstructure v1.3.0 h1:iDwIio/3gk2QtLLEsqU5lInaMzos0hDTz8a6lazSFVw =
9090github.com/mitchellh/mapstructure v1.3.0 /go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo =
9191github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d h1:VhgPp6v9qf9Agr/56bj7Y/xa04UccTW04VP0Qed4vnQ =
Original file line number Diff line number Diff line change @@ -136,8 +136,8 @@ github.com/masterzen/simplexml/dom
136136## explicit; go 1.21
137137github.com/masterzen/winrm
138138github.com/masterzen/winrm/soap
139- # github.com/maxbrunsfeld/counterfeiter/v6 v6.11.1
140- ## explicit; go 1.22.0
139+ # github.com/maxbrunsfeld/counterfeiter/v6 v6.11.2
140+ ## explicit; go 1.23
141141github.com/maxbrunsfeld/counterfeiter/v6
142142github.com/maxbrunsfeld/counterfeiter/v6/arguments
143143github.com/maxbrunsfeld/counterfeiter/v6/command
You can’t perform that action at this time.
0 commit comments