This commit is contained in:
2026-03-05 01:31:57 +01:00
parent 177aa6d44e
commit 5ae988cb6c
3 changed files with 17 additions and 3 deletions

8
go.mod Normal file
View File

@@ -0,0 +1,8 @@
module git.bjphoster.com/source/go-cv
go 1.22.2
require (
github.com/gorilla/mux v1.8.1
gopkg.in/yaml.v2 v2.4.0
)