Skip to content

Clean up go.sum by updating libraries in go.mod

Igor Drozdov requested to merge id-bump-text into main

This merge request:

  • Drop 1.16 compatibility in go.sum. The diff contains changes from running go mod tidy -compat=1.17. We don't support 1.16 for a while, this command just cleans up the unnecessary dependencies
  • Bumps x/text to 0.3.8 in the indirect dependencies
  • Update prometheus package to 1.13.1 and excludes 1.12.1 version to break the cycling dependency that loads a lot of obsolete libraries

Merge request reports