Skip to content

Commit

Permalink
feat: add go mod and go sum
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielFillol committed Oct 19, 2023
1 parent 0b38dd0 commit 92c47c7
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/DanielFillol/CNJ_Validate

go 1.20

require github.com/Darklabel91/CNJ_Validate v1.4.2
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github.com/Darklabel91/CNJ_Validate v1.4.2 h1:7jyNkB1WcdYhzzDRUNkuXJDnCa3+yycVFh6N9VSswkQ=
github.com/Darklabel91/CNJ_Validate v1.4.2/go.mod h1:ZJ5md/jQDwONBpgUqys/1fajfxN3Iz88J8tRjfg9U8A=

0 comments on commit 92c47c7

Please sign in to comment.