mirror of
https://github.com/WJQSERVER-STUDIO/ghproxy.git
synced 2026-02-03 16:21:11 +08:00
Bump github.com/WJQSERVER-STUDIO/go-utils/logger from 1.4.0 to 1.5.0
Bumps [github.com/WJQSERVER-STUDIO/go-utils/logger](https://github.com/WJQSERVER-STUDIO/go-utils) from 1.4.0 to 1.5.0. - [Commits](https://github.com/WJQSERVER-STUDIO/go-utils/compare/logger/v1.4.0...logger/v1.5.0) --- updated-dependencies: - dependency-name: github.com/WJQSERVER-STUDIO/go-utils/logger dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
60a1f6073d
commit
eb53ac1364
2 changed files with 6 additions and 4 deletions
4
go.mod
4
go.mod
|
|
@ -1,10 +1,9 @@
|
|||
module ghproxy
|
||||
|
||||
go 1.24.0
|
||||
|
||||
require (
|
||||
github.com/BurntSushi/toml v1.4.0
|
||||
github.com/WJQSERVER-STUDIO/go-utils/logger v1.4.0
|
||||
github.com/WJQSERVER-STUDIO/go-utils/logger v1.5.0
|
||||
github.com/gin-gonic/gin v1.10.0
|
||||
github.com/satomitouka/touka-httpc v0.2.0
|
||||
golang.org/x/net v0.35.0
|
||||
|
|
@ -12,6 +11,7 @@ require (
|
|||
)
|
||||
|
||||
require (
|
||||
github.com/WJQSERVER-STUDIO/go-utils/log v0.0.1 // indirect
|
||||
github.com/bytedance/sonic v1.12.9 // indirect
|
||||
github.com/bytedance/sonic/loader v0.2.3 // indirect
|
||||
github.com/cloudwego/base64x v0.1.5 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue