Skip to content

Commit

Permalink
CNF-16452: Fix inventory client package name
Browse files Browse the repository at this point in the history
The go.mod declared the package as "client" rather than the fully
qualified package name.

Signed-off-by: Allain Legacy <[email protected]>
  • Loading branch information
alegacy authored and openshift-merge-bot[bot] committed Jan 20, 2025
1 parent cf3a6bb commit e398585
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/inventory-client/generate.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package client
package inventory_client

//go:generate go run github.com/oapi-codegen/oapi-codegen/v2/cmd/oapi-codegen -config oapi-codegen.yaml ../../internal/server/api/openapi.yaml
2 changes: 1 addition & 1 deletion pkg/inventory-client/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module client
module github.com/openshift-kni/oran-hwmgr-plugin/pkg/inventory-client

go 1.22

Expand Down

0 comments on commit e398585

Please sign in to comment.