Skip to content
This repository was archived by the owner on Aug 17, 2025. It is now read-only.

Commit 9cabe50

Browse files
committed
Update module cloud.google.com/go/compute to v1.12.1
1 parent 7223ff8 commit 9cabe50

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

function/go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ go 1.19
55
// replace github.com/jonpulsifer/ddnsb0t => ../
66

77
require (
8-
cloud.google.com/go/compute v1.11.0
8+
cloud.google.com/go/compute v1.12.1
9+
cloud.google.com/go/compute/metadata v0.1.0
910
github.com/GoogleCloudPlatform/functions-framework-go v1.6.1
1011
github.com/cloudevents/sdk-go/v2 v2.12.0
1112
github.com/jonpulsifer/ddnsb0t v0.0.0-20220502134335-b2ba8f9e8568

function/go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ cloud.google.com/go/compute v1.10.0 h1:aoLIYaA1fX3ywihqpBk2APQKOo20nXsp1GEZQbx5J
7878
cloud.google.com/go/compute v1.10.0/go.mod h1:ER5CLbMxl90o2jtNbGSbtfOpQKR0t15FOtRsugnLrlU=
7979
cloud.google.com/go/compute v1.11.0 h1:0Xy75Dbf7s/nRAfAXwmunQ/ZFzfxd+bq/Z/WykCFa/M=
8080
cloud.google.com/go/compute v1.11.0/go.mod h1:nTnVHEoJMqp3oVjDINEiIcg/4nbiCcX77sSObqhsUyg=
81+
cloud.google.com/go/compute v1.12.1 h1:gKVJMEyqV5c/UnpzjjQbo3Rjvvqpr9B1DFSbJC4OXr0=
82+
cloud.google.com/go/compute v1.12.1/go.mod h1:e8yNOBcBONZU1vJKCvCoDw/4JQsA0dpM4x/6PIIOocU=
83+
cloud.google.com/go/compute/metadata v0.1.0 h1:FTMMKATTtJnkrhXtblW2AMKVuSruLo30Th6Ml8DO0lc=
84+
cloud.google.com/go/compute/metadata v0.1.0/go.mod h1:Z1VN+bulIf6bt4P/C37K4DyZYZEXYonfTBHHFPO/4UU=
8185
cloud.google.com/go/containeranalysis v0.5.1/go.mod h1:1D92jd8gRR/c0fGMlymRgxWD3Qw9C1ff6/T7mLgVL8I=
8286
cloud.google.com/go/containeranalysis v0.6.0/go.mod h1:HEJoiEIu+lEXM+k7+qLCci0h33lX3ZqoYFdmPcoO7s4=
8387
cloud.google.com/go/datacatalog v1.3.0/go.mod h1:g9svFY6tuR+j+hrTw3J2dNcmI0dzmSiyOzm8kpLq0a0=

0 commit comments

Comments
 (0)