-
Notifications
You must be signed in to change notification settings - Fork 0
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 #59
base: master
Are you sure you want to change the base?
Conversation
@@ -2,14 +2,15 @@ module github.com/asecurityteam/serverfull | |||
|
|||
go 1.22 | |||
|
|||
toolchain go1.23.1 | |||
toolchain go1.23.3 | |||
|
|||
require ( | |||
github.com/asecurityteam/logevent/v2 v2.0.1 | |||
github.com/asecurityteam/runhttp v0.6.5 | |||
github.com/asecurityteam/settings/v2 v2.0.1 | |||
github.com/aws/aws-lambda-go v1.47.0 | |||
github.com/go-chi/chi v1.5.5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Question - do we need the old chi around?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ugh probably not, but it's probably due do other dependencies and needs to be manually cleaned up... I won't bother with this PR for now then.
4ba647e
to
8ac659b
Compare
8ac659b
to
2e4c3ed
Compare
45aacf1
to
c54f114
Compare
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
c54f114
to
4b6a0ed
Compare
4ca0c72
to
d0e0527
Compare
ae4eab8
to
49918e8
Compare
49918e8
to
3871bd9
Compare
3871bd9
to
c034c05
Compare
|
This PR contains the following updates:
v4
->v5
v2.0.1
->v2.0.2
v0.6.5
->v0.6.6
v2.0.1
->v2.0.2
v1.5.5
->v5.2.1
v1.9.0
->v1.10.0
1.23.1
->1.24.0
Release Notes
SonarSource/sonarqube-scan-action (SonarSource/sonarqube-scan-action)
v5
Compare Source
asecurityteam/logevent (github.com/asecurityteam/logevent/v2)
v2.0.2
: Dependencies updatedCompare Source
What's Changed
New Contributors
Full Changelog: asecurityteam/logevent@v2.0.1...v2.0.2
asecurityteam/runhttp (github.com/asecurityteam/runhttp)
v0.6.6
: Update dependenciesCompare Source
What's Changed
Full Changelog: asecurityteam/runhttp@v0.6.5...v0.6.6
asecurityteam/settings (github.com/asecurityteam/settings/v2)
v2.0.2
Compare Source
What's Changed
New Contributors
Full Changelog: asecurityteam/settings@v2.0.1...v2.0.2
go-chi/chi (github.com/go-chi/chi)
v5.2.1
Compare Source
Starting this release, we will now support the four most recent major versions of Go. See https://github.com/go-chi/chi/issues/963 for related discussion.
What's Changed
Full Changelog: go-chi/chi@v5.2.0...v5.2.1
v5.2.0
Compare Source
What's Changed
Find
toRoutes
interface by @joeriddles in https://github.com/go-chi/chi/pull/872_examples/versions
by @hongkuancn in https://github.com/go-chi/chi/pull/948Mux.Find
not correctly handling nested routes by @joeriddles in https://github.com/go-chi/chi/pull/954New Contributors
Full Changelog: go-chi/chi@v5.1.0...v5.2.0
v5.1.0
Compare Source
What's Changed
Discard()
method to themiddleware.WrapResponseWriter
interface. This is technically an API breaking change. However after some discussion at https://github.com/go-chi/chi/pull/926#discussion_r1658333481, we decided to move forward, and release as minor version, as we don't expect anyone to rely on this interface / implement it externally.New Contributors
Full Changelog: go-chi/chi@v5.0.14...v5.1.0
v5.0.14
Compare Source
v5.0.13
Compare Source
What's Changed
New Contributors
Full Changelog: go-chi/chi@v5.0.12...v5.0.13
v5.0.12
Compare Source
v5.0.11
Compare Source
v5.0.10
Compare Source
v5.0.9
Compare Source
v5.0.8
Compare Source
v5.0.7
Compare Source
v5.0.6
Compare Source
v5.0.5
Compare Source
v5.0.4
Compare Source
v5.0.3
Compare Source
v5.0.2
Compare Source
v5.0.1
Compare Source
v5.0.0
Compare Source
github.com/go-chi/chi/v5
introduces the adoption of Go's SIV to adhere to the current state-of-the-tools in Go.The most responsible thing to do for everyone's benefit is to just release v5 with SIV, so I present to you all,
chi v5 at
github.com/go-chi/chi/v5
. I hope someday the developer experience and ergonomics I've been seekingwill still come to fruition in some form, https://github.com/golang/go/issues/445504550
v4.1.3
Compare Source
v4.1.2
Compare Source
v4.1.2+incompatible
Compare Source
v4.1.1
Compare Source
route to the correct handler through a recursive tree search, thanks to @Jahaja for the PR/fix!
v4.1.1+incompatible
Compare Source
v4.1.0
Compare Source
and an extra interface type useful for custom logger implementations.
v4.1.0+incompatible
Compare Source
v4.0.4
Compare Source
v4.0.4+incompatible
Compare Source
v4.0.3
Compare Source
v4.0.3+incompatible
Compare Source
v4.0.2
Compare Source
v4.0.2+incompatible
Compare Source
v4.0.1
Compare Source
v4.0.1+incompatible
Compare Source
v4.0.0
Compare Source
v4.0.0+incompatible
Compare Source
v3.3.5
Compare Source
v3.3.4
Compare Source
v3.3.4+incompatible
Compare Source
v3.3.3
Compare Source
v3.3.3+incompatible
Compare Source
v3.3.2
Compare Source
ContentCharset
to check matching charsets. Thank you@csucu for your community contribution!
v3.3.2+incompatible
Compare Source
v3.3.1
Compare Source
AllowContentType
handler for explicit whitelist of accepted request Content-TypesSetHeader
handler for short-hand middleware to set a response header key/valuev3.3.1+incompatible
Compare Source
v3.3.0
Compare Source
chi.RegisterMethod("LINK")
andchi.RegisterMethod("UNLINK")
in aninit()
functionv3.3.0+incompatible
Compare Source
v3.2.1
Compare Source
Match(rctx *Context, method, path string) bool
method toRoutes
interfaceand
Mux
. Match searches the mux's routing tree for a handler that matches the method/pathRouteMethod
to*Context
Routes
pointer to*Context
middleware.GetHead
to route missing HEAD requests to GET handlerv3.2.1+incompatible
Compare Source
v3.2.0
Compare Source
v3.2.0+incompatible
Compare Source
v3.1.5
Compare Source
func ServerBaseContext(h http.Handler, baseCtx context.Context) http.Handler
to
func ServerBaseContext(baseCtx context.Context, h http.Handler) http.Handler
v3.1.5+incompatible
Compare Source
v3.1.4
Compare Source
v3.1.4+incompatible
Compare Source
v3.1.3
: Router tree Walker, an analogy to filepath.WalkCompare Source
v3.1.3+incompatible
Compare Source
v3.1.2
Compare Source
v3.1.2+incompatible
Compare Source
v3.1.1
Compare Source
v3.1.1+incompatible
Compare Source
v3.1.0
Compare Source
docgen
sub-pkg to https://github.com/go-chi/docgenrender
sub-pkg to https://github.com/go-chi/renderURLFormat
handler to chi/middleware sub-pkg to make working with url mimesuffixes easier, ie. parsing
/articles/1.json
and/articles/1.xml
. See comments inhttps://github.com/go-chi/chi/blob/master/middleware/url_format.go for example usage.
v3.1.0+incompatible
Compare Source
v3.0.0
Compare Source
/:id
to/{id}
for even more flexible routing, such as/articles/{month}-{day}-{year}-{slug}
,/articles/{id}
, and/articles/{id}.{ext}
on thesame router
/{paramKey:regExp}
for example:r.Get("/articles/{name:[a-z]+}", h)
andchi.URLParam(r, "name")
Method
andMethodFunc
tochi.Router
to allow routing definitions such asr.Method("GET", "/", h)
which provides a cleaner interface for custom handlers likein
_examples/custom-handler
mux#FileServer
helper function. Instead, we encourage users to create theirown using file handler with the stdlib, see
_examples/fileserver
for an exampler.Method()
andr.MethodFunc()
be easily discovered and supported, at: https://github.com/go-chi
"github.com/go-chi/chi"
v3.0.0+incompatible
Compare Source
v2.1.1
Compare Source
v2.1.0
Compare Source
chi/render
sub-package to complete the story of buildingAPIs to offer a pattern for managing well-defined request / response payloads. Please
check out the updated
_examples/rest
example for how it works.MethodNotAllowed(h http.HandlerFunc)
to chi.Router interfacev2.1.0+incompatible
Compare Source
v2.0.0
Compare Source
production, the inclusion of some improvements to the middlewares, we are very pleased to
announce v2.0.0 of chi.
v2.0.0+incompatible
Compare Source
stretchr/testify (github.com/stretchr/testify)
v1.10.0
Compare Source
What's Changed
Functional Changes
Fixes
Documantation, Build & CI
New Contributors
Full Changelog: stretchr/testify@v1.9.0...v1.10.0
golang/go (go)
v1.24.0
v1.23.6
v1.23.5
v1.23.4
v1.23.3
v1.23.2
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 is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.