Migrate from logrus to log/slog#586
Closed
jordan-rash wants to merge 18 commits intofirecracker-microvm:mainfrom
Closed
Migrate from logrus to log/slog#586jordan-rash wants to merge 18 commits intofirecracker-microvm:mainfrom
jordan-rash wants to merge 18 commits intofirecracker-microvm:mainfrom
Conversation
Signed-off-by: Jordan Rash <15827604+jordan-rash@users.noreply.github.com>
Signed-off-by: Swagat Bora <sbora@amazon.com> Signed-off-by: Jordan Rash <15827604+jordan-rash@users.noreply.github.com>
Signed-off-by: Swagat Bora <sbora@amazon.com> Signed-off-by: Jordan Rash <15827604+jordan-rash@users.noreply.github.com>
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.21.0 to 0.23.0. - [Commits](golang/net@v0.21.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Jordan Rash <15827604+jordan-rash@users.noreply.github.com>
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.22.0 to 0.23.0. - [Commits](golang/crypto@v0.22.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Jordan Rash <15827604+jordan-rash@users.noreply.github.com>
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.22.0 to 0.23.0. - [Commits](golang/crypto@v0.22.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Jordan Rash <15827604+jordan-rash@users.noreply.github.com>
Bumps [github.com/containernetworking/plugins](https://github.com/containernetworking/plugins) from 1.4.1 to 1.5.0. - [Release notes](https://github.com/containernetworking/plugins/releases) - [Commits](containernetworking/plugins@v1.4.1...v1.5.0) --- updated-dependencies: - dependency-name: github.com/containernetworking/plugins dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Jordan Rash <15827604+jordan-rash@users.noreply.github.com>
Signed-off-by: Swagat Bora <sbora@amazon.com> Signed-off-by: Jordan Rash <15827604+jordan-rash@users.noreply.github.com>
…racker-microvm#568) * Revert "Bump github.com/containernetworking/plugins from 1.4.1 to 1.5.0" This reverts commit 0027aae. Signed-off-by: Austin Vazquez <macedonv@amazon.com> * Revert "run go mod tidy in examples/cmd/snapshotting" This reverts commit 70b0100. Signed-off-by: Austin Vazquez <macedonv@amazon.com> --------- Signed-off-by: Austin Vazquez <macedonv@amazon.com> Signed-off-by: Jordan Rash <15827604+jordan-rash@users.noreply.github.com>
Signed-off-by: Gudmundur Bjarni Olafsson <gudmundur.bjarni@gmail.com> Signed-off-by: Jordan Rash <15827604+jordan-rash@users.noreply.github.com>
…ovm#573) Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.20.0 to 0.21.0. - [Commits](golang/sys@v0.20.0...v0.21.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Jordan Rash <15827604+jordan-rash@users.noreply.github.com>
This reverts commit fe67294. Signed-off-by: Swagat Bora <sbora@amazon.com> Signed-off-by: Jordan Rash <15827604+jordan-rash@users.noreply.github.com>
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.23.0 to 0.25.0. - [Commits](golang/crypto@v0.23.0...v0.25.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Jordan Rash <15827604+jordan-rash@users.noreply.github.com>
Signed-off-by: Jordan Rash <15827604+jordan-rash@users.noreply.github.com>
Signed-off-by: Jordan Rash <15827604+jordan-rash@users.noreply.github.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Issue #, if available:
Description of changes:
Removes dependency on external logging library in favor of stdlib
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.