Skip to content

Commit 867a620

Browse files
committed
Use github.com/Azure/go-autorest/autorest@v0.7.0
Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent ecb6143 commit 867a620

File tree

247 files changed

+8427
-22139
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

247 files changed

+8427
-22139
lines changed

go.mod

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,20 @@ module stash.appscode.dev/mongodb
33
go 1.12
44

55
require (
6-
github.com/appscode/go v0.0.0-20190722173419-e454bf744023
6+
github.com/appscode/go v0.0.0-20190808133642-1d4ef1f1c1e0
77
github.com/codeskyblue/go-sh v0.0.0-20190412065543-76bd3d59ff27
8-
github.com/gophercloud/gophercloud v0.0.0-20190520235722-e87e5f90e7e6 // indirect
98
github.com/pkg/errors v0.8.1
109
github.com/spf13/cobra v0.0.5
11-
k8s.io/api v0.0.0-20190515023547-db5a9d1c40eb // indirect
12-
k8s.io/apimachinery v0.0.0-20190515023456-b74e4c97951f
10+
k8s.io/apimachinery v0.0.0-20190508063446-a3da69d3723c
1311
k8s.io/client-go v11.0.0+incompatible
14-
k8s.io/kube-openapi v0.0.0-20190510232812-a01b7d5d6c22 // indirect
15-
k8s.io/utils v0.0.0-20190520173318-324c5df7d3f0 // indirect
16-
kmodules.xyz/client-go v0.0.0-20190802200916-043217632b6a
17-
kmodules.xyz/custom-resources v0.0.0-20190802202832-aaad432d3364
12+
kmodules.xyz/client-go v0.0.0-20190808141354-bbb9e14f60ab
13+
kmodules.xyz/custom-resources v0.0.0-20190808144301-114abf10dfe2
1814
kubedb.dev/apimachinery v0.13.0-rc.0
1915
stash.appscode.dev/stash v0.9.0-rc.0
2016
)
2117

2218
replace (
23-
contrib.go.opencensus.io/exporter/ocagent => contrib.go.opencensus.io/exporter/ocagent v0.3.0
24-
github.com/Azure/go-autorest => github.com/Azure/go-autorest v12.3.0+incompatible
25-
github.com/census-instrumentation/opencensus-proto => github.com/census-instrumentation/opencensus-proto v0.1.0
26-
github.com/golang/protobuf => github.com/golang/protobuf v1.2.0
27-
go.opencensus.io => go.opencensus.io v0.21.0
19+
github.com/Azure/go-autorest => github.com/Azure/go-autorest v12.4.2+incompatible
2820
k8s.io/api => k8s.io/api v0.0.0-20190313235455-40a48860b5ab
2921
k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.0.0-20190315093550-53c4693659ed
3022
k8s.io/apimachinery => github.com/kmodules/apimachinery v0.0.0-20190508045248-a52a97a7a2bf
@@ -38,4 +30,5 @@ replace (
3830
k8s.io/kubernetes => k8s.io/kubernetes v1.14.0
3931
k8s.io/metrics => k8s.io/metrics v0.0.0-20190314001731-1bd6a4002213
4032
k8s.io/utils => k8s.io/utils v0.0.0-20190221042446-c2654d5206da
33+
sigs.k8s.io/structured-merge-diff => sigs.k8s.io/structured-merge-diff v0.0.0-20190302045857-e85c7b244fd2
4134
)

go.sum

Lines changed: 173 additions & 254 deletions
Large diffs are not rendered by default.

vendor/cloud.google.com/go/AUTHORS

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/cloud.google.com/go/CONTRIBUTORS

Lines changed: 40 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/cloud.google.com/go/compute/metadata/metadata.go

Lines changed: 6 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/contrib.go.opencensus.io/exporter/ocagent/go.mod

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/contrib.go.opencensus.io/exporter/ocagent/go.sum

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/contrib.go.opencensus.io/exporter/ocagent/nodeinfo.go

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)