Skip to content

Commit c074dbb

Browse files
fix(deps): update all non-major dependencies
1 parent ebdb3dc commit c074dbb

File tree

5 files changed

+98
-31
lines changed

5 files changed

+98
-31
lines changed

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
golang 1.24.5
1+
golang 1.25.1

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Stage 1: Build the Go application
2-
FROM golang:1.24-alpine@sha256:fc2cff6625f3c1c92e6c85938ac5bd09034ad0d4bc2dfb08278020b68540dbb5 AS builder
2+
FROM golang:1.25-alpine@sha256:b6ed3fd0452c0e9bcdef5597f29cc1418f61672e9d3a2f55bf02e7222c014abd AS builder
33

44
# Set necessary environmet variables needed for our image
55
ENV GO111MODULE=on \

Dockerfile.localTest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13.5-bullseye@sha256:094b4b24634a3f69cbd02faa36f28d60f3c606fc9de47397d0a3096372dba340
1+
FROM python:3.13.6-bullseye@sha256:f58f33e0563f2ba81c7afe6259cd912f0c33413da93c75cc3a70a941c17afa8c
22

33
COPY ./requirements.txt .
44
RUN pip install -r requirements.txt

go.mod

Lines changed: 32 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -2,74 +2,78 @@ module keess
22

33
go 1.24.0
44

5-
toolchain go1.24.5
5+
toolchain go1.25.1
66

77
require (
8-
github.com/onsi/ginkgo/v2 v2.23.4
9-
github.com/onsi/gomega v1.38.0
10-
github.com/spf13/cobra v1.9.1
11-
github.com/spf13/viper v1.20.1
8+
github.com/onsi/ginkgo/v2 v2.25.3
9+
github.com/onsi/gomega v1.38.2
10+
github.com/spf13/cobra v1.10.1
11+
github.com/spf13/viper v1.21.0
1212
go.uber.org/zap v1.27.0
13-
k8s.io/api v0.33.3
14-
k8s.io/apimachinery v0.33.3
15-
k8s.io/client-go v0.33.3
13+
k8s.io/api v0.34.1
14+
k8s.io/apimachinery v0.34.1
15+
k8s.io/client-go v0.34.1
1616
)
1717

1818
require (
19-
github.com/fxamacker/cbor/v2 v2.8.0 // indirect
19+
github.com/Masterminds/semver/v3 v3.4.0 // indirect
20+
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
2021
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
21-
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
22+
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
2223
github.com/google/go-cmp v0.7.0 // indirect
2324
github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 // indirect
2425
github.com/pkg/errors v0.9.1 // indirect
2526
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
2627
github.com/x448/float16 v0.8.4 // indirect
2728
go.uber.org/automaxprocs v1.6.0 // indirect
28-
golang.org/x/tools v0.33.0 // indirect
29+
go.yaml.in/yaml/v2 v2.4.2 // indirect
30+
go.yaml.in/yaml/v3 v3.0.4 // indirect
31+
golang.org/x/tools v0.36.0 // indirect
2932
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
3033
sigs.k8s.io/randfill v1.0.0 // indirect
34+
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
3135
)
3236

3337
require (
3438
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
3539
github.com/emicklei/go-restful/v3 v3.12.2 // indirect
3640
github.com/fsnotify/fsnotify v1.9.0
37-
github.com/go-logr/logr v1.4.2 // indirect
41+
github.com/go-logr/logr v1.4.3 // indirect
3842
github.com/go-openapi/jsonpointer v0.21.1 // indirect
3943
github.com/go-openapi/jsonreference v0.21.0 // indirect
4044
github.com/go-openapi/swag v0.23.1 // indirect
4145
github.com/gogo/protobuf v1.3.2 // indirect
42-
github.com/google/gnostic-models v0.6.9 // indirect
46+
github.com/google/gnostic-models v0.7.0 // indirect
4347
github.com/google/uuid v1.6.0 // indirect
4448
github.com/inconshreveable/mousetrap v1.1.0 // indirect
4549
github.com/josharian/intern v1.0.0 // indirect
4650
github.com/json-iterator/go v1.1.12 // indirect
4751
github.com/mailru/easyjson v0.9.0 // indirect
4852
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
49-
github.com/modern-go/reflect2 v1.0.2 // indirect
53+
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
5054
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
5155
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
52-
github.com/sagikazarmark/locafero v0.9.0 // indirect
53-
github.com/sourcegraph/conc v0.3.0 // indirect
54-
github.com/spf13/afero v1.14.0 // indirect
55-
github.com/spf13/cast v1.7.1 // indirect
56-
github.com/spf13/pflag v1.0.6 // indirect
57-
github.com/stretchr/testify v1.10.0
56+
github.com/sagikazarmark/locafero v0.11.0 // indirect
57+
github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect
58+
github.com/spf13/afero v1.15.0 // indirect
59+
github.com/spf13/cast v1.10.0 // indirect
60+
github.com/spf13/pflag v1.0.10 // indirect
61+
github.com/stretchr/testify v1.11.1
5862
github.com/subosito/gotenv v1.6.0 // indirect
5963
go.uber.org/multierr v1.11.0 // indirect
60-
golang.org/x/net v0.41.0 // indirect
64+
golang.org/x/net v0.43.0 // indirect
6165
golang.org/x/oauth2 v0.29.0 // indirect
62-
golang.org/x/sys v0.33.0 // indirect
63-
golang.org/x/term v0.32.0 // indirect
64-
golang.org/x/text v0.26.0 // indirect
66+
golang.org/x/sys v0.35.0 // indirect
67+
golang.org/x/term v0.34.0 // indirect
68+
golang.org/x/text v0.28.0 // indirect
6569
golang.org/x/time v0.11.0 // indirect
66-
google.golang.org/protobuf v1.36.6 // indirect
70+
google.golang.org/protobuf v1.36.7 // indirect
6771
gopkg.in/inf.v0 v0.9.1 // indirect
6872
gopkg.in/yaml.v3 v3.0.1 // indirect
6973
k8s.io/klog/v2 v2.130.1 // indirect
70-
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
71-
k8s.io/utils v0.0.0-20250321185631-1f6e0b77f77e // indirect
74+
k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b // indirect
75+
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 // indirect
7276
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
7377
sigs.k8s.io/structured-merge-diff/v4 v4.7.0 // indirect
74-
sigs.k8s.io/yaml v1.4.0 // indirect
78+
sigs.k8s.io/yaml v1.6.0 // indirect
7579
)

0 commit comments

Comments
 (0)