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-08-05 17:19:16 +00:00
|
|
|
github.com/urfave/cli/v2 v2.27.3
|
2024-08-05 17:15:17 +00:00
|
|
|
golang.org/x/mod v0.20.0
|
2024-08-05 17:19:56 +00:00
|
|
|
golang.org/x/sync v0.8.0
|
2024-08-07 10:38:59 +00:00
|
|
|
golang.org/x/tools v0.24.0
|
2022-11-24 16:11:15 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2024-04-29 11:10:24 +00:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.4 // 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
|
2024-08-05 17:19:16 +00:00
|
|
|
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
|
2024-08-07 10:38:59 +00:00
|
|
|
golang.org/x/sys v0.23.0 // indirect
|
2022-11-24 16:11:15 +00:00
|
|
|
)
|