Skip to content

Commit

Permalink
Point go.mod to latest kyaml and cmd/config
Browse files Browse the repository at this point in the history
  • Loading branch information
phanimarupaka committed Sep 10, 2020
1 parent 06ca4fa commit 6db6edc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ require (
// Once there is a 0.18 release, we can import a semver release.
k8s.io/kubectl v0.0.0-20191219154910-1528d4eea6dd
sigs.k8s.io/cli-utils v0.19.3-0.20200901170551-5a58b8941377
sigs.k8s.io/kustomize/cmd/config v0.7.1-0.20200903155941-0f49fef5ed58
sigs.k8s.io/kustomize/kyaml v0.7.2-0.20200903155941-0f49fef5ed58
sigs.k8s.io/kustomize/cmd/config v0.7.1-0.20200910020544-badc1177d9e5
sigs.k8s.io/kustomize/kyaml v0.7.2-0.20200910020544-badc1177d9e5
)
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -683,11 +683,15 @@ sigs.k8s.io/kustomize/cmd/config v0.7.1-0.20200901182351-ba0f583ee5cc h1:UxWoxrw
sigs.k8s.io/kustomize/cmd/config v0.7.1-0.20200901182351-ba0f583ee5cc/go.mod h1:Hf7Qf/NCo3PEglHxO/2YkV2L9J5mL5eJTiNqzb+V5ww=
sigs.k8s.io/kustomize/cmd/config v0.7.1-0.20200903155941-0f49fef5ed58 h1:sc+6pqiiR3+MlOTcKrqo20j9dQiiXRDiqd0SUfdXtcU=
sigs.k8s.io/kustomize/cmd/config v0.7.1-0.20200903155941-0f49fef5ed58/go.mod h1:Hf7Qf/NCo3PEglHxO/2YkV2L9J5mL5eJTiNqzb+V5ww=
sigs.k8s.io/kustomize/cmd/config v0.7.1-0.20200910020544-badc1177d9e5 h1:ocuBK8I8bAKgdxQThYfCIe05a7RpqYAA/etUprZ9gLg=
sigs.k8s.io/kustomize/cmd/config v0.7.1-0.20200910020544-badc1177d9e5/go.mod h1:Hf7Qf/NCo3PEglHxO/2YkV2L9J5mL5eJTiNqzb+V5ww=
sigs.k8s.io/kustomize/kyaml v0.7.1/go.mod h1:ne3F9JPhW2wrVaLslxBsEe6MQJQ9YK5rUutrdhBWXwI=
sigs.k8s.io/kustomize/kyaml v0.7.2-0.20200901182351-ba0f583ee5cc h1:Qm8rWTBPRAILfFFws0RwkiTWq6g/sqH4sz0BITVG1u8=
sigs.k8s.io/kustomize/kyaml v0.7.2-0.20200901182351-ba0f583ee5cc/go.mod h1:UTm64bSWVdBUA8EQoYCxVOaBQxUdIOr5LKWxA4GNbkw=
sigs.k8s.io/kustomize/kyaml v0.7.2-0.20200903155941-0f49fef5ed58 h1:5Yjha1M1CQfaCl4SlUC/9lPJyQfy9ljgLaY19Ja+wus=
sigs.k8s.io/kustomize/kyaml v0.7.2-0.20200903155941-0f49fef5ed58/go.mod h1:UTm64bSWVdBUA8EQoYCxVOaBQxUdIOr5LKWxA4GNbkw=
sigs.k8s.io/kustomize/kyaml v0.7.2-0.20200910020544-badc1177d9e5 h1:mTYqbcQbs84fxs+TYTtp6D5x/K7zo1p0OC6eIW+9hNI=
sigs.k8s.io/kustomize/kyaml v0.7.2-0.20200910020544-badc1177d9e5/go.mod h1:UTm64bSWVdBUA8EQoYCxVOaBQxUdIOr5LKWxA4GNbkw=
sigs.k8s.io/structured-merge-diff v0.0.0-20190525122527-15d366b2352e/go.mod h1:wWxsB5ozmmv/SG7nM11ayaAW51xMvak/t1r0CSlcokI=
sigs.k8s.io/structured-merge-diff v0.0.0-20190817042607-6149e4549fca/go.mod h1:IIgPezJWb76P0hotTxzDbWsMYB8APh18qZnxkomBpxA=
sigs.k8s.io/structured-merge-diff v1.0.1-0.20191108220359-b1b620dd3f06/go.mod h1:/ULNhyfzRopfcjskuui0cTITekDduZ7ycKN3oUT9R18=
Expand Down

0 comments on commit 6db6edc

Please sign in to comment.