Skip to content

fix!: normalize Go module paths and update SMD - #87

Open
synackd wants to merge 1 commit into
mainfrom
fix/module-path
Open

fix!: normalize Go module paths and update SMD#87
synackd wants to merge 1 commit into
mainfrom
fix/module-path

Conversation

@synackd

@synackd synackd commented Aug 5, 2026

Copy link
Copy Markdown
Collaborator

Description

Change the BSS module and internal imports to use the canonical lowercase github.com/openchami paths. Upgrade SMD to v2.20.5, migrate its renamed pkg/rf package to pkg/redfish, and update transitive dependencies.

Raise the Go version to 1.26.5 as required by the updated SMD module. These changes prevent case-sensitive module resolution conflicts and align BSS with the OpenCHAMI organization’s normalized module naming.

BREAKING CHANGE: the BSS module path is now github.com/openchami/bss, so consumers must update imports from github.com/OpenCHAMI/bss.

Fixes #86

Checklist

  • My code follows the style guidelines of this project
  • I have added/updated comments where needed
  • I have added tests that prove my fix is effective or my feature works
  • I have run make test (or equivalent) locally and all tests pass
  • I have updated the relevant documentation (CLI examples, man pages, README, other docs, etc.)
  • DCO Sign-off: All commits are signed off (git commit -s) with my real name and email
  • REUSE Compliance:
    • Each new/modified source file has SPDX copyright and license headers
    • Any non-commentable files include a <filename>.license sidecar
    • All referenced licenses are present in the LICENSES/ directory

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update
  • Dependency update

For more info, see Contributing Guidelines.

Change the BSS module and internal imports to use the canonical lowercase
github.com/openchami paths. Upgrade SMD to v2.20.5, migrate its renamed
pkg/rf package to pkg/redfish, and update transitive dependencies.

Raise the Go version to 1.26.5 as required by the updated SMD module. These
changes prevent case-sensitive module resolution conflicts and align BSS
with the OpenCHAMI organization’s normalized module naming.

BREAKING CHANGE: the BSS module path is now github.com/openchami/bss, so
consumers must update imports from github.com/OpenCHAMI/bss.

Signed-off-by: Devon Bautista <17506592+synackd@users.noreply.github.com>
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.

Normalize Go module path

1 participant