Skip to content

Commit f8905e8

Browse files
committed
chore: bump deps
Bump dependencies. Signed-off-by: Noel Georgi <[email protected]>
1 parent 4c077ad commit f8905e8

File tree

5 files changed

+124
-117
lines changed

5 files changed

+124
-117
lines changed

.drone.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
33
#
4-
# Generated on 2023-02-28T10:57:53Z by kres latest.
4+
# Generated on 2023-03-21T07:09:40Z by kres f8f4e55.
55

66
kind: pipeline
77
type: kubernetes
@@ -299,6 +299,10 @@ trigger:
299299
exclude:
300300
- renovate/*
301301
- dependabot/*
302+
event:
303+
exclude:
304+
- promote
305+
- cron
302306

303307
---
304308
kind: pipeline

Dockerfile

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

33
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
44
#
5-
# Generated on 2023-02-28T10:57:53Z by kres latest.
5+
# Generated on 2023-03-21T07:09:40Z by kres f8f4e55.
66

77
ARG TOOLCHAIN
88

@@ -14,7 +14,7 @@ FROM ghcr.io/siderolabs/ca-certificates:v1.3.0 AS image-ca-certificates
1414
FROM ghcr.io/siderolabs/fhs:v1.3.0 AS image-fhs
1515

1616
# runs markdownlint
17-
FROM docker.io/node:19.7.0-alpine3.16 AS lint-markdown
17+
FROM docker.io/node:19.8.1-alpine3.16 AS lint-markdown
1818
WORKDIR /src
1919
RUN npm i -g [email protected]
2020

Makefile

Lines changed: 5 additions & 5 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-02-28T10:57:53Z by kres latest.
3+
# Generated on 2023-03-21T07:09:40Z by kres f8f4e55.
44

55
# common variables
66

@@ -13,13 +13,13 @@ WITH_RACE ?= false
1313
REGISTRY ?= ghcr.io
1414
USERNAME ?= siderolabs
1515
REGISTRY_AND_USERNAME ?= $(REGISTRY)/$(USERNAME)
16-
GOLANGCILINT_VERSION ?= v1.51.2
16+
GOLANGCILINT_VERSION ?= v1.52.0
1717
GOFUMPT_VERSION ?= v0.4.0
1818
GO_VERSION ?= 1.20
19-
GOIMPORTS_VERSION ?= v0.6.0
19+
GOIMPORTS_VERSION ?= v0.7.0
2020
PROTOBUF_GO_VERSION ?= 1.28.1
21-
GRPC_GO_VERSION ?= 1.2.0
22-
GRPC_GATEWAY_VERSION ?= 2.15.1
21+
GRPC_GO_VERSION ?= 1.3.0
22+
GRPC_GATEWAY_VERSION ?= 2.15.2
2323
VTPROTOBUF_VERSION ?= 0.4.0
2424
DEEPCOPY_VERSION ?= v0.5.5
2525
GO_BUILDFLAGS ?=

go.mod

Lines changed: 28 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,45 +6,52 @@ 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.6.19
9+
github.com/containerd/containerd v1.7.0
1010
github.com/emicklei/dot v1.3.1
11-
github.com/google/go-github/v50 v50.1.0
11+
github.com/google/go-github/v50 v50.2.0
1212
github.com/hashicorp/go-multierror v1.1.1
13-
github.com/moby/buildkit v0.11.1
13+
github.com/moby/buildkit v0.11.4
1414
github.com/opencontainers/go-digest v1.0.0
15-
github.com/opencontainers/image-spec v1.1.0-rc2
15+
github.com/opencontainers/image-spec v1.1.0-rc2.0.20221005185240-3a7f492d3f1b
1616
github.com/otiai10/copy v1.9.0
1717
github.com/spf13/cobra v1.6.1
1818
github.com/stretchr/testify v1.8.2
19-
golang.org/x/oauth2 v0.5.0
19+
golang.org/x/oauth2 v0.6.0
2020
golang.org/x/sync v0.1.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
2526
github.com/Masterminds/goutils v1.1.1 // indirect
2627
github.com/Masterminds/semver/v3 v3.2.0 // indirect
27-
github.com/Microsoft/go-winio v0.5.2 // indirect
28+
github.com/Microsoft/go-winio v0.6.0 // indirect
29+
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect
2830
github.com/agext/levenshtein v1.2.3 // indirect
31+
github.com/cloudflare/circl v1.1.0 // indirect
2932
github.com/containerd/continuity v0.3.0 // indirect
30-
github.com/containerd/ttrpc v1.1.0 // indirect
33+
github.com/containerd/ttrpc v1.2.1 // indirect
3134
github.com/containerd/typeurl v1.0.2 // indirect
35+
github.com/cyphar/filepath-securejoin v0.2.3 // indirect
3236
github.com/davecgh/go-spew v1.1.1 // indirect
3337
github.com/docker/distribution v2.8.1+incompatible // indirect
3438
github.com/docker/docker v23.0.0-rc.1+incompatible // indirect
3539
github.com/docker/go-connections v0.4.0 // indirect
3640
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
3743
github.com/gogo/googleapis v1.4.1 // indirect
3844
github.com/gogo/protobuf v1.3.2 // indirect
3945
github.com/golang/protobuf v1.5.2 // indirect
4046
github.com/google/go-querystring v1.1.0 // indirect
4147
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
4248
github.com/google/uuid v1.3.0 // indirect
49+
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
4350
github.com/hashicorp/errwrap v1.1.0 // indirect
4451
github.com/huandu/xstrings v1.3.3 // indirect
45-
github.com/imdario/mergo v0.3.12 // indirect
52+
github.com/imdario/mergo v0.3.13 // indirect
4653
github.com/inconshreveable/mousetrap v1.0.1 // indirect
47-
github.com/klauspost/compress v1.15.12 // indirect
54+
github.com/klauspost/compress v1.16.0 // indirect
4855
github.com/kr/text v0.2.0 // indirect
4956
github.com/mitchellh/copystructure v1.0.0 // indirect
5057
github.com/mitchellh/reflectwalk v1.0.0 // indirect
@@ -57,15 +64,19 @@ require (
5764
github.com/spf13/cast v1.3.1 // indirect
5865
github.com/spf13/pflag v1.0.5 // indirect
5966
github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa // indirect
60-
go.opentelemetry.io/otel v1.4.1 // indirect
61-
go.opentelemetry.io/otel/trace v1.4.1 // indirect
62-
golang.org/x/crypto v0.3.0 // indirect
63-
golang.org/x/net v0.7.0 // indirect
64-
golang.org/x/sys v0.5.0 // indirect
65-
golang.org/x/text v0.7.0 // indirect
67+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.40.0 // indirect
68+
go.opentelemetry.io/otel v1.14.0 // indirect
69+
go.opentelemetry.io/otel/metric v0.37.0 // indirect
70+
go.opentelemetry.io/otel/trace v1.14.0 // indirect
71+
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
6677
google.golang.org/appengine v1.6.7 // indirect
67-
google.golang.org/genproto v0.0.0-20220706185917-7780775163c4 // indirect
68-
google.golang.org/grpc v1.50.1 // indirect
78+
google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 // indirect
79+
google.golang.org/grpc v1.53.0 // indirect
6980
google.golang.org/protobuf v1.28.1 // indirect
7081
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
7182
)

0 commit comments

Comments
 (0)