-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Direct deps: - run rekres - github.com/cosi-project/runtime to v0.7.2 - github.com/stretchr/testify to v1.10.0 - go.etcd.io/etcd/api/v3 to v3.5.17 - go.etcd.io/etcd/client/v3 to v3.5.17 - go.etcd.io/etcd/server/v3 to v3.5.17 - golang.org/x/sync to v0.9.0 - google.golang.org/grpc to v1.68.0 Indirect deps: - github.com/coreos/go-semver to v0.3.1 - github.com/coreos/go-systemd/v22 to v22.5.0 - github.com/dustin/go-humanize to v1.0.1 - github.com/go-logr/logr to v1.4.2 - github.com/golang-jwt/jwt/v4 to v4.5.1 - github.com/google/btree to v1.1.3 - github.com/gorilla/websocket to v1.5.3 - github.com/grpc-ecosystem/go-grpc-middleware to v1.4.0 - github.com/grpc-ecosystem/grpc-gateway/v2 to v2.24.0 - github.com/jonboulle/clockwork to v0.4.0 - github.com/json-iterator/go to v1.1.12 - github.com/matttproud/golang_protobuf_extensions to v1.0.4 - github.com/modern-go/reflect2 to v1.0.2 - github.com/tmc/grpc-websocket-proxy to v0.0.0-20220101234140-673ab2c3ae75 - github.com/xiang90/probing to v0.0.0-20221125231312-a49e3df8f510 - go.etcd.io/etcd/client/pkg/v3 to v3.5.17 - go.etcd.io/etcd/client/v2 to v2.305.17 - go.etcd.io/etcd/pkg/v3 to v3.5.17 - go.etcd.io/etcd/raft/v3 to v3.5.17 - golang.org/x/crypto to v0.29.0 - golang.org/x/net to v0.31.0 - golang.org/x/sys to v0.27.0 - golang.org/x/text to v0.20.0 - golang.org/x/time to v0.8.0 - google.golang.org/genproto to v0.0.0-20241202173237-19429a94021a - google.golang.org/genproto/googleapis/api to v0.0.0-20241202173237-19429a94021a - google.golang.org/genproto/googleapis/rpc to v0.0.0-20241202173237-19429a94021a - google.golang.org/protobuf to v1.35.2 - gopkg.in/natefinch/lumberjack.v2 to v2.2.1 Signed-off-by: Dmitriy Matrenichev <[email protected]>
- Loading branch information
Showing
7 changed files
with
170 additions
and
142 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
# syntax = docker/dockerfile-upstream:1.10.0-labs | ||
# syntax = docker/dockerfile-upstream:1.11.1-labs | ||
|
||
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. | ||
# | ||
# Generated on 2024-11-04T10:03:44Z by kres dd14759. | ||
# Generated on 2024-12-04T08:57:12Z by kres 232fe63. | ||
|
||
ARG TOOLCHAIN | ||
|
||
# cleaned up specs and compiled versions | ||
FROM scratch AS generate | ||
|
||
# runs markdownlint | ||
FROM docker.io/oven/bun:1.1.32-alpine AS lint-markdown | ||
FROM docker.io/oven/bun:1.1.36-alpine AS lint-markdown | ||
WORKDIR /src | ||
RUN bun i markdownlint-cli@0.42.0 [email protected] | ||
RUN bun i markdownlint-cli@0.43.0 [email protected] | ||
COPY .markdownlint.json . | ||
COPY ./README.md ./README.md | ||
RUN bunx markdownlint --ignore "CHANGELOG.md" --ignore "**/node_modules/**" --ignore '**/hack/chglog/**' --rules node_modules/sentences-per-line/index.js . | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.