Skip to content
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

go.mod: update dependencies to latest #2171

Merged
merged 6 commits into from Aug 21, 2023
Merged

go.mod: update dependencies to latest #2171

merged 6 commits into from Aug 21, 2023

Conversation

bryantbiggs
Copy link
Contributor

@bryantbiggs bryantbiggs commented Aug 12, 2023

What does this PR do?

  • Updates dependencies to latest to resolve a number of open PRs and issues for outdated dependencies and/or dependencies with reported vulnerabilities

Motivation

Reviewer's Checklist

  • Changed code has unit tests for its functionality at or near 100% coverage.
  • There is a benchmark for any new code, or changes to existing code.
  • If this interacts with the agent in a new way, a system test has been added.

@bryantbiggs bryantbiggs requested a review from a team as a code owner August 12, 2023 15:15
Copy link
Contributor

@ahmed-mez ahmed-mez left a comment

Choose a reason for hiding this comment

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

Thanks for the PR @bryantbiggs ! Looks like the version bumps of aws-sdk-go-v2 and gocql broke some tests. Let's avoid updating them until we figure out what changed.

Any thoughts @rarguelloF ?

@ahmed-mez ahmed-mez added apm:core apm:ecosystem contrib/* related feature requests or bugs labels Aug 17, 2023
@rarguelloF
Copy link
Contributor

@ahmed-mez I'll try to bump these 2 dependencies in separate PRs to check what exactly broke the tests 👍

@ahmed-mez ahmed-mez merged commit 40a4c32 into DataDog:main Aug 21, 2023
10 checks passed
@bryantbiggs bryantbiggs deleted the chore/update-dependencies branch August 21, 2023 13:00
nsrip-dd added a commit that referenced this pull request Sep 7, 2023
…encies

A recent change to golang.org/x/exp/slices introduced an incompatibility
which affects some of our downstream users. Additionally, upgrading the
google.golang.org/protobuf dependency introduces lots of churn from
differences in generated protobuf code. Neither dependency upgrade was
needed by this library to address issues or use new features. Downgrade
these dependencies to what they were prior to #2171.
nsrip-dd added a commit that referenced this pull request Sep 8, 2023
…encies (#2212)

A recent change to golang.org/x/exp/slices introduced an incompatibility
which affects some of our downstream users. Additionally, upgrading the
google.golang.org/protobuf dependency introduces lots of churn from
differences in generated protobuf code. Neither dependency upgrade was
needed by this library to address issues or use new features. Downgrade
these dependencies to what they were prior to #2171.
nsrip-dd added a commit that referenced this pull request Sep 8, 2023
…encies (#2212)

A recent change to golang.org/x/exp/slices introduced an incompatibility
which affects some of our downstream users. Additionally, upgrading the
google.golang.org/protobuf dependency introduces lots of churn from
differences in generated protobuf code. Neither dependency upgrade was
needed by this library to address issues or use new features. Downgrade
these dependencies to what they were prior to #2171.
nsrip-dd added a commit that referenced this pull request Sep 8, 2023
…encies (1.55 backport) (#2213)

A recent change to golang.org/x/exp/slices introduced an incompatibility
which affects some of our downstream users. Additionally, upgrading the
google.golang.org/protobuf dependency introduces lots of churn from
differences in generated protobuf code. Neither dependency upgrade was
needed by this library to address issues or use new features. Downgrade
these dependencies to what they were prior to #2171.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
apm:core apm:ecosystem contrib/* related feature requests or bugs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

contrib/*: update dependencies to avoid vulnerabilities Update Gin to latest 1.8.x ?
3 participants