Skip to content

Commit

Permalink
Update openstack-k8s-operators
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenStack K8s CI committed Jul 7, 2023
1 parent 51952f5 commit ab40a44
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 28 deletions.
4 changes: 2 additions & 2 deletions api/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ go 1.19
require (
github.com/onsi/ginkgo/v2 v2.11.0
github.com/onsi/gomega v1.27.8
github.com/openstack-k8s-operators/lib-common/modules/common v0.0.0-20230626095153-3ee001a316f1
github.com/openstack-k8s-operators/lib-common/modules/storage v0.0.0-20230626095153-3ee001a316f1
github.com/openstack-k8s-operators/lib-common/modules/common v0.0.0-20230707063813-c894bf75835d
github.com/openstack-k8s-operators/lib-common/modules/storage v0.0.0-20230707063813-c894bf75835d
k8s.io/api v0.26.3
k8s.io/apimachinery v0.26.3
sigs.k8s.io/controller-runtime v0.14.6
Expand Down
8 changes: 4 additions & 4 deletions api/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -230,10 +230,10 @@ github.com/onsi/gomega v1.27.8 h1:gegWiwZjBsf2DgiSbf5hpokZ98JVDMcWkUiigk6/KXc=
github.com/onsi/gomega v1.27.8/go.mod h1:2J8vzI/s+2shY9XHRApDkdgPo1TKT7P2u6fXeJKFnNQ=
github.com/openshift/api v3.9.0+incompatible h1:fJ/KsefYuZAjmrr3+5U9yZIZbTOpVkDDLDLFresAeYs=
github.com/openshift/api v3.9.0+incompatible/go.mod h1:dh9o4Fs58gpFXGSYfnVxGR9PnV53I8TW84pQaJDdGiY=
github.com/openstack-k8s-operators/lib-common/modules/common v0.0.0-20230626095153-3ee001a316f1 h1:90wkZEZ9cQ0k8qKSjRiPNmPBBkVZWWF+P1BA4/s5OfE=
github.com/openstack-k8s-operators/lib-common/modules/common v0.0.0-20230626095153-3ee001a316f1/go.mod h1:cAXLyeKp6TiLW8qongnw6WR63Jnsm8CeRC5y07z3TAY=
github.com/openstack-k8s-operators/lib-common/modules/storage v0.0.0-20230626095153-3ee001a316f1 h1:zEmDK1gp0NckiJJBeBHQWzFJFk8vHJbRmBYDCXUCn3s=
github.com/openstack-k8s-operators/lib-common/modules/storage v0.0.0-20230626095153-3ee001a316f1/go.mod h1:7sbo6DydOwpl8Ex1atTbXIrWYvZ++eSOJ0Z6RphJJ44=
github.com/openstack-k8s-operators/lib-common/modules/common v0.0.0-20230707063813-c894bf75835d h1:0IQyQv7OdfayHPo37M8wF55LKXnA/11d9PPR0whQ2m8=
github.com/openstack-k8s-operators/lib-common/modules/common v0.0.0-20230707063813-c894bf75835d/go.mod h1:cAXLyeKp6TiLW8qongnw6WR63Jnsm8CeRC5y07z3TAY=
github.com/openstack-k8s-operators/lib-common/modules/storage v0.0.0-20230707063813-c894bf75835d h1:Zkx6FWaGtRZ7TssHw7Z1F7Fx2fDm4hcJoloeFu75tPY=
github.com/openstack-k8s-operators/lib-common/modules/storage v0.0.0-20230707063813-c894bf75835d/go.mod h1:7sbo6DydOwpl8Ex1atTbXIrWYvZ++eSOJ0Z6RphJJ44=
github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
Expand Down
16 changes: 8 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ require (
github.com/onsi/ginkgo/v2 v2.11.0
github.com/onsi/gomega v1.27.8
github.com/openshift/api v3.9.0+incompatible
github.com/openstack-k8s-operators/cinder-operator/api v0.0.0-20230622154402-4aa26ed745b4
github.com/openstack-k8s-operators/infra-operator/apis v0.0.0-20230626141355-6d8b643fb532
github.com/openstack-k8s-operators/keystone-operator/api v0.0.0-20230622141005-e9220a4b3dfe
github.com/openstack-k8s-operators/lib-common/modules/common v0.0.0-20230626095153-3ee001a316f1
github.com/openstack-k8s-operators/lib-common/modules/database v0.0.0-20230626095153-3ee001a316f1
github.com/openstack-k8s-operators/lib-common/modules/storage v0.0.0-20230626095153-3ee001a316f1
github.com/openstack-k8s-operators/mariadb-operator/api v0.0.0-20230622153114-756aead1d819
github.com/openstack-k8s-operators/cinder-operator/api v0.0.0-20230705180150-51952f5f1142
github.com/openstack-k8s-operators/infra-operator/apis v0.0.0-20230628130307-16734cb02944
github.com/openstack-k8s-operators/keystone-operator/api v0.0.0-20230706163045-fab7648d6c10
github.com/openstack-k8s-operators/lib-common/modules/common v0.0.0-20230707063813-c894bf75835d
github.com/openstack-k8s-operators/lib-common/modules/database v0.0.0-20230707063813-c894bf75835d
github.com/openstack-k8s-operators/lib-common/modules/storage v0.0.0-20230707063813-c894bf75835d
github.com/openstack-k8s-operators/mariadb-operator/api v0.0.0-20230705055551-16455227d331
k8s.io/api v0.26.3
k8s.io/apimachinery v0.26.3
k8s.io/client-go v0.26.3
Expand Down Expand Up @@ -50,7 +50,7 @@ require (
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/openstack-k8s-operators/lib-common/modules/openstack v0.0.0-20230626095153-3ee001a316f1 // indirect; indirect // indirect // indirect // indirect // indirect // indirect // indirect
github.com/openstack-k8s-operators/lib-common/modules/openstack v0.0.0-20230707063813-c894bf75835d // indirect; indirect // indirect // indirect // indirect // indirect // indirect // indirect // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/prometheus/client_golang v1.14.0 // indirect
github.com/prometheus/client_model v0.3.0 // indirect
Expand Down
28 changes: 14 additions & 14 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -234,20 +234,20 @@ github.com/onsi/gomega v1.27.8 h1:gegWiwZjBsf2DgiSbf5hpokZ98JVDMcWkUiigk6/KXc=
github.com/onsi/gomega v1.27.8/go.mod h1:2J8vzI/s+2shY9XHRApDkdgPo1TKT7P2u6fXeJKFnNQ=
github.com/openshift/api v3.9.0+incompatible h1:fJ/KsefYuZAjmrr3+5U9yZIZbTOpVkDDLDLFresAeYs=
github.com/openshift/api v3.9.0+incompatible/go.mod h1:dh9o4Fs58gpFXGSYfnVxGR9PnV53I8TW84pQaJDdGiY=
github.com/openstack-k8s-operators/infra-operator/apis v0.0.0-20230626141355-6d8b643fb532 h1:jw/s40DA79qOGFcV9Jxfhah+Qb7D57LaZ6RzGcY1USc=
github.com/openstack-k8s-operators/infra-operator/apis v0.0.0-20230626141355-6d8b643fb532/go.mod h1:uuwrYRvdp5VwsWJpA47MnDT+UQjX1UWixagit7FzwV8=
github.com/openstack-k8s-operators/keystone-operator/api v0.0.0-20230622141005-e9220a4b3dfe h1:NHbwjF+CqxdCKx1rY+/EjMqGr56lMoWsahzkYfTRtbk=
github.com/openstack-k8s-operators/keystone-operator/api v0.0.0-20230622141005-e9220a4b3dfe/go.mod h1:LtZ8b3DYLvX0a89RKbmJgd1q8GcxcOVf7N+bH47a9HU=
github.com/openstack-k8s-operators/lib-common/modules/common v0.0.0-20230626095153-3ee001a316f1 h1:90wkZEZ9cQ0k8qKSjRiPNmPBBkVZWWF+P1BA4/s5OfE=
github.com/openstack-k8s-operators/lib-common/modules/common v0.0.0-20230626095153-3ee001a316f1/go.mod h1:cAXLyeKp6TiLW8qongnw6WR63Jnsm8CeRC5y07z3TAY=
github.com/openstack-k8s-operators/lib-common/modules/database v0.0.0-20230626095153-3ee001a316f1 h1:nbUTRYEggKFaURwLp4rDZQRnIWwXXzI7QnxtqXk7yIw=
github.com/openstack-k8s-operators/lib-common/modules/database v0.0.0-20230626095153-3ee001a316f1/go.mod h1:DNJzMeaAEH56/noSiyY0zgbKaaa0rzvjvQBPyqV2960=
github.com/openstack-k8s-operators/lib-common/modules/openstack v0.0.0-20230626095153-3ee001a316f1 h1:ajOl397FgRd9WXcz9TX/FE1gigFfdeelLKYGjg9FIXM=
github.com/openstack-k8s-operators/lib-common/modules/openstack v0.0.0-20230626095153-3ee001a316f1/go.mod h1:eGYbhZifT3d+RJOeBqjVLC2s/7px5Q91pG6t+tO7X2A=
github.com/openstack-k8s-operators/lib-common/modules/storage v0.0.0-20230626095153-3ee001a316f1 h1:zEmDK1gp0NckiJJBeBHQWzFJFk8vHJbRmBYDCXUCn3s=
github.com/openstack-k8s-operators/lib-common/modules/storage v0.0.0-20230626095153-3ee001a316f1/go.mod h1:7sbo6DydOwpl8Ex1atTbXIrWYvZ++eSOJ0Z6RphJJ44=
github.com/openstack-k8s-operators/mariadb-operator/api v0.0.0-20230622153114-756aead1d819 h1:r/kKZytOCo11yiktcfpTyom3cecxZ5i37IJtfAypKbY=
github.com/openstack-k8s-operators/mariadb-operator/api v0.0.0-20230622153114-756aead1d819/go.mod h1:YRgmQI2Z0IbQnDrU1jqvZqntSBmCmBU9CSbzoqPjrPw=
github.com/openstack-k8s-operators/infra-operator/apis v0.0.0-20230628130307-16734cb02944 h1:bDKRzHlPbODo5d+uQu3/KOf3q98/0DzoAMrKu4S+70k=
github.com/openstack-k8s-operators/infra-operator/apis v0.0.0-20230628130307-16734cb02944/go.mod h1:uuwrYRvdp5VwsWJpA47MnDT+UQjX1UWixagit7FzwV8=
github.com/openstack-k8s-operators/keystone-operator/api v0.0.0-20230706163045-fab7648d6c10 h1:8FMOD7tQ93fgQfdOOw7sNKSpTrC/t5j5kDe50EwdjDw=
github.com/openstack-k8s-operators/keystone-operator/api v0.0.0-20230706163045-fab7648d6c10/go.mod h1:x75OlcxtuE3GtSrnJ83ElmW9wdkXrko/Ys3op5jtJdo=
github.com/openstack-k8s-operators/lib-common/modules/common v0.0.0-20230707063813-c894bf75835d h1:0IQyQv7OdfayHPo37M8wF55LKXnA/11d9PPR0whQ2m8=
github.com/openstack-k8s-operators/lib-common/modules/common v0.0.0-20230707063813-c894bf75835d/go.mod h1:cAXLyeKp6TiLW8qongnw6WR63Jnsm8CeRC5y07z3TAY=
github.com/openstack-k8s-operators/lib-common/modules/database v0.0.0-20230707063813-c894bf75835d h1:Q/NRUVfs21ochXAbpW1PogfnWsvouHt0quOE+x71RVQ=
github.com/openstack-k8s-operators/lib-common/modules/database v0.0.0-20230707063813-c894bf75835d/go.mod h1:DNJzMeaAEH56/noSiyY0zgbKaaa0rzvjvQBPyqV2960=
github.com/openstack-k8s-operators/lib-common/modules/openstack v0.0.0-20230707063813-c894bf75835d h1:9TKY7LMGmK7k65ETvJ+gKfmwGQkMVv1MNp/cMhbbS5g=
github.com/openstack-k8s-operators/lib-common/modules/openstack v0.0.0-20230707063813-c894bf75835d/go.mod h1:eGYbhZifT3d+RJOeBqjVLC2s/7px5Q91pG6t+tO7X2A=
github.com/openstack-k8s-operators/lib-common/modules/storage v0.0.0-20230707063813-c894bf75835d h1:Zkx6FWaGtRZ7TssHw7Z1F7Fx2fDm4hcJoloeFu75tPY=
github.com/openstack-k8s-operators/lib-common/modules/storage v0.0.0-20230707063813-c894bf75835d/go.mod h1:7sbo6DydOwpl8Ex1atTbXIrWYvZ++eSOJ0Z6RphJJ44=
github.com/openstack-k8s-operators/mariadb-operator/api v0.0.0-20230705055551-16455227d331 h1:MCaL23qk0QI/KMeuXV4mMaZQmo0KGBq6Dqk8LpdEkwY=
github.com/openstack-k8s-operators/mariadb-operator/api v0.0.0-20230705055551-16455227d331/go.mod h1:YRgmQI2Z0IbQnDrU1jqvZqntSBmCmBU9CSbzoqPjrPw=
github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
Expand Down

0 comments on commit ab40a44

Please sign in to comment.