Conversation
added 4 commits
May 7, 2026 02:30
- Create go.mod with module path github.com/automationbroker/sbcli - Set Go version to 1.22.3 - Add replace directives for deprecated packages: - github.com/coreos/bbolt → go.etcd.io/bbolt@v1.3.10 - github.com/dgrijalva/jwt-go → github.com/golang-jwt/jwt/v4@v4.5.1 - Document comprehensive migration plan in MIGRATION_PLAN.md Status: Module initialized, pending Go installation for dependency resolution
- Migrated from Gopkg.toml/Gopkg.lock to go.mod/go.sum - Added replace directives for deprecated packages: - github.com/coreos/bbolt → go.etcd.io/bbolt - github.com/dgrijalva/jwt-go → github.com/golang-jwt/jwt/v4 - google.golang.org/grpc/naming (deprecated) - Pinned Kubernetes dependencies to compatible v0.20.15 versions - Updated vendor directory to match new go.mod - Successfully resolved all dependency conflicts Known issues requiring code changes: - broker-client-go (2018) incompatible with modern k8s client APIs - Missing context.Context parameters in client method calls - Requires updating to newer automation broker libraries or code patches
- Documents successful Go modules migration from dep - Lists all dependency updates and replace directives used - Identifies remaining code compatibility issues - Provides clear next steps for completing the project build
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.
No description provided.