Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/google/go-containerregistry v0.21.5
github.com/google/uuid v1.6.0
github.com/mark3labs/mcp-go v0.51.0
github.com/modelcontextprotocol/registry v1.7.7
github.com/modelcontextprotocol/registry v1.7.8
github.com/opencontainers/go-digest v1.0.0
github.com/opencontainers/image-spec v1.1.1
github.com/sigstore/protobuf-specs v0.5.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,8 @@ github.com/mitchellh/go-homedir v1.1.0 h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG
github.com/mitchellh/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0=
github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY=
github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
github.com/modelcontextprotocol/registry v1.7.7 h1:vpJgWsU6vrlX3nOeasH+m+nGFVwt6ZWJ7XcNjy6GKOc=
github.com/modelcontextprotocol/registry v1.7.7/go.mod h1:+5Vq308eizn+5Chm20ZkWPijRUa23y0VicjTBmSzuR8=
github.com/modelcontextprotocol/registry v1.7.8 h1:lCocUoroUh1PEFEKDFlLc8yS0GmWTQEApqzHeNqv8Zg=
github.com/modelcontextprotocol/registry v1.7.8/go.mod h1:+5Vq308eizn+5Chm20ZkWPijRUa23y0VicjTBmSzuR8=
github.com/natefinch/atomic v1.0.1 h1:ZPYKxkqQOx3KZ+RsbnP/YsgvxWQPGxjC0oBt2AhwV0A=
github.com/natefinch/atomic v1.0.1/go.mod h1:N/D/ELrljoqDyT3rZrsUmtsuzvHkeB/wWjHV22AZRbM=
github.com/oklog/ulid v1.3.1 h1:EGfNDEx6MqHz8B3uNV6QAib1UR2Lm97sHi3ocA6ESJ4=
Expand Down
Loading