forked from go-critic/go-critic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
30 lines (26 loc) · 944 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
30
module github.com/go-critic/go-critic
go 1.23.0
toolchain go1.24.0
require (
github.com/cristalhq/acmd v0.12.0
github.com/go-toolsmith/astcast v1.1.0
github.com/go-toolsmith/astcopy v1.1.0
github.com/go-toolsmith/astequal v1.2.0
github.com/go-toolsmith/astfmt v1.1.0
github.com/go-toolsmith/astp v1.1.0
github.com/go-toolsmith/pkgload v1.2.2
github.com/go-toolsmith/strparse v1.1.0
github.com/go-toolsmith/typep v1.1.0
github.com/google/go-cmp v0.7.0
github.com/quasilyte/go-ruleguard v0.4.4
github.com/quasilyte/go-ruleguard/dsl v0.3.22
github.com/quasilyte/regex/syntax v0.0.0-20210819130434-b3f0c404a727
golang.org/x/tools v0.31.0
)
require (
github.com/quasilyte/gogrep v0.5.0 // indirect
github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567 // indirect
golang.org/x/exp/typeparams v0.0.0-20240213143201-ec583247a57a // indirect
golang.org/x/mod v0.24.0 // indirect
golang.org/x/sync v0.12.0 // indirect
)