2022-11-24 15:25:13 +00:00
|
|
|
module github.com/haunt98/gofimports
|
|
|
|
|
|
|
|
go 1.19
|
2022-11-24 16:11:15 +00:00
|
|
|
|
|
|
|
require (
|
2023-01-17 04:45:17 +00:00
|
|
|
github.com/dave/dst v0.27.2
|
2022-11-24 16:11:15 +00:00
|
|
|
github.com/make-go-great/color-go v0.4.1
|
2022-11-26 18:07:15 +00:00
|
|
|
github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e
|
2023-06-13 11:03:15 +00:00
|
|
|
github.com/urfave/cli/v2 v2.25.6
|
2023-04-05 11:04:08 +00:00
|
|
|
golang.org/x/mod v0.10.0
|
2023-05-05 11:01:51 +00:00
|
|
|
golang.org/x/sync v0.2.0
|
2023-06-02 11:03:49 +00:00
|
|
|
golang.org/x/tools v0.9.3
|
2022-11-24 16:11:15 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
|
|
|
github.com/fatih/color v1.13.0 // indirect
|
|
|
|
github.com/mattn/go-colorable v0.1.9 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
|
|
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
|
2023-05-09 11:03:07 +00:00
|
|
|
golang.org/x/sys v0.8.0 // indirect
|
2022-11-24 16:11:15 +00:00
|
|
|
)
|