Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
4 changes: 4 additions & 0 deletions public/bundle/enterprise/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ module github.com/redpanda-data/connect/public/bundle/enterprise/v4

go 1.26.2

<<<<<<< update-bundles-v4.90.2
require github.com/redpanda-data/connect/v4 v4.90.2
=======
require github.com/redpanda-data/connect/v4 v4.90.1
>>>>>>> main
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unresolved Git merge conflict markers (<<<<<<<, =======, >>>>>>>) were committed to this file. This will cause go mod operations and any build that depends on public/bundle/enterprise/go.mod to fail because the file is not valid Go module syntax.

Resolve the conflict by keeping the intended version (presumably require github.com/redpanda-data/connect/v4 v4.90.2, matching the bump in public/bundle/free/go.mod) and deleting the marker lines.


require (
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.11-20260209202127-80ab13bee0bf.1 // indirect
Expand Down
2 changes: 1 addition & 1 deletion public/bundle/free/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/redpanda-data/connect/public/bundle/free/v4

go 1.26.2

require github.com/redpanda-data/connect/v4 v4.90.1
require github.com/redpanda-data/connect/v4 v4.90.2

require (
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.11-20260209202127-80ab13bee0bf.1 // indirect
Expand Down