Skip to content

Commit b215649

Browse files
upgrade deps
1 parent 2217c73 commit b215649

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11

22
.PRONY: builder
33
builder:
4-
docker build -f Dockerfile-builder -t builder .
4+
docker build -f Dockerfile-builder -t builder-sqlite-http-cache .
55

66
.PHONY: snapshot
77
snapshot: 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
1111
release: 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

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24
55
require (
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

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ github.com/libsql/sqlite-antlr4-parser v0.0.0-20240327125255-dbf53b6cbf06 h1:JLv
1212
github.com/libsql/sqlite-antlr4-parser v0.0.0-20240327125255-dbf53b6cbf06/go.mod h1:FUkZ5OHjlGPjnM2UyGJz9TypXQFgYqw6AFNO1UiROTM=
1313
github.com/litesql/httpcache v0.0.0-20250816011819-7542d6dcfb65 h1:pD9aqQUugY3HrbtJAxbqrb7gqoQZ69X3o2GFqZrde4c=
1414
github.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=
1517
github.com/mattn/go-pointer v0.0.1 h1:n+XhsuGeVO6MEAp7xyEukFINEa+Quek5psIR/ylA6o0=
1618
github.com/mattn/go-pointer v0.0.1/go.mod h1:2zXcozF6qYGgmsG+SeTZz3oAbFLdD3OWqnUbNvJZAlc=
1719
github.com/mattn/go-sqlite3 v1.14.29 h1:1O6nRLJKvsi1H2Sj0Hzdfojwt8GiGKm+LOfLaBFaouQ=

0 commit comments

Comments
 (0)