2018-09-17 20:50:37 +02:00
|
|
|
module github.com/mgechev/revive
|
|
|
|
|
|
2025-03-06 08:32:04 +01:00
|
|
|
go 1.23.0
|
|
|
|
|
|
2018-09-17 20:50:37 +02:00
|
|
|
require (
|
2025-05-08 01:19:22 -07:00
|
|
|
codeberg.org/chavacava/garif v0.2.0
|
2025-03-18 14:14:03 +01:00
|
|
|
github.com/BurntSushi/toml v1.5.0
|
2024-10-22 17:59:56 +02:00
|
|
|
github.com/fatih/color v1.18.0
|
2019-12-06 12:15:45 -08:00
|
|
|
github.com/fatih/structtag v1.2.0
|
2024-06-02 12:55:26 +03:00
|
|
|
github.com/hashicorp/go-version v1.7.0
|
2025-05-19 09:29:04 -07:00
|
|
|
github.com/mgechev/dots v1.0.0
|
2025-03-16 11:53:27 +01:00
|
|
|
github.com/spf13/afero v1.14.0
|
2025-07-10 09:25:43 +02:00
|
|
|
golang.org/x/mod v0.26.0
|
2025-07-10 09:19:26 +02:00
|
|
|
golang.org/x/sync v0.16.0
|
2025-07-12 00:19:24 -07:00
|
|
|
golang.org/x/tools v0.35.0
|
2018-09-17 20:50:37 +02:00
|
|
|
)
|
2022-08-06 19:57:03 -07:00
|
|
|
|
|
|
|
|
require (
|
2025-05-08 01:19:22 -07:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2025-02-04 19:49:27 +01:00
|
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
2023-11-26 09:18:01 +01:00
|
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
2025-05-08 01:19:22 -07:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2025-07-10 09:18:35 +02:00
|
|
|
golang.org/x/sys v0.34.0 // indirect
|
2025-07-10 09:24:39 +02:00
|
|
|
golang.org/x/text v0.27.0 // indirect
|
2025-05-08 01:19:22 -07:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2022-08-06 19:57:03 -07:00
|
|
|
)
|