@@ -30,8 +30,8 @@ require (
30
30
github.com/alexkohler/prealloc v1.0.0 // indirect
31
31
github.com/alingse/asasalint v0.0.11 // indirect
32
32
github.com/alingse/nilnesserr v0.1.2 // indirect
33
- github.com/ashanbrown/forbidigo v1.6 .0 // indirect
34
- github.com/ashanbrown/makezero v1.2.0 // indirect
33
+ github.com/ashanbrown/forbidigo/v2 v2.1 .0 // indirect
34
+ github.com/ashanbrown/makezero/v2 v2.0.1 // indirect
35
35
github.com/beorn7/perks v1.0.1 // indirect
36
36
github.com/bkielbasa/cyclop v1.2.3 // indirect
37
37
github.com/blizzy78/varnamelen v0.8.0 // indirect
@@ -87,7 +87,7 @@ require (
87
87
github.com/hashicorp/go-immutable-radix/v2 v2.1.0 // indirect
88
88
github.com/hashicorp/go-version v1.7.0 // indirect
89
89
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
90
- github.com/hashicorp/hcl v1.0 .0 // indirect
90
+ github.com/hashicorp/hcl/v2 v2.23 .0 // indirect
91
91
github.com/hexops/gotextdiff v1.0.3 // indirect
92
92
github.com/inconshreveable/mousetrap v1.1.0 // indirect
93
93
github.com/jgautheron/goconst v1.7.1 // indirect
@@ -115,7 +115,7 @@ require (
115
115
github.com/mattn/go-colorable v0.1.14 // indirect
116
116
github.com/mattn/go-isatty v0.0.20 // indirect
117
117
github.com/mattn/go-runewidth v0.0.16 // indirect
118
- github.com/matttproud/golang_protobuf_extensions v1 .0.1 // indirect
118
+ github.com/matttproud/golang_protobuf_extensions/v2 v2 .0.0 // indirect
119
119
github.com/mgechev/revive v1.7.0 // indirect
120
120
github.com/mitchellh/go-homedir v1.1.0 // indirect
121
121
github.com/mitchellh/mapstructure v1.5.0 // indirect
@@ -125,7 +125,7 @@ require (
125
125
github.com/nishanths/predeclared v0.2.2 // indirect
126
126
github.com/nunnatsa/ginkgolinter v0.19.1 // indirect
127
127
github.com/olekukonko/tablewriter v0.0.5 // indirect
128
- github.com/pelletier/go-toml v1.9.5 // indirect
128
+ github.com/pelletier/go-toml/v2 v2.2.3 // indirect
129
129
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
130
130
github.com/pmezard/go-difflib v1.0.0 // indirect
131
131
github.com/polyfloyd/go-errorlint v1.7.1 // indirect
@@ -195,7 +195,7 @@ require (
195
195
google.golang.org/protobuf v1.36.4 // indirect
196
196
gopkg.in/inf.v0 v0.9.1 // indirect
197
197
gopkg.in/ini.v1 v1.67.0 // indirect
198
- gopkg.in/yaml.v2 v2.4.0 // indirect
198
+ gopkg.in/yaml.v3 v3.0.1 // indirect
199
199
gopkg.in/yaml.v3 v3.0.1 // indirect
200
200
honnef.co/go/tools v0.6.0 // indirect
201
201
mvdan.cc/gofumpt v0.7.0 // indirect
0 commit comments