mirror of
https://github.com/kubernetes/sample-controller.git
synced 2026-05-19 00:00:14 +08:00
Updating dependency github.com/google/go-cmp to version v0.4.0
Kubernetes-commit: 0dd6bf625814ab6ef9f93fbee40cde6d6206d932
This commit is contained in:
committed by
Kubernetes Publisher
parent
cae42cb96c
commit
38ecd7efc8
@@ -13,12 +13,12 @@ require (
|
||||
)
|
||||
|
||||
replace (
|
||||
github.com/google/go-cmp => github.com/google/go-cmp v0.3.1
|
||||
github.com/kr/pretty => github.com/kr/pretty v0.1.0
|
||||
golang.org/x/net => golang.org/x/net v0.0.0-20191004110552-13f9640d40b9
|
||||
golang.org/x/sys => golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a // pinned to release-branch.go1.13
|
||||
golang.org/x/time => golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
|
||||
golang.org/x/tools => golang.org/x/tools v0.0.0-20190821162956-65e3620a7ae7 // pinned to release-branch.go1.13
|
||||
golang.org/x/xerrors => golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7
|
||||
google.golang.org/genproto => google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55
|
||||
gopkg.in/check.v1 => gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
|
||||
k8s.io/api => ../api
|
||||
|
||||
Reference in New Issue
Block a user