Skip to content

Commit cec7b00

Browse files
Promote yaml.v3 and go-toml/v2 to direct dependencies
go mod tidy correctly marks these as direct imports now that semantic_diff.go uses them for YAML and TOML parsing.
1 parent 020a51f commit cec7b00

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
@@ -28,7 +28,7 @@ require (
2828
github.com/lithammer/fuzzysearch v1.1.8
2929
github.com/mailru/easyjson v0.7.7 // indirect
3030
github.com/modelcontextprotocol/go-sdk v1.2.0
31-
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
31+
github.com/pelletier/go-toml/v2 v2.2.4
3232
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
3333
github.com/rogpeppe/go-internal v1.13.1 // indirect
3434
github.com/sagikazarmark/locafero v0.11.0 // indirect
@@ -50,5 +50,5 @@ require (
5050
golang.org/x/text v0.28.0 // indirect
5151
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
5252
gopkg.in/yaml.v2 v2.4.0 // indirect
53-
gopkg.in/yaml.v3 v3.0.1 // indirect
53+
gopkg.in/yaml.v3 v3.0.1
5454
)

0 commit comments

Comments
 (0)