Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/activator/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ import (
pkglogging "knative.dev/pkg/logging"
"knative.dev/pkg/logging/logkey"
pkgnet "knative.dev/pkg/network"
knativetls "knative.dev/pkg/network/tls"
k8sruntime "knative.dev/pkg/observability/runtime/k8s"
"knative.dev/pkg/signals"
"knative.dev/pkg/system"
knativetls "knative.dev/pkg/tls"
"knative.dev/pkg/version"
"knative.dev/pkg/websocket"
"knative.dev/serving/pkg/activator"
Expand Down
2 changes: 1 addition & 1 deletion pkg/queue/sharedmain/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import (

netproxy "knative.dev/networking/pkg/http/proxy"
pkghandler "knative.dev/pkg/network/handlers"
knativetls "knative.dev/pkg/tls"
knativetls "knative.dev/pkg/network/tls"
"knative.dev/serving/pkg/activator"

"github.com/kelseyhightower/envconfig"
Expand Down
2 changes: 1 addition & 1 deletion pkg/reconciler/revision/resolve.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
"github.com/google/go-containerregistry/pkg/v1/remote"
"k8s.io/apimachinery/pkg/util/sets"
"k8s.io/client-go/kubernetes"
knativetls "knative.dev/pkg/tls"
knativetls "knative.dev/pkg/network/tls"
)

type digestResolver struct {
Expand Down
39 changes: 0 additions & 39 deletions vendor/knative.dev/pkg/tls/config.go

This file was deleted.

1 change: 0 additions & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1655,7 +1655,6 @@ knative.dev/pkg/test/spoof
knative.dev/pkg/test/upgrade
knative.dev/pkg/test/upgrade/shell
knative.dev/pkg/test/vegeta/pacers
knative.dev/pkg/tls
knative.dev/pkg/tracker
knative.dev/pkg/version
knative.dev/pkg/webhook
Expand Down
Loading