We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 020a51f commit cec7b00Copy full SHA for cec7b00
1 file changed
go.mod
@@ -28,7 +28,7 @@ require (
28
github.com/lithammer/fuzzysearch v1.1.8
29
github.com/mailru/easyjson v0.7.7 // indirect
30
github.com/modelcontextprotocol/go-sdk v1.2.0
31
- github.com/pelletier/go-toml/v2 v2.2.4 // indirect
+ github.com/pelletier/go-toml/v2 v2.2.4
32
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
33
github.com/rogpeppe/go-internal v1.13.1 // indirect
34
github.com/sagikazarmark/locafero v0.11.0 // indirect
@@ -50,5 +50,5 @@ require (
50
golang.org/x/text v0.28.0 // indirect
51
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
52
gopkg.in/yaml.v2 v2.4.0 // indirect
53
- gopkg.in/yaml.v3 v3.0.1 // indirect
+ gopkg.in/yaml.v3 v3.0.1
54
)
0 commit comments