File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ require (
7
7
github.com/josephburnett/jd v1.9.2
8
8
github.com/mark3labs/mcp-go v0.36.0
9
9
github.com/migueleliasweb/go-github-mock v1.3.0
10
- github.com/spf13/cobra v1.9 .1
10
+ github.com/spf13/cobra v1.10 .1
11
11
github.com/spf13/viper v1.20.1
12
12
github.com/stretchr/testify v1.11.1
13
13
)
@@ -44,7 +44,7 @@ require (
44
44
github.com/sourcegraph/conc v0.3.0 // indirect
45
45
github.com/spf13/afero v1.14.0 // indirect
46
46
github.com/spf13/cast v1.7.1 // indirect
47
- github.com/spf13/pflag v1.0.6
47
+ github.com/spf13/pflag v1.0.9
48
48
github.com/subosito/gotenv v1.6.0 // indirect
49
49
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
50
50
go.uber.org/multierr v1.11.0 // indirect
Original file line number Diff line number Diff line change @@ -78,10 +78,10 @@ github.com/spf13/afero v1.14.0 h1:9tH6MapGnn/j0eb0yIXiLjERO8RB6xIVZRDCX7PtqWA=
78
78
github.com/spf13/afero v1.14.0 /go.mod h1:acJQ8t0ohCGuMN3O+Pv0V0hgMxNYDlvdk+VTfyZmbYo =
79
79
github.com/spf13/cast v1.7.1 h1:cuNEagBQEHWN1FnbGEjCXL2szYEXqfJPbP2HNUaca9Y =
80
80
github.com/spf13/cast v1.7.1 /go.mod h1:ancEpBxwJDODSW/UG4rDrAqiKolqNNh2DX3mk86cAdo =
81
- github.com/spf13/cobra v1.9 .1 h1:CXSaggrXdbHK9CF+8ywj8Amf7PBRmPCOJugH954Nnlo =
82
- github.com/spf13/cobra v1.9 .1 /go.mod h1:nDyEzZ8ogv936Cinf6g1RU9MRY64Ir93oCnqb9wxYW0 =
83
- github.com/spf13/pflag v1.0.6 h1:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o =
84
- github.com/spf13/pflag v1.0.6 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
81
+ github.com/spf13/cobra v1.10 .1 h1:lJeBwCfmrnXthfAupyUTzJ/J4Nc1RsHC/mSRU2dll/s =
82
+ github.com/spf13/cobra v1.10 .1 /go.mod h1:7SmJGaTHFVBY0jW4NXGluQoLvhqFQM+6XSKD+P4XaB0 =
83
+ github.com/spf13/pflag v1.0.9 h1:9exaQaMOCwffKiiiYk6/BndUBv+iRViNW+4lEMi0PvY =
84
+ github.com/spf13/pflag v1.0.9 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
85
85
github.com/spf13/viper v1.20.1 h1:ZMi+z/lvLyPSCoNtFCpqjy0S4kPbirhpTMwl8BkW9X4 =
86
86
github.com/spf13/viper v1.20.1 /go.mod h1:P9Mdzt1zoHIG8m2eZQinpiBjo6kCmZSKBClNNqjJvu4 =
87
87
github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ Some packages may only be included on certain architectures or operating systems
32
32
- [ github.com/sourcegraph/conc] ( https://pkg.go.dev/github.com/sourcegraph/conc ) ([ MIT] ( https://github.com/sourcegraph/conc/blob/v0.3.0/LICENSE ) )
33
33
- [ github.com/spf13/afero] ( https://pkg.go.dev/github.com/spf13/afero ) ([ Apache-2.0] ( https://github.com/spf13/afero/blob/v1.14.0/LICENSE.txt ) )
34
34
- [ github.com/spf13/cast] ( https://pkg.go.dev/github.com/spf13/cast ) ([ MIT] ( https://github.com/spf13/cast/blob/v1.7.1/LICENSE ) )
35
- - [ github.com/spf13/cobra] ( https://pkg.go.dev/github.com/spf13/cobra ) ([ Apache-2.0] ( https://github.com/spf13/cobra/blob/v1.9 .1/LICENSE.txt ) )
36
- - [ github.com/spf13/pflag] ( https://pkg.go.dev/github.com/spf13/pflag ) ([ BSD-3-Clause] ( https://github.com/spf13/pflag/blob/v1.0.6 /LICENSE ) )
35
+ - [ github.com/spf13/cobra] ( https://pkg.go.dev/github.com/spf13/cobra ) ([ Apache-2.0] ( https://github.com/spf13/cobra/blob/v1.10 .1/LICENSE.txt ) )
36
+ - [ github.com/spf13/pflag] ( https://pkg.go.dev/github.com/spf13/pflag ) ([ BSD-3-Clause] ( https://github.com/spf13/pflag/blob/v1.0.9 /LICENSE ) )
37
37
- [ github.com/spf13/viper] ( https://pkg.go.dev/github.com/spf13/viper ) ([ MIT] ( https://github.com/spf13/viper/blob/v1.20.1/LICENSE ) )
38
38
- [ github.com/subosito/gotenv] ( https://pkg.go.dev/github.com/subosito/gotenv ) ([ MIT] ( https://github.com/subosito/gotenv/blob/v1.6.0/LICENSE ) )
39
39
- [ github.com/wk8/go-ordered-map/v2] ( https://pkg.go.dev/github.com/wk8/go-ordered-map/v2 ) ([ Apache-2.0] ( https://github.com/wk8/go-ordered-map/blob/v2.1.8/LICENSE ) )
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ Some packages may only be included on certain architectures or operating systems
32
32
- [ github.com/sourcegraph/conc] ( https://pkg.go.dev/github.com/sourcegraph/conc ) ([ MIT] ( https://github.com/sourcegraph/conc/blob/v0.3.0/LICENSE ) )
33
33
- [ github.com/spf13/afero] ( https://pkg.go.dev/github.com/spf13/afero ) ([ Apache-2.0] ( https://github.com/spf13/afero/blob/v1.14.0/LICENSE.txt ) )
34
34
- [ github.com/spf13/cast] ( https://pkg.go.dev/github.com/spf13/cast ) ([ MIT] ( https://github.com/spf13/cast/blob/v1.7.1/LICENSE ) )
35
- - [ github.com/spf13/cobra] ( https://pkg.go.dev/github.com/spf13/cobra ) ([ Apache-2.0] ( https://github.com/spf13/cobra/blob/v1.9 .1/LICENSE.txt ) )
36
- - [ github.com/spf13/pflag] ( https://pkg.go.dev/github.com/spf13/pflag ) ([ BSD-3-Clause] ( https://github.com/spf13/pflag/blob/v1.0.6 /LICENSE ) )
35
+ - [ github.com/spf13/cobra] ( https://pkg.go.dev/github.com/spf13/cobra ) ([ Apache-2.0] ( https://github.com/spf13/cobra/blob/v1.10 .1/LICENSE.txt ) )
36
+ - [ github.com/spf13/pflag] ( https://pkg.go.dev/github.com/spf13/pflag ) ([ BSD-3-Clause] ( https://github.com/spf13/pflag/blob/v1.0.9 /LICENSE ) )
37
37
- [ github.com/spf13/viper] ( https://pkg.go.dev/github.com/spf13/viper ) ([ MIT] ( https://github.com/spf13/viper/blob/v1.20.1/LICENSE ) )
38
38
- [ github.com/subosito/gotenv] ( https://pkg.go.dev/github.com/subosito/gotenv ) ([ MIT] ( https://github.com/subosito/gotenv/blob/v1.6.0/LICENSE ) )
39
39
- [ github.com/wk8/go-ordered-map/v2] ( https://pkg.go.dev/github.com/wk8/go-ordered-map/v2 ) ([ Apache-2.0] ( https://github.com/wk8/go-ordered-map/blob/v2.1.8/LICENSE ) )
Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ Some packages may only be included on certain architectures or operating systems
33
33
- [ github.com/sourcegraph/conc] ( https://pkg.go.dev/github.com/sourcegraph/conc ) ([ MIT] ( https://github.com/sourcegraph/conc/blob/v0.3.0/LICENSE ) )
34
34
- [ github.com/spf13/afero] ( https://pkg.go.dev/github.com/spf13/afero ) ([ Apache-2.0] ( https://github.com/spf13/afero/blob/v1.14.0/LICENSE.txt ) )
35
35
- [ github.com/spf13/cast] ( https://pkg.go.dev/github.com/spf13/cast ) ([ MIT] ( https://github.com/spf13/cast/blob/v1.7.1/LICENSE ) )
36
- - [ github.com/spf13/cobra] ( https://pkg.go.dev/github.com/spf13/cobra ) ([ Apache-2.0] ( https://github.com/spf13/cobra/blob/v1.9 .1/LICENSE.txt ) )
37
- - [ github.com/spf13/pflag] ( https://pkg.go.dev/github.com/spf13/pflag ) ([ BSD-3-Clause] ( https://github.com/spf13/pflag/blob/v1.0.6 /LICENSE ) )
36
+ - [ github.com/spf13/cobra] ( https://pkg.go.dev/github.com/spf13/cobra ) ([ Apache-2.0] ( https://github.com/spf13/cobra/blob/v1.10 .1/LICENSE.txt ) )
37
+ - [ github.com/spf13/pflag] ( https://pkg.go.dev/github.com/spf13/pflag ) ([ BSD-3-Clause] ( https://github.com/spf13/pflag/blob/v1.0.9 /LICENSE ) )
38
38
- [ github.com/spf13/viper] ( https://pkg.go.dev/github.com/spf13/viper ) ([ MIT] ( https://github.com/spf13/viper/blob/v1.20.1/LICENSE ) )
39
39
- [ github.com/subosito/gotenv] ( https://pkg.go.dev/github.com/subosito/gotenv ) ([ MIT] ( https://github.com/subosito/gotenv/blob/v1.6.0/LICENSE ) )
40
40
- [ github.com/wk8/go-ordered-map/v2] ( https://pkg.go.dev/github.com/wk8/go-ordered-map/v2 ) ([ Apache-2.0] ( https://github.com/wk8/go-ordered-map/blob/v2.1.8/LICENSE ) )
You can’t perform that action at this time.
0 commit comments