Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Batched Dependabot updates #28863

Merged
merged 34 commits into from
Jul 10, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
b660031
Bump @grpc/grpc-js from 1.6.7 to 1.8.8
dependabot[bot] Jul 5, 2023
7f198d0
Bump google.golang.org/grpc from 1.43.0 to 1.53.0 in /examples/go-client
dependabot[bot] Jul 5, 2023
8fca306
Bump google.golang.org/grpc in /examples/desktop-registration
dependabot[bot] Jul 5, 2023
b3a6ff1
Bump tough-cookie from 4.1.2 to 4.1.3
dependabot[bot] Jul 8, 2023
2f5344f
Bump golang.org/x/oauth2 from 0.9.0 to 0.10.0
dependabot[bot] Jul 9, 2023
8b368fc
Bump github.com/sashabaranov/go-openai from 1.12.0 to 1.13.0
dependabot[bot] Jul 9, 2023
d86a226
Bump k8s.io/apiextensions-apiserver from 0.27.2 to 0.27.3
dependabot[bot] Jul 9, 2023
aa077ff
Bump github.com/bufbuild/connect-go from 1.7.0 to 1.9.0
dependabot[bot] Jul 9, 2023
8b102a8
Bump github.com/aws/aws-sdk-go-v2/service/sqs from 1.22.0 to 1.23.2
dependabot[bot] Jul 9, 2023
be4de14
Bump github.com/aws/aws-sdk-go-v2/service/glue from 1.53.0 to 1.54.0
dependabot[bot] Jul 9, 2023
5d4b22c
Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.35.0 to 1.36.0
dependabot[bot] Jul 9, 2023
ab25dba
Bump golang.org/x/oauth2 from 0.9.0 to 0.10.0 in /assets/backport
dependabot[bot] Jul 9, 2023
c49cc62
Bump cloud.google.com/go/iam from 1.1.0 to 1.1.1
dependabot[bot] Jul 9, 2023
26bb512
Bump google.golang.org/grpc from 1.56.1 to 1.56.2 in /api
dependabot[bot] Jul 9, 2023
b44702f
Bump golang.org/x/oauth2 from 0.9.0 to 0.10.0 in /build.assets/tooling
dependabot[bot] Jul 9, 2023
ef7cb89
Bump github.com/aws/aws-sdk-go-v2/service/ec2 in /assets/aws
dependabot[bot] Jul 9, 2023
ea26db4
Merge dependabot/go_modules/assets/aws/github.com/aws/aws-sdk-go-v2/s…
dependabot-batcher[bot] Jul 9, 2023
37eda61
Merge dependabot/go_modules/build.assets/tooling/golang.org/x/oauth2-…
dependabot-batcher[bot] Jul 9, 2023
02fe5f4
Merge dependabot/go_modules/api/google.golang.org/grpc-1.56.2 into ba…
dependabot-batcher[bot] Jul 9, 2023
c0af163
Merge dependabot/go_modules/cloud.google.com/go/iam-1.1.1 into batche…
dependabot-batcher[bot] Jul 9, 2023
cac87d6
Merge dependabot/go_modules/assets/backport/golang.org/x/oauth2-0.10.…
dependabot-batcher[bot] Jul 9, 2023
b135c2f
Merge dependabot/go_modules/github.com/aws/aws-sdk-go-v2/service/s3-1…
dependabot-batcher[bot] Jul 9, 2023
b2c241c
Merge dependabot/go_modules/github.com/aws/aws-sdk-go-v2/service/glue…
dependabot-batcher[bot] Jul 9, 2023
e21c71a
Merge dependabot/go_modules/github.com/aws/aws-sdk-go-v2/service/sqs-…
dependabot-batcher[bot] Jul 9, 2023
1e4d61d
Merge dependabot/go_modules/github.com/bufbuild/connect-go-1.9.0 into…
dependabot-batcher[bot] Jul 9, 2023
768c2d6
Merge dependabot/go_modules/k8s.io/apiextensions-apiserver-0.27.3 int…
dependabot-batcher[bot] Jul 9, 2023
b29c428
Merge dependabot/go_modules/github.com/sashabaranov/go-openai-1.13.0 …
dependabot-batcher[bot] Jul 9, 2023
adbd74e
Merge dependabot/go_modules/golang.org/x/oauth2-0.10.0 into batched-d…
dependabot-batcher[bot] Jul 9, 2023
5528e7f
Merge dependabot/npm_and_yarn/tough-cookie-4.1.3 into batched-dependa…
dependabot-batcher[bot] Jul 9, 2023
9f5455d
Merge dependabot/go_modules/examples/desktop-registration/google.gola…
dependabot-batcher[bot] Jul 9, 2023
c076ffd
Merge dependabot/npm_and_yarn/grpc/grpc-js-1.8.8 into batched-dependa…
dependabot-batcher[bot] Jul 9, 2023
baf22e1
Merge dependabot/go_modules/examples/go-client/google.golang.org/grpc…
dependabot-batcher[bot] Jul 9, 2023
526bd53
go mod tidy
rosstimothy Jul 10, 2023
c27ab7f
make grpc
rosstimothy Jul 10, 2023
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 @@ -130,7 +130,7 @@ require (
github.com/prometheus/common v0.44.0
github.com/russellhaering/gosaml2 v0.9.1
github.com/russellhaering/goxmldsig v1.4.0
github.com/sashabaranov/go-openai v1.12.0
github.com/sashabaranov/go-openai v1.13.0
github.com/schollz/progressbar/v3 v3.13.1
github.com/segmentio/parquet-go v0.0.0-20230622230624-510764ae9e80
github.com/sethvargo/go-diceware v0.3.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1363,8 +1363,8 @@ github.com/ryszard/goskiplist v0.0.0-20150312221310-2dfbae5fcf46/go.mod h1:uAQ5P
github.com/samuel/go-zookeeper v0.0.0-20190923202752-2cc03de413da/go.mod h1:gi+0XIa01GRL2eRQVjQkKGqKF3SF9vZR/HnPullcV2E=
github.com/sasha-s/go-deadlock v0.0.0-20180226215254-237a9547c8a5 h1:T7hUw7pBSINuHQyWwMdfIWZZH5M3ju4yXIbuV/Upp+4=
github.com/sasha-s/go-deadlock v0.0.0-20180226215254-237a9547c8a5/go.mod h1:StQn567HiB1fF2yJ44N9au7wOhrPS3iZqiDbRupzT10=
github.com/sashabaranov/go-openai v1.12.0 h1:aRNHH0gtVfrpIaEolD0sWrLLRnYQNK4cH/bIAHwL8Rk=
github.com/sashabaranov/go-openai v1.12.0/go.mod h1:lj5b/K+zjTSFxVLijLSTDZuP7adOgerWeFyZLUhAKRg=
github.com/sashabaranov/go-openai v1.13.0 h1:EAusFfnhaMaaUspUZ2+MbB/ZcVeD4epJmTOlZ+8AcAE=
github.com/sashabaranov/go-openai v1.13.0/go.mod h1:lj5b/K+zjTSFxVLijLSTDZuP7adOgerWeFyZLUhAKRg=
github.com/sassoftware/go-rpmutils v0.0.0-20190420191620-a8f1baeba37b/go.mod h1:am+Fp8Bt506lA3Rk3QCmSqmYmLMnPDhdDUcosQCAx+I=
github.com/satori/go.uuid v1.2.0/go.mod h1:dA0hQrYB0VpLJoorglMZABFdXlWrHn1NEOzdhQKdks0=
github.com/schollz/progressbar/v3 v3.13.1 h1:o8rySDYiQ59Mwzy2FELeHY5ZARXZTVJC7iHD6PEFUiE=
Expand Down