Skip to content

Commit

Permalink
Update misc
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenStack K8s CI committed Dec 2, 2023
1 parent 343ccf4 commit 9fbdeb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions api/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/openstack-k8s-operators/mariadb-operator/api
go 1.19

require (
github.com/go-logr/logr v1.2.4
github.com/go-logr/logr 1.3.0
github.com/onsi/ginkgo/v2 v2.12.0
github.com/onsi/gomega v1.27.10
github.com/openstack-k8s-operators/lib-common/modules/common v0.1.0
Expand Down Expand Up @@ -50,7 +50,7 @@ require (
github.com/prometheus/procfs v0.8.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
go.uber.org/multierr v1.10.0 // indirect
go.uber.org/zap v1.25.0 // indirect
go.uber.org/zap 1.26.0 // indirect
golang.org/x/net v0.14.0 // indirect
golang.org/x/oauth2 v0.0.0-20220909003341-f21342109be1 // indirect
golang.org/x/sys v0.13.0 // indirect
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/openstack-k8s-operators/mariadb-operator
go 1.19

require (
github.com/go-logr/logr v1.2.4
github.com/go-logr/logr 1.3.0
github.com/onsi/ginkgo/v2 v2.12.1
github.com/onsi/gomega v1.27.10
github.com/openstack-k8s-operators/lib-common/modules/common v0.1.1-0.20230927082538-4f614f333d17
Expand Down

0 comments on commit 9fbdeb7

Please sign in to comment.