Skip to content
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

dependencies update + more test codes + sample middleware code #26

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

pilinux
Copy link
Contributor

@pilinux pilinux commented Nov 14, 2023

What's Changed

  • added test files for gorm package 560b822
  • added example integration with test codes 560b822
  • bumped dependencies 2c50815

@@ -6,7 +6,7 @@ package main

import (
"github.com/labstack/echo/v4"
echolog "github.com/onrik/logrus/echo"
echolog "github.com/pilinux/logrus/echo"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like it's redundant.

pilinux added 5 commits March 3, 2024 09:35
github.com/getsentry/sentry-go v0.25.0 -> v0.27.0
github.com/labstack/echo/v4 v4.11.3 -> v4.11.4
github.com/labstack/gommon v0.4.1 -> v0.4.2
github.com/stretchr/testify v1.8.4 -> v1.9.0
github.com/tidwall/gjson v1.17.0 -> v1.17.1
golang.org/x/term v0.15.0 -> v0.17.0
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.

2 participants