Skip to content

Commit 1ac2c41

Browse files
committed
feat: update dependencies
1 parent 97befee commit 1ac2c41

File tree

10 files changed

+89
-94
lines changed

10 files changed

+89
-94
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Go",
3-
"image": "golang:1.23.4",
3+
"image": "golang:1.23.5",
44
"features": {
55
"ghcr.io/devcontainers/features/common-utils:2": {"username": "golang"},
66
"ghcr.io/devcontainers/features/git:1": {"version": "latest","ppa": "false"},

.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.4.8
17+
GORELEASER_VERSION: v2.6.1
1818
jobs:
1919
lint:
2020
name: Lint Code

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.23.4
1+
1.23.5

.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.22.1
33+
rev: v8.23.2
3434
hooks:
3535
- id: gitleaks
3636
name: Protect and discover secrets using Gitleaks

CHANGELOG.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Changed
1111

12-
- update go version to 1.23.4
13-
- update jpl version to 0.5.1
14-
- update go-billy to 5.6.1
15-
- update go-git 5.13.1
16-
- update k8s.io libraries to 0.30.8
17-
- update testify to v1.10.0
12+
- update go version to 1.23.5
13+
- update jpl version to 0.6.0
14+
- update go-billy to 5.6.2
15+
- update go-git 5.13.2
1816

1917
## [v0.11.0] - 2024-09-19
2018

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ ci: test-coverage
107107

108108
### Put your custom import, define or goals under here ###
109109

110-
KIND_IMAGE_VERSION?= kindest/node:v1.30.4@sha256:976ea815844d5fa93be213437e3ff5754cd599b040946b5cca43ca45c2047114
110+
KIND_IMAGE_VERSION?= kindest/node:v1.31.4@sha256:2cb39f7295fe7eafee0842b1052a599a4fb0f8bcf3f83d96c7f4864c357c6c30
111111
KIND_CLUSTER_1_NAME:= vab-cluster-1
112112
KIND_CLUSTER_2_NAME:= vab-cluster-2
113113

go.mod

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

3-
go 1.23.4
3+
go 1.23.5
44

55
require (
66
github.com/MakeNowJust/heredoc/v2 v2.0.1
7-
github.com/go-git/go-billy/v5 v5.6.1
8-
github.com/go-git/go-git/v5 v5.13.1
7+
github.com/go-git/go-billy/v5 v5.6.2
8+
github.com/go-git/go-git/v5 v5.13.2
99
github.com/go-logr/logr v1.4.2
1010
github.com/go-logr/stdr v1.2.2
11-
github.com/mia-platform/jpl v0.5.1
11+
github.com/mia-platform/jpl v0.6.0
1212
github.com/spf13/cobra v1.8.1
1313
github.com/spf13/pflag v1.0.5
1414
github.com/stretchr/testify v1.10.0
15-
k8s.io/api v0.30.8
16-
k8s.io/apimachinery v0.30.8
17-
k8s.io/cli-runtime v0.30.8
18-
k8s.io/client-go v0.30.8
15+
k8s.io/api v0.31.5
16+
k8s.io/apimachinery v0.31.5
17+
k8s.io/cli-runtime v0.31.5
18+
k8s.io/client-go v0.31.5
1919
sigs.k8s.io/kustomize/api v0.17.3
2020
sigs.k8s.io/kustomize/kyaml v0.17.2
2121
sigs.k8s.io/yaml v1.4.0
@@ -25,14 +25,14 @@ require (
2525
dario.cat/mergo v1.0.0 // indirect
2626
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
2727
github.com/Microsoft/go-winio v0.6.1 // indirect
28-
github.com/ProtonMail/go-crypto v1.1.3 // indirect
28+
github.com/ProtonMail/go-crypto v1.1.5 // indirect
2929
github.com/blang/semver/v4 v4.0.0 // indirect
3030
github.com/cloudflare/circl v1.3.7 // indirect
3131
github.com/cyphar/filepath-securejoin v0.3.6 // indirect
3232
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
3333
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
3434
github.com/emirpasic/gods v1.18.1 // indirect
35-
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
35+
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
3636
github.com/go-errors/errors v1.4.2 // indirect
3737
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
3838
github.com/go-openapi/jsonpointer v0.19.6 // indirect
@@ -46,51 +46,51 @@ require (
4646
github.com/google/go-cmp v0.6.0 // indirect
4747
github.com/google/gofuzz v1.2.0 // indirect
4848
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
49-
github.com/google/uuid v1.3.1 // indirect
49+
github.com/google/uuid v1.6.0 // indirect
5050
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
51-
github.com/imdario/mergo v0.3.6 // indirect
51+
github.com/imdario/mergo v0.3.15 // indirect
5252
github.com/inconshreveable/mousetrap v1.1.0 // indirect
5353
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
5454
github.com/josharian/intern v1.0.0 // indirect
5555
github.com/json-iterator/go v1.1.12 // indirect
5656
github.com/kevinburke/ssh_config v1.2.0 // indirect
5757
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
5858
github.com/mailru/easyjson v0.7.7 // indirect
59-
github.com/moby/term v0.0.0-20221205130635-1aeaba878587 // indirect
59+
github.com/moby/term v0.5.0 // indirect
6060
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
6161
github.com/modern-go/reflect2 v1.0.2 // indirect
6262
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
6363
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
6464
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
65-
github.com/pjbgf/sha1cd v0.3.0 // indirect
65+
github.com/pjbgf/sha1cd v0.3.2 // indirect
6666
github.com/pkg/errors v0.9.1 // indirect
6767
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
6868
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
6969
github.com/skeema/knownhosts v1.3.0 // indirect
70+
github.com/x448/float16 v0.8.4 // indirect
7071
github.com/xanzy/ssh-agent v0.3.3 // indirect
7172
github.com/xlab/treeprint v1.2.0 // indirect
7273
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
73-
golang.org/x/crypto v0.31.0 // indirect
74+
golang.org/x/crypto v0.32.0 // indirect
7475
golang.org/x/mod v0.17.0 // indirect
75-
golang.org/x/net v0.33.0 // indirect
76-
golang.org/x/oauth2 v0.12.0 // indirect
76+
golang.org/x/net v0.34.0 // indirect
77+
golang.org/x/oauth2 v0.21.0 // indirect
7778
golang.org/x/sync v0.10.0 // indirect
78-
golang.org/x/sys v0.28.0 // indirect
79-
golang.org/x/term v0.27.0 // indirect
79+
golang.org/x/sys v0.29.0 // indirect
80+
golang.org/x/term v0.28.0 // indirect
8081
golang.org/x/text v0.21.0 // indirect
8182
golang.org/x/time v0.3.0 // indirect
8283
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
83-
google.golang.org/appengine v1.6.7 // indirect
84-
google.golang.org/protobuf v1.33.0 // indirect
84+
google.golang.org/protobuf v1.34.2 // indirect
8585
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
8686
gopkg.in/inf.v0 v0.9.1 // indirect
8787
gopkg.in/warnings.v0 v0.1.2 // indirect
8888
gopkg.in/yaml.v2 v2.4.0 // indirect
8989
gopkg.in/yaml.v3 v3.0.1 // indirect
90-
k8s.io/apiextensions-apiserver v0.30.5 // indirect
91-
k8s.io/klog/v2 v2.120.1 // indirect
90+
k8s.io/apiextensions-apiserver v0.31.5 // indirect
91+
k8s.io/klog/v2 v2.130.1 // indirect
9292
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
93-
k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
93+
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
9494
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
9595
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
9696
)

0 commit comments

Comments
 (0)