Files
karma/tools/gofumpt/go.mod
dependabot[bot] f2ca847f01 chore(deps): bump mvdan.cc/gofumpt from 0.4.0 to 0.5.0 in /tools/gofumpt
Bumps [mvdan.cc/gofumpt](https://github.com/mvdan/gofumpt) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/mvdan/gofumpt/releases)
- [Changelog](https://github.com/mvdan/gofumpt/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mvdan/gofumpt/compare/v0.4.0...v0.5.0)

---
updated-dependencies:
- dependency-name: mvdan.cc/gofumpt
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-10 08:20:56 +01:00

13 lines
224 B
Modula-2

module _
go 1.20
require mvdan.cc/gofumpt v0.5.0
require (
github.com/google/go-cmp v0.5.9 // indirect
golang.org/x/mod v0.10.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/tools v0.8.0 // indirect
)