chore: update dependencies#80
Merged
tembleking merged 1 commit intomainfrom Apr 27, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the project’s dependency and packaging inputs (Go modules, Nix flake/nixpkgs, and base container image pins) and bumps the packaged version to v1.0.7.
Changes:
- Bump Go module dependencies (notably
mcp-go,oapi-codegen/runtime,ginkgo, andgolang.org/x/*) and updatego.sumaccordingly. - Update Nix inputs (
nixpkgspin inflake.lock) and refresh Nix build/vendor hashes. - Refresh pinned base container image digests/hashes for both amd64 and aarch64.
Reviewed changes
Copilot reviewed 4 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| package.nix | Bumps package version to 1.0.7 and updates vendorHash for Go vendoring. |
| go.mod | Updates required Go dependency versions and adjusts indirect requirements. |
| go.sum | Updates module checksums to match the dependency bumps. |
| flake.lock | Updates the pinned nixpkgs revision/hash/lastModified. |
| docker-base-amd64.nix | Updates pinned base image digest and Nix hash for amd64. |
| docker-base-aarch64.nix | Updates pinned base image digest and Nix hash for aarch64. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
09a5290 to
0b09e66
Compare
mateobur
approved these changes
Apr 27, 2026
dangaiden
pushed a commit
that referenced
this pull request
Apr 27, 2026
Bump Go deps (mcp-go v0.49.0, oapi-codegen/runtime v1.4.0, ginkgo v2.28.2, golang.org/x/*), nixpkgs, and base container images. Version bump to v1.0.7. nixpkgs bump brings Go 1.26.2 which fixes 4 stdlib vulnerabilities affecting our code: - **GO-2026-4947**: unexpected work during chain building in `crypto/x509` - **GO-2026-4946**: inefficient policy validation in `crypto/x509` - **GO-2026-4870**: unauthenticated TLS 1.3 KeyUpdate causes persistent connection retention and DoS in `crypto/tls` - **GO-2026-4866**: case-sensitive `excludedSubtrees` name constraints cause auth bypass in `crypto/x509`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bump Go deps (mcp-go v0.49.0, oapi-codegen/runtime v1.4.0, ginkgo v2.28.2, golang.org/x/*), nixpkgs, and base container images. Version bump to v1.0.7.
nixpkgs bump brings Go 1.26.2 which fixes 4 stdlib vulnerabilities affecting our code:
crypto/x509crypto/x509crypto/tlsexcludedSubtreesname constraints cause auth bypass incrypto/x509