Skip to content

Commit

Permalink
Bump gopkg.in/yaml.v2 to .v3
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelAbon1p authored Jun 6, 2024
1 parent d36189b commit 529bf92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/gitea/personal_access_token.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/1Password/shell-plugins/sdk/schema"
"github.com/1Password/shell-plugins/sdk/schema/credname"
"github.com/1Password/shell-plugins/sdk/schema/fieldname"
"gopkg.in/yaml.v2"
"gopkg.in/yaml.v3"
)

func ConfigPath() string {
Expand Down

0 comments on commit 529bf92

Please sign in to comment.