mirror of
https://github.com/kubernetes/sample-controller.git
synced 2026-05-19 00:00:14 +08:00
Stop panic in govet-levee CI job
Signed-off-by: Davanum Srinivas <davanum@gmail.com> Kubernetes-commit: 30e2fcd041cdf00d91fb7876f28165f532950213
This commit is contained in:
committed by
Kubernetes Publisher
parent
653c2c40b1
commit
2f083d1ba7
@@ -5,10 +5,10 @@ module k8s.io/sample-controller
|
||||
go 1.18
|
||||
|
||||
require (
|
||||
k8s.io/api v0.0.0-20220804001746-ad89a10bb5ce
|
||||
k8s.io/apimachinery v0.0.0-20220804001305-f15b8167708d
|
||||
k8s.io/client-go v0.0.0-20220804002348-e803ec6bfc9f
|
||||
k8s.io/code-generator v0.0.0-20220804000938-aed7155c5a79
|
||||
k8s.io/api v0.0.0
|
||||
k8s.io/apimachinery v0.0.0
|
||||
k8s.io/client-go v0.0.0
|
||||
k8s.io/code-generator v0.0.0
|
||||
k8s.io/klog/v2 v2.70.1
|
||||
)
|
||||
|
||||
@@ -37,14 +37,14 @@ require (
|
||||
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
||||
github.com/pkg/errors v0.9.1 // indirect
|
||||
github.com/spf13/pflag v1.0.5 // indirect
|
||||
golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect
|
||||
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
|
||||
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
|
||||
golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
|
||||
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
|
||||
golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 // indirect
|
||||
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
|
||||
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
|
||||
golang.org/x/text v0.3.7 // indirect
|
||||
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
|
||||
golang.org/x/tools v0.1.10 // indirect
|
||||
golang.org/x/tools v0.1.12 // indirect
|
||||
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
||||
google.golang.org/appengine v1.6.7 // indirect
|
||||
google.golang.org/protobuf v1.28.0 // indirect
|
||||
@@ -60,8 +60,14 @@ require (
|
||||
)
|
||||
|
||||
replace (
|
||||
k8s.io/api => k8s.io/api v0.0.0-20220804001746-ad89a10bb5ce
|
||||
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20220804001305-f15b8167708d
|
||||
k8s.io/client-go => k8s.io/client-go v0.0.0-20220804002348-e803ec6bfc9f
|
||||
k8s.io/code-generator => k8s.io/code-generator v0.0.0-20220804000938-aed7155c5a79
|
||||
github.com/yuin/goldmark => github.com/yuin/goldmark v1.4.1
|
||||
golang.org/x/mod => golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3
|
||||
golang.org/x/net => golang.org/x/net v0.0.0-20220225172249-27dd8689420f
|
||||
golang.org/x/sync => golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
||||
golang.org/x/sys => golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
|
||||
k8s.io/api => ../api
|
||||
k8s.io/apimachinery => ../apimachinery
|
||||
k8s.io/client-go => ../client-go
|
||||
k8s.io/code-generator => ../code-generator
|
||||
k8s.io/sample-controller => ../sample-controller
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user