mirror of
https://github.com/gabehf/koito-multi-proxy.git
synced 2026-04-22 03:21: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
|
||||
)
|
||||
|
|
|
|||
2
go.sum
2
go.sum
|
|
@ -1,3 +1,5 @@
|
|||
golang.org/x/crypto/x509roots/fallback v0.0.0-20260409153322-03ca0dcccbd3 h1:oDpwkFFyjnRTqXlggDGNGPdde8tKwKQzxybO7VGHxPo=
|
||||
golang.org/x/crypto/x509roots/fallback v0.0.0-20260409153322-03ca0dcccbd3/go.mod h1:+UoQFNBq2p2wO+Q6ddVtYc25GZ6VNdOMyyrd4nrqrKs=
|
||||
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
|
||||
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
|
||||
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue