Skip to content

Commit

Permalink
Update go version to 1.23
Browse files Browse the repository at this point in the history
- (and update vendored dependencies)
  • Loading branch information
cf-rabbit-bot committed Feb 19, 2025
1 parent 5dcd90d commit 2a075fa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
module github.com/cloudfoundry/stembuild

go 1.22.0
go 1.23.0

require (
github.com/concourse/pool-resource v1.1.1
github.com/golang/mock v1.6.0
github.com/google/subcommands v1.2.0
github.com/google/uuid v1.6.0
github.com/masterzen/winrm v0.0.0-20240702205601-3fad6e106085
github.com/maxbrunsfeld/counterfeiter/v6 v6.11.1
github.com/maxbrunsfeld/counterfeiter/v6 v6.11.2
github.com/onsi/ginkgo/v2 v2.22.2
github.com/onsi/gomega v1.36.2
github.com/packer-community/winrmcp v0.0.0-20221126162354-6e900dd2c68f
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/masterzen/simplexml v0.0.0-20190410153822-31eea3082786 h1:2ZKn+w/BJeL43sCxI2jhPLRv73oVVOjEKZjKkflyqxg=
github.com/masterzen/simplexml v0.0.0-20190410153822-31eea3082786/go.mod h1:kCEbxUJlNDEBNbdQMkPSp6yaKcRXVI6f4ddk8Riv4bc=
github.com/maxbrunsfeld/counterfeiter/v6 v6.11.1 h1:sLhPA/17T2R7BX+soElaweEJHKMFxI5/94Ovps8Xbbs=
github.com/maxbrunsfeld/counterfeiter/v6 v6.11.1/go.mod h1:pYds9shqqVnjSuIwEBLyOl9hy5uJeMarcdRFK9B5Xfk=
github.com/maxbrunsfeld/counterfeiter/v6 v6.11.2 h1:yVCLo4+ACVroOEr4iFU1iH46Ldlzz2rTuu18Ra7M8sU=
github.com/maxbrunsfeld/counterfeiter/v6 v6.11.2/go.mod h1:VzB2VoMh1Y32/QqDfg9ZJYHj99oM4LiGtqPZydTiQSQ=
github.com/mitchellh/mapstructure v1.3.0 h1:iDwIio/3gk2QtLLEsqU5lInaMzos0hDTz8a6lazSFVw=
github.com/mitchellh/mapstructure v1.3.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d h1:VhgPp6v9qf9Agr/56bj7Y/xa04UccTW04VP0Qed4vnQ=
Expand Down
4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ github.com/masterzen/simplexml/dom
## explicit; go 1.21
github.com/masterzen/winrm
github.com/masterzen/winrm/soap
# github.com/maxbrunsfeld/counterfeiter/v6 v6.11.1
## explicit; go 1.22.0
# github.com/maxbrunsfeld/counterfeiter/v6 v6.11.2
## explicit; go 1.23
github.com/maxbrunsfeld/counterfeiter/v6
github.com/maxbrunsfeld/counterfeiter/v6/arguments
github.com/maxbrunsfeld/counterfeiter/v6/command
Expand Down

0 comments on commit 2a075fa

Please sign in to comment.