File tree Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 3
3
module github.com/10gen/ops-manager-kubernetes
4
4
5
5
require (
6
- cloud.google.com/go v0.110.8
7
6
github.com/aws/aws-sdk-go v1.48.6
8
7
github.com/blang/semver v3.5.1+incompatible
9
8
github.com/evanphx/json-patch v5.6.0+incompatible
Original file line number Diff line number Diff line change 1
1
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 =
4
2
github.com/BurntSushi/toml v0.3.1 /go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU =
5
3
github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 /go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8 =
6
4
github.com/aws/aws-sdk-go v1.48.6 h1:hnL/TE3eRigirDLrdRE9AWE1ALZSVLAsC4wK8TGsMqk =
Original file line number Diff line number Diff line change 9
9
_ "k8s.io/client-go/discovery/fake"
10
10
_ "k8s.io/client-go/testing"
11
11
12
- // must to be imported, the corresponding go.sum entry is required.
13
- _ "cloud.google.com/go"
14
12
// code-generator that does not support go modules yet
15
13
_ "k8s.io/code-generator"
16
14
)
You can’t perform that action at this time.
0 commit comments