mirror of
https://github.com/prymitive/karma
synced 2026-05-21 04:33:07 +00:00
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.8.0 to 0.9.1. - [Release notes](https://github.com/golang/tools/releases) - [Commits](https://github.com/golang/tools/compare/v0.8.0...v0.9.1) --- 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>
11 lines
141 B
Modula-2
11 lines
141 B
Modula-2
module _
|
|
|
|
go 1.20
|
|
|
|
require golang.org/x/tools v0.9.1
|
|
|
|
require (
|
|
golang.org/x/mod v0.10.0 // indirect
|
|
golang.org/x/sys v0.8.0 // indirect
|
|
)
|