Skip to content

Commit b7be093

Browse files
committed
chore: use gopkg.in/yaml v3
1 parent c11d4fa commit b7be093

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/zalando/go-keyring v0.2.6
1616
golang.org/x/oauth2 v0.30.0
1717
google.golang.org/api v0.233.0
18-
gopkg.in/yaml.v2 v2.4.0
18+
gopkg.in/yaml.v3 v3.0.1
1919
)
2020

2121
require (
@@ -97,7 +97,6 @@ require (
9797
google.golang.org/genproto/googleapis/rpc v0.0.0-20250505200425-f936aa4a68b2 // indirect
9898
google.golang.org/grpc v1.72.0 // indirect
9999
google.golang.org/protobuf v1.36.6 // indirect
100-
gopkg.in/yaml.v3 v3.0.1 // indirect
101100
)
102101

103102
tool github.com/a-h/templ/cmd/templ

mount.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
"github.com/coreos/go-systemd/v22/dbus"
1414
"github.com/samber/lo"
1515
"github.com/spf13/cobra"
16-
"gopkg.in/yaml.v2"
16+
"gopkg.in/yaml.v3"
1717
)
1818

1919
var mountCmd = &cobra.Command{

0 commit comments

Comments
 (0)