1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-26 05:14:13 +01:00

fix pull-descheduler-verify-master build error

This commit is contained in:
vlc刘诚
2022-09-24 09:08:06 +08:00
parent bfb688e016
commit ac0261fafb
7 changed files with 11 additions and 11 deletions

2
go.mod
View File

@@ -4,6 +4,7 @@ go 1.19
require (
github.com/client9/misspell v0.3.4
github.com/google/go-cmp v0.5.6
github.com/spf13/cobra v1.4.0
github.com/spf13/pflag v1.0.5
k8s.io/api v0.25.0
@@ -51,7 +52,6 @@ require (
github.com/golang/protobuf v1.5.2 // indirect
github.com/gomarkdown/markdown v0.0.0-20200824053859-8c8b3816f167 // indirect
github.com/google/gnostic v0.5.7-v3refs // indirect
github.com/google/go-cmp v0.5.6 // indirect
github.com/google/gofuzz v1.1.0 // indirect
github.com/google/uuid v1.1.2 // indirect
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect