mirror of
https://github.com/WJQSERVER-STUDIO/ghproxy.git
synced 2026-02-03 00:01:10 +08:00
(api, auth, main, proxy, rate): Replace the logger library with an external library and optimize log handling.
This commit is contained in:
parent
33eb0e2d34
commit
51f179f9e9
9 changed files with 14 additions and 180 deletions
1
go.mod
1
go.mod
|
|
@ -10,6 +10,7 @@ require (
|
|||
)
|
||||
|
||||
require (
|
||||
github.com/WJQSERVER-STUDIO/go-utils/logger v1.1.0 // indirect
|
||||
github.com/andybalholm/brotli v1.1.1 // indirect
|
||||
github.com/bytedance/sonic v1.12.6 // indirect
|
||||
github.com/bytedance/sonic/loader v0.2.1 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue