File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 55toolchain go1.22.4
66
77require (
8- github.com/hashicorp/vault/api v1.14 .0
8+ github.com/hashicorp/vault/api v1.15 .0
99 github.com/jessevdk/go-flags v1.6.1
1010 github.com/pkg/errors v0.9.1
1111 github.com/sirupsen/logrus v1.9.3
@@ -14,7 +14,7 @@ require (
1414)
1515
1616require (
17- github.com/cenkalti/backoff/v3 v3.2.2 // indirect
17+ github.com/cenkalti/backoff/v4 v4.3.0 // indirect
1818 github.com/go-jose/go-jose/v4 v4.0.3 // indirect
1919 github.com/hashicorp/errwrap v1.1.0 // indirect
2020 github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
Original file line number Diff line number Diff line change 1- github.com/cenkalti/backoff/v3 v3.2.2 h1:cfUAAO3yvKMYKPrvhDuHSwQnhZNk/RMHKdZqKTxfm6M =
2- github.com/cenkalti/backoff/v3 v3.2.2 /go.mod h1:cIeZDE3IrqwwJl6VUwCN6trj1oXrTS4rc0ij+ULvLYs =
1+ github.com/cenkalti/backoff/v4 v4.3.0 h1:MyRJ/UdXutAwSAT+s3wNd7MfTIcy71VQueUuFK343L8 =
2+ github.com/cenkalti/backoff/v4 v4.3.0 /go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE =
33github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
44github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
55github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
@@ -32,8 +32,8 @@ github.com/hashicorp/go-sockaddr v1.0.6 h1:RSG8rKU28VTUTvEKghe5gIhIQpv8evvNpnDEy
3232github.com/hashicorp/go-sockaddr v1.0.6 /go.mod h1:uoUUmtwU7n9Dv3O4SNLeFvg0SxQ3lyjsj6+CCykpaxI =
3333github.com/hashicorp/hcl v1.0.0 h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4 =
3434github.com/hashicorp/hcl v1.0.0 /go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ =
35- github.com/hashicorp/vault/api v1.14 .0 h1:Ah3CFLixD5jmjusOgm8grfN9M0d+Y8fVR2SW0K6pJLU =
36- github.com/hashicorp/vault/api v1.14 .0 /go.mod h1:pV9YLxBGSz+cItFDd8Ii4G17waWOQ32zVjMWHe/cOqk =
35+ github.com/hashicorp/vault/api v1.15 .0 h1:O24FYQCWwhwKnF7CuSqP30S51rTV7vz1iACXE/pj5DA =
36+ github.com/hashicorp/vault/api v1.15 .0 /go.mod h1:+5YTO09JGn0u+b6ySD/LLVf8WkJCPLAL2Vkmrn2+CM8 =
3737github.com/jessevdk/go-flags v1.6.1 h1:Cvu5U8UGrLay1rZfv/zP7iLpSHGUZ/Ou68T0iX1bBK4 =
3838github.com/jessevdk/go-flags v1.6.1 /go.mod h1:Mk8T1hIAWpOiJiHa9rJASDK2UGWji0EuPGBnNLMooyc =
3939github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA =
You can’t perform that action at this time.
0 commit comments