Skip to content

Commit

Permalink
Update dependency go to v1.22.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 5, 2024
1 parent 5e8e6c3 commit 55e9588
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/projectsyn/lieutenant-operator

go 1.22.0

toolchain go1.22.3
toolchain go1.22.4

require (
github.com/banzaicloud/bank-vaults/pkg/sdk v0.8.3
Expand All @@ -11,6 +11,7 @@ require (
github.com/go-logr/zapr v1.3.0
github.com/hashicorp/vault/api v1.14.0
github.com/imdario/mergo v0.3.16
github.com/prometheus/client_golang v1.19.1
github.com/ryankurte/go-structparse v1.2.0
github.com/stretchr/testify v1.9.0
github.com/xanzy/go-gitlab v0.105.0
Expand Down Expand Up @@ -101,7 +102,6 @@ require (
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/prometheus/client_golang v1.19.1 // indirect
github.com/prometheus/client_model v0.6.1 // indirect
github.com/prometheus/common v0.53.0 // indirect
github.com/prometheus/procfs v0.15.0 // indirect
Expand Down

0 comments on commit 55e9588

Please sign in to comment.