diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +module gitlab.com/rhogenson/sqlr + +go 1.21.6 + +require ( + github.com/google/go-cmp v0.6.0 + github.com/mattn/go-sqlite3 v1.14.22 +) |
