File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11
22.PRONY : builder
33builder :
4- docker build -f Dockerfile-builder -t builder .
4+ docker build -f Dockerfile-builder -t builder-sqlite-http-cache .
55
66.PHONY : snapshot
77snapshot : builder
8- docker run -e GITHUB_TOKEN=${GITHUB_TOKEN} builder goreleaser release --clean --snapshot --skip publish
8+ docker run -e GITHUB_TOKEN=${GITHUB_TOKEN} builder-sqlite-http-cache goreleaser release --clean --snapshot --skip publish
99
1010.PHONY : release
1111release : builder
12- docker run -e GITHUB_TOKEN=${GITHUB_TOKEN} builder goreleaser release --clean
12+ docker run -e GITHUB_TOKEN=${GITHUB_TOKEN} builder-sqlite-http-cache goreleaser release --clean
Original file line number Diff line number Diff line change 55require (
66 github.com/elazarl/goproxy v1.7.2
77 github.com/elazarl/goproxy/ext v0.0.0-20250305112401-088f758167d2
8- github.com/litesql/httpcache v0.0.0-20250816011819-7542d6dcfb65
8+ github.com/litesql/httpcache v0.0.7
99 github.com/mattn/go-sqlite3 v1.14.29
1010 github.com/peterbourgon/ff/v4 v4.0.0-beta.1
1111 github.com/tursodatabase/go-libsql v0.0.0-20250723062947-60e59c7150f4
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ github.com/libsql/sqlite-antlr4-parser v0.0.0-20240327125255-dbf53b6cbf06 h1:JLv
1212github.com/libsql/sqlite-antlr4-parser v0.0.0-20240327125255-dbf53b6cbf06 /go.mod h1:FUkZ5OHjlGPjnM2UyGJz9TypXQFgYqw6AFNO1UiROTM =
1313github.com/litesql/httpcache v0.0.0-20250816011819-7542d6dcfb65 h1:pD9aqQUugY3HrbtJAxbqrb7gqoQZ69X3o2GFqZrde4c =
1414github.com/litesql/httpcache v0.0.0-20250816011819-7542d6dcfb65 /go.mod h1:29TCSuBm7jNd2JkYR0LlZq9apW2syiMNW703RBgtvL4 =
15+ github.com/litesql/httpcache v0.0.7 h1:l7g84uBaz4ux4zqbTgqxtTV6fy4lUP9a4NMBbM18TgQ =
16+ github.com/litesql/httpcache v0.0.7 /go.mod h1:3O1kx8tzUzj8galRMpfMMbY+PIEQ3F20rikRqdQXu0Y =
1517github.com/mattn/go-pointer v0.0.1 h1:n+XhsuGeVO6MEAp7xyEukFINEa+Quek5psIR/ylA6o0 =
1618github.com/mattn/go-pointer v0.0.1 /go.mod h1:2zXcozF6qYGgmsG+SeTZz3oAbFLdD3OWqnUbNvJZAlc =
1719github.com/mattn/go-sqlite3 v1.14.29 h1:1O6nRLJKvsi1H2Sj0Hzdfojwt8GiGKm+LOfLaBFaouQ =
You can’t perform that action at this time.
0 commit comments