-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Update Go dependencies Some of the `indirect` dependencies required to be updated. - Update beats to latest master and the indirect dependencies - Update containerd 2.8.1 - Update distribution to 1.5.1 - Move from jwt-go golang-jwt/jwt (new maintained version) (cherry picked from commit ba22241) * update beats (cherry picked from commit ac5cfe5) * Depends on elastic/elastic-agent modules (cherry picked from commit 1962755) * updating beats (cherry picked from commit 7eac829) * Dependencies tidy (cherry picked from commit d1cfa99) * add overrides for e2e-testing (cherry picked from commit ea589c8) * Correctly fix the `goe` dependency This add the required overrides and rules for the CC0, The CC0 is in our green light list. Notes: This is an indirect dependencies coming from beats, this is present in both beats and apm-server. Both of theses project doesn't have rules or overrides in place to allow it. I've lost time to investigate why the license detector didn't raise any issue in their repository. Looking at both projects `go.sum` the dependencies is defined. If you run `go list -m all` you will see it. The output of this command result is used by our `go-licence-detector` to flag incompatible license. (cherry picked from commit 3aa593e) * Update server.New method signature (cherry picked from commit 9d4f2e9) Co-authored-by: Pier-Hugues Pellerin <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
- Loading branch information
1 parent
0a796ce
commit b3a657a
Showing
8 changed files
with
17,670 additions
and
8,632 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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 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 |
---|---|---|
|
@@ -10,7 +10,8 @@ | |
"MIT", | ||
"MPL-2.0", | ||
"Public Domain", | ||
"Zlib" | ||
"Zlib", | ||
"CC0" | ||
], | ||
"maybelist": [ | ||
"EPL-1.0", | ||
|
This file contains 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.