Skip to content

Commit

Permalink
chore(go.mod/go.sum): update minor dependencies (golang)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 13, 2024
1 parent ca20fed commit 3108c71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/sap/secret-generator

go 1.22.6
go 1.23.0

require (
github.com/google/uuid v1.6.0
Expand All @@ -10,8 +10,8 @@ require (
github.com/sap/admission-webhook-runtime v0.1.38
github.com/sethvargo/go-password v0.3.1
github.com/spf13/pflag v1.0.5
k8s.io/api v0.30.3
k8s.io/apimachinery v0.30.3
k8s.io/api v0.31.0
k8s.io/apimachinery v0.31.0
k8s.io/client-go v0.30.3
k8s.io/klog/v2 v2.130.1
sigs.k8s.io/controller-runtime v0.18.5
Expand Down

0 comments on commit 3108c71

Please sign in to comment.