Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update module gitlab.com/radiofrance/kubecli to v0.6.0 #683

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/radiofrance/dib

go 1.23.2
go 1.23.4

toolchain go1.23.5

require (
github.com/aws/aws-sdk-go-v2 v1.33.0
Expand All @@ -19,7 +21,7 @@ require (
github.com/stretchr/testify v1.10.0
github.com/wolfeidau/humanhash v1.1.0
gitlab.com/radiofrance/go-container-registry v0.2.0
gitlab.com/radiofrance/kubecli v0.5.1
gitlab.com/radiofrance/kubecli v0.6.0
golang.org/x/sync v0.10.0
gopkg.in/yaml.v3 v3.0.1
k8s.io/api v0.32.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,8 @@ github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9dec
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
gitlab.com/radiofrance/go-container-registry v0.2.0 h1:7UNbTtwaemLvcBnkvM2NzSxJhhfSYjdMJn+EnYYCyc4=
gitlab.com/radiofrance/go-container-registry v0.2.0/go.mod h1:bQ2jr+kl6MMg89Ay8MvWPCoUh8Kfs0R/2qsV7e9SIPU=
gitlab.com/radiofrance/kubecli v0.5.1 h1:c3mCcsy3EkT837QkZNkCuYe/qXc+uXSn4Tgq194SrcQ=
gitlab.com/radiofrance/kubecli v0.5.1/go.mod h1:+suS3IimlXYWcCWxWTYaaNv2XTixMXDDE5PIDVKxM1E=
gitlab.com/radiofrance/kubecli v0.6.0 h1:1Q0/JBDz4/qJzkMTs/tKvBS17omI8iYEU3SfylwXlms=
gitlab.com/radiofrance/kubecli v0.6.0/go.mod h1:jtouwZOAjDrZxWySChwlFgDsf916ALZDfpWMELbUdmU=
go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto=
go.uber.org/goleak v1.3.0/go.mod h1:CoHD4mav9JJNrW/WLlf7HGZPjdw8EucARQHekz1X6bE=
go.uber.org/multierr v1.11.0 h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0=
Expand Down
Loading