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

Update all dependencies #41

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

Update all dependencies #41

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 21, 2022

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
alpine final minor 3.15 -> 3.21 age adoption passing confidence
github.com/gorilla/mux require patch v1.8.0 -> v1.8.1 age adoption passing confidence
github.com/gorilla/sessions require minor v1.2.1 -> v1.4.0 age adoption passing confidence
github.com/sirupsen/logrus require minor v1.8.1 -> v1.9.3 age adoption passing confidence
github.com/spf13/viper require minor v1.10.1 -> v1.20.0 age adoption passing confidence
github.com/stretchr/testify require minor v1.7.0 -> v1.10.0 age adoption passing confidence
github.com/urfave/negroni/v2 require major v2.0.2 -> v3.1.1 age adoption passing confidence
golang.org/x/crypto require minor v0.0.0-20220112180741-5e0467b6c7ce -> v0.36.0 age adoption passing confidence
golang.org/x/net require minor v0.0.0-20220114011407-0dd24b26b47d -> v0.37.0 age adoption passing confidence
golang.org/x/oauth2 require minor v0.0.0-20211104180415-d3ed0bb246c8 -> v0.28.0 age adoption passing confidence

Release Notes

gorilla/mux (github.com/gorilla/mux)

v1.8.1

Compare Source

What's Changed

New Contributors

Full Changelog: gorilla/mux@v1.8.0...v1.8.1

gorilla/sessions (github.com/gorilla/sessions)

v1.4.0

Compare Source

Summary

There were new features important for compatibility with some of the upcoming cookie security changes with google that required a new Partitioned attribute be added to the cookies, this attribute was only available in go 1.23, which has just recently been released.

If you require a version that is backward compatible with a lower version than go 1.23 then you'll need to use release v1.3.0.

The following notes show the difference between 1.2.2 and the current version because 1.3.0 was a hotfix for go 1.22 and below.

What's Changed

New Contributors

Full Changelog: gorilla/sessions@v1.2.2...v1.4.0

v1.3.0

Compare Source

The maintainers of this repo merged a PR into main with the net/http.Cookie field Partitioned which is a field only available in go 1.23. As a result all usage of the main branch will not work unless users are on 1.23 which at the time of writing is currently unreleased. This broke the install for a number of users so the intent of this release is to push out a couple of features and bugfixes with the go 1.23 specific changes removed.

Releases should be used exclusively until go 1.23 is released.

What's Changed

New Contributors

Full Changelog: gorilla/sessions@v1.2.2...v1.3.0

v1.2.2

Compare Source

What's Changed

New Contributors

Full Changelog: gorilla/sessions@v1.2.1...v1.2.2

sirupsen/logrus (github.com/sirupsen/logrus)

v1.9.3

Compare Source

Full Changelog: sirupsen/logrus@v1.9.2...v1.9.3

v1.9.2

Compare Source

Full Changelog: sirupsen/logrus@v1.9.1...v1.9.2

v1.9.1

Compare Source

What's Changed

New Contributors

Full Changelog: sirupsen/logrus@v1.9.0...v1.9.1

v1.9.0

Compare Source

v1.8.3

Compare Source

What's Changed

New Contributors

Full Changelog: sirupsen/logrus@v1.8.2...v1.8.3

v1.8.2

Compare Source

What's Changed

New Contributors

Full Changelog: sirupsen/logrus@v1.8.1...v1.8.2

spf13/viper (github.com/spf13/viper)

v1.20.0

Compare Source

[!WARNING]
This release includes a few minor breaking changes. Read the upgrade guide for details.

What's Changed

Exciting New Features 🎉
Enhancements 🚀
Bug Fixes 🐛
Breaking Changes 🛠
Dependency Updates ⬆️
Other Changes

New Contributors

Full Changelog: spf13/viper@v1.19.0...v1.20.0

v1.19.0

Compare Source

What's Changed

Bug Fixes 🐛
Dependency Updates ⬆️

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@codecov
Copy link

codecov bot commented Jan 21, 2022

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 44.28%. Comparing base (7503f5f) to head (02d2c8b).

Current head 02d2c8b differs from pull request most recent head 722d4c0

Please upload reports for the commit 722d4c0 to get more accurate results.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #41   +/-   ##
=======================================
  Coverage   44.28%   44.28%           
=======================================
  Files           8        8           
  Lines         411      411           
=======================================
  Hits          182      182           
  Misses        197      197           
  Partials       32       32           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot changed the title Update golang.org/x/net commit hash to 4395403 Update golang.org/x/net commit hash to 2ed6ce1 Jan 21, 2022
@renovate renovate bot changed the title Update golang.org/x/net commit hash to 2ed6ce1 Update golang.org/x/net commit hash to e204ce3 Jan 21, 2022
@renovate renovate bot changed the title Update golang.org/x/net commit hash to e204ce3 Update all dependencies Jan 26, 2022
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 14129f7 to bee7ef7 Compare January 28, 2022 21:12
@renovate renovate bot changed the title Update all dependencies Update golang.org/x/net commit hash to cd36cc0 Jan 31, 2022
@renovate renovate bot changed the title Update golang.org/x/net commit hash to cd36cc0 Update all dependencies Jan 31, 2022
@renovate renovate bot changed the title Update all dependencies Update golang.org/x/net commit hash to cd36cc0 Feb 2, 2022
@renovate renovate bot changed the title Update golang.org/x/net commit hash to cd36cc0 Update all dependencies Feb 2, 2022
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from faaa2ca to 94b3676 Compare February 14, 2022 22:04
@renovate renovate bot changed the title Update all dependencies Update all dependencies to 8634188 Feb 24, 2022
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 2dc2f26 to 8321748 Compare February 25, 2022 19:15
@renovate renovate bot changed the title Update all dependencies to 8634188 Update all dependencies to efcb850 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from bc1e6a6 to 726b45c Compare March 9, 2022 18:12
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from fdd1c99 to 9c44991 Compare December 6, 2024 01:34
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 89466eb to 09e7d9b Compare January 8, 2025 16:09
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 52eabed to 7b231f5 Compare February 6, 2025 11:06
Copy link
Author

renovate bot commented Feb 6, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.12 -> 1.24.1

@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 3044ae9 to 539a487 Compare February 11, 2025 21:54
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 8661833 to 8ead3a1 Compare February 24, 2025 19:58
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from ed57b2e to a3fa91c Compare March 7, 2025 22:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants