-
Notifications
You must be signed in to change notification settings - Fork 2.3k
/
Copy pathgo.mod
29 lines (24 loc) · 862 Bytes
/
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
module golang.org/x/tools/gopls
go 1.18
require (
github.com/google/go-cmp v0.5.8
github.com/jba/printsrc v0.2.2
github.com/jba/templatecheck v0.6.0
github.com/sergi/go-diff v1.1.0
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
golang.org/x/sys v0.0.0-20220808155132-1c4a2a72c664
golang.org/x/text v0.3.7
golang.org/x/tools v0.1.13-0.20220810174125-0ad49fdeb955
golang.org/x/vuln v0.0.0-20220919155316-41b1fc70d0a6
honnef.co/go/tools v0.3.3
mvdan.cc/gofumpt v0.3.1
mvdan.cc/xurls/v2 v2.4.0
)
require golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect
require (
github.com/BurntSushi/toml v1.2.0 // indirect
github.com/google/safehtml v0.0.2 // indirect
golang.org/x/exp/typeparams v0.0.0-20220722155223-a9213eeb770e // indirect
)
replace golang.org/x/tools => ../