mirror of
https://github.com/gabehf/koito-multi-proxy.git
synced 2026-04-22 11:31:51 -07:00
This commit is contained in:
parent
5b3a136542
commit
93c661dce6
2 changed files with 6 additions and 1 deletions
5
go.mod
5
go.mod
|
|
@ -2,4 +2,7 @@ module github.com/gabehf/koito-multi-proxy
|
|||
|
||||
go 1.25.5
|
||||
|
||||
require gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||
require (
|
||||
golang.org/x/crypto/x509roots/fallback v0.0.0-20260409153322-03ca0dcccbd3 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue