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 054f045 commit a5572dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions apis/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ require (
github.com/google/pprof v0.0.0-20230510103437-eeec1cb781c3 // indirect
go.uber.org/atomic v1.11.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.24.0 // indirect
go.uber.org/zap 1.26.0 // indirect
golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1 // indirect
golang.org/x/tools v0.12.0 // indirect
)
Expand All @@ -44,7 +44,7 @@ require (
github.com/emicklei/go-restful/v3 v3.10.2 // indirect
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/go-logr/logr v1.2.4 // indirect
github.com/go-logr/logr 1.3.0 // indirect
github.com/go-openapi/jsonpointer v0.19.6 // indirect
github.com/go-openapi/jsonreference v0.20.2 // indirect
github.com/go-openapi/swag v0.22.3 // indirect
Expand Down
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.19

require (
github.com/ghodss/yaml v1.0.0
github.com/go-logr/logr v1.2.4
github.com/go-logr/logr 1.3.0
github.com/imdario/mergo v0.3.16
github.com/onsi/ginkgo/v2 v2.12.0
github.com/onsi/gomega v1.28.0
Expand All @@ -28,9 +28,9 @@ require (
github.com/openstack-k8s-operators/placement-operator/api v0.1.0
github.com/openstack-k8s-operators/swift-operator/api v0.1.0
github.com/openstack-k8s-operators/telemetry-operator/api v0.1.0
github.com/operator-framework/api v0.17.3
github.com/operator-framework/api 0.20.0
github.com/rabbitmq/cluster-operator v1.14.0
go.uber.org/zap v1.24.0
go.uber.org/zap 1.26.0
k8s.io/api v0.26.10
k8s.io/apimachinery v0.26.10
k8s.io/client-go v0.26.10
Expand Down

0 comments on commit a5572dd

Please sign in to comment.