Skip to content

Commit bc2438e

Browse files
author
Dmitriy Matrenichev
committed
chore: bump deps
Bump deps: - docker.io/alpine to 3.18 - run rekres - github.com/containerd/containerd to v1.7.1 - github.com/emicklei/dot to v1.4.2 - github.com/google/go-github to v52 - github.com/moby/buildkit to v0.11.6 - github.com/opencontainers/image-spec to v1.1.0-rc3 - github.com/otiai10/copy to v1.11.0 - github.com/spf13/cobra to v1.7.0 - golang.org/x/oauth2 to v0.7.0 - golang.org/x/sync to v0.2.0 Signed-off-by: Dmitriy Matrenichev <[email protected]>
1 parent f8905e8 commit bc2438e

File tree

7 files changed

+85
-203
lines changed

7 files changed

+85
-203
lines changed

Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22

33
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
44
#
5-
# Generated on 2023-03-21T07:09:40Z by kres f8f4e55.
5+
# Generated on 2023-05-15T18:23:24Z by kres latest.
66

77
ARG TOOLCHAIN
88

99
# cleaned up specs and compiled versions
1010
FROM scratch AS generate
1111

12-
FROM ghcr.io/siderolabs/ca-certificates:v1.3.0 AS image-ca-certificates
12+
FROM ghcr.io/siderolabs/ca-certificates:v1.4.1 AS image-ca-certificates
1313

14-
FROM ghcr.io/siderolabs/fhs:v1.3.0 AS image-fhs
14+
FROM ghcr.io/siderolabs/fhs:v1.4.1 AS image-fhs
1515

1616
# runs markdownlint
17-
FROM docker.io/node:19.8.1-alpine3.16 AS lint-markdown
17+
FROM docker.io/node:20.1.0-alpine3.17 AS lint-markdown
1818
WORKDIR /src
19-
RUN npm i -g markdownlint-cli@0.33.0
19+
RUN npm i -g markdownlint-cli@0.34.0
2020
2121
COPY .markdownlint.json .
2222
COPY ./README.md ./README.md

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2023-03-21T07:09:40Z by kres f8f4e55.
3+
# Generated on 2023-05-15T18:23:24Z by kres latest.
44

55
# common variables
66

@@ -13,10 +13,10 @@ WITH_RACE ?= false
1313
REGISTRY ?= ghcr.io
1414
USERNAME ?= siderolabs
1515
REGISTRY_AND_USERNAME ?= $(REGISTRY)/$(USERNAME)
16-
GOLANGCILINT_VERSION ?= v1.52.0
17-
GOFUMPT_VERSION ?= v0.4.0
16+
GOLANGCILINT_VERSION ?= v1.52.2
17+
GOFUMPT_VERSION ?= v0.5.0
1818
GO_VERSION ?= 1.20
19-
GOIMPORTS_VERSION ?= v0.7.0
19+
GOIMPORTS_VERSION ?= v0.9.1
2020
PROTOBUF_GO_VERSION ?= 1.28.1
2121
GRPC_GO_VERSION ?= 1.3.0
2222
GRPC_GATEWAY_VERSION ?= 2.15.2

go.mod

Lines changed: 22 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -6,56 +6,45 @@ require (
66
github.com/Masterminds/semver v1.5.0
77
github.com/Masterminds/sprig/v3 v3.2.3
88
github.com/alessio/shellescape v1.4.1
9-
github.com/containerd/containerd v1.7.0
10-
github.com/emicklei/dot v1.3.1
11-
github.com/google/go-github/v50 v50.2.0
9+
github.com/containerd/containerd v1.7.1
10+
github.com/emicklei/dot v1.4.2
11+
github.com/google/go-github/v52 v52.0.1-0.20230514113659-60429b4ba0ba
1212
github.com/hashicorp/go-multierror v1.1.1
13-
github.com/moby/buildkit v0.11.4
13+
github.com/moby/buildkit v0.11.0-rc3.0.20230515120052-a9e8e39bae29
1414
github.com/opencontainers/go-digest v1.0.0
15-
github.com/opencontainers/image-spec v1.1.0-rc2.0.20221005185240-3a7f492d3f1b
16-
github.com/otiai10/copy v1.9.0
17-
github.com/spf13/cobra v1.6.1
15+
github.com/opencontainers/image-spec v1.1.0-rc3
16+
github.com/otiai10/copy v1.11.0
17+
github.com/spf13/cobra v1.7.0
1818
github.com/stretchr/testify v1.8.2
19-
golang.org/x/oauth2 v0.6.0
20-
golang.org/x/sync v0.1.0
19+
golang.org/x/oauth2 v0.7.0
20+
golang.org/x/sync v0.2.0
2121
gopkg.in/yaml.v3 v3.0.1
2222
)
2323

