Skip to content

Commit 710dc1b

Browse files
committed
chore: bump deps
Updated dependencies Signed-off-by: Serge Logvinov <serge.logvinov@sinextra.dev>
1 parent 5ea7b73 commit 710dc1b

File tree

4 files changed

+101
-115
lines changed

4 files changed

+101
-115
lines changed

.golangci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,6 @@ run:
1212
# include test files or not, default is true
1313
tests: true
1414

15-
# which files to skip: they will be analyzed, but issues from them
16-
# won't be reported. Default value is empty list, but there is
17-
# no need to include all autogenerated files, we confidently recognize
18-
# autogenerated files. If it's not please let us know.
19-
exclude-files:
20-
- charts/
21-
- docs/
22-
2315
# list of build tags, all linters use it. Default is empty list.
2416
build-tags:
2517
- integration

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# syntax = docker/dockerfile:1.10
1+
# syntax = docker/dockerfile:1.12
22
########################################
33

4-
FROM --platform=${BUILDPLATFORM} golang:1.23.3-alpine3.20 AS builder
4+
FROM --platform=${BUILDPLATFORM} golang:1.23.4-alpine AS builder
55
RUN apk update && apk add --no-cache make
66
ENV GO111MODULE=on
77
WORKDIR /src

go.mod

Lines changed: 27 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
11
module github.com/sergelogvinov/proxmox-cloud-controller-manager
22

3-
go 1.23.3
3+
go 1.23.4
44

55
require (
66
github.com/Telmate/proxmox-api-go v0.0.0-20241127232213-af1f4e86b570
77
github.com/jarcoal/httpmock v1.3.1
88
github.com/spf13/pflag v1.0.5
99
github.com/stretchr/testify v1.10.0
1010
gopkg.in/yaml.v3 v3.0.1
11-
k8s.io/api v0.31.3
12-
k8s.io/apimachinery v0.31.3
13-
k8s.io/client-go v0.31.3
14-
k8s.io/cloud-provider v0.31.3
15-
k8s.io/component-base v0.31.3
11+
k8s.io/api v0.32.0
12+
k8s.io/apimachinery v0.32.0
13+
k8s.io/client-go v0.32.0
14+
k8s.io/cloud-provider v0.32.0
15+
k8s.io/component-base v0.32.0
1616
k8s.io/klog/v2 v2.130.1
1717
)
1818

1919
require (
20+
cel.dev/expr v0.18.0 // indirect
2021
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
2122
github.com/NYTimes/gziphandler v1.1.1 // indirect
2223
github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
@@ -38,16 +39,15 @@ require (
3839
github.com/go-openapi/jsonreference v0.21.0 // indirect
3940
github.com/go-openapi/swag v0.23.0 // indirect
4041
github.com/gogo/protobuf v1.3.2 // indirect
41-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
4242
github.com/golang/protobuf v1.5.4 // indirect
43-
github.com/google/cel-go v0.21.0 // indirect
43+
github.com/google/btree v1.0.1 // indirect
44+
github.com/google/cel-go v0.22.0 // indirect
4445
github.com/google/gnostic-models v0.6.9 // indirect
4546
github.com/google/go-cmp v0.6.0 // indirect
4647
github.com/google/gofuzz v1.2.0 // indirect
4748
github.com/google/uuid v1.6.0 // indirect
4849
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
4950
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
50-
github.com/imdario/mergo v0.3.6 // indirect
5151
github.com/inconshreveable/mousetrap v1.1.0 // indirect
5252
github.com/josharian/intern v1.0.0 // indirect
5353
github.com/json-iterator/go v1.1.12 // indirect
@@ -81,32 +81,31 @@ require (
8181
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
8282
go.uber.org/multierr v1.11.0 // indirect
8383
go.uber.org/zap v1.27.0 // indirect
84-
golang.org/x/crypto v0.29.0 // indirect
85-
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f // indirect
86-
golang.org/x/net v0.31.0 // indirect
84+
golang.org/x/crypto v0.31.0 // indirect
85+
golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67 // indirect
86+
golang.org/x/net v0.33.0 // indirect
8787
golang.org/x/oauth2 v0.24.0 // indirect
88-
golang.org/x/sync v0.9.0 // indirect
89-
golang.org/x/sys v0.27.0 // indirect
90-
golang.org/x/term v0.26.0 // indirect
91-
golang.org/x/text v0.20.0 // indirect
88+
golang.org/x/sync v0.10.0 // indirect
89+
golang.org/x/sys v0.28.0 // indirect
90+
golang.org/x/term v0.27.0 // indirect
91+
golang.org/x/text v0.21.0 // indirect
9292
golang.org/x/time v0.8.0 // indirect
9393
google.golang.org/genproto v0.0.0-20240814211410-ddb44dafa142 // indirect
94-
google.golang.org/genproto/googleapis/api v0.0.0-20240814211410-ddb44dafa142 // indirect
95-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
94+
google.golang.org/genproto/googleapis/api v0.0.0-20240826202546-f6391c0de4c7 // indirect
95+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240826202546-f6391c0de4c7 // indirect
9696
google.golang.org/grpc v1.65.0 // indirect
9797
google.golang.org/protobuf v1.35.1 // indirect
9898
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
9999
gopkg.in/inf.v0 v0.9.1 // indirect
100100
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
101-
gopkg.in/yaml.v2 v2.4.0 // indirect
102-
k8s.io/apiserver v0.31.3 // indirect
103-
k8s.io/component-helpers v0.31.3 // indirect
104-
k8s.io/controller-manager v0.31.3 // indirect
105-
k8s.io/kms v0.31.3 // indirect
106-
k8s.io/kube-openapi v0.0.0-20241009091222-67ed5848f094 // indirect
107-
k8s.io/utils v0.0.0-20241104163129-6fe5fd82f078 // indirect
108-
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.30.3 // indirect
109-
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
110-
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
101+
k8s.io/apiserver v0.32.0 // indirect
102+
k8s.io/component-helpers v0.32.0 // indirect
103+
k8s.io/controller-manager v0.32.0 // indirect
104+
k8s.io/kms v0.32.0 // indirect
105+
k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 // indirect
106+
k8s.io/utils v0.0.0-20241210054802-24370beab758 // indirect
107+
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.1 // indirect
108+
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
109+
sigs.k8s.io/structured-merge-diff/v4 v4.5.0 // indirect
111110
sigs.k8s.io/yaml v1.4.0 // indirect
112111
)

0 commit comments

Comments
 (0)