Skip to content

Commit

Permalink
Intermediate changes
Browse files Browse the repository at this point in the history
  • Loading branch information
robot-piglet committed Aug 29, 2024
1 parent dbc3616 commit 43d4d81
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 27 deletions.
18 changes: 8 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ require (
go.uber.org/goleak v1.3.0
go.uber.org/mock v0.4.0
go.uber.org/zap v1.27.0
go.ytsaurus.tech/library/go/core/log v0.0.3
go.ytsaurus.tech/yt/go v0.0.20
go.ytsaurus.tech/library/go/core/log v0.0.4
go.ytsaurus.tech/yt/go v0.0.21
golang.org/x/crypto v0.25.0
golang.org/x/exp v0.0.0-20240222234643-814bf88cf225
golang.org/x/mod v0.18.0
Expand Down Expand Up @@ -156,6 +156,7 @@ require (
github.com/google/tink/go v1.7.0 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
github.com/googleapis/gax-go/v2 v2.12.3 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
Expand Down Expand Up @@ -213,17 +214,14 @@ require (
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 // indirect
go.opentelemetry.io/otel v1.28.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0 // indirect
go.opentelemetry.io/otel/metric v1.28.0 // indirect
go.opentelemetry.io/otel/sdk v1.28.0 // indirect
go.opentelemetry.io/otel/trace v1.28.0 // indirect
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.ytsaurus.tech/library/go/blockcodecs v0.0.2 // indirect
go.ytsaurus.tech/library/go/core/xerrors v0.0.3 // indirect
go.ytsaurus.tech/library/go/ptr v0.0.1 // indirect
go.ytsaurus.tech/library/go/x/xreflect v0.0.2 // indirect
go.ytsaurus.tech/library/go/x/xruntime v0.0.3 // indirect
go.ytsaurus.tech/library/go/blockcodecs v0.0.3 // indirect
go.ytsaurus.tech/library/go/core/xerrors v0.0.4 // indirect
go.ytsaurus.tech/library/go/ptr v0.0.2 // indirect
go.ytsaurus.tech/library/go/x/xreflect v0.0.3 // indirect
go.ytsaurus.tech/library/go/x/xruntime v0.0.4 // indirect
golang.org/x/oauth2 v0.20.0 // indirect
golang.org/x/sys v0.22.0 // indirect
golang.org/x/term v0.22.0 // indirect
Expand Down
33 changes: 16 additions & 17 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1913,7 +1913,6 @@ github.com/grpc-ecosystem/go-grpc-middleware v1.0.0/go.mod h1:FiyG127CGDf3tlThmg
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0/go.mod h1:z0ButlSOZa5vEBq9m2m2hlwIgKw+rp3sdCBRoJY+30Y=
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0/go.mod h1:8NvIoxWQoOIhqOTXgfV/d3M/q6VIi02HzZEHgUlZvzk=
github.com/grpc-ecosystem/grpc-gateway v1.9.0/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY=
github.com/grpc-ecosystem/grpc-gateway v1.16.0 h1:gmcG1KaJ57LophUzW0Hy8NmPhnMZb4M0+kPpLofRdBo=
github.com/grpc-ecosystem/grpc-gateway v1.16.0/go.mod h1:BDjrQk3hbvj6Nolgz8mAMFbcEtjT1g+wF4CSlocrBnw=
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1 h1:/c3QmbOGMGTOumP2iT/rCwB7b0QDGLKzqOmktBjT+Is=
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1/go.mod h1:5SN9VR2LTsRFsrEC6FHgRbTWrTHu6tqPeKxEQv15giM=
Expand Down Expand Up @@ -2651,22 +2650,22 @@ go.uber.org/zap v1.17.0/go.mod h1:MXVU+bhUf/A7Xi2HNOnopQOrmycQ5Ih87HtOu4q5SSo=
go.uber.org/zap v1.19.0/go.mod h1:xg/QME4nWcxGxrpdeYfq7UvYrLh66cuVKdrbD1XF/NI=
go.uber.org/zap v1.27.0 h1:aJMhYGrd5QSmlpLMr2MftRKl7t8J8PTZPA732ud/XR8=
go.uber.org/zap v1.27.0/go.mod h1:GB2qFLM7cTU87MWRP2mPIjqfIDnGu+VIO4V/SdhGo2E=
go.ytsaurus.tech/library/go/blockcodecs v0.0.2 h1:i5rnrhhMBtBZZk0jEa/Urh+n7dBTaL33Zsdoy3CGqfQ=
go.ytsaurus.tech/library/go/blockcodecs v0.0.2/go.mod h1:foVTVRMNgz8S5Hzibrs8zzVfC8J0WXl9fElJOgdbSgU=
go.ytsaurus.tech/library/go/core/log v0.0.3 h1:GHVTfUkJlUTomz1rMdWWQ68VyWgqGUKrvz9UjCA1f1A=
go.ytsaurus.tech/library/go/core/log v0.0.3/go.mod h1:42VUSaeJyAHqHsENQJDI9+tDGhBrVvsCVNojsrorCSQ=
go.ytsaurus.tech/library/go/core/xerrors v0.0.3 h1:RLr4bByQ4V4n77eeCdgqM4tBUNe4QDGDSTMqTj/nZn0=
go.ytsaurus.tech/library/go/core/xerrors v0.0.3/go.mod h1:8u4Vm+WwEJceSGO3+D1m70vdQBc6E+q8cTfXMxKHAPs=
go.ytsaurus.tech/library/go/ptr v0.0.1 h1:TXR35NUQREmcifYt4qic7eYGIFgdc0cn+KNqkwpnsBU=
go.ytsaurus.tech/library/go/ptr v0.0.1/go.mod h1:3HhS2x1phVP+4agBp7QZ7ywdOL7Jo1aYRYEyrxFbKSA=
go.ytsaurus.tech/library/go/test/testhelpers v0.0.1 h1:X2y+zhLgd2y0DxF4V6HJyZwIp7rpewFKXlb+XZWGjio=
go.ytsaurus.tech/library/go/test/testhelpers v0.0.1/go.mod h1:kDwN91Sg68g0gYeYhLTA1sVlLJHdAtxZq6xWYj32TLI=
go.ytsaurus.tech/library/go/x/xreflect v0.0.2 h1:S+lfg3G+WrfiBfTYz8droZeyiYYvT4mxLxEbQcNXQFs=
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.20 h1:fL35n+sSzDf1OWfyFz+baZiBAxYt6wYxr5ROkgNypXk=
go.ytsaurus.tech/yt/go v0.0.20/go.mod h1:zr6X1lPlhyAWsQg7V/kM8sbB5O6X3LF/zNjg7gICwp0=
go.ytsaurus.tech/library/go/blockcodecs v0.0.3 h1:JXCfuzDx4yoJgV0eWA+3zLAT0Mex3Y1Rh2bkUhdd5Hg=
go.ytsaurus.tech/library/go/blockcodecs v0.0.3/go.mod h1:CtkA8XKuqwax4aPBEorIpz84gW3ijEHsnzlkODYERfU=
go.ytsaurus.tech/library/go/core/log v0.0.4 h1:HQqRd2cw6TdbD0iMCmHxE+hLEES5LUFaj2Mc6rePAuc=
go.ytsaurus.tech/library/go/core/log v0.0.4/go.mod h1:CmXfXw+wMmxr2NYdHWRLYww7WiVYdcJx0RRkt14Dmc8=
go.ytsaurus.tech/library/go/core/xerrors v0.0.4 h1:KDZdCGiS/Lg641TIA3s8JCg7ZgxAvtFITTeG3Kb+SoE=
go.ytsaurus.tech/library/go/core/xerrors v0.0.4/go.mod h1:yvvvhXFbVLe1FwrgH3RY031EjKmvykQuOw+E9x1eZ5Q=
go.ytsaurus.tech/library/go/ptr v0.0.2 h1:F2lr3y0XuMweTKjBMibcV/FBsEyvNw293FAc+flNXZ4=
go.ytsaurus.tech/library/go/ptr v0.0.2/go.mod h1:odjQyXyWpalatk+n531jccD3On2JvxURA6ns4/GbBYI=
go.ytsaurus.tech/library/go/test/testhelpers v0.0.2 h1:/nQfk7pxzhBquqAYL9JC6YEXa3Nar//nopujuZd6HZU=
go.ytsaurus.tech/library/go/test/testhelpers v0.0.2/go.mod h1:rbrp2Msak/g6XfEYjdQjwFpg9yF9ZztLuYyDkkSIdfc=
go.ytsaurus.tech/library/go/x/xreflect v0.0.3 h1:LCOjVDGKjKMTaFtn+iudhPAdvcjeJSXxvfvDigzdgs0=
go.ytsaurus.tech/library/go/x/xreflect v0.0.3/go.mod h1:D57na+z+EjaRuBo+nxgq6KPw5wfdHtO50MdcwBAzhq0=
go.ytsaurus.tech/library/go/x/xruntime v0.0.4 h1:VNstd2dkPZEN6nsJ3C+q/fVc4b2hajQ6ZYBS7+k7aBg=
go.ytsaurus.tech/library/go/x/xruntime v0.0.4/go.mod h1:fS4AUByc8QIHG06qxEjXYYs8B41eDh+yo2Q1Pk+msoA=
go.ytsaurus.tech/yt/go v0.0.21 h1:Sy3TUm6BAEG2Vkus4geLgEDky2OpDEFhiGQi2ZD/Gpk=
go.ytsaurus.tech/yt/go v0.0.21/go.mod h1:i0eqAljIK76vcNBf/N10QQJfq3xuLWA3Iw7vF0OYcL8=
golang.org/x/crypto v0.0.0-20171113213409-9f005a07e0d3/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4=
golang.org/x/crypto v0.0.0-20180723164146-c126467f60eb/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4=
golang.org/x/crypto v0.0.0-20180904163835-0709b304e793/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4=
Expand Down

0 comments on commit 43d4d81

Please sign in to comment.