Dependency management in development context #3

Closed
opened 2024-12-10 14:28:27 +01:00 by plm · 1 comment
Owner

dependencies on opencloud core packages should not be resolved from repository, but from local path to ease development

dependencies on opencloud core packages should not be resolved from repository, but from local path to ease development
plm self-assigned this 2024-12-10 14:28:37 +01:00
Author
Owner

Added a "replace" directive in the go.mod file to point on local oc-lib implementation.
replace directive is wiped out from go.mod with sed command in Dockerfile to rely on "require" non-local directive during building phase.

Added a "replace" directive in the go.mod file to point on local oc-lib implementation. replace directive is wiped out from go.mod with sed command in Dockerfile to rely on "require" non-local directive during building phase.
plm closed this issue 2024-12-16 09:27:51 +01:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: core/oc-auth#3
No description provided.