diff options
Diffstat (limited to 'vendor/github.com/ncruces/go-sqlite3/go.work')
-rw-r--r-- | vendor/github.com/ncruces/go-sqlite3/go.work | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vendor/github.com/ncruces/go-sqlite3/go.work b/vendor/github.com/ncruces/go-sqlite3/go.work new file mode 100644 index 000000000..18e378592 --- /dev/null +++ b/vendor/github.com/ncruces/go-sqlite3/go.work @@ -0,0 +1,6 @@ +go 1.21 + +use ( + . + ./gormlite +) |