-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathgo.mod
More file actions
27 lines (24 loc) · 1.07 KB
/
go.mod
File metadata and controls
27 lines (24 loc) · 1.07 KB
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
module github.com/quasilyte/go-perfguard
go 1.17
require (
github.com/cespare/subcmd v1.1.0
github.com/go-toolsmith/astcopy v1.0.0
github.com/go-toolsmith/astequal v1.0.1
github.com/go-toolsmith/astfmt v1.0.0
github.com/go-toolsmith/typep v1.0.2
github.com/google/go-cmp v0.5.6
github.com/google/pprof v0.0.0-20211214055906-6f57359322fd
github.com/quasilyte/go-ruleguard v0.3.16-0.20220322175800-003e476add13
github.com/quasilyte/go-ruleguard/dsl v0.3.19
github.com/quasilyte/perf-heatmap v0.0.0-20220127163051-47fae5341e3f
github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567
golang.org/x/tools v0.1.10
)
require (
github.com/quasilyte/go-ruleguard/rules v0.0.0-20220322175800-003e476add13 // indirect
github.com/quasilyte/gogrep v0.0.0-20220320171548-f7f5e21cda54 // indirect
github.com/quasilyte/pprofutil v0.0.0-20220125111125-7b67e07006e9 // indirect
golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect
golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)