Skip to content

Commit 4a615cb

Browse files
chore(deps): bump honnef.co/go/tools from 0.6.1 to 0.7.0 (#199)
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 1b76174 commit 4a615cb

2 files changed

Lines changed: 4 additions & 7 deletions

File tree

go.mod

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

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

75
require (
86
github.com/onsi/ginkgo/v2 v2.28.1
97
github.com/onsi/gomega v1.39.1
10-
honnef.co/go/tools v0.6.1
8+
honnef.co/go/tools v0.7.0
119
)
1210

1311
require (
@@ -25,5 +23,4 @@ require (
2523
golang.org/x/sys v0.40.0 // indirect
2624
golang.org/x/text v0.33.0 // indirect
2725
golang.org/x/tools v0.41.0 // indirect
28-
golang.org/x/tools/go/expect v0.1.1-deprecated // indirect
2926
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,5 @@ gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 h1:qIbj1fsPNlZgppZ+VLlY7N33
7373
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
7474
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
7575
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
76-
honnef.co/go/tools v0.6.1 h1:R094WgE8K4JirYjBaOpz/AvTyUu/3wbmAoskKN/pxTI=
77-
honnef.co/go/tools v0.6.1/go.mod h1:3puzxxljPCe8RGJX7BIy1plGbxEOZni5mR2aXe3/uk4=
76+
honnef.co/go/tools v0.7.0 h1:w6WUp1VbkqPEgLz4rkBzH/CSU6HkoqNLp6GstyTx3lU=
77+
honnef.co/go/tools v0.7.0/go.mod h1:pm29oPxeP3P82ISxZDgIYeOaf9ta6Pi0EWvCFoLG2vc=

0 commit comments

Comments
 (0)