mirror of
https://github.com/WJQSERVER-STUDIO/ghproxy.git
synced 2026-02-03 08:11:11 +08:00
add docker login basic auth support
This commit is contained in:
parent
37488db087
commit
eb113b4191
7 changed files with 44 additions and 8 deletions
3
go.mod
3
go.mod
|
|
@ -11,6 +11,7 @@ require (
|
|||
|
||||
require (
|
||||
github.com/WJQSERVER-STUDIO/go-utils/limitreader v0.0.2
|
||||
github.com/fenthope/bauth v0.0.1
|
||||
github.com/fenthope/ikumi v0.0.2
|
||||
github.com/fenthope/reco v0.0.3
|
||||
github.com/fenthope/record v0.0.3
|
||||
|
|
@ -24,3 +25,5 @@ require (
|
|||
github.com/go-json-experiment/json v0.0.0-20250517221953-25912455fbc8 // indirect
|
||||
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
||||
)
|
||||
|
||||
replace github.com/infinite-iroha/touka => /data/github/WJQSERVER/touka
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue