koito-multi-proxy/go.mod
Gabe Farrell 93c661dce6
Some checks failed
Build and Push Docker Image / docker (push) Has been cancelled
fix go.mod
2026-04-11 21:56:54 -04:00

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
)