Skip to content

Commit b41915c

Browse files
committed
feat: update dependencies
1 parent 9474692 commit b41915c

File tree

8 files changed

+90
-90
lines changed

8 files changed

+90
-90
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
- examples/**
1515

1616
env:
17-
GORELEASER_VERSION: v2.9.0
17+
GORELEASER_VERSION: v2.10.2
1818
GOLANGCI_LINT_VERSION: v2.1.6
1919
jobs:
2020
lint:

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.24.3
1+
1.24.4

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ repos:
3030
name: Trims trailing whitespace
3131
args: [--markdown-linebreak-ext=md] # add exception for markdown linebreaks
3232
- repo: https://github.com/gitleaks/gitleaks
33-
rev: v8.27.0
33+
rev: v8.27.2
3434
hooks:
3535
- id: gitleaks
3636
name: Protect and discover secrets using Gitleaks

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- update go version to 1.24.4
13+
- update go-git to 5.16.2
14+
- update jpl to 0.7.0
15+
- update k8s.io packages to 0.32.5
16+
1017
## [v0.12.1] - 2025-03-18
1118

1219
### Changed

go.mod

Lines changed: 24 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
module github.com/mia-platform/vab
22

3-
go 1.24.3
3+
go 1.24.4
44

55
require (
66
github.com/MakeNowJust/heredoc/v2 v2.0.1
77
github.com/go-git/go-billy/v5 v5.6.2
8-
github.com/go-git/go-git/v5 v5.14.0
9-
github.com/go-logr/logr v1.4.2
8+
github.com/go-git/go-git/v5 v5.16.2
9+
github.com/go-logr/logr v1.4.3
1010
github.com/go-logr/stdr v1.2.2
11-
github.com/mia-platform/jpl v0.6.1
11+
github.com/mia-platform/jpl v0.7.0
1212
github.com/spf13/cobra v1.9.1
1313
github.com/spf13/pflag v1.0.6
1414
github.com/stretchr/testify v1.10.0
15-
k8s.io/api v0.31.7
16-
k8s.io/apimachinery v0.31.7
17-
k8s.io/cli-runtime v0.31.7
18-
k8s.io/client-go v0.31.7
15+
k8s.io/api v0.32.5
16+
k8s.io/apimachinery v0.32.5
17+
k8s.io/cli-runtime v0.32.5
18+
k8s.io/client-go v0.32.5
1919
sigs.k8s.io/kustomize/api v0.19.0
2020
sigs.k8s.io/kustomize/kyaml v0.19.0
2121
sigs.k8s.io/yaml v1.4.0
2222
)
2323

2424
require (
2525
dario.cat/mergo v1.0.0 // indirect
26-
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
26+
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
2727
github.com/Microsoft/go-winio v0.6.2 // indirect
28-
github.com/ProtonMail/go-crypto v1.1.5 // indirect
28+
github.com/ProtonMail/go-crypto v1.1.6 // indirect
2929
github.com/blang/semver/v4 v4.0.0 // indirect
3030
github.com/cloudflare/circl v1.6.1 // indirect
3131
github.com/cyphar/filepath-securejoin v0.4.1 // indirect
@@ -41,14 +41,13 @@ require (
4141
github.com/gogo/protobuf v1.3.2 // indirect
4242
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
4343
github.com/golang/protobuf v1.5.4 // indirect
44-
github.com/google/btree v1.0.1 // indirect
44+
github.com/google/btree v1.1.3 // indirect
4545
github.com/google/gnostic-models v0.6.9 // indirect
4646
github.com/google/go-cmp v0.7.0 // indirect
4747
github.com/google/gofuzz v1.2.0 // indirect
4848
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
4949
github.com/google/uuid v1.6.0 // indirect
50-
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
51-
github.com/imdario/mergo v0.3.15 // indirect
50+
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
5251
github.com/inconshreveable/mousetrap v1.1.0 // indirect
5352
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
5453
github.com/josharian/intern v1.0.0 // indirect
@@ -70,24 +69,23 @@ require (
7069
github.com/x448/float16 v0.8.4 // indirect
7170
github.com/xanzy/ssh-agent v0.3.3 // indirect
7271
github.com/xlab/treeprint v1.2.0 // indirect
73-
golang.org/x/crypto v0.36.0 // indirect
74-
golang.org/x/net v0.38.0 // indirect
75-
golang.org/x/oauth2 v0.21.0 // indirect
76-
golang.org/x/sync v0.12.0 // indirect
77-
golang.org/x/sys v0.31.0 // indirect
78-
golang.org/x/term v0.30.0 // indirect
79-
golang.org/x/text v0.23.0 // indirect
80-
golang.org/x/time v0.3.0 // indirect
72+
golang.org/x/crypto v0.39.0 // indirect
73+
golang.org/x/net v0.41.0 // indirect
74+
golang.org/x/oauth2 v0.30.0 // indirect
75+
golang.org/x/sync v0.15.0 // indirect
76+
golang.org/x/sys v0.33.0 // indirect
77+
golang.org/x/term v0.32.0 // indirect
78+
golang.org/x/text v0.26.0 // indirect
79+
golang.org/x/time v0.7.0 // indirect
8180
google.golang.org/protobuf v1.35.1 // indirect
8281
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
8382
gopkg.in/inf.v0 v0.9.1 // indirect
8483
gopkg.in/warnings.v0 v0.1.2 // indirect
85-
gopkg.in/yaml.v2 v2.4.0 // indirect
8684
gopkg.in/yaml.v3 v3.0.1 // indirect
87-
k8s.io/apiextensions-apiserver v0.31.7 // indirect
85+
k8s.io/apiextensions-apiserver v0.32.5 // indirect
8886
k8s.io/klog/v2 v2.130.1 // indirect
8987
k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 // indirect
90-
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
91-
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
92-
sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect
88+
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
89+
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
90+
sigs.k8s.io/structured-merge-diff/v4 v4.7.0 // indirect
9391
)

0 commit comments

Comments
 (0)