Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 24, 2025

Bumps github.com/poteto-go/poteto from 1.3.4 to 1.7.0.

Release notes

Sourced from github.com/poteto-go/poteto's releases.

v1.7.0

1.7.X

@​2025/03/23 ~

1.7.0

@​2025/03/23

  • FEAT: Poteto.AddApi(Poteto) add router & middlewareTree from Poteto by @​poteto0 in #274
p := poteto.New()
userApi := poteto.Api("/users", func(leaf poteto.Leaf) {
p.GET("/", <handler>)
})
p.AddApi(userApi)

v1.6.3

1.6.X

1.6.3

@​2025/03/22

  • VULNS: Bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 in #271

1.6.2

@​2025/03/21

  • REF: ut rework & check bug is not occur by @​poteto0 in #268
  • Bump github.com/goccy/go-yaml from 1.15.23 to 1.16.0 in #267
  • Bump golang.org/x/net from 0.34.0 to 0.36.0 in #264
  • Bump github.com/stretchr/testify from 1.8.4 to 1.10.0 in #263

1.6.1

... (truncated)

Changelog

Sourced from github.com/poteto-go/poteto's changelog.

1.7.0

@​2025/03/23

  • FEAT: Poteto.AddApi(Poteto) add router & middlewareTree from Poteto by @​poteto0 in #274
p := poteto.New()
userApi := poteto.Api("/users", func(leaf Leaf) {
p.GET("/", <handler>)
})
p.AddApi(userApi)

1.6.X

1.6.3

@​2025/03/22

  • VULNS: Bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 in #271

1.6.2

@​2025/03/21

  • REF: ut rework & check bug is not occur by @​poteto0 in #268
  • Bump github.com/goccy/go-yaml from 1.15.23 to 1.16.0 in #267
  • Bump golang.org/x/net from 0.34.0 to 0.36.0 in #264
  • Bump github.com/stretchr/testify from 1.8.4 to 1.10.0 in #263

1.6.1

1.6.0

... (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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [github.com/poteto-go/poteto](https://github.com/poteto-go/poteto) from 1.3.4 to 1.7.0.
- [Release notes](https://github.com/poteto-go/poteto/releases)
- [Changelog](https://github.com/poteto-go/poteto/blob/main/CHANGELOG.md)
- [Commits](poteto-go/poteto@v1.3.4...v1.7.0)

---
updated-dependencies:
- dependency-name: github.com/poteto-go/poteto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Mar 24, 2025
@github-actions
Copy link

Hello I'm Potetobot : ).
Thank you for your contribution.
Linting results are as follows (if none, it means no issues were found):

{}

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 31, 2025

Superseded by #26.

@dependabot dependabot bot closed this Mar 31, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/poteto-go/poteto-1.7.0 branch March 31, 2025 09:20
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants