File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
2121require (
@@ -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
103102tool github.com/a-h/templ/cmd/templ
Original file line number Diff line number Diff 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
1919var mountCmd = & cobra.Command {
You can’t perform that action at this time.
0 commit comments