Skip to content

Commit

Permalink
deps: update github.com/keptn/lifecycle-toolkit/keptn-cert-manager di…
Browse files Browse the repository at this point in the history
…gest to 9d026b8

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 10, 2024
1 parent 9d026b8 commit 695061f
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 60 deletions.
2 changes: 1 addition & 1 deletion lifecycle-operator/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/cloudevents/sdk-go/v2 v2.15.2
github.com/go-logr/logr v1.4.2
github.com/kelseyhightower/envconfig v1.4.0
github.com/keptn/lifecycle-toolkit/keptn-cert-manager v0.0.0-20241111121130-17fa47b16fb4
github.com/keptn/lifecycle-toolkit/keptn-cert-manager v0.0.0-20241210170219-9d026b8abaf4
github.com/magiconair/properties v1.8.7
github.com/onsi/ginkgo/v2 v2.21.0
github.com/onsi/gomega v1.35.1
Expand Down
4 changes: 2 additions & 2 deletions lifecycle-operator/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ github.com/json-iterator/go v1.1.12 h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnr
github.com/json-iterator/go v1.1.12/go.mod h1:e30LSqwooZae/UwlEbR2852Gd8hjQvJoHmT4TnhNGBo=
github.com/kelseyhightower/envconfig v1.4.0 h1:Im6hONhd3pLkfDFsbRgu68RDNkGF1r3dvMUtDTo2cv8=
github.com/kelseyhightower/envconfig v1.4.0/go.mod h1:cccZRl6mQpaq41TPp5QxidR+Sa3axMbJDNb//FQX6Gg=
github.com/keptn/lifecycle-toolkit/keptn-cert-manager v0.0.0-20241111121130-17fa47b16fb4 h1:MmxO0gN9eINnEIBh89aFWaT97nnp4g0GkLs20ZbejIA=
github.com/keptn/lifecycle-toolkit/keptn-cert-manager v0.0.0-20241111121130-17fa47b16fb4/go.mod h1:NKdjs0GF/Ltz4GfbhBeEUgjQLKV1JFKxc25uMpgt0Zk=
github.com/keptn/lifecycle-toolkit/keptn-cert-manager v0.0.0-20241210170219-9d026b8abaf4 h1:lHNddttlUW6OeRGE60m1E18xJz+SupWmbXEjzB8rUac=
github.com/keptn/lifecycle-toolkit/keptn-cert-manager v0.0.0-20241210170219-9d026b8abaf4/go.mod h1:NKdjs0GF/Ltz4GfbhBeEUgjQLKV1JFKxc25uMpgt0Zk=
github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8=
github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck=
github.com/klauspost/compress v1.17.9 h1:6KIumPrER1LHsvBVuDa0r5xaG0Es51mhhB9BQB2qeMA=
Expand Down
8 changes: 5 additions & 3 deletions metrics-operator/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/go-logr/logr v1.4.2
github.com/gorilla/mux v1.8.1
github.com/kelseyhightower/envconfig v1.4.0
github.com/keptn/lifecycle-toolkit/keptn-cert-manager v0.0.0-20241111121130-17fa47b16fb4
github.com/keptn/lifecycle-toolkit/keptn-cert-manager v0.0.0-20241210170219-9d026b8abaf4
github.com/open-feature/go-sdk v1.12.0
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.19.1
Expand All @@ -34,7 +34,7 @@ require (
require (
github.com/DataDog/zstd v1.5.2 // indirect
github.com/NYTimes/gziphandler v1.1.1 // indirect
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df // indirect
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/blang/semver/v4 v4.0.0 // indirect
Expand All @@ -44,10 +44,10 @@ require (
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
github.com/evanphx/json-patch v5.7.0+incompatible // indirect
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-logr/zapr v1.3.0 // indirect
github.com/go-openapi/jsonpointer v0.20.2 // indirect
Expand Down Expand Up @@ -80,6 +80,7 @@ require (
github.com/spf13/cobra v1.8.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/stoewer/go-strcase v1.3.0 // indirect
github.com/x448/float16 v0.8.4 // indirect
go.etcd.io/etcd/api/v3 v3.5.14 // indirect
go.etcd.io/etcd/client/pkg/v3 v3.5.14 // indirect
go.etcd.io/etcd/client/v3 v3.5.14 // indirect
Expand All @@ -106,6 +107,7 @@ require (
google.golang.org/genproto/googleapis/rpc v0.0.0-20241007155032-5fefd90f89a9 // indirect
google.golang.org/grpc v1.67.1 // indirect
google.golang.org/protobuf v1.35.1 // indirect
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
Expand Down
Loading

0 comments on commit 695061f

Please sign in to comment.