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

build(deps): bump github.com/pangum/pangu from 1.5.7 to 1.5.8 #76

Merged
merged 1 commit into from
Mar 10, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
module github.com/pangum/db

go 1.23
toolchain go1.24.1

require (
github.com/elliotchance/sshtunnel v1.6.1
github.com/goexl/exception v0.0.3
github.com/goexl/gox v1.9.2
github.com/goexl/log v0.0.7
github.com/pangum/pangu v1.5.7
github.com/pangum/pangu v1.5.8
golang.org/x/crypto v0.36.0
xorm.io/core v0.7.3
xorm.io/xorm v1.3.9
Expand Down Expand Up @@ -41,11 +43,11 @@ require (
github.com/rs/xid v1.6.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/syndtr/goleveldb v1.0.0 // indirect
github.com/urfave/cli/v2 v2.27.5 // indirect
github.com/urfave/cli/v2 v2.27.6 // indirect
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
github.com/zs5460/art v0.3.0 // indirect
go.uber.org/dig v1.18.0 // indirect
golang.org/x/net v0.35.0 // indirect
go.uber.org/dig v1.18.1 // indirect
golang.org/x/net v0.37.0 // indirect
golang.org/x/sys v0.31.0 // indirect
golang.org/x/text v0.23.0 // indirect
xorm.io/builder v0.3.13 // indirect
Expand Down