Skip to content

Commit

Permalink
regenerate CR definition
Browse files Browse the repository at this point in the history
  • Loading branch information
jgbernalp committed Feb 20, 2024
1 parent 75f56df commit db6a89b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion config/crd/bases/perses.dev_perses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ spec:
folder:
type: string
required:
- extension
- folder
type: object
sql:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/barkimedes/go-deepcopy v0.0.0-20220514131651-17c30cfc62df
github.com/onsi/ginkgo/v2 v2.11.0
github.com/onsi/gomega v1.27.10
github.com/perses/perses v0.43.1-0.20240212140825-8efdfab0f93d
github.com/perses/perses v0.43.1-0.20240219142255-6799f0a7cffc
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.8.4
gopkg.in/yaml.v2 v2.4.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ github.com/onsi/gomega v1.27.10 h1:naR28SdDFlqrG6kScpT8VWpu1xWY5nJRCF3XaYyBjhI=
github.com/onsi/gomega v1.27.10/go.mod h1:RsS8tutOdbdgzbPtzzATp12yT7kM5I5aElG3evPbQ0M=
github.com/perses/common v0.22.0 h1:G5nCKjBbgu0Y/sosRWe5VfgFy9XoECVv2KcfAnKEqsM=
github.com/perses/common v0.22.0/go.mod h1:FjtkQ3IYxithLrgTNbuG3rdusl8XXoE60a2DaX4FEHk=
github.com/perses/perses v0.43.1-0.20240212140825-8efdfab0f93d h1:so+n1SsmsPGF/XqPyZlkVAf87XdAgfIlLQAb+Wbo2Nc=
github.com/perses/perses v0.43.1-0.20240212140825-8efdfab0f93d/go.mod h1:EC6c3vxDuRGdD/5rkEk22Q3dTvJDb7NfUJmwZsDdqIU=
github.com/perses/perses v0.43.1-0.20240219142255-6799f0a7cffc h1:ruT3UEorqS9Pb3EfzBVqdTdeMt0m2xXlf4D1u1HPsrQ=
github.com/perses/perses v0.43.1-0.20240219142255-6799f0a7cffc/go.mod h1:EC6c3vxDuRGdD/5rkEk22Q3dTvJDb7NfUJmwZsDdqIU=
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
Expand Down

0 comments on commit db6a89b

Please sign in to comment.