-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Flatten the bridge/opentracing/internal package into bridge/opentracing package #6574
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Leoff00
wants to merge
12
commits into
open-telemetry:main
Choose a base branch
from
Leoff00:flatpackages
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 9 commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
e9f4032
refactor: move mock tracer out of internal package/wipe internal package
Leoff00 fa9121a
chore: remove unused vars (componentKey and serviceKey
Leoff00 b6d340a
add changelog entries
Leoff00 69798e0
bump changelog
Leoff00 48fff7d
revert changelog
Leoff00 5693ab6
chore: flatting test dir into bridge/opentracing
Leoff00 65fdbf4
solve conflict
Leoff00 dc3b7f3
chore: rm go.mod and go.sum and update versions.yaml
Leoff00 b843ef6
Merge branch 'main' into flatpackages
Leoff00 a652d6e
chore: update CHANGELOG.md
Leoff00 483c2d7
qMerge branch 'flatpackages' of github.com:Leoff00/opentelemetry-go i…
Leoff00 7f4189d
Merge branch 'main' into flatpackages
Leoff00 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -1,25 +1,34 @@ | ||||||
module go.opentelemetry.io/otel/bridge/opentracing | ||||||
|
||||||
go 1.23.0 | ||||||
go 1.23.8 | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
replace go.opentelemetry.io/otel => ../.. | ||||||
|
||||||
replace go.opentelemetry.io/otel/trace => ../../trace | ||||||
|
||||||
require ( | ||||||
github.com/opentracing-contrib/go-grpc v0.1.2 | ||||||
github.com/opentracing-contrib/go-grpc/test v0.0.0-20250401233452-0261db7d7b89 | ||||||
github.com/opentracing/opentracing-go v1.2.0 | ||||||
github.com/stretchr/testify v1.10.0 | ||||||
go.opentelemetry.io/otel v1.35.0 | ||||||
go.opentelemetry.io/otel/trace v1.35.0 | ||||||
google.golang.org/grpc v1.71.1 | ||||||
) | ||||||
|
||||||
require ( | ||||||
github.com/davecgh/go-spew v1.1.1 // indirect | ||||||
github.com/go-logr/logr v1.4.2 // indirect | ||||||
github.com/go-logr/stdr v1.2.2 // indirect | ||||||
github.com/golang/protobuf v1.5.4 // indirect | ||||||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||||||
go.opentelemetry.io/auto/sdk v1.1.0 // indirect | ||||||
go.opentelemetry.io/otel/metric v1.35.0 // indirect | ||||||
golang.org/x/net v0.38.0 // indirect | ||||||
golang.org/x/sys v0.31.0 // indirect | ||||||
golang.org/x/text v0.23.0 // indirect | ||||||
google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f // indirect | ||||||
google.golang.org/protobuf v1.36.4 // indirect | ||||||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||||||
) | ||||||
|
||||||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.