File tree Expand file tree Collapse file tree 11 files changed +12
-11
lines changed
goformatters/gci/internal/config
scripts/website/expand_templates Expand file tree Collapse file tree 11 files changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -136,11 +136,11 @@ require (
136136 go.augendre.info/arangolint v0.3.1
137137 go.augendre.info/fatcontext v0.9.0
138138 go.uber.org/automaxprocs v1.6.0
139+ go.yaml.in/yaml/v3 v3.0.4
139140 golang.org/x/mod v0.30.0
140141 golang.org/x/sync v0.18.0
141142 golang.org/x/sys v0.38.0
142143 golang.org/x/tools v0.39.0
143- gopkg.in/yaml.v3 v3.0.1
144144 honnef.co/go/tools v0.6.1
145145 mvdan.cc/gofumpt v0.9.2
146146 mvdan.cc/unparam v0.0.0-20251027182757-5beb8c8f8f15
@@ -224,4 +224,5 @@ require (
224224 google.golang.org/protobuf v1.36.8 // indirect
225225 gopkg.in/ini.v1 v1.67.0 // indirect
226226 gopkg.in/yaml.v2 v2.4.0 // indirect
227+ gopkg.in/yaml.v3 v3.0.1 // indirect
227228)
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import (
1717 "github.com/santhosh-tekuri/jsonschema/v6"
1818 "github.com/spf13/cobra"
1919 "github.com/spf13/pflag"
20- "gopkg. in/yaml. v3"
20+ "go.yaml. in/yaml/ v3"
2121
2222 "github.com/golangci/golangci-lint/v2/pkg/exitcodes"
2323)
Original file line number Diff line number Diff line change 77 "path/filepath"
88 "strings"
99
10- "gopkg. in/yaml. v3"
10+ "go.yaml. in/yaml/ v3"
1111)
1212
1313const base = ".custom-gcl"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
1010 "strings"
1111
1212 "github.com/pelletier/go-toml/v2"
13- "gopkg. in/yaml. v3"
13+ "go.yaml. in/yaml/ v3"
1414)
1515
1616type File interface {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package versionone
33import (
44 "encoding"
55
6- "gopkg. in/yaml. v3"
6+ "go.yaml. in/yaml/ v3"
77
88 "github.com/golangci/golangci-lint/v2/pkg/commands/internal/migrate/ptr"
99)
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ import (
2626 "github.com/spf13/pflag"
2727 "github.com/spf13/viper"
2828 "go.uber.org/automaxprocs/maxprocs"
29+ "go.yaml.in/yaml/v3"
2930 "golang.org/x/mod/sumdb/dirhash"
30- "gopkg.in/yaml.v3"
3131
3232 "github.com/golangci/golangci-lint/v2/internal/cache"
3333 "github.com/golangci/golangci-lint/v2/pkg/config"
Original file line number Diff line number Diff line change 44 "sort"
55 "strings"
66
7- "gopkg. in/yaml. v3"
7+ "go.yaml. in/yaml/ v3"
88
99 "github.com/daixiang0/gci/pkg/config"
1010 "github.com/daixiang0/gci/pkg/section"
Original file line number Diff line number Diff line change 44 "fmt"
55
66 "github.com/ashanbrown/forbidigo/v2/forbidigo"
7+ "go.yaml.in/yaml/v3"
78 "golang.org/x/tools/go/analysis"
8- "gopkg.in/yaml.v3"
99
1010 "github.com/golangci/golangci-lint/v2/pkg/config"
1111 "github.com/golangci/golangci-lint/v2/pkg/goanalysis"
Original file line number Diff line number Diff line change 44 "bytes"
55 "fmt"
66
7+ "go.yaml.in/yaml/v3"
78 "golang.org/x/tools/go/packages"
8- "gopkg.in/yaml.v3"
99
1010 "github.com/golangci/golangci-lint/v2/pkg/config"
1111)
Original file line number Diff line number Diff line change 99 "reflect"
1010 "strings"
1111
12- "gopkg. in/yaml. v3"
12+ "go.yaml. in/yaml/ v3"
1313
1414 "github.com/golangci/golangci-lint/v2/pkg/config"
1515 "github.com/golangci/golangci-lint/v2/scripts/website/types"
You can’t perform that action at this time.
0 commit comments