Skip to content

Commit bcd7bbf

Browse files
chore(deps): bump honnef.co/go/tools from 0.6.1 to 0.7.0 (#398)
Bumps [honnef.co/go/tools](https://github.com/dominikh/go-tools) from 0.6.1 to 0.7.0. - [Release notes](https://github.com/dominikh/go-tools/releases) - [Commits](dominikh/go-tools@v0.6.1...v0.7.0) --- updated-dependencies: - dependency-name: honnef.co/go/tools dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fd80900 commit bcd7bbf

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

go.mod

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
module code.cloudfoundry.org/brokerapi/v13
22

3-
go 1.24.0
4-
5-
toolchain go1.24.1
3+
go 1.25.0
64

75
require (
86
github.com/google/uuid v1.6.0
97
github.com/maxbrunsfeld/counterfeiter/v6 v6.12.1
108
github.com/onsi/ginkgo/v2 v2.28.1
119
github.com/onsi/gomega v1.39.1
12-
honnef.co/go/tools v0.6.1
10+
honnef.co/go/tools v0.7.0
1311
)
1412

1513
require (
@@ -27,5 +25,4 @@ require (
2725
golang.org/x/sys v0.40.0 // indirect
2826
golang.org/x/text v0.33.0 // indirect
2927
golang.org/x/tools v0.41.0 // indirect
30-
golang.org/x/tools/go/expect v0.1.1-deprecated // indirect
3128
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,5 @@ gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntN
7979
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q=
8080
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
8181
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
82-
honnef.co/go/tools v0.6.1 h1:R094WgE8K4JirYjBaOpz/AvTyUu/3wbmAoskKN/pxTI=
83-
honnef.co/go/tools v0.6.1/go.mod h1:3puzxxljPCe8RGJX7BIy1plGbxEOZni5mR2aXe3/uk4=
82+
honnef.co/go/tools v0.7.0 h1:w6WUp1VbkqPEgLz4rkBzH/CSU6HkoqNLp6GstyTx3lU=
83+
honnef.co/go/tools v0.7.0/go.mod h1:pm29oPxeP3P82ISxZDgIYeOaf9ta6Pi0EWvCFoLG2vc=

0 commit comments

Comments
 (0)