Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Bump github.com/percona/percona-everest-backend from 0.0.0-20230904131442-de59f4ddb234 to 0.2.0 #145

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/operator-framework/api v0.17.7
github.com/operator-framework/operator-lifecycle-manager v0.25.0
github.com/percona/everest-operator v0.3.0
github.com/percona/percona-everest-backend v0.0.0-20230904131442-de59f4ddb234
github.com/percona/percona-everest-backend v0.2.0
github.com/spf13/cobra v1.7.0
github.com/spf13/viper v1.16.0
github.com/stretchr/testify v1.8.4
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -775,8 +775,8 @@ github.com/pelletier/go-toml/v2 v2.0.9 h1:uH2qQXheeefCCkuBBSLi7jCiSmj3VRh2+Goq2N
github.com/pelletier/go-toml/v2 v2.0.9/go.mod h1:tJU2Z3ZkXwnxa4DPO899bsyIoywizdUvyaeZurnPPDc=
github.com/percona/everest-operator v0.3.0 h1:UBRcK7y4RkxO3fY5Ow6QtB7f0SBN2W246B008DIgsAY=
github.com/percona/everest-operator v0.3.0/go.mod h1:BVLJ4t6ARCrsjb5cH73VHYw5WUFLDJ2QMqBKLxPX8gE=
github.com/percona/percona-everest-backend v0.0.0-20230904131442-de59f4ddb234 h1:0jX1Sp7Pw2xRze1H2tELDqpcQmowLF7D7A/PBvuSPos=
github.com/percona/percona-everest-backend v0.0.0-20230904131442-de59f4ddb234/go.mod h1:oWGebcuDbOi7cG98Vsdu4oOwE2xlWIkQo0M52kdzTx0=
github.com/percona/percona-everest-backend v0.2.0 h1:LzboSNM2IY+cI/MMKNXF+1lzyASHZiZ3rLmYlPvgkUo=
github.com/percona/percona-everest-backend v0.2.0/go.mod h1:oWGebcuDbOi7cG98Vsdu4oOwE2xlWIkQo0M52kdzTx0=
github.com/perimeterx/marshmallow v1.1.4/go.mod h1:dsXbUu8CRzfYP5a87xpp0xq9S3u0Vchtcl8we9tYaXw=
github.com/perimeterx/marshmallow v1.1.5 h1:a2LALqQ1BlHM8PZblsDdidgv1mWi1DgC2UmX50IvK2s=
github.com/perimeterx/marshmallow v1.1.5/go.mod h1:dsXbUu8CRzfYP5a87xpp0xq9S3u0Vchtcl8we9tYaXw=
Expand Down