-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathgo.tools.mod
More file actions
29 lines (26 loc) · 1004 Bytes
/
go.tools.mod
File metadata and controls
29 lines (26 loc) · 1004 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
module github.com/thanos-io/thanos-parquet-gateway
go 1.24.2
tool (
github.com/mgechev/revive
golang.org/x/tools/cmd/goimports
golang.org/x/tools/gopls/internal/analysis/modernize/cmd/modernize
)
require (
codeberg.org/chavacava/garif v0.2.0 // indirect
github.com/BurntSushi/toml v1.5.0 // indirect
github.com/fatih/color v1.18.0 // indirect
github.com/fatih/structtag v1.2.0 // indirect
github.com/hashicorp/go-version v1.7.0 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mgechev/dots v1.0.0 // indirect
github.com/mgechev/revive v1.10.0 // indirect
github.com/spf13/afero v1.14.0 // indirect
golang.org/x/mod v0.25.0 // indirect
golang.org/x/sync v0.15.0 // indirect
golang.org/x/sys v0.33.0 // indirect
golang.org/x/telemetry v0.0.0-20250417124945-06ef541f3fa3 // indirect
golang.org/x/text v0.25.0 // indirect
golang.org/x/tools v0.34.0 // indirect
golang.org/x/tools/gopls v0.19.0-pre.2 // indirect
)