Skip to content

Commit

Permalink
Add go.mod and go.sum
Browse files Browse the repository at this point in the history
  • Loading branch information
wbrown committed Aug 5, 2024
1 parent 686acf1 commit 4f4a9b9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module github.com/wbrown/img2ansi

go 1.22.5

require gocv.io/x/gocv v0.37.0
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
gocv.io/x/gocv v0.37.0 h1:sISHvnApErjoJodz1Dxb8UAkFdITOB3vXGslbVu6Knk=
gocv.io/x/gocv v0.37.0/go.mod h1:lmS802zoQmnNvXETpmGriBqWrENPei2GxYx5KUxJsMA=

0 comments on commit 4f4a9b9

Please sign in to comment.