2022-11-24 15:25:13 +00:00
|
|
|
module github.com/haunt98/gofimports
|
|
|
|
|
2024-09-06 03:58:05 +00:00
|
|
|
go 1.23
|
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-10-14 16:01:26 +00:00
|
|
|
github.com/urfave/cli/v2 v2.27.5
|
2024-09-06 03:57:18 +00:00
|
|
|
golang.org/x/mod v0.21.0
|
2024-08-05 17:19:56 +00:00
|
|
|
golang.org/x/sync v0.8.0
|
2024-10-07 16:02:58 +00:00
|
|
|
golang.org/x/tools v0.26.0
|
2022-11-24 16:11:15 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2024-10-14 16:01:26 +00:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.5 // 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-10-07 16:02:58 +00:00
|
|
|
golang.org/x/sys v0.26.0 // indirect
|
2022-11-24 16:11:15 +00:00
|
|
|
)
|