mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-07-08 10:42:21 +02:00
Compare commits
11 Commits
92b66a7b20
...
d583c5027e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d583c5027e | ||
|
|
0bb78879ce | ||
|
|
ef4b711137 | ||
|
|
baf7985d66 | ||
|
|
d244faa5b2 | ||
|
|
90dbe03a74 | ||
|
|
4d0e2788e9 | ||
|
|
fb0e326029 | ||
|
|
da6445426b | ||
|
|
340204ff21 | ||
|
|
17b86f3faf |
126
.github/ISSUE_TEMPLATE/bug.yml
vendored
Normal file
126
.github/ISSUE_TEMPLATE/bug.yml
vendored
Normal file
@ -0,0 +1,126 @@
|
||||
name: Bug Report
|
||||
description: File a bug report
|
||||
title: "[Bug]: "
|
||||
labels: ["triage", "bug"]
|
||||
projects: ["coudnative-pg/plugin-barman-cloud"]
|
||||
# assignees:
|
||||
# - gbartolini
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for taking the time to fill out this bug report for the BarmanCloudPlugin!
|
||||
- type: checkboxes
|
||||
id: search
|
||||
attributes:
|
||||
label: Is there an existing issue already for this bug?
|
||||
description: Before you submit a bug, make sure you have searched if a similar one already exists
|
||||
options:
|
||||
- label: I have searched for an existing issue, and could not find anything. I believe this is a new bug.
|
||||
required: true
|
||||
# - type: checkboxes
|
||||
# id: troubleshooting
|
||||
# attributes:
|
||||
# label: I have read the troubleshooting guide
|
||||
# description: Before you submit a bug, make sure you have read the ["Common issues" section in the Troubleshooting guide](https://cloudnative-pg.io/documentation/current/troubleshooting/#some-common-issues).
|
||||
# options:
|
||||
# - label: I have read the troubleshooting guide and I think this is a new bug.
|
||||
# required: true
|
||||
# - type: checkboxes
|
||||
# id: supported
|
||||
# attributes:
|
||||
# label: I am running a supported version of CloudNativePG
|
||||
# description: Before you submit a bug, make sure you have read ["Supported releases"](https://cloudnative-pg.io/documentation/current/supported_releases/) and that you are running a supported version of CloudNativePG with the latest patch/security fixes, or you are working on the current trunk (`main` branch)
|
||||
# options:
|
||||
# - label: I have read the troubleshooting guide and I think this is a new bug.
|
||||
# required: true
|
||||
- type: input
|
||||
id: contact
|
||||
attributes:
|
||||
label: Contact Details
|
||||
description: How can we get in touch with you if we need more info?
|
||||
placeholder: ex. email@example.com
|
||||
validations:
|
||||
required: false
|
||||
- type: dropdown
|
||||
id: version
|
||||
attributes:
|
||||
label: Version
|
||||
description: What is the version of the BarmanCloudPlugin you are running?
|
||||
options:
|
||||
- "0.5.1"
|
||||
- "0.5.0"
|
||||
- "0.4.1"
|
||||
- "0.4.0"
|
||||
- "0.3.0"
|
||||
- "0.2.0"
|
||||
- "0.1.0"
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: k8s_version
|
||||
attributes:
|
||||
label: What version of Kubernetes are you using?
|
||||
options:
|
||||
- "1.32"
|
||||
- "1.31"
|
||||
- "1.30"
|
||||
- "1.29"
|
||||
- "other (unsupported)"
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: k8s_environment
|
||||
attributes:
|
||||
label: What is your Kubernetes environment?
|
||||
options:
|
||||
- "Self-managed: kind (evaluation)"
|
||||
- "Self-managed: k0s"
|
||||
- "Self-managed: k3s"
|
||||
- "Self-managed: RKE"
|
||||
- "Cloud: Amazon EKS"
|
||||
- "Cloud: Google GKE"
|
||||
- "Cloud: Azure AKS"
|
||||
- "Cloud: Other"
|
||||
- "Other"
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: installation_method
|
||||
attributes:
|
||||
label: How did you install the BarmanCloudPlugin?
|
||||
options:
|
||||
- "YAML manifest"
|
||||
# - "Helm"
|
||||
# - "OLM"
|
||||
- "Other"
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: what-happened
|
||||
attributes:
|
||||
label: What happened?
|
||||
description: Also tell us, what did you expect to happen?
|
||||
placeholder: Tell us what you see!
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: spec
|
||||
attributes:
|
||||
label: Cluster resource
|
||||
description: Please copy and paste the CR of the cluster
|
||||
render: shell
|
||||
- type: textarea
|
||||
id: logs
|
||||
attributes:
|
||||
label: Relevant log output
|
||||
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
|
||||
render: shell
|
||||
- type: checkboxes
|
||||
id: terms
|
||||
attributes:
|
||||
label: Code of Conduct
|
||||
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/cloudnative-pg/governance/blob/main/CODE_OF_CONDUCT.md)
|
||||
options:
|
||||
- label: I agree to follow this project's Code of Conduct
|
||||
required: true
|
||||
8
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
8
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
# - name: Open discussions
|
||||
# url: https://github.com/cloudnative-pg/cloudnative-pg/discussions
|
||||
# about: Please ask and answer questions here.
|
||||
- name: Slack chat
|
||||
url: https://github.com/cloudnative-pg/cloudnative-pg?tab=readme-ov-file#communications
|
||||
about: Please join the slack channel and interact with our community
|
||||
74
.github/ISSUE_TEMPLATE/documentation.yml
vendored
Normal file
74
.github/ISSUE_TEMPLATE/documentation.yml
vendored
Normal file
@ -0,0 +1,74 @@
|
||||
name: Documentation
|
||||
description: Issues or improvement ideas for the plugin-barman-cloud documentation
|
||||
title: "[Docs]: "
|
||||
labels: ["triage", "documentation"]
|
||||
projects: ["coudnative-pg/plugin-barman-cloud"]
|
||||
# assignees:
|
||||
# - gbartolini
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for taking the time improve the documentation of the BarmanCloudPlugin!
|
||||
- type: checkboxes
|
||||
id: search
|
||||
attributes:
|
||||
label: Is there an existing issue already for your request/idea?
|
||||
description: Before you submit a new issue, make sure you have searched if a similar one already exists
|
||||
options:
|
||||
- label: I have searched for an existing issue, and could not find anything. I believe this is a new documentation enhancement to be evaluated.
|
||||
required: true
|
||||
- type: textarea
|
||||
id: problem
|
||||
attributes:
|
||||
label: What problem in the existing documentation this issue aims to solve?
|
||||
description: A clear and concise description of what the problem is (e.g. I'm always frustrated when [...])
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: doc_add
|
||||
attributes:
|
||||
label: Describe what additions need to be done to the documentation
|
||||
description: A clear and concise description of what sections/pages you want to add to the current documentation.
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: doc_change
|
||||
attributes:
|
||||
label: Describe what pages need to change in the documentation, if any
|
||||
description: Please provide links to the pages in the current documentation
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: doc_remove
|
||||
attributes:
|
||||
label: Describe what pages need to be removed from the documentation, if any
|
||||
description: Please provide links to the pages in the current documentation that you want to be removed
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: additional_context
|
||||
attributes:
|
||||
label: Additional context
|
||||
description: Add any other context about this issue.
|
||||
validations:
|
||||
required: false
|
||||
- type: dropdown
|
||||
id: backport
|
||||
attributes:
|
||||
label: Backport?
|
||||
description: Do you suggest to backport this feature or not?
|
||||
options:
|
||||
- "Yes"
|
||||
- "No"
|
||||
- "N/A"
|
||||
validations:
|
||||
required: true
|
||||
- type: checkboxes
|
||||
id: terms
|
||||
attributes:
|
||||
label: Code of Conduct
|
||||
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/cloudnative-pg/governance/blob/main/CODE_OF_CONDUCT.md)
|
||||
options:
|
||||
- label: I agree to follow this project's Code of Conduct
|
||||
required: true
|
||||
77
.github/ISSUE_TEMPLATE/feature.yml
vendored
Normal file
77
.github/ISSUE_TEMPLATE/feature.yml
vendored
Normal file
@ -0,0 +1,77 @@
|
||||
name: Feature request
|
||||
description: Suggest an idea or request a new feature for the plugin-barman-cloud
|
||||
title: "[Feature]: "
|
||||
labels: ["triage", "enhancement"]
|
||||
projects: ["coudnative-pg/plugin-barman-cloud"]
|
||||
# assignees:
|
||||
# - gbartolini
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for taking the time to propose new ideas and feature requests to the BarmanCloudPlugin!
|
||||
- type: checkboxes
|
||||
id: search
|
||||
attributes:
|
||||
label: Is there an existing issue already for this feature request/idea?
|
||||
description: Before you submit a new feature request, make sure you have searched if a similar one already exists
|
||||
options:
|
||||
- label: I have searched for an existing issue, and could not find anything. I believe this is a new feature request to be evaluated.
|
||||
required: true
|
||||
- type: textarea
|
||||
id: problem
|
||||
attributes:
|
||||
label: What problem is this feature going to solve? Why should it be added?
|
||||
description: A clear and concise description of what the problem is (e.g. I'm always frustrated when [...])
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: solution
|
||||
attributes:
|
||||
label: Describe the solution you'd like
|
||||
description: A clear and concise description of what you want to happen.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: alternatives
|
||||
attributes:
|
||||
label: Describe alternatives you've considered
|
||||
description: A clear and concise description of any alternative solutions or features you've considered.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: additional_context
|
||||
attributes:
|
||||
label: Additional context
|
||||
description: Add any other context or screenshots about the feature request here.
|
||||
validations:
|
||||
required: false
|
||||
- type: dropdown
|
||||
id: backport
|
||||
attributes:
|
||||
label: Backport?
|
||||
description: Do you suggest to backport this feature or not?
|
||||
options:
|
||||
- "Yes"
|
||||
- "No"
|
||||
- "N/A"
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: contribute
|
||||
attributes:
|
||||
label: Are you willing to actively contribute to this feature?
|
||||
description: Let us know if you are interested in developing this feature.
|
||||
options:
|
||||
- "No"
|
||||
- "Yes"
|
||||
validations:
|
||||
required: true
|
||||
- type: checkboxes
|
||||
id: terms
|
||||
attributes:
|
||||
label: Code of Conduct
|
||||
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/cloudnative-pg/governance/blob/main/CODE_OF_CONDUCT.md)
|
||||
options:
|
||||
- label: I agree to follow this project's Code of Conduct
|
||||
required: true
|
||||
48
.github/ISSUE_TEMPLATE/release-notes.yml
vendored
Normal file
48
.github/ISSUE_TEMPLATE/release-notes.yml
vendored
Normal file
@ -0,0 +1,48 @@
|
||||
name: Release Notes
|
||||
description: Release notes for a new version of the BarmanCloudPlugin
|
||||
title: "[Release Notes]: BarmanCloudPlugin 1.XX.Y and 1.XX-1.Z"
|
||||
labels: ["triage", "documentation"]
|
||||
projects: ["coudnative-pg/plugin-barman-cloud"]
|
||||
# assignees:
|
||||
# - gbartolini
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Make sure that the correct versions are reported in the title of the ticket.
|
||||
- type: checkboxes
|
||||
id: search
|
||||
attributes:
|
||||
label: Is there an existing issue already for this task?
|
||||
description: Before you submit a new issue, make sure you have searched if a similar one already exists
|
||||
options:
|
||||
- label: I have searched for an existing issue, and could not find anything. I believe this is a new request.
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: minor
|
||||
attributes:
|
||||
label: Is this a new minor release?
|
||||
description: Is this a new minor release for the BarmanCloudPlugin?
|
||||
options:
|
||||
- "No"
|
||||
- "Yes"
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: preview
|
||||
attributes:
|
||||
label: Is this a preview release?
|
||||
description: Is this a preview release for the BarmanCloudPlugin? If so, make sure you add `-RC1` to the version and update the `preview_version.md` file.
|
||||
options:
|
||||
- "No"
|
||||
- "Yes"
|
||||
validations:
|
||||
required: true
|
||||
- type: checkboxes
|
||||
id: terms
|
||||
attributes:
|
||||
label: Code of Conduct
|
||||
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/cloudnative-pg/governance/blob/main/CODE_OF_CONDUCT.md)
|
||||
options:
|
||||
- label: I agree to follow this project's Code of Conduct
|
||||
required: true
|
||||
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -44,7 +44,7 @@ jobs:
|
||||
- name: Install Dagger
|
||||
env:
|
||||
# renovate: datasource=github-tags depName=dagger/dagger versioning=semver
|
||||
DAGGER_VERSION: 0.20.8
|
||||
DAGGER_VERSION: 0.21.0
|
||||
run: |
|
||||
curl -L https://dl.dagger.io/dagger/install.sh | BIN_DIR=$HOME/.local/bin sh
|
||||
- name: Run CI task
|
||||
|
||||
2
.github/workflows/release-please.yml
vendored
2
.github/workflows/release-please.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
||||
- name: Install Dagger
|
||||
env:
|
||||
# renovate: datasource=github-tags depName=dagger/dagger versioning=semver
|
||||
DAGGER_VERSION: 0.20.8
|
||||
DAGGER_VERSION: 0.21.0
|
||||
run: |
|
||||
curl -L https://dl.dagger.io/dagger/install.sh | BIN_DIR=$HOME/.local/bin sh
|
||||
- name: Create image and manifest
|
||||
|
||||
2
.github/workflows/release-publish.yml
vendored
2
.github/workflows/release-publish.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
- name: Install Dagger
|
||||
env:
|
||||
# renovate: datasource=github-tags depName=dagger/dagger versioning=semver
|
||||
DAGGER_VERSION: 0.20.8
|
||||
DAGGER_VERSION: 0.21.0
|
||||
run: |
|
||||
curl -L https://dl.dagger.io/dagger/install.sh | BIN_DIR=$HOME/.local/bin sh
|
||||
- name: Create image and manifest
|
||||
|
||||
12
Taskfile.yml
12
Taskfile.yml
@ -46,7 +46,7 @@ tasks:
|
||||
- wordlist-ordered
|
||||
env:
|
||||
# renovate: datasource=git-refs depName=spellcheck lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
|
||||
DAGGER_SPELLCHECK_SHA: 537e0ddae55ad0344af8f4454de7f27baeee48fa
|
||||
DAGGER_SPELLCHECK_SHA: 21755df1a27febff19b28dbe6ae57116f6088bb0
|
||||
cmds:
|
||||
- >
|
||||
GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/spellcheck@${DAGGER_SPELLCHECK_SHA}
|
||||
@ -60,7 +60,7 @@ tasks:
|
||||
desc: Check for conventional commits
|
||||
env:
|
||||
# renovate: datasource=git-refs depName=commitlint lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
|
||||
DAGGER_COMMITLINT_SHA: 537e0ddae55ad0344af8f4454de7f27baeee48fa
|
||||
DAGGER_COMMITLINT_SHA: 21755df1a27febff19b28dbe6ae57116f6088bb0
|
||||
cmds:
|
||||
- >
|
||||
GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/commitlint@${DAGGER_COMMITLINT_SHA}
|
||||
@ -74,7 +74,7 @@ tasks:
|
||||
- wordlist-ordered
|
||||
env:
|
||||
# renovate: datasource=git-refs depName=uncommitted lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
|
||||
DAGGER_UNCOMMITTED_SHA: 537e0ddae55ad0344af8f4454de7f27baeee48fa
|
||||
DAGGER_UNCOMMITTED_SHA: 21755df1a27febff19b28dbe6ae57116f6088bb0
|
||||
cmds:
|
||||
- GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/uncommitted@${DAGGER_UNCOMMITTED_SHA} check-uncommitted --source . stdout
|
||||
sources:
|
||||
@ -86,7 +86,7 @@ tasks:
|
||||
- controller-gen
|
||||
env:
|
||||
# renovate: datasource=git-refs depName=crd-gen-refs lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
|
||||
DAGGER_CRDGENREF_SHA: 537e0ddae55ad0344af8f4454de7f27baeee48fa
|
||||
DAGGER_CRDGENREF_SHA: 21755df1a27febff19b28dbe6ae57116f6088bb0
|
||||
# renovate: datasource=go depName=github.com/elastic/crd-ref-docs
|
||||
CRDREFDOCS_VERSION: v0.3.0
|
||||
cmds:
|
||||
@ -206,7 +206,7 @@ tasks:
|
||||
- start-build-network
|
||||
vars:
|
||||
# renovate: datasource=github-tags depName=dagger/dagger versioning=semver
|
||||
DAGGER_VERSION: 0.20.8
|
||||
DAGGER_VERSION: 0.21.0
|
||||
DAGGER_ENGINE_IMAGE: registry.dagger.io/engine:v{{ .DAGGER_VERSION }}
|
||||
cmds:
|
||||
- >
|
||||
@ -381,7 +381,7 @@ tasks:
|
||||
run: once
|
||||
env:
|
||||
# renovate: datasource=git-refs depName=controller-gen lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
|
||||
DAGGER_CONTROLLER_GEN_SHA: 537e0ddae55ad0344af8f4454de7f27baeee48fa
|
||||
DAGGER_CONTROLLER_GEN_SHA: 21755df1a27febff19b28dbe6ae57116f6088bb0
|
||||
cmds:
|
||||
- >
|
||||
GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/controller-gen@${DAGGER_CONTROLLER_GEN_SHA}
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
barman[azure,cloud,google,snappy,zstandard,lz4]==3.18.0
|
||||
barman[azure,cloud,google,snappy,zstandard,lz4]==3.19.1
|
||||
setuptools==82.0.1
|
||||
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
|
||||
|
||||
@ -18,9 +18,9 @@ azure-storage-blob==12.29.0 \
|
||||
--hash=sha256:2824ddd7ebc9056034ebc76b17971a38e9aa5835abb0d565b9700493f2a6c657 \
|
||||
--hash=sha256:ccf8a1bcd5e49df83ab85aab793b579e5ba2eeea2ad8900b2f62ca3a37dc391f
|
||||
# via barman
|
||||
barman==3.18.0 \
|
||||
--hash=sha256:8e752ac93d2f3a61e86b8374185209cae477a638ece7e6f540070f36d28d6997 \
|
||||
--hash=sha256:ff90c44dafa4107b7574142771cdc2611c4cf1af818d93d3e67440a0c81164b9
|
||||
barman==3.19.1 \
|
||||
--hash=sha256:0a6a9e1babf97687732d8b2a3eb79ea95d55246a5257b9433865cb6e755221c0 \
|
||||
--hash=sha256:2f71c4a1f1ba53f694cbdf838bb9906d8ba02b97d1fd3041196e8999bec7a1ee
|
||||
# via -r sidecar-requirements.in
|
||||
boto3==1.43.14 \
|
||||
--hash=sha256:574335744656cfed0b362a0a0467aaf2eb2bf15526edcd02d31d3c661f4b09e4 \
|
||||
@ -788,6 +788,4 @@ zstandard==0.25.0 \
|
||||
setuptools==82.0.1 \
|
||||
--hash=sha256:7d872682c5d01cfde07da7bccc7b65469d3dca203318515ada1de5eda35efbf9 \
|
||||
--hash=sha256:a59e362652f08dcd477c78bb6e7bd9d80a7995bc73ce773050228a348ce2e5bb
|
||||
# via
|
||||
# -r sidecar-requirements.in
|
||||
# barman
|
||||
# via -r sidecar-requirements.in
|
||||
|
||||
4
go.mod
4
go.mod
@ -9,7 +9,7 @@ require (
|
||||
github.com/cloudnative-pg/cloudnative-pg v1.29.1
|
||||
github.com/cloudnative-pg/cnpg-i v0.5.0
|
||||
github.com/cloudnative-pg/cnpg-i-machinery v0.4.2
|
||||
github.com/cloudnative-pg/machinery v0.4.0
|
||||
github.com/cloudnative-pg/machinery v0.5.0
|
||||
github.com/onsi/ginkgo/v2 v2.29.0
|
||||
github.com/onsi/gomega v1.41.0
|
||||
github.com/spf13/cobra v1.10.2
|
||||
@ -114,7 +114,7 @@ require (
|
||||
golang.org/x/net v0.53.0 // indirect
|
||||
golang.org/x/oauth2 v0.36.0 // indirect
|
||||
golang.org/x/sync v0.20.0 // indirect
|
||||
golang.org/x/sys v0.43.0 // indirect
|
||||
golang.org/x/sys v0.45.0 // indirect
|
||||
golang.org/x/term v0.42.0 // indirect
|
||||
golang.org/x/text v0.36.0 // indirect
|
||||
golang.org/x/time v0.15.0 // indirect
|
||||
|
||||
8
go.sum
8
go.sum
@ -28,8 +28,8 @@ github.com/cloudnative-pg/cnpg-i v0.5.0 h1:/TOzpNT6cwNgrpftTtrnLKdoHgMwd+88vZgXj
|
||||
github.com/cloudnative-pg/cnpg-i v0.5.0/go.mod h1:7Gh4+UzhBpGhr4DreB1GN9wGYfvxwXCXZUyVt3zE/3I=
|
||||
github.com/cloudnative-pg/cnpg-i-machinery v0.4.2 h1:0reS9MtyLYINHXQ/MfxJ9jp39hhBf8e3Qdj+T5Nsq6I=
|
||||
github.com/cloudnative-pg/cnpg-i-machinery v0.4.2/go.mod h1:gvrKabgxXq0zGthXGucemDdsxakLEQDMxn43M4HLW30=
|
||||
github.com/cloudnative-pg/machinery v0.4.0 h1:3sfqrBptH4QQSVB4g10Z+7aiQRnh4g+6AsqsK0ibKaQ=
|
||||
github.com/cloudnative-pg/machinery v0.4.0/go.mod h1:OIwaTYAnLv8PmBmBvEf0BvMK2JBX6J+naTMg9UgV1FQ=
|
||||
github.com/cloudnative-pg/machinery v0.5.0 h1:hhTnkzn+AiN3NmbjCQ6RXj5rfqV3K6arzq6kdXAzcnQ=
|
||||
github.com/cloudnative-pg/machinery v0.5.0/go.mod h1:uuFjqBUjWn0a9uvAk1ixTSzPM0PrjaS+QiKLOIBqLm4=
|
||||
github.com/cpuguy83/go-md2man/v2 v2.0.6/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g=
|
||||
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
|
||||
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
|
||||
@ -275,8 +275,8 @@ golang.org/x/oauth2 v0.36.0 h1:peZ/1z27fi9hUOFCAZaHyrpWG5lwe0RJEEEeH0ThlIs=
|
||||
golang.org/x/oauth2 v0.36.0/go.mod h1:YDBUJMTkDnJS+A4BP4eZBjCqtokkg1hODuPjwiGPO7Q=
|
||||
golang.org/x/sync v0.20.0 h1:e0PTpb7pjO8GAtTs2dQ6jYa5BWYlMuX047Dco/pItO4=
|
||||
golang.org/x/sync v0.20.0/go.mod h1:9xrNwdLfx4jkKbNva9FpL6vEN7evnE43NNNJQ2LF3+0=
|
||||
golang.org/x/sys v0.43.0 h1:Rlag2XtaFTxp19wS8MXlJwTvoh8ArU6ezoyFsMyCTNI=
|
||||
golang.org/x/sys v0.43.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
|
||||
golang.org/x/sys v0.45.0 h1:dO4czNzziLiiXplLQgBCEpCvXQ3dnkn0SdaZSYdQ+FY=
|
||||
golang.org/x/sys v0.45.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
|
||||
golang.org/x/term v0.42.0 h1:UiKe+zDFmJobeJ5ggPwOshJIVt6/Ft0rcfrXZDLWAWY=
|
||||
golang.org/x/term v0.42.0/go.mod h1:Dq/D+snpsbazcBG5+F9Q1n2rXV8Ma+71xEjTRufARgY=
|
||||
golang.org/x/text v0.36.0 h1:JfKh3XmcRPqZPKevfXVpI1wXPTqbkE5f7JA92a55Yxg=
|
||||
|
||||
Loading…
Reference in New Issue
Block a user