From 3dd390c0cb56ffb5a7c1f94afaed0b80ad12cbe1 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Wed, 13 Mar 2024 06:47:19 +0530 Subject: repo: init --- go.mod | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 go.mod (limited to 'go.mod') diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..c18c5e2 --- /dev/null +++ b/go.mod @@ -0,0 +1,13 @@ +module sinanmohd.com/redq + +go 1.22.0 + +require ( + github.com/mattn/go-sqlite3 v1.14.22 + lukechampine.com/blake3 v1.2.1 +) + +require ( + github.com/klauspost/cpuid/v2 v2.2.4 // indirect + golang.org/x/sys v0.8.0 // indirect +) -- cgit v1.2.3