1
1
module github.com/lrstanley/vault-unseal
2
2
3
- go 1.18
3
+ go 1.19
4
4
5
5
require (
6
6
github.com/apex/log v1.9.0
@@ -26,11 +26,11 @@ require (
26
26
github.com/hashicorp/go-hclog v1.2.2 // indirect
27
27
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
28
28
github.com/hashicorp/go-multierror v1.1.1 // indirect
29
- github.com/hashicorp/go-plugin v1.4.4 // indirect
29
+ github.com/hashicorp/go-plugin v1.4.5 // indirect
30
30
github.com/hashicorp/go-retryablehttp v0.7.1 // indirect
31
31
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
32
32
github.com/hashicorp/go-secure-stdlib/mlock v0.1.2 // indirect
33
- github.com/hashicorp/go-secure-stdlib/parseutil v0.1.6 // indirect
33
+ github.com/hashicorp/go-secure-stdlib/parseutil v0.1.7 // indirect
34
34
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect
35
35
github.com/hashicorp/go-sockaddr v1.0.2 // indirect
36
36
github.com/hashicorp/go-uuid v1.0.3 // indirect
@@ -39,8 +39,8 @@ require (
39
39
github.com/hashicorp/hcl v1.0.0 // indirect
40
40
github.com/hashicorp/vault/sdk v0.5.3 // indirect
41
41
github.com/hashicorp/yamux v0.1.1 // indirect
42
- github.com/mattn/go-colorable v0.1.12 // indirect
43
- github.com/mattn/go-isatty v0.0.14 // indirect
42
+ github.com/mattn/go-colorable v0.1.13 // indirect
43
+ github.com/mattn/go-isatty v0.0.16 // indirect
44
44
github.com/mitchellh/copystructure v1.2.0 // indirect
45
45
github.com/mitchellh/go-homedir v1.1.0 // indirect
46
46
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
@@ -51,14 +51,14 @@ require (
51
51
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
52
52
github.com/pkg/errors v0.9.1 // indirect
53
53
github.com/ryanuber/go-glob v1.0.0 // indirect
54
- go.uber.org/atomic v1.9 .0 // indirect
55
- golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect
56
- golang.org/x/net v0.0.0-20220728211354-c7608f3a8462 // indirect
57
- golang.org/x/sys v0.0.0-20220731174439-a90be440212d // indirect
54
+ go.uber.org/atomic v1.10 .0 // indirect
55
+ golang.org/x/crypto v0.0.0-20220824171710-5757bc0c5503 // indirect
56
+ golang.org/x/net v0.0.0-20220822230855-b0a4917ee28c // indirect
57
+ golang.org/x/sys v0.0.0-20220823224334-20c2bfdbfe24 // indirect
58
58
golang.org/x/text v0.3.7 // indirect
59
59
golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 // indirect
60
- google.golang.org/genproto v0.0.0-20220801145646-83ce21fca29f // indirect
61
- google.golang.org/grpc v1.48 .0 // indirect
60
+ google.golang.org/genproto v0.0.0-20220822174746-9e6da59bd2fc // indirect
61
+ google.golang.org/grpc v1.49 .0 // indirect
62
62
google.golang.org/protobuf v1.28.1 // indirect
63
63
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
64
64
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
0 commit comments