Skip to content

build(deps): bump github.com/harluo/config from 0.0.4 to 0.0.5 #4

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

Closed
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
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.24

require (
github.com/goexl/http v0.2.1
github.com/harluo/config v0.0.4
github.com/harluo/config v0.0.5
github.com/harluo/di v0.0.5
)

Expand All @@ -23,7 +23,7 @@ require (
github.com/goexl/gfx v0.2.8 // indirect
github.com/goexl/gox v1.9.2 // indirect
github.com/goexl/log v0.0.9 // indirect
github.com/goexl/mengpo v0.2.6 // indirect
github.com/goexl/mengpo v0.3.0 // indirect
github.com/goexl/structer v0.1.9 // indirect
github.com/goexl/xiren v0.0.8 // indirect
github.com/google/uuid v1.6.0 // indirect
Expand Down
Loading