Skip to content

Commit 60a094b

Browse files
fix(deps): update module github.com/circleci/ex to v1.0.20484-41c9400
1 parent 37fd766 commit 60a094b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ require (
335335
github.com/hashicorp/golang-lru v1.0.2 // indirect
336336
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
337337
github.com/hashicorp/hcl v1.0.1-vault-7 // indirect
338-
github.com/hashicorp/vault/api v1.22.0 // indirect
338+
github.com/hashicorp/vault/api v1.23.0 // indirect
339339
github.com/hellofresh/health-go/v5 v5.5.5 // indirect
340340
github.com/hexops/gotextdiff v1.0.3 // indirect
341341
github.com/huandu/xstrings v1.5.0 // indirect
@@ -624,7 +624,7 @@ require (
624624
github.com/DataDog/datadog-go v4.8.3+incompatible // indirect
625625
github.com/Microsoft/go-winio v0.6.2 // indirect
626626
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
627-
github.com/circleci/ex v1.0.20419-d637655
627+
github.com/circleci/ex v1.0.20484-41c9400
628628
github.com/go-logr/logr v1.4.3 // indirect
629629
github.com/go-logr/stdr v1.2.2 // indirect
630630
github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -421,8 +421,8 @@ github.com/chzyer/readline v1.5.1/go.mod h1:Eh+b79XXUwfKfcPLepksvw2tcLE/Ct21YObk
421421
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU=
422422
github.com/chzyer/test v1.0.0 h1:p3BQDXSxOhOG0P9z6/hGnII4LGiEPOYBhs8asl/fC04=
423423
github.com/chzyer/test v1.0.0/go.mod h1:2JlltgoNkt4TW/z9V/IzDdFaMTM2JPIi26O1pF38GC8=
424-
github.com/circleci/ex v1.0.20419-d637655 h1:IJck1kfKUENsXJgylT3t4BCf6UFyNdTDp9UPk4jUW2I=
425-
github.com/circleci/ex v1.0.20419-d637655/go.mod h1:URmKId3W9VAgEPazKzFpaw1T6q0s2Hl9k/tbyy+UeZo=
424+
github.com/circleci/ex v1.0.20484-41c9400 h1:iag4NHCOLh1AQPIzypUxipP76k7XIJDvk6dF52I/yf0=
425+
github.com/circleci/ex v1.0.20484-41c9400/go.mod h1:TqhFoYzARyvmIMilcEsBsddsS+cZ/g03FCJaDej16j4=
426426
github.com/ckaznocha/intrange v0.3.1 h1:j1onQyXvHUsPWujDH6WIjhyH26gkRt/txNlV7LspvJs=
427427
github.com/ckaznocha/intrange v0.3.1/go.mod h1:QVepyz1AkUoFQkpEqksSYpNpUo3c5W7nWh/s6SHIJJk=
428428
github.com/clbanning/mxj/v2 v2.5.5/go.mod h1:hNiWqW14h+kc+MdF9C6/YoRfjEJoR3ou6tn/Qo+ve2s=
@@ -920,8 +920,8 @@ github.com/hashicorp/golang-lru/v2 v2.0.7 h1:a+bsQ5rvGLjzHuww6tVxozPZFVghXaHOwFs
920920
github.com/hashicorp/golang-lru/v2 v2.0.7/go.mod h1:QeFd9opnmA6QUJc5vARoKUSoFhyfM2/ZepoAG6RGpeM=
921921
github.com/hashicorp/hcl v1.0.1-vault-7 h1:ag5OxFVy3QYTFTJODRzTKVZ6xvdfLLCA1cy/Y6xGI0I=
922922
github.com/hashicorp/hcl v1.0.1-vault-7/go.mod h1:XYhtn6ijBSAj6n4YqAaf7RBPS4I06AItNorpy+MoQNM=
923-
github.com/hashicorp/vault/api v1.22.0 h1:+HYFquE35/B74fHoIeXlZIP2YADVboaPjaSicHEZiH0=
924-
github.com/hashicorp/vault/api v1.22.0/go.mod h1:IUZA2cDvr4Ok3+NtK2Oq/r+lJeXkeCrHRmqdyWfpmGM=
923+
github.com/hashicorp/vault/api v1.23.0 h1:gXgluBsSECfRWTSW9niY2jwg2e9mMJc4WoHNv4g3h6A=
924+
github.com/hashicorp/vault/api v1.23.0/go.mod h1:zransKiB9ftp+kgY8ydjnvCU7Wk8i9L0DYWpXeMj9ko=
925925
github.com/hellofresh/health-go/v5 v5.5.5 h1:JZwZ8kZzAgjdGCvjgrIJTcu1sImvZoHbwAj7CK19fpw=
926926
github.com/hellofresh/health-go/v5 v5.5.5/go.mod h1:W+6uiWHS/m9jaB0aYBVlUBTeyE98yom6f+0ewLoBPYQ=
927927
github.com/hexops/gotextdiff v1.0.3 h1:gitA9+qJrrTCsiCl7+kh75nPqQt1cx4ZkudSTLoUqJM=

0 commit comments

Comments
 (0)