removing obsolete github.com/docker/docker package#1878
Open
jcchr wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates Go module dependencies across multiple interactive_ai components to eliminate the deprecated github.com/docker/docker module from the dependency graph (primarily by updating upstream dependencies), aligning with the stated security/maintenance intent.
Changes:
- Removes
github.com/docker/dockerfrom the resolved dependency set (no remaining references found in the repo). - Updates several transitive dependencies (notably Docker/Moby-related libraries, OpenTelemetry instrumentation,
klauspost/compress,golang.org/x/*, andtestcontainers-go) across the affected Go modules. - Refreshes
go.sumfiles to match the new module graphs.
Reviewed changes
Copilot reviewed 3 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| interactive_ai/services/media/go.mod | Drops github.com/docker/docker and updates indirect dependency versions to match the new resolved graph. |
| interactive_ai/services/media/go.sum | Updates checksums to reflect the refreshed dependency graph (removal of github.com/docker/docker, new Moby/containerd entries, version bumps). |
| interactive_ai/services/inference_gateway/go.mod | Updates several indirect dependency versions (klauspost/compress, objx, golang.org/x/*). |
| interactive_ai/services/inference_gateway/go.sum | Refreshes checksums and removes github.com/docker/docker from the resolved set. |
| interactive_ai/libs/iai_core_go/go.mod | Updates testcontainers-go (direct) and aligns indirect dependencies with the new graph (including removal of github.com/docker/docker). |
| interactive_ai/libs/iai_core_go/go.sum | Refreshes checksums to match updated dependency resolution and removed obsolete Docker module. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
📝 Description
Update of the obsolete jchrapko/docker_go_update package.
✨ Type of Change
Select the type of change your PR introduces:
🧪 Testing Scenarios
Describe how the changes were tested and how reviewers can test them too:
✅ Checklist
Before submitting the PR, ensure the following: