Skip to content

Commit ae62cc9

Browse files
committed
.
1 parent d2d09b7 commit ae62cc9

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ require (
66
github.com/google/go-github/v76 v76.0.0
77
github.com/josephburnett/jd v1.9.2
88
github.com/mark3labs/mcp-go v0.36.0
9+
github.com/microcosm-cc/bluemonday v1.0.27
910
github.com/migueleliasweb/go-github-mock v1.3.0
1011
github.com/spf13/cobra v1.10.1
1112
github.com/spf13/viper v1.21.0
@@ -24,7 +25,6 @@ require (
2425
github.com/invopop/jsonschema v0.13.0 // indirect
2526
github.com/josharian/intern v1.0.0 // indirect
2627
github.com/mailru/easyjson v0.7.7 // indirect
27-
github.com/microcosm-cc/bluemonday v1.0.27 // indirect
2828
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
2929
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect
3030
go.yaml.in/yaml/v3 v3.0.4 // indirect

go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
2626
github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU=
2727
github.com/google/go-github/v71 v71.0.0 h1:Zi16OymGKZZMm8ZliffVVJ/Q9YZreDKONCr+WUd0Z30=
2828
github.com/google/go-github/v71 v71.0.0/go.mod h1:URZXObp2BLlMjwu0O8g4y6VBneUj2bCHgnI8FfgZ51M=
29-
github.com/google/go-github/v74 v74.0.0 h1:yZcddTUn8DPbj11GxnMrNiAnXH14gNs559AsUpNpPgM=
30-
github.com/google/go-github/v74 v74.0.0/go.mod h1:ubn/YdyftV80VPSI26nSJvaEsTOnsjrxG3o9kJhcyak=
3129
github.com/google/go-github/v76 v76.0.0 h1:MCa9VQn+VG5GG7Y7BAkBvSRUN3o+QpaEOuZwFPJmdFA=
3230
github.com/google/go-github/v76 v76.0.0/go.mod h1:38+d/8pYDO4fBLYfBhXF5EKO0wA3UkXBjfmQapFsNCQ=
3331
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8=

0 commit comments

Comments
 (0)