mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
hack/tools: Update zeitgeist to v0.2.0 to drop import cycle
Signed-off-by: Stephen Augustus <foo@auggie.dev>
This commit is contained in:
parent
7c9841d586
commit
093967606b
@ -11,7 +11,7 @@ dependencies:
|
||||
#
|
||||
# ref: https://github.com/kubernetes/kubernetes/pull/98845
|
||||
- name: "zeitgeist"
|
||||
version: "v0.1.1-0.20210222132743-e06e27751b7f"
|
||||
version: "v0.2.0"
|
||||
refPaths:
|
||||
- path: hack/tools/go.mod
|
||||
match: sigs.k8s.io/zeitgeist\ v(?P<major>0|[1-9]\d*)\.(?P<minor>0|[1-9]\d*)\.(?P<patch>0|[1-9]\d*)(?:-(?P<prerelease>(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+(?P<buildmetadata>[0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?
|
||||
|
@ -10,5 +10,5 @@ require (
|
||||
gotest.tools v2.2.0+incompatible
|
||||
gotest.tools/gotestsum v0.3.5
|
||||
honnef.co/go/tools v0.0.1-2020.1.6
|
||||
sigs.k8s.io/zeitgeist v0.1.1-0.20210222132743-e06e27751b7f
|
||||
sigs.k8s.io/zeitgeist v0.2.0
|
||||
)
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user