fatcontext/go.mod
dependabot[bot] de95617005
build(deps): bump golang.org/x/tools from 0.19.0 to 0.21.0
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.19.0 to 0.21.0.
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.19.0...v0.21.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>
2024-05-07 08:50:53 +00:00

10 lines
174 B
Modula-2

module github.com/Crocmagnon/fatcontext
go 1.21
require golang.org/x/tools v0.21.0
require (
golang.org/x/mod v0.17.0 // indirect
golang.org/x/sync v0.7.0 // indirect
)