You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 26, 2025. It is now read-only.
Update sub-Go-module tags to valid values, remove local replacement (#929)
* chore(go-mod): fixed Koperator submodule tags
Previously invalid tags were specified for
Koperator sub-Go-modules (api, properties), tagged
these and referenced the latest tags.
* chore(go-mod): removed local replacements
Previously the local sub-Go-modules (api,
properties) were depended upon by the root Go
module using a local replacement.
Removed this because it is not transitive to
downstream usage - where Koperator is also a
dependency - and is anyway only neede for
development purposes which can be kept on local
machine instead of having it committed to the
repo.
0 commit comments