Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removed not used reference to dataplane-operator in apis/go.mod
Browse files Browse the repository at this point in the history
Signed-off-by: Roberto Alfieri <ralfieri@redhat.com>
rebtoor committed Apr 6, 2023
1 parent 5766c5a commit 4d96bd7
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions apis/go.mod
Original file line number Diff line number Diff line change
@@ -20,8 +20,6 @@ require (
sigs.k8s.io/controller-runtime v0.14.6
)

require github.com/openstack-k8s-operators/dataplane-operator/api v0.0.0-20230405165408-74539cecf355 // indirect

require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
2 changes: 0 additions & 2 deletions apis/go.sum
Original file line number Diff line number Diff line change
@@ -225,8 +225,6 @@ github.com/openshift/api v3.9.0+incompatible h1:fJ/KsefYuZAjmrr3+5U9yZIZbTOpVkDD
github.com/openshift/api v3.9.0+incompatible/go.mod h1:dh9o4Fs58gpFXGSYfnVxGR9PnV53I8TW84pQaJDdGiY=
github.com/openstack-k8s-operators/cinder-operator/api v0.0.0-20230404123906-31a141ed31a7 h1:Wo8vj4UlgoymM1MBWECYLsNSNOzAob5Y9+1nbX6+CPA=
github.com/openstack-k8s-operators/cinder-operator/api v0.0.0-20230404123906-31a141ed31a7/go.mod h1:C8JLjUevPjh1Sx7tud8T0lQQAVsD3oUTtA3EsQeSeyk=
github.com/openstack-k8s-operators/dataplane-operator/api v0.0.0-20230405165408-74539cecf355 h1:Bd3tClozfJlVlvIQeyT/m0ZhB9zMZd6wXudLycAL5yE=
github.com/openstack-k8s-operators/dataplane-operator/api v0.0.0-20230405165408-74539cecf355/go.mod h1:iMH2Z28HLalGVSxBg58osCjCeafdx9HJctq8ec31csw=
github.com/openstack-k8s-operators/glance-operator/api v0.0.0-20230404134424-48d1d0cc1ce8 h1:5Wg+klmmD+8N11DMP3uBsbtbS0OhY1dC0BVfCH0k/9I=
github.com/openstack-k8s-operators/glance-operator/api v0.0.0-20230404134424-48d1d0cc1ce8/go.mod h1:z3v2z9WNJUpPvA+8T+EY/igLfGb09xlgd/u9Brm0h/o=
github.com/openstack-k8s-operators/infra-operator/apis v0.0.0-20230324141445-d1ac945900ed h1:BEsn3dxvwK8cy+3GGhy0JHFSwhhnSR1B9zpYan0Llkk=
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -232,8 +232,6 @@ github.com/openshift/api v3.9.0+incompatible h1:fJ/KsefYuZAjmrr3+5U9yZIZbTOpVkDD
github.com/openshift/api v3.9.0+incompatible/go.mod h1:dh9o4Fs58gpFXGSYfnVxGR9PnV53I8TW84pQaJDdGiY=
github.com/openstack-k8s-operators/cinder-operator/api v0.0.0-20230404123906-31a141ed31a7 h1:Wo8vj4UlgoymM1MBWECYLsNSNOzAob5Y9+1nbX6+CPA=
github.com/openstack-k8s-operators/cinder-operator/api v0.0.0-20230404123906-31a141ed31a7/go.mod h1:C8JLjUevPjh1Sx7tud8T0lQQAVsD3oUTtA3EsQeSeyk=
github.com/openstack-k8s-operators/dataplane-operator/api v0.0.0-20230404002449-ec04b043b750 h1:1LFmwqSvk0cmAXslxIPLpJ/3JsaZvcbe+WDUDFWnfdM=
github.com/openstack-k8s-operators/dataplane-operator/api v0.0.0-20230404002449-ec04b043b750/go.mod h1:iMH2Z28HLalGVSxBg58osCjCeafdx9HJctq8ec31csw=
github.com/openstack-k8s-operators/dataplane-operator/api v0.0.0-20230405165408-74539cecf355 h1:Bd3tClozfJlVlvIQeyT/m0ZhB9zMZd6wXudLycAL5yE=
github.com/openstack-k8s-operators/dataplane-operator/api v0.0.0-20230405165408-74539cecf355/go.mod h1:iMH2Z28HLalGVSxBg58osCjCeafdx9HJctq8ec31csw=
github.com/openstack-k8s-operators/glance-operator/api v0.0.0-20230404134424-48d1d0cc1ce8 h1:5Wg+klmmD+8N11DMP3uBsbtbS0OhY1dC0BVfCH0k/9I=

0 comments on commit 4d96bd7

Please sign in to comment.