mirror of
https://github.com/Crocmagnon/fatcontext.git
synced 2025-02-05 12:12:32 +01:00
3947c6f8d5
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.28.0 to 0.29.0. - [Release notes](https://github.com/golang/tools/releases) - [Commits](https://github.com/golang/tools/compare/v0.28.0...v0.29.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>
10 lines
177 B
Modula-2
10 lines
177 B
Modula-2
module github.com/Crocmagnon/fatcontext
|
|
|
|
go 1.22.0
|
|
|
|
require golang.org/x/tools v0.29.0
|
|
|
|
require (
|
|
golang.org/x/mod v0.22.0 // indirect
|
|
golang.org/x/sync v0.10.0 // indirect
|
|
)
|