Skip to content

Commit

Permalink
chore(deps): bump golang.org/x/tools from 0.18.0 to 0.19.0
Browse files Browse the repository at this point in the history
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.18.0 to 0.19.0.
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](golang/tools@v0.18.0...v0.19.0)

---
updated-dependencies:
- dependency-name: golang.org/x/tools
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 27, 2024
1 parent 6c5f66f commit 9ef9b44
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 77 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/bartventer/docstore-gen

go 1.22.0

require golang.org/x/tools v0.18.0
require golang.org/x/tools v0.19.0

require (
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
Expand All @@ -22,5 +22,5 @@ require (

require (
gocloud.dev v0.37.0
golang.org/x/mod v0.15.0 // indirect
golang.org/x/mod v0.16.0 // indirect
)
Loading

0 comments on commit 9ef9b44

Please sign in to comment.