Bump negroni from v1.0.0 to v3.1.1 in /examples#212
Open
alexandear wants to merge 1 commit intors:masterfrom
Open
Bump negroni from v1.0.0 to v3.1.1 in /examples#212alexandear wants to merge 1 commit intors:masterfrom
alexandear wants to merge 1 commit intors:masterfrom
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the Negroni dependency from the deprecated github.com/codegangsta/negroni v1.0.0 to the current github.com/urfave/negroni/v3 v3.1.1. The Negroni project was moved to the urfave organization, and this update ensures the examples use the maintained version of the library.
Changes:
- Updated import path in negroni example from
github.com/codegangsta/negronitogithub.com/urfave/negroni/v3 - Updated go.mod to replace old dependency with new one at version v3.1.1
- Updated go.sum with corresponding checksums for the new dependency
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| examples/negroni/server.go | Updated import statement to use new negroni package path with v3 module |
| examples/go.mod | Removed old codegangsta/negroni dependency and added urfave/negroni/v3 v3.1.1 |
| examples/go.sum | Removed checksums for old negroni package and added checksums for new v3.1.1 version |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Negroni has been moved to https://github.com/urfave/negroni. The latest version is v3.