Skip to content
This repository has been archived by the owner on Jun 4, 2021. It is now read-only.

Commit

Permalink
bump knative.dev/pkg to include webhook fix (#1283)
Browse files Browse the repository at this point in the history
  • Loading branch information
dprotaso authored May 28, 2020
1 parent f2e2d15 commit 38ce6d5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ require (
k8s.io/apimachinery v0.17.4
k8s.io/client-go v12.0.0+incompatible
knative.dev/eventing v0.15.0
knative.dev/pkg v0.0.0-20200519155757-14eb3ae3a5a7
knative.dev/pkg v0.0.0-20200528142800-1c6815d7e4c9
knative.dev/serving v0.15.0
knative.dev/test-infra v0.0.0-20200519161858-554a95a37986
)
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1542,6 +1542,8 @@ knative.dev/pkg v0.0.0-20200515002500-16d7b963416f h1:kcpAMvYUqftHMA69wZ7g83zEW4
knative.dev/pkg v0.0.0-20200515002500-16d7b963416f/go.mod h1:tMOHGbxtRz8zYFGEGpV/bpoTEM1o89MwYFC4YJXl3GY=
knative.dev/pkg v0.0.0-20200519155757-14eb3ae3a5a7 h1:9S2r59HZJF9nKvoRLg5zJzx6XpVlVyvVRqz/C/h6h2s=
knative.dev/pkg v0.0.0-20200519155757-14eb3ae3a5a7/go.mod h1:QgNZTxnwpB/oSpNcfnLVlw+WpEwwyKAvJlvR3hgeltA=
knative.dev/pkg v0.0.0-20200528142800-1c6815d7e4c9 h1:bN9gghp5Osuw1bgKrvMaA+oiAvPuYmzSbRo54/EFSxI=
knative.dev/pkg v0.0.0-20200528142800-1c6815d7e4c9/go.mod h1:QgNZTxnwpB/oSpNcfnLVlw+WpEwwyKAvJlvR3hgeltA=
knative.dev/serving v0.15.0 h1:sOzAJ5VGg8458wHsCT3bG5KqtpBVgOY7g2Vt/rHwf2A=
knative.dev/serving v0.15.0/go.mod h1:cc+LozTiaDvg3802drxoRta8qovnJbxxbtw5l5mqV3o=
knative.dev/test-infra v0.0.0-20200407185800-1b88cb3b45a5 h1:BEfxItc0hPeQmojxoiOwbCbmdVz0+L2SYWKUSQeFF8g=
Expand Down
1 change: 1 addition & 0 deletions vendor/knative.dev/pkg/webhook/webhook.go
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ func (wh *Webhook) ServeHTTP(w http.ResponseWriter, r *http.Request) {
default:
w.WriteHeader(http.StatusOK)
}
return
}

// Verify the content type is accurate.
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1132,7 +1132,7 @@ knative.dev/eventing/test/test_images/recordevents
knative.dev/eventing/test/test_images/sendevents
knative.dev/eventing/test/test_images/sequencestepper
knative.dev/eventing/test/test_images/transformevents
# knative.dev/pkg v0.0.0-20200519155757-14eb3ae3a5a7
# knative.dev/pkg v0.0.0-20200528142800-1c6815d7e4c9
knative.dev/pkg/apis
knative.dev/pkg/apis/duck
knative.dev/pkg/apis/duck/v1
Expand Down

0 comments on commit 38ce6d5

Please sign in to comment.