-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
29 lines (27 loc) · 1.16 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
module example/m
go 1.20
require (
9fans.net/go v0.0.0-20181112161441-237454027057 // indirect
github.com/BurntSushi/toml v1.2.1 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/karrick/godirwalk v1.12.0 // indirect
github.com/keegancsmith/rpc v1.1.0 // indirect
github.com/pkg/errors v0.8.1 // indirect
github.com/ramya-rao-a/go-outline v0.0.0-20210608161538-9736a4bde949 // indirect
github.com/rogpeppe/godef v1.1.2 // indirect
github.com/sergi/go-diff v1.1.0 // indirect
github.com/stamblerre/gocode v1.0.0 // indirect
github.com/uudashr/gopkgs/v2 v2.1.2 // indirect
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect
golang.org/x/exp/typeparams v0.0.0-20221212164502-fae10dda9338 // indirect
golang.org/x/mod v0.10.0 // indirect
golang.org/x/sync v0.2.0 // indirect
golang.org/x/sys v0.8.0 // indirect
golang.org/x/text v0.9.0 // indirect
golang.org/x/tools v0.9.4-0.20230601215739-41a7dc76dd8f // indirect
golang.org/x/tools/gopls v0.12.2 // indirect
golang.org/x/vuln v0.0.0-20230110180137-6ad3e3d07815 // indirect
honnef.co/go/tools v0.4.2 // indirect
mvdan.cc/gofumpt v0.4.0 // indirect
mvdan.cc/xurls/v2 v2.4.0 // indirect
)