Skip to content
Merged
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 @@ -4,7 +4,7 @@ go 1.26.5

require (
github.com/andrewkroh/go-ecs v0.0.0-20260204044457-2d67483e976a
github.com/andrewkroh/go-package-spec v0.0.0-20260708170158-dfb21dd97261
github.com/andrewkroh/go-package-spec v0.0.0-20260804121015-129728813a7c
github.com/gorilla/handlers v1.5.2
github.com/modelcontextprotocol/go-sdk v1.6.1
go.opentelemetry.io/contrib/exporters/autoexport v0.69.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github.com/andrewkroh/go-ecs v0.0.0-20260204044457-2d67483e976a h1:97PBoqqEQzZGvZFwfYm6bLpIgzj55beJXrGq/15F5xo=
github.com/andrewkroh/go-ecs v0.0.0-20260204044457-2d67483e976a/go.mod h1:MDEnOCgOILh8aBc6rhhUiWPyws1aoNxXw/NY/J5oen8=
github.com/andrewkroh/go-package-spec v0.0.0-20260708170158-dfb21dd97261 h1:gnooV1/aFo5wQT7n/2EJVsjI2cm/y8BPlsZFojc7uHc=
github.com/andrewkroh/go-package-spec v0.0.0-20260708170158-dfb21dd97261/go.mod h1:VYFYfQkXOAe7RIOtSSUNfB6k7bn7An3IKRxfJvTvA8g=
github.com/andrewkroh/go-package-spec v0.0.0-20260804121015-129728813a7c h1:CIYT2U1XxniF9UzUMohfJpkKTceTAq6qYG8Thwijy/s=
github.com/andrewkroh/go-package-spec v0.0.0-20260804121015-129728813a7c/go.mod h1:VYFYfQkXOAe7RIOtSSUNfB6k7bn7An3IKRxfJvTvA8g=
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
github.com/cenkalti/backoff/v5 v5.0.3 h1:ZN+IMa753KfX5hd8vVaMixjnqRZ3y8CuJKRKj1xcsSM=
Expand Down