File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ require (
6
6
github.com/charmbracelet/log v0.4.0
7
7
github.com/iancoleman/strcase v0.3.0
8
8
github.com/spf13/cobra v1.8.1
9
- golang.org/x/tools v0.25.0
9
+ golang.org/x/sync v0.8.0
10
+ golang.org/x/tools v0.26.0
10
11
)
11
12
12
13
require (
@@ -23,6 +24,5 @@ require (
23
24
github.com/spf13/pflag v1.0.5 // indirect
24
25
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
25
26
golang.org/x/mod v0.21.0 // indirect
26
- golang.org/x/sync v0.8.0 // indirect
27
- golang.org/x/sys v0.25.0 // indirect
27
+ golang.org/x/sys v0.26.0 // indirect
28
28
)
Original file line number Diff line number Diff line change @@ -46,8 +46,12 @@ golang.org/x/sync v0.8.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
46
46
golang.org/x/sys v0.6.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
47
47
golang.org/x/sys v0.25.0 h1:r+8e+loiHxRqhXVl6ML1nO3l1+oFoWbnlu2Ehimmi34 =
48
48
golang.org/x/sys v0.25.0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
49
+ golang.org/x/sys v0.26.0 h1:KHjCJyddX0LoSTb3J+vWpupP9p0oznkqVk/IfjymZbo =
50
+ golang.org/x/sys v0.26.0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
49
51
golang.org/x/tools v0.25.0 h1:oFU9pkj/iJgs+0DT+VMHrx+oBKs/LJMV+Uvg78sl+fE =
50
52
golang.org/x/tools v0.25.0 /go.mod h1:/vtpO8WL1N9cQC3FN5zPqb//fRXskFHbLKk4OW1Q7rg =
53
+ golang.org/x/tools v0.26.0 h1:v/60pFQmzmT9ExmjDv2gGIfi3OqfKoEP6I5+umXlbnQ =
54
+ golang.org/x/tools v0.26.0 /go.mod h1:TPVVj70c7JJ3WCazhD8OdXcZg/og+b9+tH/KxylGwH0 =
51
55
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
52
56
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA =
53
57
gopkg.in/yaml.v3 v3.0.1 /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
You can’t perform that action at this time.
0 commit comments