Signed-off-by: RainbowMango <qdurenhongcai@gmail.com>

Remove outdated comments.
This commit is contained in:
Hongcai Ren 2021-08-07 18:13:07 +08:00 committed by GitHub
parent 7a11781b14
commit a9eb9a6dc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

2
go.mod
View File

@ -28,8 +28,6 @@ require (
sigs.k8s.io/mcs-api v0.1.0
)
// controller-runtime@v0.8.3 uses gnostic@v0.5.1 which not compatible with kubernetes@v1.20.6.
// kubernetes@v1.20.6 using gnostic@v0.4.1.
replace (
// kubernetes@v1.21.3 requires gnostic@v0.4.1 which is not compatible with gnostic@v0.5.1 that controller-runtime@v0.9.5 requires.
github.com/googleapis/gnostic => github.com/googleapis/gnostic v0.4.1