Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
wubin1989 committed Feb 17, 2025
1 parent 18e9a46 commit 685da24
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 33 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ coverage.out
resources
cmd/internal/openapi/v3/codegen/testdata/mytest
.cursorrules
.cursorignore
.cursorignore
.vscode/
28 changes: 0 additions & 28 deletions .vscode/settings.json

This file was deleted.

2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ require (
github.com/testcontainers/testcontainers-go v0.33.0
github.com/uber/jaeger-client-go v2.30.0+incompatible
github.com/uber/jaeger-lib v2.4.1+incompatible
github.com/unionj-cloud/toolkit v0.0.5
github.com/unionj-cloud/toolkit v0.0.6
github.com/wubin1989/dbresolver v0.0.2 // indirect
github.com/wubin1989/gen v0.0.4
github.com/wubin1989/gorm v0.0.5
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1653,8 +1653,8 @@ github.com/ulikunitz/xz v0.5.8/go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oW
github.com/ulikunitz/xz v0.5.9/go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14=
github.com/ulikunitz/xz v0.5.11 h1:kpFauv27b6ynzBNT/Xy+1k+fK4WswhN/6PN5WhFAGw8=
github.com/ulikunitz/xz v0.5.11/go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14=
github.com/unionj-cloud/toolkit v0.0.5 h1:dVg8Hw6U1zDbJfO134N9OTl0T28Af1WfK7GKcjX4ABI=
github.com/unionj-cloud/toolkit v0.0.5/go.mod h1:9qQQLm/cpDh2X2g+e+5NpVYbeZOAZnrxTtJOiS9nF9o=
github.com/unionj-cloud/toolkit v0.0.6 h1:SXtuUVDB5C0OVNQzC6SaamG4FD65x/9Ziuaoq53250M=
github.com/unionj-cloud/toolkit v0.0.6/go.mod h1:9qQQLm/cpDh2X2g+e+5NpVYbeZOAZnrxTtJOiS9nF9o=
github.com/urfave/negroni v1.0.0/go.mod h1:Meg73S6kFm/4PpbYdq35yYWoCZ9mS/YSx+lKnmiohz4=
github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc=
github.com/valyala/fasthttp v1.6.0/go.mod h1:FstJa9V+Pj9vQ7OJie2qMHdwemEDaDiSdBnvPM1Su9w=
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package version

const Release = "v2.5.6"
const Release = "v2.5.7"

0 comments on commit 685da24

Please sign in to comment.