Dependency management in development context #3
Labels
No Label
Kind/Bug
Kind/Doc
Kind/Feature
Kind/Security
Kind/Testing
Priority/High
Priority/Low
Priority/Medium
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: core/oc-auth#3
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
dependencies on opencloud core packages should not be resolved from repository, but from local path to ease development
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.