fix(deps): update module github.com/poteto0/poteto to v0.26.5 #8092
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.
This PR contains the following updates:
v0.26.4
->v0.26.5
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
poteto0/poteto (github.com/poteto0/poteto)
v0.26.5
: 0.26.5Compare Source
Changelog
Full change log from
v0.25.3
0.26.5
https://github.com/poteto0/poteto/issues/169/169
0.26.4
ctx.SetResponseHeader(key, value string)
internal callres.Header().Set(key, value string)
by @poteto0 in #171Response.SetHeader(key, value string)
internal callwriter.Header().Set(key, value string)
by @poteto0 in #171ctx.GetRequestHeaderParam(key string) string
internal callreq.Header().Get(key string) string
by @poteto0 in #171ctx.ExtractRequestHeaderParam(key string) []string
internal callreturn req.Header[key]
by @poteto0 in #171AddHeader(key, value string)
internal callwriter.Add(key, value string)
by @poteto0 in #1710.26.3
poteto-cli new -d | --docker
gen with Dockerfile & docker-compose.yaml by @poteto0 in #168poteto-cli new -j | --jsonrpc
gen jsonrpc template by @poteto0 in #1660.26.2
0.26.1
PotetoJSONRPCAdapter
dosen't check class by @poteto0 in #1580.26.0
PotetoJSONAdapter
provides json rpc by @poteto0 in #154KeyNote: You can serve JSONRPC server easily.
Poteto.RunTLS
serve https server provided cert & key file by @poteto0 in #144Configuration
📅 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.