Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

chore(deps): bump go.ytsaurus.tech/yt/go from 0.0.11 to 0.0.12 #56

Merged
merged 1 commit into from
Oct 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ require (
go.uber.org/atomic v1.11.0
go.uber.org/zap v1.26.0
go.ytsaurus.tech/library/go/core/log v0.0.3
go.ytsaurus.tech/yt/go v0.0.11
go.ytsaurus.tech/yt/go v0.0.12
golang.org/x/sync v0.4.0
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ go.ytsaurus.tech/library/go/x/xreflect v0.0.2 h1:S+lfg3G+WrfiBfTYz8droZeyiYYvT4m
go.ytsaurus.tech/library/go/x/xreflect v0.0.2/go.mod h1:FJB6bzAVFQxi99CZjUqDSAMu5puEjswFW9Qwj41Yyy8=
go.ytsaurus.tech/library/go/x/xruntime v0.0.3 h1:/km3v+CPSuID5FsPKvE2LcwmYJPS8TcxeBMGH1MjtVs=
go.ytsaurus.tech/library/go/x/xruntime v0.0.3/go.mod h1:b+ypj9bGoFpoupNQW2rLJRSrT8rLA0NcUfyBYQwHc68=
go.ytsaurus.tech/yt/go v0.0.11 h1:5AKqb6n9s60jemGO0X/iaUAmILN03tf+xsc8FAaCeWw=
go.ytsaurus.tech/yt/go v0.0.11/go.mod h1:r3puwhqLgS/TD9VZ8/3rhuxtdD02bQ+yuZWncNuW+ZE=
go.ytsaurus.tech/yt/go v0.0.12 h1:Y/FHYoyEa4kJF3vusWXmS8GGRWnnI7H/Z6en7zDcgUA=
go.ytsaurus.tech/yt/go v0.0.12/go.mod h1:r3puwhqLgS/TD9VZ8/3rhuxtdD02bQ+yuZWncNuW+ZE=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
golang.org/x/crypto v0.13.0 h1:mvySKfSWJ+UKUii46M40LOvyWfN0s2U+46/jDd0e6Ck=
Expand Down