-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
executable file
·23 lines (20 loc) · 831 Bytes
/
go.mod
File metadata and controls
executable file
·23 lines (20 loc) · 831 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/walterwanderley/sqlite-http-cache
go 1.24
require (
github.com/elazarl/goproxy v1.7.2
github.com/elazarl/goproxy/ext v0.0.0-20250305112401-088f758167d2
github.com/litesql/httpcache v0.0.7
github.com/mattn/go-sqlite3 v1.14.29
github.com/peterbourgon/ff/v4 v4.0.0-beta.1
github.com/tursodatabase/go-libsql v0.0.0-20250723062947-60e59c7150f4
)
require (
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
github.com/libsql/sqlite-antlr4-parser v0.0.0-20240327125255-dbf53b6cbf06 // indirect
github.com/mattn/go-pointer v0.0.1 // indirect
github.com/walterwanderley/sqlite v0.0.0-20250807085442-1c89b916e683 // indirect
golang.org/x/exp v0.0.0-20230515195305-f3d0a9c9a5cc // indirect
golang.org/x/net v0.36.0 // indirect
golang.org/x/oauth2 v0.30.0 // indirect
golang.org/x/text v0.22.0 // indirect
)