From 0ac7c383e6de0b84a81064c577ae8608f1a69cf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 20:19:27 +0000 Subject: [PATCH] Bump github.com/cloudevents/sdk-go/v2 in /trigger/function/v4 Bumps [github.com/cloudevents/sdk-go/v2](https://github.com/cloudevents/sdk-go) from 2.4.1 to 2.15.2. - [Release notes](https://github.com/cloudevents/sdk-go/releases) - [Commits](https://github.com/cloudevents/sdk-go/compare/v2.4.1...v2.15.2) --- updated-dependencies: - dependency-name: github.com/cloudevents/sdk-go/v2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- trigger/function/v4/go.mod | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/trigger/function/v4/go.mod b/trigger/function/v4/go.mod index caab23c..ac09d4d 100644 --- a/trigger/function/v4/go.mod +++ b/trigger/function/v4/go.mod @@ -4,10 +4,34 @@ go 1.17 require ( github.com/OpenFunction/functions-framework-go v0.5.0 - github.com/cloudevents/sdk-go/v2 v2.4.1 + github.com/cloudevents/sdk-go/v2 v2.15.2 github.com/dapr/go-sdk v1.5.0 github.com/google/cel-go v0.9.0 google.golang.org/genproto v0.0.0-20220622171453-ea41d75dfa0f google.golang.org/protobuf v1.28.0 k8s.io/klog/v2 v2.30.0 ) + +require ( + github.com/SkyAPM/go2sky v1.4.1 // indirect + github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20210826220005-b48c857c3a0e // indirect + github.com/dapr/dapr v1.8.3 // indirect + github.com/go-logr/logr v1.2.3 // indirect + github.com/golang/protobuf v1.5.2 // indirect + github.com/google/uuid v1.3.0 // indirect + github.com/gorilla/mux v1.8.0 // indirect + github.com/json-iterator/go v1.1.12 // indirect + github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect + github.com/modern-go/reflect2 v1.0.2 // indirect + github.com/pkg/errors v0.9.1 // indirect + github.com/stoewer/go-strcase v1.2.0 // indirect + go.uber.org/atomic v1.9.0 // indirect + go.uber.org/multierr v1.7.0 // indirect + go.uber.org/zap v1.21.0 // indirect + golang.org/x/net v0.0.0-20220621193019-9d032be2e588 // indirect + golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect + golang.org/x/text v0.3.7 // indirect + google.golang.org/grpc v1.47.0 // indirect + gopkg.in/yaml.v3 v3.0.1 // indirect + skywalking.apache.org/repo/goapi v0.0.0-20220401015832-2c9eee9481eb // indirect +)