File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,10 @@ module github.com/cludden/protoc-gen-go-temporal
22
33go 1.21.5
44
5- replace github.com/benthosdev/benthos/v4 v4.24.0 => github.com/cludden/benthos/v4 v4.24.0-no-otel.1
6-
75require (
86 github.com/alecthomas/participle/v2 v2.1.0
97 github.com/alta/protopatch v0.5.3
10- github.com/benthosdev /benthos/v4 v4.24.0
8+ github.com/cludden /benthos/v4 v4.24.0-no-otel.2
119 github.com/dave/jennifer v1.7.0
1210 github.com/google/uuid v1.4.0
1311 github.com/hako/durafmt v0.0.0-20210608085754-5c1018a4e16b
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA
3232github.1485827954.workers.dev/clbanning/mxj/v2 v2.7.0 h1:WA/La7UGCanFe5NpHF0Q3DNtnCsVoxbPKuyBNHWRyME =
3333github.1485827954.workers.dev/clbanning/mxj/v2 v2.7.0 /go.mod h1:hNiWqW14h+kc+MdF9C6/YoRfjEJoR3ou6tn/Qo+ve2s =
3434github.1485827954.workers.dev/client9/misspell v0.3.4 /go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw =
35- github.com/cludden/benthos/v4 v4.24.0-no-otel.1 h1:jNoPFSedKWYgcDpF8dWkSeRd2pBvK6Vc0c1qVJc6Iwc =
36- github.com/cludden/benthos/v4 v4.24.0-no-otel.1 /go.mod h1:Adm82x2Ag/A39CZH9pyJvpIOtZokW+dyX4PWAw+2iUI =
35+ github.com/cludden/benthos/v4 v4.24.0-no-otel.2 h1:u8BWE6O1xfWSITx4nGhexmsl8d3tLuLDBz0Dy+7YEv8 =
36+ github.com/cludden/benthos/v4 v4.24.0-no-otel.2 /go.mod h1:lbr412TPhtS9tNecnWPNLhmaW7QamZ1MuLS6ulWQ2nU =
3737github.1485827954.workers.dev/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f /go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc =
3838github.1485827954.workers.dev/cpuguy83/go-md2man/v2 v2.0.3 h1:qMCsGGgs+MAzDFyp9LpAe1Lqy/fY/qCovCm0qnXZOBM =
3939github.1485827954.workers.dev/cpuguy83/go-md2man/v2 v2.0.3 /go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o =
Original file line number Diff line number Diff line change 77
88 "github.com/alecthomas/participle/v2"
99 "github.com/alecthomas/participle/v2/lexer"
10- "github.com/benthosdev /benthos/v4/public/bloblang"
11- _ "github.com/benthosdev /benthos/v4/public/components/pure"
12- _ "github.com/benthosdev /benthos/v4/public/components/pure/extended"
10+ "github.com/cludden /benthos/v4/public/bloblang"
11+ _ "github.com/cludden /benthos/v4/public/components/pure"
12+ _ "github.com/cludden /benthos/v4/public/components/pure/extended"
1313 "google.golang.org/protobuf/reflect/protoreflect"
1414)
1515
You can’t perform that action at this time.
0 commit comments