add sql example

This commit is contained in:
2024-08-24 11:29:12 -05:00
parent b04e97fa9b
commit 1a7dc45ab9
6 changed files with 98 additions and 6 deletions

3
go.mod
View File

@@ -3,13 +3,14 @@ module go-nkode
go 1.19
require (
github.com/google/uuid v1.6.0
github.com/mattn/go-sqlite3 v1.14.22
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/google/uuid v1.6.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)