added go.mod again, but with pinned 0.23.0 gocv

This commit is contained in:
BroodjeAap 2020-08-18 17:46:58 +00:00
parent 54e514a4c1
commit bbb4392783
2 changed files with 9 additions and 0 deletions

5
go.mod Normal file
View file

@ -0,0 +1,5 @@
module gitea.broodjeaap.net/broodjeaap/StreamWatcher
go 1.14
require gocv.io/x/gocv v0.23.0

4
go.sum Normal file
View file

@ -0,0 +1,4 @@
gocv.io/x/gocv v0.23.0 h1:3Fgbt06/uR8Zf9emWndhjbUjdrw+nto69R/b4noFydY=
gocv.io/x/gocv v0.23.0/go.mod h1:Rar2PS6DV+T4FL+PM535EImD/h13hGVaHhnCu1xarBs=
gocv.io/x/gocv v0.24.0 h1:xtm5AnFNUtFvSmU+R/CgX7FguL7EDGEubhDdviX2rPY=
gocv.io/x/gocv v0.24.0/go.mod h1:Rar2PS6DV+T4FL+PM535EImD/h13hGVaHhnCu1xarBs=