Skip to content

Commit

Permalink
♻️ Fix deps
Browse files Browse the repository at this point in the history
Signed-off-by: vankichi <[email protected]>
  • Loading branch information
vankichi committed Dec 12, 2023
1 parent 60aa311 commit c14d554
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dockers/tools/benchmark/job/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ ENV BUILD_DIR=/usr/local
ENV LIB_DIR=/usr/local/lib
ENV LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${LIB_DIR}:/lib

WORKDIR /
# skipcq: DOK-DL3008
WORKDIR /
RUN apt-get update && apt-get install -y --no-install-recommends \
ca-certificates \
build-essential \
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -387,9 +387,8 @@ require (
go.opentelemetry.io/otel/trace v1.19.0
go.uber.org/automaxprocs v0.0.0-00010101000000-000000000000
go.uber.org/goleak v1.2.1
go.uber.org/zap v1.26.0
go.uber.org/ratelimit v0.3.0
go.uber.org/zap v1.24.0
go.uber.org/zap v1.26.0
gocloud.dev v0.0.0-00010101000000-000000000000
golang.org/x/net v0.19.0
golang.org/x/oauth2 v0.15.0
Expand Down Expand Up @@ -501,7 +500,6 @@ require (
golang.org/x/image v0.14.0 // indirect
golang.org/x/mod v0.14.0 // indirect
golang.org/x/term v0.15.0 // indirect
golang.org/x/time v0.5.0 // indirect
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
gomodules.xyz/jsonpatch/v2 v2.3.0 // indirect
google.golang.org/api v0.152.0 // indirect
Expand Down

0 comments on commit c14d554

Please sign in to comment.