mirror of
https://github.com/prymitive/karma
synced 2026-05-21 04:33:07 +00:00
Bumps [mvdan.cc/gofumpt](https://github.com/mvdan/gofumpt) from 0.6.0 to 0.7.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.6.0...v0.7.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>
13 lines
227 B
Modula-2
13 lines
227 B
Modula-2
module _
|
|
|
|
go 1.23.0
|
|
|
|
require mvdan.cc/gofumpt v0.7.0
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.6.0 // indirect
|
|
golang.org/x/mod v0.14.0 // indirect
|
|
golang.org/x/sync v0.6.0 // indirect
|
|
golang.org/x/tools v0.17.0 // indirect
|
|
)
|