File tree Expand file tree Collapse file tree 4 files changed +106
-0
lines changed Expand file tree Collapse file tree 4 files changed +106
-0
lines changed Original file line number Diff line number Diff line change 143143// // Do something with the response
144144// fmt.Println(op.Response)
145145package api
146+
147+ import (
148+ // Force dependency on main module to ensure it is unambiguous during
149+ // module resolution.
150+ // See: https://github.com/googleapis/google-api-go-client/issues/2559.
151+ _ "cloud.google.com/go/civil"
152+ )
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ module google.golang.org/api
33go 1.19
44
55require (
6+ cloud.google.com/go v0.112.0
67 cloud.google.com/go/auth v0.3.0
78 cloud.google.com/go/auth/oauth2adapt v0.2.2
89 cloud.google.com/go/compute/metadata v0.3.0
Original file line number Diff line number Diff line change 11cloud.google.com/go v0.26.0 /go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw =
2+ cloud.google.com/go v0.112.0 h1:tpFCD7hpHFlQ8yPwT3x+QeXqc2T6+n6T+hmABHfDUSM =
3+ cloud.google.com/go v0.112.0 /go.mod h1:3jEEVwZ/MHU4djK5t5RHuKOA/GbLddgTdVubX1qnPD4 =
24cloud.google.com/go/auth v0.3.0 h1:PRyzEpGfx/Z9e8+lHsbkoUVXD0gnu4MNmm7Gp8TQNIs =
35cloud.google.com/go/auth v0.3.0 /go.mod h1:lBv6NKTWp8E3LPzmO1TbiiRKc4drLOfHsgmlH9ogv5w =
46cloud.google.com/go/auth/oauth2adapt v0.2.2 h1:+TTV8aXpjeChS9M+aTtN/TjdQnzJvmzKFt//oWu7HX4 =
You can’t perform that action at this time.
0 commit comments