Skip to content

Commit 93c0da3

Browse files
build(deps): bump mvdan.cc/gofumpt from 0.3.1 to 0.4.0
Bumps [mvdan.cc/gofumpt](https://github.com/mvdan/gofumpt) from 0.3.1 to 0.4.0. - [Release notes](https://github.com/mvdan/gofumpt/releases) - [Changelog](https://github.com/mvdan/gofumpt/blob/master/CHANGELOG.md) - [Commits](mvdan/gofumpt@v0.3.1...v0.4.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>
1 parent b5203c3 commit 93c0da3

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ require (
110110
golang.org/x/tools v0.1.12
111111
gopkg.in/yaml.v3 v3.0.1
112112
honnef.co/go/tools v0.3.3
113-
mvdan.cc/gofumpt v0.3.1
113+
mvdan.cc/gofumpt v0.4.0
114114
mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
115115
mvdan.cc/unparam v0.0.0-20220706161116-678bad134442
116116
)
@@ -178,7 +178,7 @@ require (
178178
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect
179179
golang.org/x/exp/typeparams v0.0.0-20220827204233-334a2380cb91 // indirect
180180
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
181-
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
181+
golang.org/x/sync v0.0.0-20220819030929-7fc1605a5dde // indirect
182182
golang.org/x/sys v0.0.0-20220829200755-d48e67d00261 // indirect
183183
golang.org/x/text v0.3.7 // indirect
184184
google.golang.org/protobuf v1.28.0 // indirect

go.sum

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)