Skip to content

Commit

Permalink
(chore) update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MaXal committed Jul 10, 2024
1 parent 49176de commit 0e70d56
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 28 deletions.
8 changes: 4 additions & 4 deletions deployment/app-builder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
FROM buildpack-deps:curl

ENV NODE_VERSION 22.2.0
ENV GOLANG_VERSION 1.22.4
ENV NODE_VERSION 22.4.1
ENV GOLANG_VERSION 1.22.5

RUN cd /usr/local/bin && \
curl -L https://github.com/google/ko/releases/download/v0.15.4/ko_0.15.4_Linux_x86_64.tar.gz | tar xvz ko && \
curl -L https://get.helm.sh/helm-v3.15.1-linux-amd64.tar.gz | tar xvz --strip-components=1 linux-amd64/helm
curl -L https://get.helm.sh/helm-v3.15.2-linux-amd64.tar.gz | tar xvz --strip-components=1 linux-amd64/helm

RUN cd /usr/local && \
curl -L https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.gz | tar xz --strip-components=1 node-v$NODE_VERSION-linux-x64/lib node-v$NODE_VERSION-linux-x64/bin node-v$NODE_VERSION-linux-x64/include && \
corepack enable && corepack prepare pnpm@9.3.0 --activate
corepack enable && corepack prepare pnpm@9.5.0 --activate

ENV GOPATH /go

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.22

require (
github.com/Altinity/clickhouse-backup v1.6.3-0.20230612080849-d0f5b1987694
github.com/ClickHouse/ch-go v0.61.5
github.com/ClickHouse/ch-go v0.62.0
github.com/ClickHouse/clickhouse-go/v2 v2.26.0
github.com/VictoriaMetrics/fastcache v1.12.2
github.com/alecthomas/kingpin v2.2.6+incompatible
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ github.com/Azure/go-autorest/tracing v0.6.0/go.mod h1:+vhtPC754Xsa23ID7GlGsrdKBp
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/BurntSushi/toml v1.3.2/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ=
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
github.com/ClickHouse/ch-go v0.61.5 h1:zwR8QbYI0tsMiEcze/uIMK+Tz1D3XZXLdNrlaOpeEI4=
github.com/ClickHouse/ch-go v0.61.5/go.mod h1:s1LJW/F/LcFs5HJnuogFMta50kKDO0lf9zzfrbl0RQg=
github.com/ClickHouse/ch-go v0.62.0 h1:eXH0hytXeCEEZHgMvOX9IiW7wqBb4w1MJMp9rArbkrc=
github.com/ClickHouse/ch-go v0.62.0/go.mod h1:uzso52/PD9+gZj7tL6XAo8/EYDrx7CIwNF4c6PnO6S0=
github.com/ClickHouse/clickhouse-go/v2 v2.26.0 h1:j4/y6NYaCcFkJwN/TU700ebW+nmsIy34RmUAAcZKy9w=
github.com/ClickHouse/clickhouse-go/v2 v2.26.0/go.mod h1:iDTViXk2Fgvf1jn2dbJd1ys+fBkdD1UMRnXlwmhijhQ=
github.com/QcloudApi/qcloud_sign_golang v0.0.0-20141224014652-e4130a326409/go.mod h1:1pk82RBxDY/JZnPQrtqHlUFfCctgdorsd9M06fMynOM=
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"lightningcss": "^1.25.1",
"postcss": "^8.4.39",
"rollup": "^4.18.1",
"sass": "^1.77.6",
"sass": "^1.77.7",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.3",
"unplugin-vue-components": "^0.27.2",
Expand Down
40 changes: 20 additions & 20 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0e70d56

Please sign in to comment.