anpi/go.mod (view raw)
module github.com/olexsmir/anpi
go 1.24.2
require (
golang.org/x/sync v0.13.0
gopkg.in/yaml.v3 v3.0.1
)