Skip to content

Migration no standards#1

Open
dymurray wants to merge 4 commits intomasterfrom
migration-no-standards
Open

Migration no standards#1
dymurray wants to merge 4 commits intomasterfrom
migration-no-standards

Conversation

@dymurray
Copy link
Copy Markdown
Owner

@dymurray dymurray commented May 7, 2026

No description provided.

Go Modules Migration Bot 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant