File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/isometry/vault-ssh-plus
33go 1.19
44
55require (
6- github.com/hashicorp/vault/api v1.9.0
6+ github.com/hashicorp/vault/api v1.9.1
77 github.com/jessevdk/go-flags v1.5.0
88 github.com/pkg/errors v0.9.1
99 github.com/sirupsen/logrus v1.9.0
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ github.com/hashicorp/go-sockaddr v1.0.2 h1:ztczhD1jLxIRjVejw8gFomI1BQZOe2WoVOu0S
3535github.com/hashicorp/go-sockaddr v1.0.2 /go.mod h1:rB4wwRAUzs07qva3c5SdrY/NEtAUjGlgmH/UkBUC97A =
3636github.com/hashicorp/hcl v1.0.0 h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4 =
3737github.com/hashicorp/hcl v1.0.0 /go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ =
38- github.com/hashicorp/vault/api v1.9.0 h1:ab7dI6W8DuCY7yCU8blo0UCYl2oHre/dloCmzMWg9w8 =
39- github.com/hashicorp/vault/api v1.9.0 /go.mod h1:lloELQP4EyhjnCQhF8agKvWIVTmxbpEJj70b98959sM =
38+ github.com/hashicorp/vault/api v1.9.1 h1:LtY/I16+5jVGU8rufyyAkwopgq/HpUnxFBg+QLOAV38 =
39+ github.com/hashicorp/vault/api v1.9.1 /go.mod h1:78kktNcQYbBGSrOjQfHjXN32OhhxXnbYl3zxpd2uPUs =
4040github.com/jessevdk/go-flags v1.5.0 h1:1jKYvbxEjfUl0fmqTCOfonvskHHXMjBySTLW4y9LFvc =
4141github.com/jessevdk/go-flags v1.5.0 /go.mod h1:Fw0T6WPc1dYxT4mKEZRfG5kJhaTDP9pj1c2EWnYs/m4 =
4242github.com/mattn/go-colorable v0.0.9 /go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU =
You can’t perform that action at this time.
0 commit comments