Skip to content

Commit ca6ab14

Browse files
slaskawifealebenpae
authored andcommitted
Remove cloud.google.com/go package (#3266)
1 parent 254702f commit ca6ab14

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

go.mod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
module github.com/10gen/ops-manager-kubernetes
44

55
require (
6-
cloud.google.com/go v0.110.8
76
github.com/aws/aws-sdk-go v1.48.6
87
github.com/blang/semver v3.5.1+incompatible
98
github.com/evanphx/json-patch v5.6.0+incompatible

go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
2-
cloud.google.com/go v0.110.8 h1:tyNdfIxjzaWctIiLYOTalaLKZ17SI44SKFW26QbOhME=
3-
cloud.google.com/go v0.110.8/go.mod h1:Iz8AkXJf1qmxC3Oxoep8R1T36w8B92yU29PcBhHO5fk=
42
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
53
github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8=
64
github.com/aws/aws-sdk-go v1.48.6 h1:hnL/TE3eRigirDLrdRE9AWE1ALZSVLAsC4wK8TGsMqk=

tools.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ import (
99
_ "k8s.io/client-go/discovery/fake"
1010
_ "k8s.io/client-go/testing"
1111

12-
// must to be imported, the corresponding go.sum entry is required.
13-
_ "cloud.google.com/go"
1412
// code-generator that does not support go modules yet
1513
_ "k8s.io/code-generator"
1614
)

0 commit comments

Comments
 (0)