Bump github.com/WJQSERVER-STUDIO/go-utils/logger from 1.1.1 to 1.2.0

Bumps [github.com/WJQSERVER-STUDIO/go-utils/logger](https://github.com/WJQSERVER-STUDIO/go-utils) from 1.1.1 to 1.2.0.
- [Commits](https://github.com/WJQSERVER-STUDIO/go-utils/compare/logger/v1.1.1...logger/v1.2.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:
dependabot[bot] 2025-02-03 16:46:26 +00:00 committed by GitHub
parent 286fa0f311
commit 10616942e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 7 deletions

2
go.mod
View file

@ -4,7 +4,7 @@ go 1.23.5
require (
github.com/BurntSushi/toml v1.4.0
github.com/WJQSERVER-STUDIO/go-utils/logger v1.1.1
github.com/WJQSERVER-STUDIO/go-utils/logger v1.2.0
github.com/gin-gonic/gin v1.10.0
golang.org/x/time v0.9.0
)