-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
split config/configauth module #7910
split config/configauth module #7910
Conversation
a902c43
to
ca0c241
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apparently, there are some formatting issues. Nothing that would block this PR from being merged, but nice to have them fixed anyway. If you prefer to fix them at a later time, let me know and I'll approve the PR.
component/go.mod
Outdated
@@ -35,6 +35,8 @@ require ( | |||
gopkg.in/yaml.v3 v3.0.1 // indirect | |||
) | |||
|
|||
|
|||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was this added by a tool?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this was added in the previous PR by crosslink removing other dependencies and leaving the new lines until i re-ran the tool
config/configauth/go.mod
Outdated
go 1.19 | ||
|
||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This go.mod looks strange now: perhaps add the direct dependencies first, the transitive after that, and the overrides at the bottom?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I moved the replace, ptal
Linked issue: open-telemetry#7895 Signed-off-by: Alex Boten <aboten@lightstep.com>
ca0c241
to
6aafddb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Addressed all the newlines, ptal @jpkrohling
Signed-off-by: Alex Boten <aboten@lightstep.com>
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #7910 +/- ##
==========================================
+ Coverage 91.06% 91.12% +0.05%
==========================================
Files 298 298
Lines 14912 14912
==========================================
+ Hits 13580 13588 +8
+ Misses 1053 1047 -6
+ Partials 279 277 -2 ☔ View full report in Codecov by Sentry. |
Linked issue #7895
Follow up to #7908