mirror of
https://github.com/prymitive/karma
synced 2026-05-09 03:36:44 +00:00
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>
13 lines
224 B
Modula-2
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
|
|
)
|