From fb84ca746e92e371161f1e1de3b01a048a9ae979 Mon Sep 17 00:00:00 2001 From: Philipp Tanlak Date: Wed, 11 Oct 2023 20:20:30 +0200 Subject: Implement file based caching --- go.mod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 5e7d975..6f76e03 100644 --- a/go.mod +++ b/go.mod @@ -8,8 +8,10 @@ require ( github.com/evanw/esbuild v0.18.14 github.com/fsnotify/fsnotify v1.6.0 github.com/inancgumus/screen v0.0.0-20190314163918-06e984b86ed3 + github.com/mattn/go-sqlite3 v1.14.17 github.com/nlnwa/whatwg-url v0.4.0 github.com/stretchr/testify v1.8.4 + go.kuoruan.net/v8go-polyfills v0.5.0 rogchap.com/v8go v0.9.0 ) @@ -20,7 +22,6 @@ require ( github.com/kr/pretty v0.3.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/rogpeppe/go-internal v1.10.0 // indirect - go.kuoruan.net/v8go-polyfills v0.5.0 // indirect golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect golang.org/x/net v0.10.0 // indirect golang.org/x/sys v0.8.0 // indirect -- cgit v1.2.3