Skip to content

Commit

Permalink
upgrade to latest dependencies
Browse files Browse the repository at this point in the history
bumping knative.dev/reconciler-test 7c9868e...14f7b11:
  > 14f7b11 Configure sender with CA certs when provided (# 624)

Signed-off-by: Knative Automation <[email protected]>
  • Loading branch information
knative-automation committed Nov 1, 2023
1 parent c8f4624 commit f038f92
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ require (
knative.dev/hack v0.0.0-20231025074238-d4af42e9b222
knative.dev/hack/schema v0.0.0-20231025074238-d4af42e9b222
knative.dev/pkg v0.0.0-20231023152443-b7a62c0b7003
knative.dev/reconciler-test v0.0.0-20231026161005-7c9868e0de8f
knative.dev/reconciler-test v0.0.0-20231031125158-14f7b117cd60
sigs.k8s.io/yaml v1.3.0
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -850,8 +850,8 @@ knative.dev/hack/schema v0.0.0-20231025074238-d4af42e9b222 h1:eInYan43nTxHYDb2xA
knative.dev/hack/schema v0.0.0-20231025074238-d4af42e9b222/go.mod h1:3pWwBLnTZSM9psSgCAvhKOHIPTzqfEMlWRpDu6IYhK0=
knative.dev/pkg v0.0.0-20231023152443-b7a62c0b7003 h1:oeJLBwgNdO+UE4McWemwj41lfTfnEl8eC/vhaWqx/ME=
knative.dev/pkg v0.0.0-20231023152443-b7a62c0b7003/go.mod h1:RE2nhTVkvAM+kK+q+US3Anv0+g4s8s87Fv+ZrQHCc60=
knative.dev/reconciler-test v0.0.0-20231026161005-7c9868e0de8f h1:u00y/GRKZeJhM55MvgOtmCCvlJA7OXRxRESYG3iKCyY=
knative.dev/reconciler-test v0.0.0-20231026161005-7c9868e0de8f/go.mod h1:ojrPzMaQ7FugThq5SAG3mF1+8/N6gM8b/gFM3kHUXJU=
knative.dev/reconciler-test v0.0.0-20231031125158-14f7b117cd60 h1:2u/HbUQnl9ITLSgWjgUoQjD7saX5DY80CBsUYwqAxcY=
knative.dev/reconciler-test v0.0.0-20231031125158-14f7b117cd60/go.mod h1:ojrPzMaQ7FugThq5SAG3mF1+8/N6gM8b/gFM3kHUXJU=
pgregory.net/rapid v1.1.0 h1:CMa0sjHSru3puNx+J0MIAuiiEV4N0qj8/cMWGBBCsjw=
rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8=
rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0=
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ func Start(ctx context.Context, logs *eventshub.EventLogs, clientOpts ...eventsh
}

func createClient(ctx context.Context, env generator, logs *eventshub.EventLogs) (*nethttp.Client, *nethttp.Transport, error) {
if env.EnforceTLS {
if env.EnforceTLS || env.CACerts != "" {
caCertPool, err := x509.SystemCertPool()
if err != nil {
return nil, nil, fmt.Errorf("failed to create cert pool %s: %w", env.Sink, err)
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1348,7 +1348,7 @@ knative.dev/pkg/webhook/resourcesemantics
knative.dev/pkg/webhook/resourcesemantics/conversion
knative.dev/pkg/webhook/resourcesemantics/defaulting
knative.dev/pkg/webhook/resourcesemantics/validation
# knative.dev/reconciler-test v0.0.0-20231026161005-7c9868e0de8f
# knative.dev/reconciler-test v0.0.0-20231031125158-14f7b117cd60
## explicit; go 1.20
knative.dev/reconciler-test/cmd/eventshub
knative.dev/reconciler-test/pkg/environment
Expand Down

0 comments on commit f038f92

Please sign in to comment.