go mod tidy all modules 25/142125/3
authorFiete Ostkamp <fiete.ostkamp@telekom.de>
Fri, 26 Sep 2025 09:40:29 +0000 (11:40 +0200)
committerFiete Ostkamp <fiete.ostkamp@telekom.de>
Mon, 29 Sep 2025 12:48:15 +0000 (14:48 +0200)
commit6db6bc3ff1fe7ba5542be27e77f3c8ef4c624e4c
treee2e9c733d72c27e8d6c563ddeb9aa3e9ba5b2533
parent0866bfd73c04b2696bb3791c2fbca5a8b495e0a0
go mod tidy all modules

- this cleans up the mod file by removing all
  unused dependencies and sort them
- all modules except ovnaction, ncm and rsync
- those modules have issues resolving some
  dependencies, likely because they refer to
  2020 versions of some of the github.com/onap/k8s
  submodules
- do not use the prometheus log struct in one k8splugin
  file to get rid of a prometheus dependency

Issue-ID: MULTICLOUD-1516
Change-Id: I6c1d79cba1d4a7001d962c51730c4d00a53c617f
Signed-off-by: Fiete Ostkamp <fiete.ostkamp@telekom.de>
18 files changed:
src/clm/go.mod
src/clm/go.sum
src/dcm/go.mod
src/dcm/go.sum
src/k8splugin/go.mod
src/k8splugin/go.sum
src/k8splugin/plugins/generic/plugin.go
src/ncm/go.mod
src/ncm/go.sum
src/orchestrator/go.mod
src/orchestrator/go.sum
src/ovnaction/go.mod
src/ovnaction/go.sum
src/rsync/go.mod
src/rsync/go.sum
src/tools/emcoctl/go.sum
src/tools/emcoui/middle_end/go.mod
src/tools/emcoui/middle_end/go.sum