This repository was archived by the owner on Aug 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 5
5
// replace github.com/jonpulsifer/ddnsb0t => ../
6
6
7
7
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
9
10
github.com/GoogleCloudPlatform/functions-framework-go v1.6.1
10
11
github.com/cloudevents/sdk-go/v2 v2.12.0
11
12
github.com/jonpulsifer/ddnsb0t v0.0.0-20220502134335-b2ba8f9e8568
Original file line number Diff line number Diff line change @@ -78,6 +78,10 @@ cloud.google.com/go/compute v1.10.0 h1:aoLIYaA1fX3ywihqpBk2APQKOo20nXsp1GEZQbx5J
78
78
cloud.google.com/go/compute v1.10.0 /go.mod h1:ER5CLbMxl90o2jtNbGSbtfOpQKR0t15FOtRsugnLrlU =
79
79
cloud.google.com/go/compute v1.11.0 h1:0Xy75Dbf7s/nRAfAXwmunQ/ZFzfxd+bq/Z/WykCFa/M =
80
80
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 =
81
85
cloud.google.com/go/containeranalysis v0.5.1 /go.mod h1:1D92jd8gRR/c0fGMlymRgxWD3Qw9C1ff6/T7mLgVL8I =
82
86
cloud.google.com/go/containeranalysis v0.6.0 /go.mod h1:HEJoiEIu+lEXM+k7+qLCci0h33lX3ZqoYFdmPcoO7s4 =
83
87
cloud.google.com/go/datacatalog v1.3.0 /go.mod h1:g9svFY6tuR+j+hrTw3J2dNcmI0dzmSiyOzm8kpLq0a0 =
You can’t perform that action at this time.
0 commit comments