File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module go.step.sm/crypto
3
3
go 1.22
4
4
5
5
require (
6
- cloud.google.com/go/kms v1.19.1
6
+ cloud.google.com/go/kms v1.20.0
7
7
filippo.io/edwards25519 v1.1.0
8
8
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.14.0
9
9
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.7.0
@@ -37,8 +37,8 @@ require (
37
37
cloud.google.com/go/auth v0.9.3 // indirect
38
38
cloud.google.com/go/auth/oauth2adapt v0.2.4 // indirect
39
39
cloud.google.com/go/compute/metadata v0.5.0 // indirect
40
- cloud.google.com/go/iam v1.2.0 // indirect
41
- cloud.google.com/go/longrunning v0.6.0 // indirect
40
+ cloud.google.com/go/iam v1.2.1 // indirect
41
+ cloud.google.com/go/longrunning v0.6.1 // indirect
42
42
dario.cat/mergo v1.0.1 // indirect
43
43
github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 // indirect
44
44
github.com/Azure/azure-sdk-for-go/sdk/keyvault/internal v0.7.1 // indirect
Original file line number Diff line number Diff line change @@ -47,12 +47,12 @@ cloud.google.com/go/compute/metadata v0.5.0/go.mod h1:aHnloV2TPI38yx4s9+wAZhHykW
47
47
cloud.google.com/go/datastore v1.0.0 /go.mod h1:LXYbyblFSglQ5pkeyhO+Qmw7ukd3C+pD7TKLgZqpHYE =
48
48
cloud.google.com/go/datastore v1.1.0 /go.mod h1:umbIZjpQpHh4hmRpGhH4tLFup+FVzqBi1b3c64qFpCk =
49
49
cloud.google.com/go/firestore v1.1.0 /go.mod h1:ulACoGHTpvq5r8rxGJ4ddJZBZqakUQqClKRT5SZwBmk =
50
- cloud.google.com/go/iam v1.2.0 h1:kZKMKVNk/IsSSc/udOb83K0hL/Yh/Gcqpz+oAkoIFN8 =
51
- cloud.google.com/go/iam v1.2.0 /go.mod h1:zITGuWgsLZxd8OwAlX+eMFgZDXzBm7icj1PVTYG766Q =
52
- cloud.google.com/go/kms v1.19.1 h1:NPE8zjJuMpECvHsx8lsMwQuWWIdJc6iIDHLJGC/J4bw =
53
- cloud.google.com/go/kms v1.19.1 /go.mod h1:GRbd2v6e9rAVs+IwOIuePa3xcCm7/XpGNyWtBwwOdRc =
54
- cloud.google.com/go/longrunning v0.6.0 h1:mM1ZmaNsQsnb+5n1DNPeL0KwQd9jQRqSqSDEkBZr+aI =
55
- cloud.google.com/go/longrunning v0.6.0 /go.mod h1:uHzSZqW89h7/pasCWNYdUpwGz3PcVWhrWupreVPYLts =
50
+ cloud.google.com/go/iam v1.2.1 h1:QFct02HRb7H12J/3utj0qf5tobFh9V4vR6h9eX5EBRU =
51
+ cloud.google.com/go/iam v1.2.1 /go.mod h1:3VUIJDPpwT6p/amXRC5GY8fCCh70lxPygguVtI0Z4/g =
52
+ cloud.google.com/go/kms v1.20.0 h1:uKUvjGqbBlI96xGE669hcVnEMw1Px/Mvfa62dhM5UrY =
53
+ cloud.google.com/go/kms v1.20.0 /go.mod h1:/dMbFF1tLLFnQV44AoI2GlotbjowyUfgVwezxW291fM =
54
+ cloud.google.com/go/longrunning v0.6.1 h1:lOLTFxYpr8hcRtcwWir5ITh1PAKUD/sG2lKrTSYjyMc =
55
+ cloud.google.com/go/longrunning v0.6.1 /go.mod h1:nHISoOZpBcmlwbJmiVk5oDRz0qG/ZxPynEGs1iZ79s0 =
56
56
cloud.google.com/go/monitoring v0.1.0 /go.mod h1:Hpm3XfzJv+UTiXzCG5Ffp0wijzHTC7Cv4eR7o3x/fEE =
57
57
cloud.google.com/go/pubsub v1.0.1 /go.mod h1:R0Gpsv3s54REJCy4fxDixWD93lHJMoZTyQ2kNxGRt3I =
58
58
cloud.google.com/go/pubsub v1.1.0 /go.mod h1:EwwdRX2sKPjnvnqCa270oGRyludottCI76h+R3AArQw =
You can’t perform that action at this time.
0 commit comments