File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 "fmt"
55 "strings"
66
7- "gopkg.in/yaml.v2 "
7+ "gopkg.in/yaml.v3 "
88
99 "github.com/lunarway/shuttle/pkg/errors"
1010 "github.com/lunarway/shuttle/pkg/templates"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ require (
1212 github.com/spf13/cobra v1.7.0
1313 github.com/stretchr/testify v1.8.4
1414 golang.org/x/exp v0.0.0-20230905200255-921286631fa9
15- gopkg.in/yaml.v3 v3.0.1 // indirect
15+ gopkg.in/yaml.v3 v3.0.1
1616)
1717
1818require (
@@ -21,7 +21,6 @@ require (
2121 github.com/otiai10/copy v1.12.0
2222 golang.org/x/mod v0.12.0
2323 golang.org/x/sync v0.3.0
24- gopkg.in/yaml.v2 v2.4.0
2524)
2625
2726require (
Original file line number Diff line number Diff line change @@ -94,8 +94,7 @@ golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8T
9494gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
9595gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
9696gopkg.in/yaml.v2 v2.2.2 /go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI =
97+ gopkg.in/yaml.v2 v2.3.0 h1:clyUAQHOM3G0M3f5vQj7LuJrETvjVot3Z5el9nffUtU =
9798gopkg.in/yaml.v2 v2.3.0 /go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI =
98- gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY =
99- gopkg.in/yaml.v2 v2.4.0 /go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ =
10099gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA =
101100gopkg.in/yaml.v3 v3.0.1 /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
Original file line number Diff line number Diff line change 99
1010 shuttleerrors "github.com/lunarway/shuttle/pkg/errors"
1111 "github.com/lunarway/shuttle/pkg/ui"
12- "gopkg.in/yaml.v2 "
12+ "gopkg.in/yaml.v3 "
1313)
1414
1515// DynamicYaml are any yaml document
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import (
1212 "github.com/lunarway/shuttle/pkg/errors"
1313 "github.com/lunarway/shuttle/pkg/git"
1414 "github.com/lunarway/shuttle/pkg/ui"
15- "gopkg.in/yaml.v2 "
15+ "gopkg.in/yaml.v3 "
1616)
1717
1818// ShuttlePlanScript is a ShuttlePlan sub-element
Original file line number Diff line number Diff line change 66 "path"
77
88 "github.com/lunarway/shuttle/pkg/config"
9- "gopkg.in/yaml.v2 "
9+ "gopkg.in/yaml.v3 "
1010)
1111
1212type ShuttleContext struct {
Original file line number Diff line number Diff line change 99 "text/template"
1010
1111 sprig "github.com/Masterminds/sprig/v3"
12- yaml "gopkg.in/yaml.v2 "
12+ yaml "gopkg.in/yaml.v3 "
1313)
1414
1515type KeyValuePair struct {
Original file line number Diff line number Diff line change 55 "testing"
66
77 "github.com/stretchr/testify/assert"
8- "gopkg.in/yaml.v2 "
8+ "gopkg.in/yaml.v3 "
99)
1010
1111var (
You can’t perform that action at this time.
0 commit comments