Skip to content

Commit 39f9688

Browse files
committed
feat: update gofumpt
1 parent 903c85a commit 39f9688

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

Diff for: go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ require (
9898
golang.org/x/tools v0.1.10-0.20220215213654-11109f614291
9999
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
100100
honnef.co/go/tools v0.2.2
101-
mvdan.cc/gofumpt v0.2.1
101+
mvdan.cc/gofumpt v0.3.0
102102
mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
103103
mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5
104104
)
@@ -158,7 +158,7 @@ require (
158158
github.com/valyala/bytebufferpool v1.0.0 // indirect
159159
github.com/yusufpapurcu/wmi v1.2.2 // indirect
160160
golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect
161-
golang.org/x/sys v0.0.0-20220111092808-5a964db01320 // indirect
161+
golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect
162162
golang.org/x/text v0.3.7 // indirect
163163
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
164164
google.golang.org/protobuf v1.27.1 // indirect

Diff for: go.sum

+6-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)