2424
require (
25-
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230106234847-43070de90fa1 // indirect
2625
github.com/Masterminds/goutils v1.1.1 // indirect
2726
github.com/Masterminds/semver/v3 v3.2.0 // indirect
28-
github.com/Microsoft/go-winio v0.6.0 // indirect
27+
github.com/Microsoft/go-winio v0.6.1 // indirect
2928
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect
30-
github.com/agext/levenshtein v1.2.3 // indirect
31-
github.com/cloudflare/circl v1.1.0 // indirect
29+
github.com/cloudflare/circl v1.3.3 // indirect
3230
github.com/containerd/continuity v0.3.0 // indirect
33-
github.com/containerd/ttrpc v1.2.1 // indirect
34-
github.com/containerd/typeurl v1.0.2 // indirect
35-
github.com/cyphar/filepath-securejoin v0.2.3 // indirect
31+
github.com/containerd/typeurl/v2 v2.1.1 // indirect
3632
github.com/davecgh/go-spew v1.1.1 // indirect
37-
github.com/docker/distribution v2.8.1+incompatible // indirect
38-
github.com/docker/docker v23.0.0-rc.1+incompatible // indirect
39-
github.com/docker/go-connections v0.4.0 // indirect
40-
github.com/docker/go-units v0.5.0 // indirect
41-
github.com/go-logr/logr v1.2.3 // indirect
42-
github.com/go-logr/stdr v1.2.2 // indirect
33+
github.com/docker/distribution v2.8.2+incompatible // indirect
34+
github.com/docker/docker v23.0.5+incompatible // indirect
4335
github.com/gogo/googleapis v1.4.1 // indirect
4436
github.com/gogo/protobuf v1.3.2 // indirect
45-
github.com/golang/protobuf v1.5.2 // indirect
37+
github.com/golang/protobuf v1.5.3 // indirect
4638
github.com/google/go-querystring v1.1.0 // indirect
4739
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
4840
github.com/google/uuid v1.3.0 // indirect
49-
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
5041
github.com/hashicorp/errwrap v1.1.0 // indirect
5142
github.com/huandu/xstrings v1.3.3 // indirect
5243
github.com/imdario/mergo v0.3.13 // indirect
53-
github.com/inconshreveable/mousetrap v1.0.1 // indirect
54-
github.com/klauspost/compress v1.16.0 // indirect
44+
github.com/inconshreveable/mousetrap v1.1.0 // indirect
5545
github.com/kr/text v0.2.0 // indirect
5646
github.com/mitchellh/copystructure v1.0.0 // indirect
5747
github.com/mitchellh/reflectwalk v1.0.0 // indirect
58-
github.com/moby/locker v1.0.1 // indirect
5948
github.com/moby/sys/signal v0.7.0 // indirect
6049
github.com/pkg/errors v0.9.1 // indirect
6150
github.com/pmezard/go-difflib v1.0.0 // indirect
@@ -64,19 +53,17 @@ require (
6453
github.com/spf13/cast v1.3.1 // indirect
6554
github.com/spf13/pflag v1.0.5 // indirect
6655
github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa // indirect
67-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.40.0 // indirect
6856
go.opentelemetry.io/otel v1.14.0 // indirect
69-
go.opentelemetry.io/otel/metric v0.37.0 // indirect
7057
go.opentelemetry.io/otel/trace v1.14.0 // indirect
7158
golang.org/x/crypto v0.7.0 // indirect
72-
golang.org/x/mod v0.8.0 // indirect
73-
golang.org/x/net v0.8.0 // indirect
74-
golang.org/x/sys v0.6.0 // indirect
75-
golang.org/x/text v0.8.0 // indirect
76-
golang.org/x/tools v0.6.0 // indirect
59+
golang.org/x/mod v0.9.0 // indirect
60+
golang.org/x/net v0.9.0 // indirect
61+
golang.org/x/sys v0.7.0 // indirect
62+
golang.org/x/text v0.9.0 // indirect
63+
golang.org/x/tools v0.7.0 // indirect
7764
google.golang.org/appengine v1.6.7 // indirect
7865
google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 // indirect
7966
google.golang.org/grpc v1.53.0 // indirect
80-
google.golang.org/protobuf v1.28.1 // indirect
67+
google.golang.org/protobuf v1.30.0 // indirect
8168
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
8269
)

0 commit comments

Comments
 (0)