mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01:00
build: update gopkg.in/yaml.v2 to v3
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
||||
"slices"
|
||||
|
||||
"github.com/rclone/rclone/fs"
|
||||
yaml "gopkg.in/yaml.v2"
|
||||
yaml "gopkg.in/yaml.v3"
|
||||
)
|
||||
|
||||
// Test describes an integration test to run with `go test`
|
||||
|
||||
Reference in New Issue
Block a user