Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 2a075fa

Browse files
committed
Update go version to 1.23
- (and update vendored dependencies)
1 parent 5dcd90d commit 2a075fa

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
module github.com/cloudfoundry/stembuild
22

3-
go 1.22.0
3+
go 1.23.0
44

55
require (
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

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
8484
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
8585
github.com/masterzen/simplexml v0.0.0-20190410153822-31eea3082786 h1:2ZKn+w/BJeL43sCxI2jhPLRv73oVVOjEKZjKkflyqxg=
8686
github.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=
8989
github.com/mitchellh/mapstructure v1.3.0 h1:iDwIio/3gk2QtLLEsqU5lInaMzos0hDTz8a6lazSFVw=
9090
github.com/mitchellh/mapstructure v1.3.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
9191
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d h1:VhgPp6v9qf9Agr/56bj7Y/xa04UccTW04VP0Qed4vnQ=

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ github.com/masterzen/simplexml/dom
136136
## explicit; go 1.21
137137
github.com/masterzen/winrm
138138
github.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
141141
github.com/maxbrunsfeld/counterfeiter/v6
142142
github.com/maxbrunsfeld/counterfeiter/v6/arguments
143143
github.com/maxbrunsfeld/counterfeiter/v6/command

0 commit comments

Comments
 (0)