open-vault/vendor/mvdan.cc/gofumpt/go.mod
Brian Kassouf 303c2aee7c
Run a more strict formatter over the code (#11312)
* Update tooling

* Run gofumpt

* go mod vendor
2021-04-08 09:43:39 -07:00

12 lines
265 B
Modula-2

module mvdan.cc/gofumpt
go 1.14
require (
github.com/google/go-cmp v0.5.4
github.com/rogpeppe/go-internal v1.6.2
golang.org/x/mod v0.4.0
golang.org/x/tools v0.0.0-20210101214203-2dba1e4ea05c
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)