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-10-16 10:49:41 +00:00
|
|
|
github.com/dave/dst v0.27.3
|
2023-07-17 11:18:07 +00:00
|
|
|
github.com/make-go-great/color-go v0.5.0
|
2022-11-26 18:07:15 +00:00
|
|
|
github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e
|
2024-01-01 20:25:52 +00:00
|
|
|
github.com/urfave/cli/v2 v2.27.1
|
2023-11-06 10:40:58 +00:00
|
|
|
golang.org/x/mod v0.14.0
|
2024-01-06 03:45:31 +00:00
|
|
|
golang.org/x/sync v0.6.0
|
2023-12-13 10:43:44 +00:00
|
|
|
golang.org/x/tools v0.16.1
|
2022-11-24 16:11:15 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
2023-07-17 11:18:07 +00:00
|
|
|
github.com/fatih/color v1.15.0 // indirect
|
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.17 // indirect
|
2022-11-24 16:11:15 +00:00
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
|
|
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
|
2023-11-09 10:32:24 +00:00
|
|
|
golang.org/x/sys v0.14.0 // indirect
|
2022-11-24 16:11:15 +00:00
|
|
|
)
|