initial commit

This commit is contained in:
2024-08-17 10:26:02 -05:00
commit 7711fc14ed
17 changed files with 975 additions and 0 deletions

14
go.mod Normal file
View File

@@ -0,0 +1,14 @@
module go-nkode
go 1.19
require (
github.com/stretchr/testify v1.9.0
golang.org/x/crypto v0.26.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)