mirror of
https://github.com/gabehf/koito-multi-proxy.git
synced 2026-04-22 03:21:51 -07:00
Some checks failed
Build and Push Docker Image / docker (push) Has been cancelled
8 lines
191 B
Modula-2
8 lines
191 B
Modula-2
module github.com/gabehf/koito-multi-proxy
|
|
|
|
go 1.25.5
|
|
|
|
require (
|
|
golang.org/x/crypto/x509roots/fallback v0.0.0-20260409153322-03ca0dcccbd3 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|