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
refactor: migrate from archived gopkg.in/yaml.v2 to goccy/go-yaml
The gopkg.in/yaml repository has been archived as of April 2025.
This commit migrates to goccy/go-yaml, which is actively maintained
and provides better YAML 1.2 spec compliance.
Changes:
- Replace gopkg.in/yaml.v2 with github.com/goccy/go-yaml v1.18.0
- Update import in pkg/slurm/func.go
- Clean up dependencies with go mod tidy
Signed-off-by: Diego Ciangottini <diego.ciangottini@pg.infn.it>
0 commit comments