-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathgo.mod
31 lines (28 loc) · 1.01 KB
/
go.mod
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
30
31
module tools
go 1.21
require (
arp242.net/goimport v1.0.2
arp242.net/gosodoff v0.0.0-20190808150955-78886b9cf0e3
github.com/davidrjenni/reftools v0.0.0-20240211192525-f5f96ef18854
github.com/fatih/gomodifytags v1.16.0
github.com/fatih/motion v1.2.0
github.com/josharian/impl v1.3.0
golang.org/x/tools v0.18.1-0.20240412183611-d92ae0781217
golang.org/x/tools/gopls v0.15.3
)
require (
github.com/BurntSushi/toml v1.2.1 // indirect
github.com/fatih/camelcase v1.0.0 // indirect
github.com/fatih/structtag v1.2.0 // indirect
github.com/google/go-cmp v0.6.0 // indirect
golang.org/x/exp/typeparams v0.0.0-20221212164502-fae10dda9338 // indirect
golang.org/x/mod v0.15.0 // indirect
golang.org/x/sync v0.6.0 // indirect
golang.org/x/sys v0.17.0 // indirect
golang.org/x/telemetry v0.0.0-20240209200032-7b892fcb8a78 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/vuln v1.0.1 // indirect
honnef.co/go/tools v0.4.6 // indirect
mvdan.cc/gofumpt v0.6.0 // indirect
mvdan.cc/xurls/v2 v2.5.0 // indirect
)