goherence/go.mod
2026-09-11 10:17:25 +03:00

9 lines
153 B
Modula-2

module github.com/vladimir/goherence
go 1.22
require (
github.com/Masterminds/sprig/v3 v3.3.0
golang.org/x/crypto v0.31.0
gopkg.in/yaml.v3 v3.0.1
)