File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,12 @@ module github.com/nunnatsa/ginkgolinter
2
2
3
3
go 1.19
4
4
5
- require golang.org/x/tools v0.1.11
5
+ require (
6
+ github.com/go-toolsmith/astcopy v1.0.2
7
+ golang.org/x/tools v0.1.11
8
+ )
6
9
7
10
require (
8
- github.com/go-toolsmith/astcopy v1.0.2 // indirect
9
11
golang.org/x/exp/typeparams v0.0.0-20220428152302-39d4317da171 // indirect
10
12
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
11
13
golang.org/x/sys v0.3.0 // indirect
Original file line number Diff line number Diff line change 1
1
github.com/go-toolsmith/astcopy v1.0.2 h1:YnWf5Rnh1hUudj11kei53kI57quN/VH6Hp1n+erozn0 =
2
2
github.com/go-toolsmith/astcopy v1.0.2 /go.mod h1:4TcEdbElGc9twQEYpVo/aieIXfHhiuLh4aLAck6dO7Y =
3
+ github.com/go-toolsmith/astequal v1.0.2 h1:+XvaV8zNxua+9+Oa4AHmgmpo4RYAbwr/qjNppLfX2yM =
3
4
github.com/go-toolsmith/astequal v1.0.2 /go.mod h1:9Ai4UglvtR+4up+bAD4+hCj7iTo4m/OXVTSLnCyTAx4 =
5
+ github.com/go-toolsmith/strparse v1.0.0 h1:Vcw78DnpCAKlM20kSbAyO4mPfJn/lyYA4BJUDxe2Jb4 =
4
6
github.com/go-toolsmith/strparse v1.0.0 /go.mod h1:YI2nUKP9YGZnL/L1/DLFBfixrcjslWct4wyljWhSRy8 =
5
7
golang.org/x/exp/typeparams v0.0.0-20220428152302-39d4317da171 h1:DZhP7zSquENyG3Yb6ZpGqNEtgE8dfXhcLcheIF9RQHY =
6
8
golang.org/x/exp/typeparams v0.0.0-20220428152302-39d4317da171 /go.mod h1:AbB0pIl9nAr9wVwH+Z2ZpaocVmF5I4GyWCDIsVjR0bk =
You can’t perform that action at this time.
0 commit comments