fix go.mod
Some checks failed
Build and Push Docker Image / docker (push) Has been cancelled

This commit is contained in:
Gabe Farrell 2026-04-11 21:56:54 -04:00
parent 5b3a136542
commit 93c661dce6
2 changed files with 6 additions and 1 deletions

5
go.mod
View file

@ -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
)