Skip to content

Commit

Permalink
chore(yaml): upgrade dependency to v3 version (#3456)
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkerou authored Jan 2, 2023
1 parent 7f8488d commit e095a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yaml.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"io"
"net/http"

"gopkg.in/yaml.v2"
"gopkg.in/yaml.v3"
)

type yamlBinding struct{}
Expand Down

0 comments on commit e095a67

Please sign in to comment.