[stable/2024.1] fix: update go dependencies (#2006)

oras-go is the main reason.
types.AuthConfig is deprecated in docker v25.x.x.
This causes unit test failure.
/go/pkg/mod/oras.land/oras-go@v1.2.4/pkg/auth/docker/login_tls.go:44:20: undefined: types.AuthConfig /go/pkg/mod/oras.land/oras-go@v1.2.4/pkg/auth/docker/login_tls.go:62:131: undefined: types.AuthConfig /go/pkg/mod/oras.land/oras-go@v1.2.4/pkg/auth/docker/login_tls.go:122:32: undefined: types.AuthConfig /go/pkg/mod/oras.land/oras-go@v1.2.4/pkg/auth/docker/login.go:54:16: undefined: types.AuthConfig oras-go is indirect dep belonging to helm.sh/helm/v3. Since v3.15.2, helm uses 1.2.5 oras-go.
Btw, I updated helm to v3.16.2.
here are references.
oras-project/oras-go#691 oras-project/oras-go#697 https://github.com/helm/helm/releases/tag/v3.15.2
fix #2001
Depends-On: #2028
3 files changed
tree: 021cfdff47eac098125d9026c34cf73e2cf8c114
  1. .github/
  2. atmosphere/
  3. build/
  4. charts/
  5. cmd/
  6. doc/
  7. hack/
  8. images/
  9. internal/
  10. meta/
  11. molecule/
  12. playbooks/
  13. plugins/
  14. roles/
  15. tests/
  16. tools/
  17. zuul.d/
  18. .ansible-lint
  19. .charts.yml
  20. .envrc
  21. .flake8
  22. .gitignore
  23. .pre-commit-config.yaml
  24. .python-version
  25. .stestr.conf
  26. CHANGELOG.md
  27. Dockerfile
  28. Earthfile
  29. flake.lock
  30. flake.nix
  31. galaxy.yml
  32. go.mod
  33. go.sum
  34. README.md
  35. requirements.txt
  36. setup.cfg
  37. setup.py
  38. tox.ini
README.md

Atmosphere

Community

If you have any questions and discussions about Atmosphere, you can join the community:

Contributing

You'll need to make sure that you have pre-commit setup and installed in your environment by running these commands::

pre-commit install --hook-type commit-msg