NextNVR/go.mod

8 lines
113 B
Modula-2

module github.com/cclohmar/NextNVR
go 1.25.0
require (
golang.org/x/crypto v0.54.0
gopkg.in/yaml.v3 v3.0.1
)