Skip to content

fix(deps): update module github.com/poteto-go/poteto to v1.4.0#8244

Merged
waghanza merged 1 commit intomasterfrom
renovate/github.com-poteto-go-poteto-1.x
Feb 14, 2025
Merged

fix(deps): update module github.com/poteto-go/poteto to v1.4.0#8244
waghanza merged 1 commit intomasterfrom
renovate/github.com-poteto-go-poteto-1.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 13, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/poteto-go/poteto v1.3.5 -> v1.4.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

poteto-go/poteto (github.com/poteto-go/poteto)

v1.4.0

Compare Source

1.4.X

1.4.0

KEYNOTE:

func main() {
	p := poteto.New()

	p.GET("/users", func(ctx poteto.Context) error {
		return ctx.JSON(http.StatusOK, map[string]string{
			"id":   "1",
			"name": "tester",
		})
	})

	res := p.Play(http.MethodGet, "/users")
	resBodyStr := res.Body.String
	// => {"id":"1","name":"tester"}
}

v1.3.6

Compare Source

1.3.X

1.3.6
1.3.5
1.3.4
1.3.3
  • Bump github.com/goccy/go-yaml from 1.15.15 to 1.15.17 in #​216
  • Bump github.com/goccy/go-json from 0.10.4 to 0.10.5 in #​217
1.3.2
1.3.1
1.3.0
  • DEP: Poteto's go version update -> 1.23 by @​poteto0 in #​207
  • FEAT: startUpWorkflows run function just before server start in #​204
    NOTE:
func main() {
  p := New()
  
  // run function just before server#Serve
  p.RegisterWorkflow(constant.START_UP_WORKFLOW, 1, func() error)
}

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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

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

@renovate renovate bot requested a review from waghanza as a code owner February 13, 2025 22:38
@waghanza waghanza merged commit 93c8dfa into master Feb 14, 2025
2 checks passed
@waghanza waghanza deleted the renovate/github.com-poteto-go-poteto-1.x branch February 14, 2025 17:42
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.

1 participant