mirror of
https://github.com/WJQSERVER-STUDIO/ghproxy.git
synced 2026-02-03 08:11:11 +08:00
24w28b
This commit is contained in:
parent
51f179f9e9
commit
28331e9ec5
2 changed files with 2 additions and 2 deletions
|
|
@ -1 +1 @@
|
||||||
24w28a
|
24w28b
|
||||||
|
|
|
||||||
2
go.mod
2
go.mod
|
|
@ -4,13 +4,13 @@ go 1.23.4
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/BurntSushi/toml v1.4.0
|
github.com/BurntSushi/toml v1.4.0
|
||||||
|
github.com/WJQSERVER-STUDIO/go-utils/logger v1.1.0
|
||||||
github.com/gin-gonic/gin v1.10.0
|
github.com/gin-gonic/gin v1.10.0
|
||||||
github.com/imroc/req/v3 v3.49.1
|
github.com/imroc/req/v3 v3.49.1
|
||||||
golang.org/x/time v0.8.0
|
golang.org/x/time v0.8.0
|
||||||
)
|
)
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/WJQSERVER-STUDIO/go-utils/logger v1.1.0 // indirect
|
|
||||||
github.com/andybalholm/brotli v1.1.1 // indirect
|
github.com/andybalholm/brotli v1.1.1 // indirect
|
||||||
github.com/bytedance/sonic v1.12.6 // indirect
|
github.com/bytedance/sonic v1.12.6 // indirect
|
||||||
github.com/bytedance/sonic/loader v0.2.1 // indirect
|
github.com/bytedance/sonic/loader v0.2.1 // indirect
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue