Skip to content

Commit

Permalink
update to latest gofumpt (long line formatter improvements)
Browse files Browse the repository at this point in the history
mvdan/gofumpt#70

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
  • Loading branch information
slimsag committed Feb 18, 2021
1 parent 6fff268 commit cd93bbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ require (
github.com/hexops/autogold v0.8.1
github.com/shurcooL/go-goon v0.0.0-20170922171312-37c2f522c041
golang.org/x/tools v0.0.0-20210101214203-2dba1e4ea05c
mvdan.cc/gofumpt v0.0.0-20210102134722-7ed9b835dfb3
mvdan.cc/gofumpt v0.0.0-20210107193838-d24d34e18d44
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8T
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/errgo.v2 v2.1.0/go.mod h1:hNsd1EY+bozCKY1Ytp96fpM3vjJbqLJn88ws8XvfDNI=
mvdan.cc/gofumpt v0.0.0-20210102134722-7ed9b835dfb3 h1:zAcGuFfom20UH1WLQ/gZZjUNZ499jb9SSqkHqnjRqaM=
mvdan.cc/gofumpt v0.0.0-20210102134722-7ed9b835dfb3/go.mod h1:yXG1r1WqZVKWbVRtBWKWX9+CxGYfA51nSomhM0woR48=
mvdan.cc/gofumpt v0.0.0-20210107193838-d24d34e18d44 h1:7f9MST3yT/rcobqRRclyjMvnDyjkkjg+EAzBjZ+TLdg=
mvdan.cc/gofumpt v0.0.0-20210107193838-d24d34e18d44/go.mod h1:yXG1r1WqZVKWbVRtBWKWX9+CxGYfA51nSomhM0woR48=

0 comments on commit cd93bbd

Please sign in to comment.