Skip to content

Commit

Permalink
Use github.com/Azure/go-autorest/[email protected]
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Aug 8, 2019
1 parent ecb6143 commit 867a620
Show file tree
Hide file tree
Showing 247 changed files with 8,427 additions and 22,139 deletions.
19 changes: 6 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,20 @@ module stash.appscode.dev/mongodb
go 1.12

require (
github.com/appscode/go v0.0.0-20190722173419-e454bf744023
github.com/appscode/go v0.0.0-20190808133642-1d4ef1f1c1e0
github.com/codeskyblue/go-sh v0.0.0-20190412065543-76bd3d59ff27
github.com/gophercloud/gophercloud v0.0.0-20190520235722-e87e5f90e7e6 // indirect
github.com/pkg/errors v0.8.1
github.com/spf13/cobra v0.0.5
k8s.io/api v0.0.0-20190515023547-db5a9d1c40eb // indirect
k8s.io/apimachinery v0.0.0-20190515023456-b74e4c97951f
k8s.io/apimachinery v0.0.0-20190508063446-a3da69d3723c
k8s.io/client-go v11.0.0+incompatible
k8s.io/kube-openapi v0.0.0-20190510232812-a01b7d5d6c22 // indirect
k8s.io/utils v0.0.0-20190520173318-324c5df7d3f0 // indirect
kmodules.xyz/client-go v0.0.0-20190802200916-043217632b6a
kmodules.xyz/custom-resources v0.0.0-20190802202832-aaad432d3364
kmodules.xyz/client-go v0.0.0-20190808141354-bbb9e14f60ab
kmodules.xyz/custom-resources v0.0.0-20190808144301-114abf10dfe2
kubedb.dev/apimachinery v0.13.0-rc.0
stash.appscode.dev/stash v0.9.0-rc.0
)

replace (
contrib.go.opencensus.io/exporter/ocagent => contrib.go.opencensus.io/exporter/ocagent v0.3.0
github.com/Azure/go-autorest => github.com/Azure/go-autorest v12.3.0+incompatible
github.com/census-instrumentation/opencensus-proto => github.com/census-instrumentation/opencensus-proto v0.1.0
github.com/golang/protobuf => github.com/golang/protobuf v1.2.0
go.opencensus.io => go.opencensus.io v0.21.0
github.com/Azure/go-autorest => github.com/Azure/go-autorest v12.4.2+incompatible
k8s.io/api => k8s.io/api v0.0.0-20190313235455-40a48860b5ab
k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.0.0-20190315093550-53c4693659ed
k8s.io/apimachinery => github.com/kmodules/apimachinery v0.0.0-20190508045248-a52a97a7a2bf
Expand All @@ -38,4 +30,5 @@ replace (
k8s.io/kubernetes => k8s.io/kubernetes v1.14.0
k8s.io/metrics => k8s.io/metrics v0.0.0-20190314001731-1bd6a4002213
k8s.io/utils => k8s.io/utils v0.0.0-20190221042446-c2654d5206da
sigs.k8s.io/structured-merge-diff => sigs.k8s.io/structured-merge-diff v0.0.0-20190302045857-e85c7b244fd2
)
427 changes: 173 additions & 254 deletions go.sum

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions vendor/cloud.google.com/go/AUTHORS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 40 additions & 0 deletions vendor/cloud.google.com/go/CONTRIBUTORS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 6 additions & 18 deletions vendor/cloud.google.com/go/compute/metadata/metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/contrib.go.opencensus.io/exporter/ocagent/go.mod

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions vendor/contrib.go.opencensus.io/exporter/ocagent/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion vendor/contrib.go.opencensus.io/exporter/ocagent/nodeinfo.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 867a620

Please sign in to comment.