Skip to content

Commit b89e554

Browse files
committed
chore: update crypt
Signed-off-by: Mark Sagi-Kazar <[email protected]>
1 parent db9f89a commit b89e554

File tree

2 files changed

+222
-40
lines changed

2 files changed

+222
-40
lines changed

go.mod

+19-16
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/mitchellh/mapstructure v1.5.0
1010
github.com/pelletier/go-toml v1.9.5
1111
github.com/pelletier/go-toml/v2 v2.0.5
12-
github.com/sagikazarmark/crypt v0.7.0
12+
github.com/sagikazarmark/crypt v0.8.0
1313
github.com/spf13/afero v1.9.2
1414
github.com/spf13/cast v1.5.0
1515
github.com/spf13/jwalterweatherman v1.1.0
@@ -22,9 +22,10 @@ require (
2222
)
2323

2424
require (
25-
cloud.google.com/go v0.102.0 // indirect
26-
cloud.google.com/go/compute v1.7.0 // indirect
27-
cloud.google.com/go/firestore v1.6.1 // indirect
25+
cloud.google.com/go v0.104.0 // indirect
26+
cloud.google.com/go/compute v1.12.1 // indirect
27+
cloud.google.com/go/compute/metadata v0.2.1 // indirect
28+
cloud.google.com/go/firestore v1.8.0 // indirect
2829
github.com/armon/go-metrics v0.4.0 // indirect
2930
github.com/coreos/go-semver v0.3.0 // indirect
3031
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
@@ -33,10 +34,10 @@ require (
3334
github.com/gogo/protobuf v1.3.2 // indirect
3435
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
3536
github.com/golang/protobuf v1.5.2 // indirect
36-
github.com/google/go-cmp v0.5.8 // indirect
37-
github.com/googleapis/enterprise-certificate-proxy v0.1.0 // indirect
38-
github.com/googleapis/gax-go/v2 v2.4.0 // indirect
39-
github.com/hashicorp/consul/api v1.15.2 // indirect
37+
github.com/google/go-cmp v0.5.9 // indirect
38+
github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect
39+
github.com/googleapis/gax-go/v2 v2.6.0 // indirect
40+
github.com/hashicorp/consul/api v1.15.3 // indirect
4041
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
4142
github.com/hashicorp/go-hclog v1.2.0 // indirect
4243
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
@@ -60,14 +61,16 @@ require (
6061
go.uber.org/multierr v1.8.0 // indirect
6162
go.uber.org/zap v1.21.0 // indirect
6263
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
63-
golang.org/x/net v0.0.0-20220909164309-bea034e7d591 // indirect
64-
golang.org/x/oauth2 v0.0.0-20220822191816-0ebed06d0094 // indirect
64+
golang.org/x/net v0.0.0-20221014081412-f15817d10f9b // indirect
65+
golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783 // indirect
66+
golang.org/x/sync v0.1.0 // indirect
6567
golang.org/x/sys v0.0.0-20220908164124-27713097b956 // indirect
66-
golang.org/x/text v0.3.7 // indirect
67-
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
68-
google.golang.org/api v0.97.0 // indirect
68+
golang.org/x/text v0.4.0 // indirect
69+
golang.org/x/time v0.0.0-20220609170525-579cf78fd858 // indirect
70+
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
71+
google.golang.org/api v0.102.0 // indirect
6972
google.golang.org/appengine v1.6.7 // indirect
70-
google.golang.org/genproto v0.0.0-20220624142145-8cd45d7dbd1f // indirect
71-
google.golang.org/grpc v1.49.0 // indirect
72-
google.golang.org/protobuf v1.28.0 // indirect
73+
google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e // indirect
74+
google.golang.org/grpc v1.50.1 // indirect
75+
google.golang.org/protobuf v1.28.1 // indirect
7376
)

0 commit comments

Comments
 (0)