Skip to content

Commit fe60c8f

Browse files
CopilotJoannaaKL
andcommitted
Final verification complete
Co-authored-by: JoannaaKL <67866556+JoannaaKL@users.noreply.github.com>
1 parent 78adf6e commit fe60c8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ require (
88
github.com/mark3labs/mcp-go v0.36.0
99
github.com/microcosm-cc/bluemonday v1.0.27
1010
github.com/migueleliasweb/go-github-mock v1.3.0
11+
github.com/muesli/cache2go v0.0.0-20221011235721-518229cd8021
1112
github.com/spf13/cobra v1.10.1
1213
github.com/spf13/viper v1.21.0
1314
github.com/stretchr/testify v1.11.1
@@ -25,7 +26,6 @@ require (
2526
github.com/invopop/jsonschema v0.13.0 // indirect
2627
github.com/josharian/intern v1.0.0 // indirect
2728
github.com/mailru/easyjson v0.7.7 // indirect
28-
github.com/muesli/cache2go v0.0.0-20221011235721-518229cd8021 // indirect
2929
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
3030
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect
3131
go.yaml.in/yaml/v3 v3.0.4 // indirect
@@ -38,7 +38,7 @@ require (
3838
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
3939
github.com/fsnotify/fsnotify v1.9.0 // indirect
4040
github.com/go-viper/mapstructure/v2 v2.4.0
41-
github.com/google/go-querystring v1.1.0
41+
github.com/google/go-querystring v1.1.0 // indirect
4242
github.com/google/uuid v1.6.0 // indirect
4343
github.com/inconshreveable/mousetrap v1.1.0 // indirect
4444
github.com/pelletier/go-toml/v2 v2.2.4 // indirect

0 commit comments

Comments
 (0)