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

chore(deps): bump go.uber.org/zap from 1.20.0 to 1.24.0 #240

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2022

Bumps go.uber.org/zap from 1.20.0 to 1.24.0.

Release notes

Sourced from go.uber.org/zap's releases.

v1.24.0

Enhancements:

  • #1148[]: Add Level to both Logger and SugaredLogger that reports the current minimum enabled log level.
  • #1185[]: SugaredLogger turns errors to zap.Error automatically.

Thanks to @​Abirdcfly, @​craigpastro, @​nnnkkk7, and @​sashamelentyev for their contributions to this release.

#1148: uber-go/zap#1148 #1185: uber-go/zap#1185

v1.23.0

Enhancements:

  • #1147[]: Add a zapcore.LevelOf function to determine the level of a LevelEnabler or Core.
  • #1155[]: Add zap.Stringers field constructor to log arrays of objects that implement String() string.

#1147: uber-go/zap#1147 #1155: uber-go/zap#1155

v1.22.0

Enhancements:

  • #1071[]: Add zap.Objects and zap.ObjectValues field constructors to log arrays of objects. With these two constructors, you don't need to implement zapcore.ArrayMarshaler for use with zap.Array if those objects implement zapcore.ObjectMarshaler.
  • #1079[]: Add SugaredLogger.WithOptions to build a copy of an existing SugaredLogger with the provided options applied.
  • #1080[]: Add *ln variants to SugaredLogger for each log level. These functions provide a string joining behavior similar to fmt.Println.
  • #1088[]: Add zap.WithFatalHook option to control the behavior of the logger for Fatal-level log entries. This defaults to exiting the program.
  • #1108[]: Add a zap.Must function that you can use with NewProduction or NewDevelopment to panic if the system was unable to build the logger.
  • #1118[]: Add a Logger.Log method that allows specifying the log level for a statement dynamically.

Thanks to @​cardil, @​craigpastro, @​sashamelentyev, @​shota3506, and @​zhupeijun for their contributions to this release.

#1071: uber-go/zap#1071 #1079: uber-go/zap#1079 #1080: uber-go/zap#1080 #1088: uber-go/zap#1088

... (truncated)

Changelog

Sourced from go.uber.org/zap's changelog.

1.24.0 (30 Nov 2022)

Enhancements:

  • #1148[]: Add Level to both Logger and SugaredLogger that reports the current minimum enabled log level.
  • #1185[]: SugaredLogger turns errors to zap.Error automatically.

Thanks to @​Abirdcfly, @​craigpastro, @​nnnkkk7, and @​sashamelentyev for their contributions to this release.

#1148: https://github.coml/uber-go/zap/pull/1148 #1185: https://github.coml/uber-go/zap/pull/1185

1.23.0 (24 Aug 2022)

Enhancements:

  • #1147[]: Add a zapcore.LevelOf function to determine the level of a LevelEnabler or Core.
  • #1155[]: Add zap.Stringers field constructor to log arrays of objects that implement String() string.

#1147: uber-go/zap#1147 #1155: uber-go/zap#1155

1.22.0 (8 Aug 2022)

Enhancements:

  • #1071[]: Add zap.Objects and zap.ObjectValues field constructors to log arrays of objects. With these two constructors, you don't need to implement zapcore.ArrayMarshaler for use with zap.Array if those objects implement zapcore.ObjectMarshaler.
  • #1079[]: Add SugaredLogger.WithOptions to build a copy of an existing SugaredLogger with the provided options applied.
  • #1080[]: Add *ln variants to SugaredLogger for each log level. These functions provide a string joining behavior similar to fmt.Println.
  • #1088[]: Add zap.WithFatalHook option to control the behavior of the logger for Fatal-level log entries. This defaults to exiting the program.
  • #1108[]: Add a zap.Must function that you can use with NewProduction or NewDevelopment to panic if the system was unable to build the logger.
  • #1118[]: Add a Logger.Log method that allows specifying the log level for a statement dynamically.

