Skip to content

Commit 6aa7ee7

Browse files
chore(deps): update all dependencies
1 parent f513b31 commit 6aa7ee7

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

go.mod

+6-6
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ require (
3030
github.com/alexkohler/prealloc v1.0.0 // indirect
3131
github.com/alingse/asasalint v0.0.11 // indirect
3232
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
3535
github.com/beorn7/perks v1.0.1 // indirect
3636
github.com/bkielbasa/cyclop v1.2.3 // indirect
3737
github.com/blizzy78/varnamelen v0.8.0 // indirect
@@ -87,7 +87,7 @@ require (
8787
github.com/hashicorp/go-immutable-radix/v2 v2.1.0 // indirect
8888
github.com/hashicorp/go-version v1.7.0 // indirect
8989
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
9191
github.com/hexops/gotextdiff v1.0.3 // indirect
9292
github.com/inconshreveable/mousetrap v1.1.0 // indirect
9393
github.com/jgautheron/goconst v1.7.1 // indirect
@@ -115,7 +115,7 @@ require (
115115
github.com/mattn/go-colorable v0.1.14 // indirect
116116
github.com/mattn/go-isatty v0.0.20 // indirect
117117
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
119119
github.com/mgechev/revive v1.7.0 // indirect
120120
github.com/mitchellh/go-homedir v1.1.0 // indirect
121121
github.com/mitchellh/mapstructure v1.5.0 // indirect
@@ -125,7 +125,7 @@ require (
125125
github.com/nishanths/predeclared v0.2.2 // indirect
126126
github.com/nunnatsa/ginkgolinter v0.19.1 // indirect
127127
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
129129
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
130130
github.com/pmezard/go-difflib v1.0.0 // indirect
131131
github.com/polyfloyd/go-errorlint v1.7.1 // indirect
@@ -195,7 +195,7 @@ require (
195195
google.golang.org/protobuf v1.36.4 // indirect
196196
gopkg.in/inf.v0 v0.9.1 // indirect
197197
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
199199
gopkg.in/yaml.v3 v3.0.1 // indirect
200200
honnef.co/go/tools v0.6.0 // indirect
201201
mvdan.cc/gofumpt v0.7.0 // indirect

go.sum

+4
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,10 @@ github.com/alingse/nilnesserr v0.1.2 h1:Yf8Iwm3z2hUUrP4muWfW83DF4nE3r1xZ26fGWUKC
8383
github.com/alingse/nilnesserr v0.1.2/go.mod h1:1xJPrXonEtX7wyTq8Dytns5P2hNzoWymVUIaKm4HNFg=
8484
github.com/ashanbrown/forbidigo v1.6.0 h1:D3aewfM37Yb3pxHujIPSpTf6oQk9sc9WZi8gerOIVIY=
8585
github.com/ashanbrown/forbidigo v1.6.0/go.mod h1:Y8j9jy9ZYAEHXdu723cUlraTqbzjKF1MUyfOKL+AjcU=
86+
github.com/ashanbrown/forbidigo/v2 v2.1.0/go.mod h1:0zZfdNAuZIL7rSComLGthgc/9/n2FqspBOH90xlCHdA=
8687
github.com/ashanbrown/makezero v1.2.0 h1:/2Lp1bypdmK9wDIq7uWBlDF1iMUpIIS4A+pF6C9IEUU=
8788
github.com/ashanbrown/makezero v1.2.0/go.mod h1:dxlPhHbDMC6N6xICzFBSK+4njQDdK8euNO0qjQMtGY4=
89+
github.com/ashanbrown/makezero/v2 v2.0.1/go.mod h1:kKU4IMxmYW1M4fiEHMb2vc5SFoPzXvgbMR9gIp5pjSw=
8890
github.com/benbjohnson/clock v1.1.0 h1:Q92kusRqC1XV2MjkWETPvjJVqKetz1OzxZB7mHJLju8=
8991
github.com/benbjohnson/clock v1.1.0/go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA=
9092
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q=
@@ -317,6 +319,7 @@ github.com/hashicorp/golang-lru/v2 v2.0.7 h1:a+bsQ5rvGLjzHuww6tVxozPZFVghXaHOwFs
317319
github.com/hashicorp/golang-lru/v2 v2.0.7/go.mod h1:QeFd9opnmA6QUJc5vARoKUSoFhyfM2/ZepoAG6RGpeM=
318320
github.com/hashicorp/hcl v1.0.0 h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4=
319321
github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ=
322+
github.com/hashicorp/hcl/v2 v2.23.0/go.mod h1:62ZYHrXgPoX8xBnzl8QzbWq4dyDsDtfCRgIq1rbJEvA=
320323
github.com/hexops/gotextdiff v1.0.3 h1:gitA9+qJrrTCsiCl7+kh75nPqQt1cx4ZkudSTLoUqJM=
321324
github.com/hexops/gotextdiff v1.0.3/go.mod h1:pSWU5MAI3yDq+fZBTazCSJysOMbxWL1BSow5/V2vxeg=
322325
github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=
@@ -398,6 +401,7 @@ github.com/mattn/go-runewidth v0.0.16 h1:E5ScNMtiwvlvB5paMFdw9p4kSQzbXFikJ5SQO6T
398401
github.com/mattn/go-runewidth v0.0.16/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
399402
github.com/matttproud/golang_protobuf_extensions v1.0.1 h1:4hp9jkHxhMHkqkrB3Ix0jegS5sx/RkqARlsWZ6pIwiU=
400403
github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0=
404+
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0/go.mod h1:QUyp042oQthUoa9bqDv0ER0wrtXnBruoNd7aNjkbP+k=
401405
github.com/mgechev/revive v1.7.0 h1:JyeQ4yO5K8aZhIKf5rec56u0376h8AlKNQEmjfkjKlY=
402406
github.com/mgechev/revive v1.7.0/go.mod h1:qZnwcNhoguE58dfi96IJeSTPeZQejNeoMQLUZGi4SW4=
403407
github.com/mitchellh/go-homedir v1.1.0 h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y=

0 commit comments

Comments
 (0)