mirror of https://github.com/knative/func.git
Carry WithLabel listConfig feat (#165)
from a fork of knative.dev/client
This commit is contained in:
parent
ec5327d520
commit
cc5435a84b
3
go.mod
3
go.mod
|
|
@ -33,4 +33,7 @@ replace (
|
|||
// Nail down k8 deps to align with transisitive deps
|
||||
k8s.io/apimachinery => k8s.io/apimachinery v0.17.6
|
||||
k8s.io/client-go => k8s.io/client-go v0.17.6
|
||||
|
||||
// Carrying the WithLabel feat until it lands in knative.dev/client @ release-0.17
|
||||
knative.dev/client => github.com/navidshaikh/client v0.17.2
|
||||
)
|
||||
|
|
|
|||
2
go.sum
2
go.sum
|
|
@ -954,6 +954,8 @@ github.com/nats-io/nkeys v0.1.0/go.mod h1:xpnFELMwJABBLVhffcfd1MZx6VsNRFpEugbxzi
|
|||
github.com/nats-io/nkeys v0.1.3/go.mod h1:xpnFELMwJABBLVhffcfd1MZx6VsNRFpEugbxziKVo7w=
|
||||
github.com/nats-io/nuid v1.0.0/go.mod h1:19wcPz3Ph3q0Jbyiqsd0kePYG7A95tJPxeL+1OSON2c=
|
||||
github.com/nats-io/nuid v1.0.1/go.mod h1:19wcPz3Ph3q0Jbyiqsd0kePYG7A95tJPxeL+1OSON2c=
|
||||
github.com/navidshaikh/client v0.17.2 h1:VLgWSZPaSEr1kxkRmM2O+zTc1OqwqkXddT+w+sa5edY=
|
||||
github.com/navidshaikh/client v0.17.2/go.mod h1:62s+OqEJ8mBSkP6c3ZmPB3jl1jmOyiKtTPwJUBXJQqY=
|
||||
github.com/nbio/st v0.0.0-20140626010706-e9e8d9816f32/go.mod h1:9wM+0iRr9ahx58uYLpLIr5fm8diHn0JbqRycJi6w0Ms=
|
||||
github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d/go.mod h1:o96djdrsSGy3AWPyBgZMAGfxZNfgntdJG+11KU4QvbU=
|
||||
github.com/ncw/swift v1.0.47/go.mod h1:23YIA4yWVnGwv2dQlN4bB7egfYX6YLn0Yo/S6zZO/ZM=
|
||||
|
|
|
|||
Loading…
Reference in New Issue