Skip to content

Migration with standards#2

Open
dymurray wants to merge 2 commits intomasterfrom
migration-with-standards
Open

Migration with standards#2
dymurray wants to merge 2 commits intomasterfrom
migration-with-standards

Conversation

@dymurray
Copy link
Copy Markdown
Owner

@dymurray dymurray commented May 7, 2026

No description provided.

Goose Migration Bot added 2 commits May 7, 2026 03:21
- Initialize go.mod with module path github.com/automationbroker/sbcli
- Add replace directives for renamed packages:
  * github.com/coreos/bbolt -> go.etcd.io/bbolt
  * github.com/dgrijalva/jwt-go -> github.com/golang-jwt/jwt/v4
  * github.com/imdario/mergo -> dario.cat/mergo
  * github.com/docker/spdystream -> github.com/moby/spdystream
- Remove Gopkg.toml and Gopkg.lock files
- Regenerate vendor directory with go mod vendor
- Set Go version to 1.21

Note: Build currently fails due to API incompatibilities in automationbroker/broker-client-go
with newer Kubernetes client libraries. This requires updating the broker client code
to use newer Kubernetes APIs (context.Context parameters, etc.).
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