Peridot Project monorepo
Go to file
dependabot[bot] 9a69fc95a6
Bump the go_modules group across 1 directory with 10 updates
Bumps the go_modules group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) | `5.8.1` | `5.11.0` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.57.0` | `1.57.1` |
| google.golang.org/protobuf | `1.31.0` | `1.33.0` |
| [github.com/cloudflare/circl](https://github.com/cloudflare/circl) | `1.3.3` | `1.3.7` |
| [github.com/docker/docker](https://github.com/docker/docker) | `24.0.5+incompatible` | `24.0.9+incompatible` |
| [github.com/go-jose/go-jose/v3](https://github.com/go-jose/go-jose) | `3.0.0` | `3.0.3` |
| [github.com/opencontainers/runc](https://github.com/opencontainers/runc) | `1.1.5` | `1.1.12` |
| [go.temporal.io/server](https://github.com/temporalio/temporal) | `1.19.1` | `1.20.0` |


Updates `github.com/go-git/go-git/v5` from 5.8.1 to 5.11.0
- [Release notes](https://github.com/go-git/go-git/releases)
- [Commits](https://github.com/go-git/go-git/compare/v5.8.1...v5.11.0)

Updates `golang.org/x/crypto` from 0.12.0 to 0.16.0
- [Commits](https://github.com/golang/crypto/compare/v0.12.0...v0.16.0)

Updates `google.golang.org/grpc` from 1.57.0 to 1.57.1
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.57.0...v1.57.1)

Updates `google.golang.org/protobuf` from 1.31.0 to 1.33.0

Updates `github.com/cloudflare/circl` from 1.3.3 to 1.3.7
- [Release notes](https://github.com/cloudflare/circl/releases)
- [Commits](https://github.com/cloudflare/circl/compare/v1.3.3...v1.3.7)

Updates `github.com/docker/docker` from 24.0.5+incompatible to 24.0.9+incompatible
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](https://github.com/docker/docker/compare/v24.0.5...v24.0.9)

Updates `github.com/go-jose/go-jose/v3` from 3.0.0 to 3.0.3
- [Release notes](https://github.com/go-jose/go-jose/releases)
- [Changelog](https://github.com/go-jose/go-jose/blob/v3.0.3/CHANGELOG.md)
- [Commits](https://github.com/go-jose/go-jose/compare/v3.0.0...v3.0.3)

Updates `github.com/opencontainers/runc` from 1.1.5 to 1.1.12
- [Release notes](https://github.com/opencontainers/runc/releases)
- [Changelog](https://github.com/opencontainers/runc/blob/v1.1.12/CHANGELOG.md)
- [Commits](https://github.com/opencontainers/runc/compare/v1.1.5...v1.1.12)

Updates `go.temporal.io/server` from 1.19.1 to 1.20.0
- [Release notes](https://github.com/temporalio/temporal/releases)
- [Changelog](https://github.com/temporalio/temporal/blob/main/.goreleaser.yml)
- [Commits](https://github.com/temporalio/temporal/compare/v1.19.1...v1.20.0)

Updates `golang.org/x/net` from 0.14.0 to 0.19.0
- [Commits](https://github.com/golang/net/compare/v0.14.0...v0.19.0)

---
updated-dependencies:
- dependency-name: github.com/go-git/go-git/v5
  dependency-type: direct:production
  dependency-group: go_modules-security-group
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  dependency-group: go_modules-security-group
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  dependency-group: go_modules-security-group
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  dependency-group: go_modules-security-group
- dependency-name: github.com/cloudflare/circl
  dependency-type: indirect
  dependency-group: go_modules-security-group
- dependency-name: github.com/docker/docker
  dependency-type: indirect
  dependency-group: go_modules-security-group
- dependency-name: github.com/go-jose/go-jose/v3
  dependency-type: indirect
  dependency-group: go_modules-security-group
- dependency-name: github.com/opencontainers/runc
  dependency-type: indirect
  dependency-group: go_modules-security-group
- dependency-name: go.temporal.io/server
  dependency-type: indirect
  dependency-group: go_modules-security-group
- dependency-name: golang.org/x/net
  dependency-type: indirect
  dependency-group: go_modules-security-group
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-20 17:31:19 +00:00
base kernelmanager: Force auth on Create/Update endpoints 2023-10-06 13:14:13 +02:00
devtools Add kernelmanager 2023-10-04 02:55:49 +02:00
scripts Add kernelmanager 2023-10-04 02:55:49 +02:00
third_party Add kernelmanager 2023-10-04 02:55:49 +02:00
tools fix: use correct cert for sig-kernel 2024-02-14 11:29:59 -05:00
vendor Add kernelmanager 2023-10-04 02:55:49 +02:00
.api-linter.yaml Add kernelmanager 2023-10-04 02:55:49 +02:00
.bazelignore Add kernelmanager 2023-10-04 02:55:49 +02:00
.bazelrc Initial commit 2023-08-21 18:01:10 +02:00
.bazelversion Initial commit 2023-08-21 18:01:10 +02:00
.editorconfig Initial commit 2023-08-21 18:01:10 +02:00
.gitattributes Add linguist attrs 2023-08-29 13:44:07 +02:00
.gitignore Mship UI files I forgot to add 2023-08-24 09:21:30 +02:00
.prettierrc Initial commit 2023-08-21 18:01:10 +02:00
.swcrc Fix transpiling. Recursive error and React hasOwnProperty errors are fixed 2023-08-26 03:08:04 +02:00
AUTHORS Initial commit 2023-08-21 18:01:10 +02:00
BUILD Create grpc-gateway for longrunning 2023-08-31 10:18:44 +02:00
LICENSE Initial commit 2023-08-21 18:01:10 +02:00
WORKSPACE Use newer rules_py (other libraries is bringing it in) 2023-08-27 06:03:14 +02:00
ci.bazelrc Initial commit 2023-08-21 18:01:10 +02:00
deps.bzl Add kernelmanager 2023-10-04 02:55:49 +02:00
go.mod Bump the go_modules group across 1 directory with 10 updates 2024-03-20 17:31:19 +00:00
go.sum Bump the go_modules group across 1 directory with 10 updates 2024-03-20 17:31:19 +00:00
macdev.bazelrc Initial commit 2023-08-21 18:01:10 +02:00
package.json Fix transpiling. Recursive error and React hasOwnProperty errors are fixed 2023-08-26 03:08:04 +02:00
pnpm-lock.yaml Fix transpiling. Recursive error and React hasOwnProperty errors are fixed 2023-08-26 03:08:04 +02:00
tsconfig.json Fix transpiling. Recursive error and React hasOwnProperty errors are fixed 2023-08-26 03:08:04 +02:00
vendor.go Vendor protoc-gen-openapiv2 CMD 2023-08-25 18:45:28 +02:00