Thanks to @​cardil, @​craigpastro, @​sashamelentyev, @​shota3506, and @​zhupeijun for their contributions to this release.

#1071: uber-go/zap#1071 #1079: uber-go/zap#1079 #1080: uber-go/zap#1080 #1088: uber-go/zap#1088

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.20.0 to 1.24.0.
- [Release notes](https://github.com/uber-go/zap/releases)
- [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md)
- [Commits](uber-go/zap@v1.20.0...v1.24.0)

---
updated-dependencies:
- dependency-name: go.uber.org/zap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner December 1, 2022 14:08
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 1, 2022
@trafico-bot trafico-bot bot added the 🔍 Ready for Review Pull Request is not reviewed yet label Dec 1, 2022
@guardrails
Copy link

guardrails bot commented Dec 1, 2022

⚠️ We detected 261 security issues in this pull request:

Vulnerable Libraries (261)
Severity Details
N/A pkg:golang/github.com/btcsuite/[email protected]@v0.22.0-beta (t) upgrade to: 0.23.2,0.15.2-beta
High pkg:golang/golang.org/x/[email protected]@v0.0.0-20200513185701-a91f0712d120 (t) - no patch available
Critical pkg:golang/github.com/nats-io/[email protected]@v0.3.2 (t) - no patch available
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20190125091013-d26f9f9a57f3 (t) upgrade to: 0.0.0-20210520170846-37e1c6afe023
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20200122134326-e047566fdf82 (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
Medium pkg:golang/golang.org/x/[email protected]@v0.0.0-20180904163835-0709b304e793 (t) - no patch available
Medium pkg:golang/golang.org/x/[email protected]@v0.0.0-20190211182817-74369b46fc67 (t) - no patch available
High pkg:golang/golang.org/x/[email protected]@v0.0.0-20200820211705-5c72a883971a (t) - no patch available
Medium pkg:golang/golang.org/x/[email protected]@v0.0.0-20190618222545-ea8f1a30c443 (t) - no patch available
High pkg:golang/golang.org/x/[email protected]@v0.0.0-20200222125558-5a598a2470a0 (t) - no patch available
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20191026070338-33540a1f6037 (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
High pkg:golang/golang.org/x/[email protected]@v0.0.0-20210119194325-5f4716e94777 (t) - no patch available
N/A pkg:golang/github.com/whyrusleeping/[email protected]@v0.0.0-20180509141711-8c6c8ba81d5c (t) upgrade to: 0.0.0-20201201191210-20a61371de5b
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20190412213103-97732733099d (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
High pkg:golang/golang.org/x/[email protected]@v0.0.0-20190404232315-eb5bcb51f2a3 (t) - no patch available
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20170915032832-14c0d48ead0c (t) upgrade to: 0.3.8
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20181116152217-5ac8a444bdc5 (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
N/A pkg:golang/golang.org/x/[email protected] @v0.0.0-20210921155107-089bfa567519 (t) upgrade to: 0.0.0-20220314234659-1baeb1ce4c0b
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20191005200804-aed5e4c7ecf9 (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
High pkg:golang/golang.org/x/[email protected]@v0.0.0-20210813160813-60bc85c4be6d (t) - no patch available
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20200615200032-f1bc736245b1 (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
High pkg:golang/golang.org/x/[email protected]@v0.0.0-20190510104115-cbcb75029529 (t) upgrade to: 0.0.0-20200220183623-bac4c82f6975
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20200930185726-fdedc70b468f (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
N/A pkg:golang/github.com/ipld/[email protected]@v1.2.0 (t) upgrade to: 1.3.1
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20190610200419-93c9922d18ae (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
High pkg:golang/nhooyr.io/[email protected]@v1.8.6 (t) - no patch available
High pkg:golang/golang.org/x/[email protected]@v0.3.3 (t) - no patch available
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20200302150141-5c8b2ff67527 (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20200323222414-85ca7c5b95cd (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
N/A pkg:golang/github.com/gorilla/[email protected]@v1.4.0 (t) upgrade to: 1.4.1
High pkg:golang/golang.org/x/[email protected]@v0.0.0-20190613194153-d28f0bde5980 (t) - no patch available
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20191220142924-d4481acd189f (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20190422165155-953cdadca894 (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
High pkg:golang/golang.org/x/[email protected]@v0.0.0-20190228161510-8dd112bcdc25 (t) upgrade to: 0.0.0-20200220183623-bac4c82f6975
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20181107165924-66b7b1311ac8 (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
High pkg:golang/github.com/lucas-clemente/[email protected]@v0.23.0 (t) - no patch available
High pkg:golang/gopkg.in/[email protected]@v2.2.2 (t) - no patch available
High pkg:golang/golang.org/x/[email protected]@v0.0.0-20190225124518-7f87c0fbb88b (t) upgrade to: 0.0.0-20200220183623-bac4c82f6975
High pkg:golang/github.com/miekg/[email protected]@v1.1.43 (t) - no patch available
Low pkg:golang/github.com/aws/[email protected]@v1.27.0 (t) - no patch available
High pkg:golang/golang.org/x/[email protected]@v0.0.0-20210505024714-0287a6fb4125 (t) - no patch available
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20190626221950-04f50cda93cb (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20210426080607-c94f62235c83 (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
Critical pkg:golang/github.com/gogo/[email protected]@v1.3.0 (t) - no patch available
High pkg:golang/github.com/prometheus/[email protected]@v1.10.0 (t) upgrade to: 1.11.1
High pkg:golang/golang.org/x/[email protected]@v0.0.0-20200226121028-0de0cce0169b (t) - no patch available
High pkg:golang/github.com/buger/[email protected]@v0.0.0-20181115193947-bf1c66bbce23 (t) upgrade to: 0.0.0-20200321185410-91ac96899e49
High pkg:golang/golang.org/x/[email protected]@v0.0.0-20180724234803-3673e40ba225 (t) - no patch available
Medium pkg:golang/golang.org/x/[email protected]@v0.0.0-20190605123033-f99c8df09eb5 (t) - no patch available
High pkg:golang/golang.org/x/[email protected]@v0.0.0-20190501004415-9ce7a6920f09 (t) - no patch available
High pkg:golang/github.com/prometheus/[email protected]@v1.0.0 (t) upgrade to: 1.11.1
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20200114155413-6afb5195e5aa (t) upgrade to: 0.0.0-20210520170846-37e1c6afe023
High pkg:golang/golang.org/x/[email protected]@v0.0.0-20210226172049-e18ecbb05110 (t) - no patch available
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20200223170610-d5e6a3e2c0ae (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20180830151530-49385e6e1522 (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20190606165138-5da285871e9c (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
High pkg:golang/github.com/prometheus/[email protected]@v1.3.0 (t) upgrade to: 1.11.1
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20211019181941-9d821ace8654 (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20190826190057-c7b8b68b1456 (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20190726091711-fc99dfbffb4e (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
High pkg:golang/golang.org/x/[email protected]@v0.0.0-20210405180319-a5a99cb37ef4 (t) - no patch available
High pkg:golang/github.com/ipld/[email protected]@v0.3.2 (t) - no patch available
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20210506145944-38f3c27a63bf (t) upgrade to: 0.0.0-20211202192323-5770296d904e
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20181011144130-49bb7cea24b1 (t) upgrade to: 0.0.0-20190125091013-d26f9f9a57f3
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20200202164722-d101bd2416d5 (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
N/A pkg:golang/github.com/gorilla/[email protected]@v0.0.0-20170926233335-4201258b820c (t) upgrade to: 1.4.1
High pkg:golang/github.com/miekg/[email protected]@v1.1.41 (t) - no patch available
High pkg:golang/golang.org/x/[email protected]@v0.0.0-20190923162816-aa69164e4478 (t) - no patch available
High pkg:golang/golang.org/x/[email protected]@v0.0.0-20200625001655-4c5254603344 (t) - no patch available
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20200511232937-7e40ca221e25 (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
High pkg:golang/golang.org/x/[email protected]@v0.0.0-20210428140749-89ef3d95e781 (t) - no patch available
Medium pkg:golang/golang.org/x/[email protected]@v0.0.0-20181029021203-45a5f77698d3 (t) - no patch available
High pkg:golang/github.com/btcsuite/[email protected]@v0.21.0-beta (t) - no patch available
High pkg:golang/github.com/prometheus/[email protected]@v0.9.2 (t) upgrade to: 1.11.1
High pkg:golang/golang.org/x/[email protected]@v0.0.0-20180826012351-8a410e7b638d (t) - no patch available
N/A pkg:golang/github.com/prometheus/[email protected]@v0.9.3-0.20190127221311-3c4408c8b829 (t) upgrade to: 1.11.1
High pkg:golang/golang.org/x/[email protected]@v0.0.0-20190522155817-f3200d17e092 (t) - no patch available
High pkg:golang/golang.org/x/[email protected]@v0.0.0-20201021035429-f5854403a974 (t) - no patch available
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20210603081109-ebe580a85c40 (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
High pkg:golang/github.com/miekg/[email protected]@v1.1.12 (t) - no patch available
High pkg:golang/golang.org/x/[email protected]@v0.0.0-20190628185345-da137c7871d7 (t) - no patch available
Critical pkg:golang/github.com/gogo/[email protected]@v1.3.1 (t) - no patch available
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20190924154521-2837fb4f24fe (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
High pkg:golang/golang.org/x/[email protected]@v0.0.0-20181220203305-927f97764cc3 (t) - no patch available
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20200331124033-c3d80250170d (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20191120155948-bd437916bb0e (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
Medium pkg:golang/golang.org/x/[email protected]@v0.0.0-20200622213623-75b288015ac9 (t) - no patch available
N/A pkg:golang/github.com/prometheus/[email protected]@v0.8.0 (t) upgrade to: 1.11.1
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20190228124157-a34e9553db1e (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
High pkg:golang/golang.org/x/[email protected]@v0.3.0 (t) upgrade to: 0.3.3
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20210615035016-665e8c7367d1 (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
High pkg:golang/gopkg.in/[email protected]@v3.0.0-20210107192922-496545a6307b (t) upgrade to: 3.0.0
High pkg:golang/golang.org/x/[email protected]@v0.0.0-20200202094626-16171245cfb2 (t) - no patch available
Critical pkg:golang/github.com/gogo/[email protected]@v1.2.1 (t) - no patch available
N/A pkg:golang/github.com/flynn/[email protected]@v0.0.0-20180327030543-2492fe189ae6 (t) upgrade to: 1.0.0
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20180719180050-a680a1efc54d (t) upgrade to: 0.0.0-20210520170846-37e1c6afe023
High pkg:golang/golang.org/x/[email protected]@v0.0.0-20210525063256-abc453219eb5 (t) - no patch available
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20200803210538-64077c9b5642 (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20191204072324-ce4227a45e2e (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20190302025703-b6889370fb10 (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20181106065722-10aee1819953 (t) upgrade to: 1.11.13,1.12.8,0.0.0-20190813141303-74dc4d7220e7
Medium pkg:golang/golang.org/x/[email protected]@v0.0.0-20210513164829-c07d793c2f9a (t) - no patch available
High pkg:golang/github.com/miekg/[email protected]@v1.1.31 (t) - no patch available
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20210315160823-c6e025ad8005 (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20210124154548-22da62e12c0c (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20200106162015-b016eb3dc98e (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
Critical pkg:golang/github.com/btcsuite/[email protected]@v0.0.0-20190523000118-16327141da8c (t) upgrade to: 0.23.2
High pkg:golang/golang.org/x/[email protected]@v0.0.0-20191209160850-c0dbc17a3553 (t) - no patch available
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20200501052902-10377860bb8e (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
Critical pkg:golang/github.com/btcsuite/[email protected] @v0.22.0-beta (t) upgrade to: 0.23.2
High pkg:golang/golang.org/x/[email protected]@v0.0.0-20190724013045-ca1201d0de80 (t) - no patch available
High pkg:golang/golang.org/x/[email protected]@v0.0.0-20200904194848-62affa334b73 (t) - no patch available
N/A pkg:golang/github.com/ipfs/[email protected] @v0.11.0 (t) upgrade to: 0.12.1
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20190904154756-749cb33beabd (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
High pkg:golang/golang.org/x/[email protected]@v0.0.0-20181030102418-4d3f4d9ffa16 (t) upgrade to: 0.0.0-20200220183623-bac4c82f6975
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20191228213918-04cbcbbfeed8 (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
Medium pkg:golang/golang.org/x/[email protected]@v0.0.0-20190701094942-4def268fd1a4 (t) - no patch available
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20210511113859-b0526f3d8744 (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20210510120138-977fb7262007 (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20190524152521-dbbf3f1254d4 (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
N/A pkg:golang/github.com/prometheus/[email protected] @v1.11.0 (t) upgrade to: 1.11.1
N/A pkg:golang/github.com/whyrusleeping/[email protected] @v0.0.0-20180509141711-8c6c8ba81d5c (t) upgrade to: 0.0.0-20201201191210-20a61371de5b
High pkg:golang/gopkg.in/[email protected]@v3.0.0-20200313102051-9f266ea9e77c (t) upgrade to: 3.0.0
High pkg:golang/github.com/nats-io/[email protected]@v0.3.0 (t) upgrade to: 1.1.0
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20210303074136-134d130e1a04 (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
High pkg:golang/github.com/gorilla/[email protected]@v1.4.1 (t) - no patch available
High pkg:golang/golang.org/x/[email protected]@v0.0.0-20211015210444-4f30a5c0130f (t) - no patch available
N/A pkg:golang/github.com/prometheus/[email protected]@v1.9.0 (t) - no patch available
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20210309074719-68d13333faf2 (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
High pkg:golang/golang.org/x/[email protected]@v0.3.2 (t) upgrade to: 0.3.3
High pkg:golang/gopkg.in/[email protected]@v2.2.4 (t) - no patch available
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20210921155107-089bfa567519 (t) upgrade to: 0.0.0-20220314234659-1baeb1ce4c0b
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20200301022130-244492dfa37a (t) upgrade to: 1.16.12,1.17.5,0.0.0-20211209124913-491a49abca63
High pkg:golang/gopkg.in/[email protected]@v2.2.1 (t) - no patch available
High pkg:golang/golang.org/x/[email protected]@v0.0.0-20200221231518-2aa609cf4a9d (t) - no patch available
N/A pkg:golang/golang.org/x/[email protected] @v0.3.7 (t) upgrade to: 0.3.8
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20190507160741-ecd444e8653b (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
High pkg:golang/golang.org/x/[email protected]@v0.0.0-20190108225652-1e06a53dbb7e (t) - no patch available
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20200212091648-12a6c2dcc1e4 (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20210119212857-b64e53b001e4 (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
High pkg:golang/github.com/btcsuite/[email protected]@v0.20.1-beta (t) - no patch available
High pkg:golang/golang.org/x/[email protected]@v0.0.0-20200520182314-0ba52f642ac2 (t) - no patch available
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20210423184538-5f58ad60dda6 (t) upgrade to: 1.15.12,1.16.4,0.0.0-20210428140749-89ef3d95e781
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20200501053045-e0ff5e5a1de5 (t) upgrade to: 1.16.12,1.17.5,0.0.0-20211209124913-491a49abca63
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20180823144017-11551d06cbcc (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
Critical pkg:golang/github.com/btcsuite/[email protected]@v0.0.0-20190824003749-130ea5bddde3 (t) upgrade to: 0.23.2
High pkg:golang/golang.org/x/[email protected]@v0.0.0-20190213061140-3a22650c66bd (t) - no patch available
High pkg:golang/github.com/prometheus/[email protected]@v1.7.1 (t) upgrade to: 1.11.1
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20181029174526-d69651ed3497 (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20181026203630-95b1ffbd15a5 (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20201119102817-f84b799fce68 (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
Medium pkg:golang/golang.org/x/[email protected]@v0.0.0-20191011191535-87dc89f01550 (t) - no patch available
Medium pkg:golang/golang.org/x/[email protected]@v0.0.0-20210220033148-5ea612d1eb83 (t) - no patch available
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20210816183151-1e6c022a8912 (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
High pkg:golang/golang.org/x/[email protected]@v0.0.0-20200506145744-7e3656a0809f (t) - no patch available
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20210423082822-04245dca01da (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
High pkg:golang/golang.org/x/[email protected]@v0.0.0-20200822124328-c89045814202 (t) - no patch available
Medium pkg:golang/golang.org/x/[email protected]@v0.0.0-20190513172903-22d7a77e9e5f (t) - no patch available
N/A pkg:golang/go.etcd.io/[email protected]@v0.0.0-20191023171146-3cf2f69b5738 (t) upgrade to: 0.5.0-alpha.5.0.20190108173120-83c051b701d3
N/A pkg:golang/golang.org/x/[email protected] @v0.0.0-20211015210444-4f30a5c0130f (t) upgrade to: 1.18.6,1.19.1,0.0.0-20220906165146-f3363e06e74c
High pkg:golang/github.com/lucas-clemente/[email protected]@v0.19.3 (t) - no patch available
High pkg:golang/golang.org/x/[email protected]@v0.0.0-20190313024323-a1f597ede03a (t) upgrade to: 0.0.0-20200220183623-bac4c82f6975
High pkg:golang/golang.org/x/[email protected]@v0.0.0-20170930174604-9419663f5a44 (t) upgrade to: 0.0.0-20200220183623-bac4c82f6975
High pkg:golang/golang.org/x/[email protected]@v0.0.0-20201110031124-69a78807bb2b (t) - no patch available
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20200520004742-59133d7f0dd7 (t) upgrade to: 0.0.0-20210520170846-37e1c6afe023
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20190524122548-abf6ff778158 (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
High pkg:golang/github.com/lucas-clemente/[email protected]@v0.21.2 (t) - no patch available
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20190316082340-a2f829d7f35f (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
High pkg:golang/github.com/hashicorp/consul/[email protected]@v0.3.0 (t) - no patch available
Medium pkg:golang/github.com/yuin/[email protected]@v1.1.32 (t) - no patch available
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20190219092855-153ac476189d (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20200602180216-279210d13fed (t) upgrade to: 0.0.0-20211202192323-5770296d904e
High pkg:golang/golang.org/x/[email protected]@v0.0.0-20200324143707-d3edc9973b7e (t) - no patch available
Medium pkg:golang/github.com/libp2p/[email protected]@v0.0.1 (t) - no patch available
Medium pkg:golang/golang.org/x/[email protected]@v0.0.0-20190611184440-5c40567a22f8 (t) - no patch available
High pkg:golang/golang.org/x/[email protected]@v0.0.0-20190813141303-74dc4d7220e7 (t) - no patch available
High pkg:golang/github.com/ipfs/[email protected]@v0.11.0 (t) - no patch available
High pkg:golang/github.com/gin-gonic/[email protected]@v1.6.3 (t) upgrade to: 1.7.7
Medium pkg:golang/golang.org/x/[email protected]@v0.0.0-20190426145343-a29dc8fdc734 (t) - no patch available
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20181201002055-351d144fa1fc (t) upgrade to: 0.0.0-20210520170846-37e1c6afe023
Medium pkg:golang/golang.org/x/[email protected]@v0.0.0-20210322153248-0c34fe9e7dc2 (t) - no patch available
High pkg:golang/golang.org/x/[email protected]@v0.0.0-20200510223506-06a226fb4e37 (t) - no patch available
High pkg:golang/golang.org/x/[email protected]@v0.0.0-20210316092652-d523dce5a7f4 (t) - no patch available
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20190405154228-4b34438f7a67 (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
High pkg:golang/golang.org/x/[email protected]@v0.0.0-20210805182204-aaa1db679c0d (t) - no patch available
High pkg:golang/golang.org/x/[email protected]@v0.0.0-20181114220301-adae6a3d119a (t) - no patch available
High pkg:golang/github.com/gin-gonic/[email protected] @v1.6.3 (t) upgrade to: 1.7.7
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20200707034311-ab3426394381 (t) upgrade to: 1.18.6,1.19.1,0.0.0-20220906165146-f3363e06e74c
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20181122145206-62eef0e2fa9b (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20181205085412-a5c9d58dba9a (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
Medium pkg:golang/golang.org/x/[email protected]@v0.0.0-20181203042331-505ab145d0a9 (t) - no patch available
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20200421231249-e086a090c8fd (t) upgrade to: 1.16.12,1.17.5,0.0.0-20211209124913-491a49abca63
High pkg:golang/gopkg.in/[email protected]@v2.2.3 (t) - no patch available
Critical pkg:golang/github.com/gogo/[email protected]@v1.2.0 (t) - no patch available
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20200519105757-fe76b779f299 (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20190222072716-a9d3bda3a223 (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20190313220215-9f648a60d977 (t) upgrade to: 1.18.6,1.19.1,0.0.0-20220906165146-f3363e06e74c
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20200602225109-6fdc65e7d980 (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20200423211502-4bdfaf469ed5 (t) upgrade to: 0.0.0-20201216223049-8b5274cf687f
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20200523222454-059865788121 (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20190624142023-c5567b49c5d0 (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20210903071746-97244b99971b (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
High pkg:golang/golang.org/x/[email protected]@v0.0.0-20180906233101-161cd47e91fd (t) - no patch available
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20200625212154-ddb9806d33ae (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20210809222454-d867a43fc93e (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
Medium pkg:golang/github.com/yuin/[email protected]@v1.1.25 (t) - no patch available
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20211025112917-711f33c9992c (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
High pkg:golang/github.com/miekg/[email protected]@v1.0.14 (t) - no patch available
High pkg:golang/gopkg.in/[email protected]@v2.2.8 (t) - no patch available
High pkg:golang/golang.org/x/[email protected]@v0.3.6 (t) - no patch available
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20190312061237-fead79001313 (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20201214210602-f9fddec55a1e (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20190227160552-c95aed5357e7 (t) upgrade to: 1.18.6,1.19.1,0.0.0-20220906165146-f3363e06e74c
High pkg:golang/github.com/hashicorp/consul/[email protected]@v1.3.0 (t) - no patch available
Medium pkg:golang/golang.org/x/[email protected]@v0.0.0-20210813211128-0a44fdfbc16e (t) - no patch available
High pkg:golang/golang.org/x/[email protected]@v0.0.0-20200115085410-6d4e4cb37c7d (t) upgrade to: 0.0.0-20200220183623-bac4c82f6975
N/A pkg:golang/golang.org/x/[email protected] @v0.0.0-20220128215802-99c3d69c2c27 (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
Medium pkg:golang/github.com/yuin/[email protected]@v1.1.27 (t) - no patch available
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20210330210617-4fbd30eecc44 (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
High pkg:golang/github.com/lucas-clemente/[email protected]@v0.24.0 (t) - no patch available
High pkg:golang/golang.org/x/[email protected]@v0.0.0-20190611141213-3f473d35a33a (t) - no patch available
N/A pkg:golang/github.com/ipld/[email protected] @v0.3.2 (t) upgrade to: 0.4.0,2.4.0
High pkg:golang/github.com/prometheus/[email protected]@v0.9.1 (t) upgrade to: 1.11.1
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20191206220618-eeba5f6aabab (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20210317225723-c4fcb01b228e (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
High pkg:golang/gopkg.in/[email protected]@v2.3.0 (t) - no patch available
High pkg:golang/golang.org/x/[email protected]@v0.0.0-20190603091049-60506f45cf65 (t) - no patch available
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20191210023423-ac6580df4449 (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20190215142949-d0b11bdaac8a (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20210112080510-489259a85091 (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
Critical pkg:golang/github.com/btcsuite/[email protected]@v0.0.0-20190213025234-306aecffea32 (t) upgrade to: 0.23.2
High pkg:golang/golang.org/x/[email protected]@v0.0.0-20190620200207-3b0461eec859 (t) - no patch available
Medium pkg:golang/golang.org/x/[email protected]@v0.0.0-20190308221718-c2843e01d9a2 (t) - no patch available
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20180905080454-ebe1bf3edb33 (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20200515095857-1151b9dac4a9 (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
High pkg:golang/golang.org/x/[email protected]@v0.0.0-20190311183353-d8887717615a (t) - no patch available
Critical pkg:golang/github.com/btcsuite/[email protected]@v0.0.0-20190605094302-a0d1e3e36d50 (t) upgrade to: 0.23.2
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20200116001909-b77594299b42 (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
Medium pkg:golang/github.com/microcosm-cc/[email protected]@v1.0.1 (t) upgrade to: 1.0.5
High pkg:golang/github.com/prometheus/[email protected]@v1.11.0 (t) - no patch available
N/A pkg:golang/github.com/gogo/[email protected]@v1.1.1 (t) upgrade to: 1.3.2
N/A pkg:golang/golang.org/x/[email protected]@v0.3.1-0.20180807135948-17ff2d5776d2 (t) upgrade to: 0.3.8
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20190526052359-791d8a0f4d09 (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20200113162924-86b910548bc1 (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20191001151750-bb3f8db39f24 (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
Low pkg:golang/github.com/nats-io/nats-server/[email protected]@v2.1.2 (t) - no patch available
High pkg:golang/github.com/dgrijalva/[email protected][email protected]+incompatible (t) - no patch available
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20200420163511-1957bb5e6d1f (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
N/A pkg:golang/github.com/apache/[email protected]@v0.12.0 (t) upgrade to: 0.13.0
High pkg:golang/golang.org/x/[email protected]@v0.0.0-20181023162649-9b4f9f5ad519 (t) - no patch available
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20180909124046-d0be0721c37e (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20210630005230-0f9fa26af87c (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20211216021012-1d35b9e2eb4e (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
High pkg:golang/gopkg.in/[email protected]@v2.2.5 (t) - no patch available
High pkg:golang/golang.org/x/[email protected]@v0.0.0-20190503192946-f4e77d36d62c (t) - no patch available
N/A pkg:golang/gopkg.in/[email protected]@v2.0.0-20170812160011-eb3733d160e7 (t) upgrade to: 2.2.3
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20210514084401-e8d321eab015 (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20190502145724-3ef323f4f1fd (t) upgrade to: 1.17.10,1.18.2,0.0.0-20220412211240-33da011f77ad
Medium pkg:golang/golang.org/x/[email protected]@v0.0.0-20190530122614-20be4c3c3ed5 (t) - no patch available
N/A pkg:golang/github.com/ipld/[email protected] @v1.3.0 (t) upgrade to: 1.3.1
N/A pkg:golang/golang.org/x/[email protected]@v0.0.0-20181029044818-c44066c5c816 (t) upgrade to: 0.0.0-20210520170846-37e1c6afe023

More info on how to fix Vulnerable Libraries in Go.


👉 Go to the dashboard for detailed results.

📥 Happy? Share your feedback with us.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code 🔍 Ready for Review Pull Request is not reviewed yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants