Skip to content

Commit 2080d43

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

File tree

2 files changed

+91
-30
lines changed

2 files changed

+91
-30
lines changed

go.mod

Lines changed: 20 additions & 13 deletions
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.1
12-
github.com/sagikazarmark/crypt v0.5.0
12+
github.com/sagikazarmark/crypt v0.6.0
1313
github.com/spf13/afero v1.8.2
1414
github.com/spf13/cast v1.5.0
1515
github.com/spf13/jwalterweatherman v1.1.0
@@ -23,16 +23,18 @@ require (
2323

2424
require (
2525
cloud.google.com/go v0.100.2 // indirect
26-
cloud.google.com/go/compute v1.5.0 // indirect
26+
cloud.google.com/go/compute v1.6.1 // indirect
2727
cloud.google.com/go/firestore v1.6.1 // indirect
2828
github.com/armon/go-metrics v0.3.10 // indirect
2929
github.com/coreos/go-semver v0.3.0 // indirect
30+
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
3031
github.com/davecgh/go-spew v1.1.1 // indirect
3132
github.com/fatih/color v1.13.0 // indirect
33+
github.com/gogo/protobuf v1.3.2 // indirect
3234
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
3335
github.com/golang/protobuf v1.5.2 // indirect
34-
github.com/google/go-cmp v0.5.7 // indirect
35-
github.com/googleapis/gax-go/v2 v2.3.0 // indirect
36+
github.com/google/go-cmp v0.5.8 // indirect
37+
github.com/googleapis/gax-go/v2 v2.4.0 // indirect
3638
github.com/hashicorp/consul/api v1.12.0 // indirect
3739
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
3840
github.com/hashicorp/go-hclog v1.2.0 // indirect
@@ -46,20 +48,25 @@ require (
4648
github.com/mitchellh/go-homedir v1.1.0 // indirect
4749
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
4850
github.com/modern-go/reflect2 v1.0.2 // indirect
51+
github.com/pkg/errors v0.9.1 // indirect
4952
github.com/pmezard/go-difflib v1.0.0 // indirect
50-
go.etcd.io/etcd/api/v3 v3.5.2 // indirect
51-
go.etcd.io/etcd/client/pkg/v3 v3.5.2 // indirect
52-
go.etcd.io/etcd/client/v2 v2.305.2 // indirect
53+
go.etcd.io/etcd/api/v3 v3.5.4 // indirect
54+
go.etcd.io/etcd/client/pkg/v3 v3.5.4 // indirect
55+
go.etcd.io/etcd/client/v2 v2.305.4 // indirect
56+
go.etcd.io/etcd/client/v3 v3.5.4 // indirect
5357
go.opencensus.io v0.23.0 // indirect
58+
go.uber.org/atomic v1.7.0 // indirect
59+
go.uber.org/multierr v1.6.0 // indirect
60+
go.uber.org/zap v1.17.0 // indirect
5461
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4 // indirect
55-
golang.org/x/net v0.0.0-20220412020605-290c469a71a5 // indirect
62+
golang.org/x/net v0.0.0-20220520000938-2e3eb7b945c2 // indirect
5663
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 // indirect
57-
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
64+
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
5865
golang.org/x/text v0.3.7 // indirect
59-
golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f // indirect
60-
google.golang.org/api v0.74.0 // indirect
66+
golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df // indirect
67+
google.golang.org/api v0.81.0 // indirect
6168
google.golang.org/appengine v1.6.7 // indirect
62-
google.golang.org/genproto v0.0.0-20220407144326-9054f6ed7bac // indirect
63-
google.golang.org/grpc v1.45.0 // indirect
69+
google.golang.org/genproto v0.0.0-20220519153652-3a47de7e79bd // indirect
70+
google.golang.org/grpc v1.46.2 // indirect
6471
google.golang.org/protobuf v1.28.0 // indirect
6572
)

0 commit comments

Comments
 (0)