summaryrefslogblamecommitdiff
path: root/go.mod
blob: c18c5e274eeb38e564305cbf18a47a7aaeb07fdf (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
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
)