Skip to content

Commit

Permalink
[release-v1.0.0] Update kn-plugin-func to fix SB template (knative#1013)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsimansk authored Apr 7, 2022
1 parent 7f79c58 commit 252b44b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@ replace (
k8s.io/client-go => k8s.io/client-go v0.21.4
k8s.io/code-generator => k8s.io/code-generator v0.21.4
knative.dev/kn-plugin-event => github.com/openshift-knative/kn-plugin-event v0.27.1-0.20220223114256-af13ecf492aa
knative.dev/kn-plugin-func => github.com/openshift-knative/kn-plugin-func v0.22.1-0.20220404193928-15431c314b22
// Points to https://github.com/openshift-knative/kn-plugin-func/commit/ed9795ba813a5c96209fb4416a1b328af7c4ce0d
knative.dev/kn-plugin-func => github.com/openshift-knative/kn-plugin-func v1.1.3-0.20220406191418-ed9795ba813a
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1527,8 +1527,8 @@ github.com/opencontainers/selinux v1.8.2 h1:c4ca10UMgRcvZ6h0K4HtS15UaVSBEaE+iln2
github.com/opencontainers/selinux v1.8.2/go.mod h1:MUIHuUEvKB1wtJjQdOyYRgOnLD2xAPP8dBsCoU0KuF8=
github.com/openshift-knative/kn-plugin-event v0.27.1-0.20220223114256-af13ecf492aa h1:Zmaj3Ia2pRoN4/HqbiDu9TBkxoPk7/9h6R53OGtOAlA=
github.com/openshift-knative/kn-plugin-event v0.27.1-0.20220223114256-af13ecf492aa/go.mod h1:z/RbZ2zAWlirxAvKNNikas7S19P8V1nr8XXG0cXr3M0=
github.com/openshift-knative/kn-plugin-func v0.22.1-0.20220404193928-15431c314b22 h1:Pt0y04KUk3muRDgs3gI4tWF3riIIIwHsO5CKNHc6XHI=
github.com/openshift-knative/kn-plugin-func v0.22.1-0.20220404193928-15431c314b22/go.mod h1:iKNFs9OpstK5dVrmmQR162m+Kaj+8/caz91onypfNZA=
github.com/openshift-knative/kn-plugin-func v1.1.3-0.20220406191418-ed9795ba813a h1:24XEd3MD6FQCNI49tTPmnpgYse+GqqSRs6OzxW5EtPM=
github.com/openshift-knative/kn-plugin-func v1.1.3-0.20220406191418-ed9795ba813a/go.mod h1:iKNFs9OpstK5dVrmmQR162m+Kaj+8/caz91onypfNZA=
github.com/opentracing-contrib/go-observer v0.0.0-20170622124052-a52f23424492/go.mod h1:Ngi6UdF0k5OKD5t5wlmGhe/EDKPoUM3BXZSSfIuJbis=
github.com/opentracing/basictracer-go v1.0.0/go.mod h1:QfBfYuafItcjQuMwinw9GhYKwFXS9KnPs5lxoYwgW74=
github.com/opentracing/opentracing-go v1.0.2/go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o=
Expand Down
2 changes: 1 addition & 1 deletion vendor/knative.dev/kn-plugin-func/pkged.go

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1429,7 +1429,7 @@ knative.dev/kn-plugin-event/pkg/k8s
knative.dev/kn-plugin-event/pkg/metadata
knative.dev/kn-plugin-event/pkg/plugin
knative.dev/kn-plugin-event/pkg/sender
# knative.dev/kn-plugin-func v0.22.1 => github.com/openshift-knative/kn-plugin-func v0.22.1-0.20220404193928-15431c314b22
# knative.dev/kn-plugin-func v0.22.1 => github.com/openshift-knative/kn-plugin-func v1.1.3-0.20220406191418-ed9795ba813a
## explicit
knative.dev/kn-plugin-func
knative.dev/kn-plugin-func/buildpacks
Expand Down Expand Up @@ -1635,4 +1635,4 @@ sigs.k8s.io/yaml
# k8s.io/client-go => k8s.io/client-go v0.21.4
# k8s.io/code-generator => k8s.io/code-generator v0.21.4
# knative.dev/kn-plugin-event => github.com/openshift-knative/kn-plugin-event v0.27.1-0.20220223114256-af13ecf492aa
# knative.dev/kn-plugin-func => github.com/openshift-knative/kn-plugin-func v0.22.1-0.20220404193928-15431c314b22
# knative.dev/kn-plugin-func => github.com/openshift-knative/kn-plugin-func v1.1.3-0.20220406191418-ed9795ba813a

0 comments on commit 252b44b

Please sign in to comment.