File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,11 @@ import (
9
9
"os"
10
10
"strings"
11
11
12
+ yaml "github.com/goccy/go-yaml"
12
13
"github.com/magiconair/properties"
13
-
14
14
analytics "github.com/segmentio/analytics-go/v3"
15
15
"github.com/segmentio/chamber/v3/utils"
16
16
"github.com/spf13/cobra"
17
- "gopkg.in/yaml.v3"
18
17
)
19
18
20
19
// exportCmd represents the export command
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ import (
5
5
"io"
6
6
"os"
7
7
8
+ yaml "github.com/goccy/go-yaml"
8
9
analytics "github.com/segmentio/analytics-go/v3"
9
10
"github.com/segmentio/chamber/v3/store"
10
11
"github.com/segmentio/chamber/v3/utils"
11
12
"github.com/spf13/cobra"
12
- "gopkg.in/yaml.v3"
13
13
)
14
14
15
15
var (
Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ require (
12
12
github.com/aws/aws-sdk-go-v2/service/ssm v1.56.4
13
13
github.com/aws/aws-sdk-go-v2/service/sts v1.33.6
14
14
github.com/aws/smithy-go v1.22.1
15
+ github.com/goccy/go-yaml v1.17.1
15
16
github.com/magiconair/properties v1.8.9
16
17
github.com/segmentio/analytics-go/v3 v3.3.0
17
18
github.com/spf13/cobra v1.8.1
18
19
github.com/stretchr/testify v1.10.0
19
20
golang.org/x/sys v0.29.0
20
- gopkg.in/yaml.v3 v3.0.1
21
21
)
22
22
23
23
require (
@@ -42,4 +42,5 @@ require (
42
42
github.com/pmezard/go-difflib v1.0.0 // indirect
43
43
github.com/segmentio/backo-go v1.0.1 // indirect
44
44
github.com/spf13/pflag v1.0.5 // indirect
45
+ gopkg.in/yaml.v3 v3.0.1 // indirect
45
46
)
You can’t perform that action at this time.
0 commit comments