diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index e4a2ac34298..c431cb5afea 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -52,17 +52,17 @@ jobs: steps: - name: Harden Runner - uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v1 + uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v1 with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs - name: Checkout repository - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v2.3.4 + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v2.3.4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@83f0fe6c4988d98a455712a27f0255212bba9bd4 # v1 + uses: github/codeql-action/init@cdcdbb579706841c47f7063dda365e292e5cad7a # v1 with: languages: ${{ matrix.language }} queries: +security-extended @@ -74,7 +74,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@83f0fe6c4988d98a455712a27f0255212bba9bd4 # v1 + uses: github/codeql-action/autobuild@cdcdbb579706841c47f7063dda365e292e5cad7a # v1 # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -88,4 +88,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@83f0fe6c4988d98a455712a27f0255212bba9bd4 # v1 + uses: github/codeql-action/analyze@cdcdbb579706841c47f7063dda365e292e5cad7a # v1 diff --git a/.github/workflows/depsreview.yml b/.github/workflows/depsreview.yml index 96acffae5c2..ea8c3b2d09b 100644 --- a/.github/workflows/depsreview.yml +++ b/.github/workflows/depsreview.yml @@ -22,6 +22,6 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Checkout Repository' - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 - name: 'Dependency Review' uses: actions/dependency-review-action@1360a344ccb0ab6e9475edef90ad2f46bf8003b1 diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 682b2e27939..0ac1adecdef 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -37,12 +37,12 @@ jobs: docs_only: ${{ steps.docs_only_check.outputs.docs_only }} steps: - name: Check out code - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab #v3.5.2 + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 #v3.5.3 with: fetch-depth: 2 # needed to diff changed files - id: files name: Get changed files - uses: tj-actions/changed-files@fb20f4d24890fadc539505b1746d260504b213d0 #v36.1.0 + uses: tj-actions/changed-files@1f20fb83f05eabed6e12ba0329edac8b6ec8e207 #v37.1.1 with: files_ignore: '**.md' - id: docs_only_check @@ -60,7 +60,7 @@ jobs: if: (needs.docs_only_check.outputs.docs_only != 'true') steps: - name: Harden Runner - uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v2.4.0 + uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v2.4.1 with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs @@ -70,7 +70,7 @@ jobs: version: ${{ env.PROTOC_VERSION }} repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Clone the code - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 - name: Setup Go uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1 with: @@ -90,7 +90,7 @@ jobs: if: (needs.docs_only_check.outputs.docs_only != 'true') steps: - name: Harden Runner - uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v2.4.0 + uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v2.4.1 with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs @@ -100,7 +100,7 @@ jobs: version: ${{ env.PROTOC_VERSION }} repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Clone the code - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 - name: Setup Go uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1 with: @@ -120,7 +120,7 @@ jobs: if: (needs.docs_only_check.outputs.docs_only != 'true') steps: - name: Harden Runner - uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v2.4.0 + uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v2.4.1 with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs @@ -130,7 +130,7 @@ jobs: version: ${{ env.PROTOC_VERSION }} repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Clone the code - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 - name: Setup Go uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1 with: @@ -150,7 +150,7 @@ jobs: if: (needs.docs_only_check.outputs.docs_only != 'true') steps: - name: Harden Runner - uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v2.4.0 + uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v2.4.1 with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs @@ -160,7 +160,7 @@ jobs: version: ${{ env.PROTOC_VERSION }} repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Clone the code - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 - name: Setup Go uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1 with: @@ -180,7 +180,7 @@ jobs: if: (needs.docs_only_check.outputs.docs_only != 'true') steps: - name: Harden Runner - uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v2.4.0 + uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v2.4.1 with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs @@ -190,7 +190,7 @@ jobs: version: ${{ env.PROTOC_VERSION }} repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Clone the code - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 - name: Setup Go uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1 with: @@ -210,7 +210,7 @@ jobs: if: (needs.docs_only_check.outputs.docs_only != 'true') steps: - name: Harden Runner - uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v2.4.0 + uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v2.4.1 with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs @@ -220,7 +220,7 @@ jobs: version: ${{ env.PROTOC_VERSION }} repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Clone the code - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 - name: Setup Go uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1 with: @@ -240,7 +240,7 @@ jobs: if: (needs.docs_only_check.outputs.docs_only != 'true') steps: - name: Harden Runner - uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v2.4.0 + uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v2.4.1 with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs @@ -250,7 +250,7 @@ jobs: version: ${{ env.PROTOC_VERSION }} repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Clone the code - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 - name: Setup Go uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1 with: diff --git a/.github/workflows/gitlab.yml b/.github/workflows/gitlab.yml index dac7926d520..3ee314caacb 100644 --- a/.github/workflows/gitlab.yml +++ b/.github/workflows/gitlab.yml @@ -27,12 +27,12 @@ jobs: environment: gitlab steps: - name: Harden Runner - uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v1 + uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v1 with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs - name: Clone the code - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 with: fetch-depth: 0 diff --git a/.github/workflows/goreleaser.yaml b/.github/workflows/goreleaser.yaml index 038e7d2ee9a..c3b29154f6e 100644 --- a/.github/workflows/goreleaser.yaml +++ b/.github/workflows/goreleaser.yaml @@ -31,12 +31,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Harden Runner - uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v1 + uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v1 with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs - name: Checkout - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v2.3.4 + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v2.3.4 with: fetch-depth: 0 - name: Set up Go @@ -49,7 +49,7 @@ jobs: run: echo "version_flags=$(./scripts/version-ldflags)" >> "$GITHUB_OUTPUT" - name: Run GoReleaser id: run-goreleaser - uses: goreleaser/goreleaser-action@f82d6c1c344bcacabba2c841718984797f664a6b # v2.5.0 + uses: goreleaser/goreleaser-action@336e29918d653399e599bfca99fadc1d7ffbc9f7 # v2.5.0 with: version: latest args: release --rm-dist diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index b51ac6d013a..32bb9998ddf 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Harden Runner - uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v1 + uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v1 with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs @@ -41,12 +41,12 @@ jobs: needs: [approve] steps: - name: Harden Runner - uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v1 + uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v1 with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs - name: pull_request actions/checkout - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v2.3.4 + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v2.3.4 with: ref: ${{ github.event.pull_request.head.sha }} diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml new file mode 100644 index 00000000000..67909dbc37e --- /dev/null +++ b/.github/workflows/lint.yml @@ -0,0 +1,34 @@ +name: golangci-lint +on: + push: + branches: + - main + pull_request: + branches: + - main + +permissions: + contents: read + pull-requests: read # Use with `only-new-issues` option. + +jobs: + golangci: + name: check-linter + runs-on: ubuntu-latest + steps: + - uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v2.4.1 + with: + egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs + - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 + - uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1 + with: + go-version-file: 'go.mod' + cache: false # golangci-lint maintains its own cache + - name: set golangci-lint version # keep in sync with tools/go.mod + run: | + echo "GOLANGCI_LINT_VERSION=$(cd tools; go list -m -f '{{ .Version }}' github.com/golangci/golangci-lint)" >> "$GITHUB_ENV" + - name: golangci-lint + uses: golangci/golangci-lint-action@639cd343e1d3b897ff35927a75193d57cfcba299 # v3.6.0 + with: + version: ${{ env.GOLANGCI_LINT_VERSION }} + only-new-issues: true diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a3d6b75b8e8..72a97577a71 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -37,7 +37,7 @@ jobs: contents: read steps: - name: Harden Runner - uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v1 + uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v1 with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs @@ -54,7 +54,7 @@ jobs: restore-keys: | ${{ runner.os }}-go- - name: Clone the code - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v2.3.4 + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v2.3.4 with: fetch-depth: 0 - name: Setup Go @@ -93,7 +93,7 @@ jobs: contents: read steps: - name: Harden Runner - uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v1 + uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v1 with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs @@ -115,7 +115,7 @@ jobs: restore-keys: | ${{ runner.os }}-go- - name: Clone the code - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v2.3.4 + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v2.3.4 with: fetch-depth: 0 - name: Setup Go @@ -141,7 +141,7 @@ jobs: contents: read steps: - name: Harden Runner - uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v1 + uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v1 with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs @@ -163,7 +163,7 @@ jobs: restore-keys: | ${{ runner.os }}-go- - name: Clone the code - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v2.3.4 + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v2.3.4 with: fetch-depth: 0 - name: Setup Go @@ -188,7 +188,7 @@ jobs: contents: read steps: - name: Harden Runner - uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v1 + uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v1 with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs @@ -198,7 +198,7 @@ jobs: version: ${{ env.PROTOC_VERSION }} repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Clone the code - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v2.3.4 + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v2.3.4 with: fetch-depth: 0 - name: Setup Go @@ -224,7 +224,7 @@ jobs: contents: read steps: - name: Harden Runner - uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v1 + uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v1 with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs @@ -246,7 +246,7 @@ jobs: restore-keys: | ${{ runner.os }}-go- - name: Clone the code - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v2.3.4 + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v2.3.4 with: fetch-depth: 0 - name: Setup Go @@ -272,7 +272,7 @@ jobs: contents: read steps: - name: Harden Runner - uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v1 + uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v1 with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs @@ -294,7 +294,7 @@ jobs: restore-keys: | ${{ runner.os }}-go- - name: Clone the code - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v2.3.4 + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v2.3.4 with: fetch-depth: 0 - name: Setup Go @@ -320,7 +320,7 @@ jobs: contents: read steps: - name: Harden Runner - uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v1 + uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v1 with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs @@ -342,7 +342,7 @@ jobs: restore-keys: | ${{ runner.os }}-go- - name: Clone the code - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v2.3.4 + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v2.3.4 with: fetch-depth: 0 - name: Setup Go @@ -368,7 +368,7 @@ jobs: contents: read steps: - name: Harden Runner - uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v1 + uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v1 with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs @@ -390,7 +390,7 @@ jobs: restore-keys: | ${{ runner.os }}-go- - name: Clone the code - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v2.3.4 + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v2.3.4 with: fetch-depth: 0 - name: Setup Go @@ -416,7 +416,7 @@ jobs: contents: read steps: - name: Harden Runner - uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v1 + uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v1 with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs @@ -438,7 +438,7 @@ jobs: restore-keys: | ${{ runner.os }}-go- - name: Clone the code - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v2.3.4 + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v2.3.4 with: fetch-depth: 0 - name: Setup Go @@ -464,7 +464,7 @@ jobs: contents: read steps: - name: Harden Runner - uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v1 + uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v1 with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs @@ -486,7 +486,7 @@ jobs: restore-keys: | ${{ runner.os }}-go- - name: Clone the code - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v2.3.4 + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v2.3.4 with: fetch-depth: 0 - name: Setup Go @@ -512,7 +512,7 @@ jobs: contents: read steps: - name: Harden Runner - uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v1 + uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v1 with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs @@ -534,7 +534,7 @@ jobs: restore-keys: | ${{ runner.os }}-go- - name: Clone the code - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v2.3.4 + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v2.3.4 with: fetch-depth: 0 - name: Setup Go @@ -560,7 +560,7 @@ jobs: contents: read steps: - name: Harden Runner - uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v1 + uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v1 with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs @@ -582,7 +582,7 @@ jobs: restore-keys: | ${{ runner.os }}-go- - name: Clone the code - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v2.3.4 + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v2.3.4 with: fetch-depth: 0 - name: Setup Go @@ -608,7 +608,7 @@ jobs: contents: read steps: - name: Harden Runner - uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v1 + uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v1 with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs @@ -630,7 +630,7 @@ jobs: restore-keys: | ${{ runner.os }}-go- - name: Clone the code - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v2.3.4 + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v2.3.4 with: fetch-depth: 0 - name: Setup Go @@ -656,7 +656,7 @@ jobs: contents: read steps: - name: Harden Runner - uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v1 + uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v1 with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs @@ -678,7 +678,7 @@ jobs: restore-keys: | ${{ runner.os }}-go- - name: Clone the code - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v2.3.4 + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v2.3.4 with: fetch-depth: 0 - name: Setup Go @@ -704,7 +704,7 @@ jobs: contents: read steps: - name: Harden Runner - uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v1 + uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v1 with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs @@ -726,7 +726,7 @@ jobs: restore-keys: | ${{ runner.os }}-go- - name: Clone the code - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v2.3.4 + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v2.3.4 with: fetch-depth: 0 - name: Setup Go @@ -744,36 +744,6 @@ jobs: command: | go env -w GOFLAGS=-mod=mod make build-update-script - check-linter: - name: check-linter - runs-on: ubuntu-latest - permissions: - contents: read - steps: - - name: Harden Runner - uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v1 - with: - egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs - - - name: Install Protoc - uses: arduino/setup-protoc@149f6c87b92550901b26acd1632e11c3662e381f # v1.3.0 - with: - version: ${{ env.PROTOC_VERSION }} - repo-token: ${{ secrets.GITHUB_TOKEN }} - - name: Clone the code - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v2.3.4 - with: - fetch-depth: 0 - - name: Setup Go - uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v2.2.0 - with: - go-version: ${{ env.GO_VERSION }} - check-latest: true - cache: true - - name: Run build - run: | - go env -w GOFLAGS=-mod=mod - make check-linter validate-docs: name: validate-docs runs-on: ubuntu-latest @@ -781,7 +751,7 @@ jobs: contents: read steps: - name: Harden Runner - uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v1 + uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v1 with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs @@ -798,7 +768,7 @@ jobs: restore-keys: | ${{ runner.os }}-go- - name: Clone the code - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v2.3.4 + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v2.3.4 with: fetch-depth: 0 - name: Setup Go @@ -824,7 +794,7 @@ jobs: contents: read steps: - name: Harden Runner - uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v1 + uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v1 with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs - name: Install Protoc @@ -845,7 +815,7 @@ jobs: restore-keys: | ${{ runner.os }}-go- - name: Clone the code - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v2.3.4 + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v2.3.4 with: fetch-depth: 0 - name: Setup Go @@ -870,7 +840,7 @@ jobs: contents: read steps: - name: Harden Runner - uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v1 + uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v1 with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs @@ -880,7 +850,7 @@ jobs: version: ${{ env.PROTOC_VERSION }} repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Clone the code - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v2.3.4 + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v2.3.4 with: fetch-depth: 0 - name: Setup Go @@ -905,11 +875,11 @@ jobs: contents: read steps: - name: Harden Runner - uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v1 + uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v1 with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v2.3.4 + - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v2.3.4 - uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v2.2.0 with: go-version: ${{ env.GO_VERSION }} diff --git a/.github/workflows/publishimage.yml b/.github/workflows/publishimage.yml index 249e588b7b3..4c3c2bcfdde 100644 --- a/.github/workflows/publishimage.yml +++ b/.github/workflows/publishimage.yml @@ -32,12 +32,12 @@ jobs: COSIGN_EXPERIMENTAL: "true" steps: - name: Harden Runner - uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 + uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs - name: Clone the code - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 with: fetch-depth: 0 - name: Setup Go @@ -58,7 +58,7 @@ jobs: make install make scorecard-ko - name: Install Cosign - uses: sigstore/cosign-installer@dd6b2e2b610a11fd73dd187a43d57cc1394e35f9 + uses: sigstore/cosign-installer@6e04d228eb30da1757ee4e1dd75a0ec73a653e06 - name: Sign image run: | cosign sign --yes ghcr.io/${{github.repository_owner}}/scorecard/v4:${{ github.sha }} diff --git a/.github/workflows/scorecard-analysis.yml b/.github/workflows/scorecard-analysis.yml index 697720dd9d9..f1b3e1ea743 100644 --- a/.github/workflows/scorecard-analysis.yml +++ b/.github/workflows/scorecard-analysis.yml @@ -22,10 +22,10 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 - name: "Run analysis" - uses: ossf/scorecard-action@80e868c13c90f172d68d1f4501dee99e2479f7af # v2.1.3 + uses: ossf/scorecard-action@08b4669551908b1024bb425080c797723083c031 # v2.2.0 with: results_file: results.sarif results_format: sarif @@ -47,6 +47,6 @@ jobs: retention-days: 5 - name: "Upload SARIF results" - uses: github/codeql-action/upload-sarif@83f0fe6c4988d98a455712a27f0255212bba9bd4 # v1 + uses: github/codeql-action/upload-sarif@cdcdbb579706841c47f7063dda365e292e5cad7a # v1 with: sarif_file: results.sarif diff --git a/.github/workflows/slsa-goreleaser.yml b/.github/workflows/slsa-goreleaser.yml index af4806478cb..86cdc5e70c9 100644 --- a/.github/workflows/slsa-goreleaser.yml +++ b/.github/workflows/slsa-goreleaser.yml @@ -16,7 +16,7 @@ jobs: go-binary-name: ${{ steps.build.outputs.go-binary-name }} steps: - id: checkout - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v2.3.4 + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v2.3.4 with: fetch-depth: 0 - id: ldflags diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index f34032e239e..ba9642a6be7 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Harden Runner - uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v1 + uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v1 with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 2e72e88200f..af59979b66d 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Harden Runner - uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v1 + uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v1 with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs diff --git a/.golangci.yml b/.golangci.yml index 80a62880379..3f7d7108bd1 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,7 +1,7 @@ --- run: concurrency: 6 - deadline: 5m + timeout: 5m issues: # Maximum issues count per one linter. # Set to 0 to disable. @@ -24,7 +24,6 @@ linters: disable-all: true enable: - asciicheck - - depguard - dogsled - errcheck - errorlint diff --git a/Dockerfile b/Dockerfile index 997431cebe8..dd777680a3c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,8 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# golang:1.19 -FROM golang@sha256:690e4135bf2a4571a572bfd5ddfa806b1cb9c3dea0446ebadaf32bc2ea09d4f9 AS base +FROM golang:1.19@sha256:6b3fa4b908676231b50acbbc00e84d8cee9c6ce072b1175c0ff352c57d8a612f AS base WORKDIR /src ENV CGO_ENABLED=0 COPY go.* ./ diff --git a/Makefile b/Makefile index 1e4880f0abc..076cc69708a 100644 --- a/Makefile +++ b/Makefile @@ -139,7 +139,8 @@ generate-mocks: clients/mockclients/repo_client.go \ clients/mockclients/repo.go \ clients/mockclients/cii_client.go \ checks/mockclients/vulnerabilities.go \ - cmd/packagemanager_mockclient.go + cmd/internal/packagemanager/packagemanager_mockclient.go \ + cmd/internal/nuget/nuget_mockclient.go clients/mockclients/repo_client.go: clients/repo_client.go | $(MOCKGEN) # Generating MockRepoClient $(MOCKGEN) -source=clients/repo_client.go -destination=clients/mockclients/repo_client.go -package=mockrepo -copyright_file=clients/mockclients/license.txt @@ -152,9 +153,12 @@ clients/mockclients/cii_client.go: clients/cii_client.go | $(MOCKGEN) checks/mockclients/vulnerabilities.go: clients/vulnerabilities.go | $(MOCKGEN) # Generating MockCIIClient $(MOCKGEN) -source=clients/vulnerabilities.go -destination=clients/mockclients/vulnerabilities.go -package=mockrepo -copyright_file=clients/mockclients/license.txt -cmd/packagemanager_mockclient.go: cmd/packagemanager_client.go | $(MOCKGEN) +cmd/internal/packagemanager/packagemanager_mockclient.go: cmd/internal/packagemanager/client.go | $(MOCKGEN) # Generating MockPackageManagerClient - $(MOCKGEN) -source=cmd/packagemanager_client.go -destination=cmd/packagemanager_mockclient.go -package=cmd -copyright_file=clients/mockclients/license.txt + $(MOCKGEN) -source=cmd/internal/packagemanager/client.go -destination=cmd/internal/packagemanager/packagemanager_mockclient.go -package=packagemanager -copyright_file=clients/mockclients/license.txt +cmd/internal/nuget/nuget_mockclient.go: cmd/internal/nuget/client.go | $(MOCKGEN) + # Generating MockNugetClient + $(MOCKGEN) -source=cmd/internal/nuget/client.go -destination=cmd/internal/nuget/nuget_mockclient.go -package=nuget -copyright_file=clients/mockclients/license.txt generate-docs: ## Generates docs generate-docs: validate-docs docs/checks.md @@ -337,7 +341,7 @@ e2e-pat: build-scorecard check-env | $(GINKGO) e2e-gh-token: ## Runs e2e tests. Requires GITHUB_AUTH_TOKEN env var to be set to default GITHUB_TOKEN e2e-gh-token: build-scorecard check-env | $(GINKGO) # Run e2e tests. GITHUB_AUTH_TOKEN set to secrets.GITHUB_TOKEN must be used to run this. - TOKEN_TYPE="GITHUB_TOKEN" $(GINKGO) --race -p -v -cover -coverprofile=e2e-coverage.out --keep-separate-coverprofiles ./... + GITLAB_AUTH_TOKEN="" TOKEN_TYPE="GITHUB_TOKEN" $(GINKGO) --race -p -v -cover -coverprofile=e2e-coverage.out --keep-separate-coverprofiles ./... e2e-gitlab-token: ## Runs e2e tests that require a GITLAB_TOKEN e2e-gitlab-token: build-scorecard check-env-gitlab | $(GINKGO) diff --git a/README.md b/README.md index 2055a4751f7..0201b8fbc00 100644 --- a/README.md +++ b/README.md @@ -420,7 +420,7 @@ scorecard --repo=org/repo ##### Using a Package manager -For projects in the `--npm`, `--pypi`, or `--rubygems` ecosystems, you have the +For projects in the `--npm`, `--pypi`, `--rubygems`, or `--nuget` ecosystems, you have the option to run Scorecard using a package manager. Provide the package name to run the checks on the corresponding GitHub source code. diff --git a/attestor/command/cli_test.go b/attestor/command/cli_test.go new file mode 100644 index 00000000000..ca0a7d499a1 --- /dev/null +++ b/attestor/command/cli_test.go @@ -0,0 +1,62 @@ +// Copyright 2023 OpenSSF Scorecard Authors +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +package command + +import ( + "testing" + + "github.com/spf13/cobra" +) + +func Test_addSignFlags(t *testing.T) { + type args struct { + cmd *cobra.Command + } + testName := "Test addSignFlags" + testArgs := args{ + cmd: &cobra.Command{}, + } + + t.Run(testName, func(t *testing.T) { + addSignFlags(testArgs.cmd) + // persistent flags of Image being set has to be tested in the integration test + if testArgs.cmd.PersistentFlags().Lookup("image") == nil { + t.Errorf("addSignFlags() did not add persistent flag 'image'") + } + if testArgs.cmd.PersistentFlags().Lookup("attestation-project") == nil { + t.Errorf("addSignFlags() did not add persistent flag 'attestation-project'") + } + if testArgs.cmd.PersistentFlags().Lookup("overwrite") == nil { + t.Errorf("addSignFlags() did not add persistent flag 'overwrite'") + } + if testArgs.cmd.PersistentFlags().Lookup("kms-key-name") == nil { + t.Errorf("addSignFlags() did not add persistent flag 'kms-key-name'") + } + if testArgs.cmd.PersistentFlags().Lookup("kms-digest-alg") == nil { + t.Errorf("addSignFlags() did not add persistent flag 'kms-digest-alg'") + } + if testArgs.cmd.PersistentFlags().Lookup("pgp-private-key") == nil { + t.Errorf("addSignFlags() did not add persistent flag 'pgp-private-key'") + } + if testArgs.cmd.PersistentFlags().Lookup("pgp-passphrase") == nil { + t.Errorf("addSignFlags() did not add persistent flag 'pgp-passphrase'") + } + if testArgs.cmd.PersistentFlags().Lookup("pkix-private-key") == nil { + t.Errorf("addSignFlags() did not add persistent flag 'pkix-private-key'") + } + if testArgs.cmd.PersistentFlags().Lookup("pkix-alg") == nil { + t.Errorf("addSignFlags() did not add persistent flag 'pkix-alg'") + } + }) +} diff --git a/checker/raw_result.go b/checker/raw_result.go index 621c84eb8ad..2acaee17a47 100644 --- a/checker/raw_result.go +++ b/checker/raw_result.go @@ -176,6 +176,7 @@ const ( ReviewPlatformGerrit ReviewPlatform = "Gerrit" ReviewPlatformPhabricator ReviewPlatform = "Phabricator" ReviewPlatformPiper ReviewPlatform = "Piper" + ReviewPlatformUnknown ReviewPlatform = "Unknown" ) type Changeset struct { diff --git a/checker/raw_result_test.go b/checker/raw_result_test.go new file mode 100644 index 00000000000..7c519e73cb7 --- /dev/null +++ b/checker/raw_result_test.go @@ -0,0 +1,48 @@ +// Copyright 2023 OpenSSF Scorecard Authors +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +package checker + +import ( + "testing" + + "github.com/ossf/scorecard/v4/finding" +) + +func TestFile_Location(t *testing.T) { + file := File{ + Type: finding.FileTypeSource, + Path: "bar.go", + Offset: 10, + EndOffset: 20, + Snippet: "some code", + } + + loc := file.Location() + + if loc.Type != finding.FileTypeSource { + t.Errorf("Expected loc.Type to be 'foo', got %v", loc.Type) + } + if loc.Path != "bar.go" { + t.Errorf("Expected loc.Path to be 'bar.go', got %v", loc.Path) + } + if *loc.LineStart != 10 { + t.Errorf("Expected *loc.LineStart to be 10, got %v", *loc.LineStart) + } + if *loc.LineEnd != 20 { + t.Errorf("Expected *loc.LineEnd to be 20, got %v", *loc.LineEnd) + } + if *loc.Snippet != "some code" { + t.Errorf("Expected *loc.Snippet to be 'some code', got %v", *loc.Snippet) + } +} diff --git a/checks/code_review_test.go b/checks/code_review_test.go index afc52d84eb5..1b48c06093f 100644 --- a/checks/code_review_test.go +++ b/checks/code_review_test.go @@ -186,7 +186,7 @@ func TestCodereview(t *testing.T) { }, }, expected: checker.CheckResult{ - Score: 3, + Score: 5, }, }, { @@ -211,7 +211,7 @@ func TestCodereview(t *testing.T) { }, }, expected: checker.CheckResult{ - Score: 3, + Score: 5, }, }, { diff --git a/checks/evaluation/code_review.go b/checks/evaluation/code_review.go index 8c26295972c..4c84c92378b 100644 --- a/checks/evaluation/code_review.go +++ b/checks/evaluation/code_review.go @@ -16,7 +16,7 @@ package evaluation import ( "fmt" - "strings" + "math" "github.com/ossf/scorecard/v4/checker" sce "github.com/ossf/scorecard/v4/errors" @@ -39,89 +39,57 @@ func CodeReview(name string, dl checker.DetailLogger, r *checker.CodeReviewData) return checker.CreateRuntimeErrorResult(name, e) } - if len(r.DefaultBranchChangesets) == 0 { + N := len(r.DefaultBranchChangesets) + if N == 0 { return checker.CreateInconclusiveResult(name, "no commits found") } - foundHumanReviewActivity := false - foundBotReviewActivity := false - nUnreviewedHumanChanges := 0 - nUnreviewedBotChanges := 0 + nUnreviewedChanges := 0 + nChanges := 0 + foundHumanActivity := false - var unreviewedHumanRevisionIDs, unreviewedBotRevisionIDs []string for i := range r.DefaultBranchChangesets { cs := &r.DefaultBranchChangesets[i] - isReviewed := reviewScoreForChangeset(cs) >= changesReviewed - isBotCommit := cs.Author.IsBot - - switch { - case isReviewed && isBotCommit: - foundBotReviewActivity = true - case isReviewed && !isBotCommit: - foundHumanReviewActivity = true - case !isReviewed && isBotCommit: - nUnreviewedBotChanges += 1 - unreviewedBotRevisionIDs = append(unreviewedBotRevisionIDs, cs.RevisionID) - case !isReviewed && !isBotCommit: - nUnreviewedHumanChanges += 1 - unreviewedHumanRevisionIDs = append(unreviewedHumanRevisionIDs, cs.RevisionID) + isReviewed := reviewScoreForChangeset(cs, dl) >= changesReviewed + if isReviewed && cs.Author.IsBot { + continue // ignore reviewed bot commits (https://github.com/ossf/scorecard/issues/2450) } - } - // Let's include non-compliant revision IDs in details - if len(unreviewedHumanRevisionIDs) > 0 { - dl.Debug(&checker.LogMessage{ - Text: fmt.Sprintf("List of revision IDs not reviewed by humans:%s", strings.Join(unreviewedHumanRevisionIDs, ",")), - }) - } + nChanges += 1 - if len(unreviewedBotRevisionIDs) > 0 { - dl.Debug(&checker.LogMessage{ - Text: fmt.Sprintf("List of bot revision IDs not reviewed by humans:%s", strings.Join(unreviewedBotRevisionIDs, ",")), - }) - } + if !cs.Author.IsBot { + foundHumanActivity = true + } - if foundBotReviewActivity && !foundHumanReviewActivity { - reason := fmt.Sprintf("found no human review activity in the last %v changesets", len(r.DefaultBranchChangesets)) - return checker.CreateInconclusiveResult(name, reason) + if !isReviewed { + nUnreviewedChanges += 1 + } } switch { - case nUnreviewedBotChanges > 0 && nUnreviewedHumanChanges > 0: - return checker.CreateMinScoreResult( - name, - fmt.Sprintf("found unreviewed changesets (%v human %v bot)", nUnreviewedHumanChanges, nUnreviewedBotChanges), - ) - case nUnreviewedBotChanges > 0: - return checker.CreateResultWithScore( - name, - fmt.Sprintf("all human changesets reviewed, found %v unreviewed bot changesets", nUnreviewedBotChanges), - 7, - ) - case nUnreviewedHumanChanges > 0: - score := 3 - if len(r.DefaultBranchChangesets) == 1 || nUnreviewedHumanChanges > 1 { - score = 0 - } - return checker.CreateResultWithScore( + case nChanges == 0 || !foundHumanActivity: + reason := fmt.Sprintf("found no human review activity in the last %v changesets", N) + return checker.CreateInconclusiveResult(name, reason) + case nUnreviewedChanges > 0: + return checker.CreateProportionalScoreResult( name, - fmt.Sprintf( - "found %v unreviewed human changesets (%d total)", - nUnreviewedHumanChanges, len(r.DefaultBranchChangesets), - ), - score, + fmt.Sprintf("found %d unreviewed changesets out of %d", nUnreviewedChanges, nChanges), + int(math.Max(float64(nChanges-nUnreviewedChanges), 0)), + nChanges, ) } return checker.CreateMaxScoreResult(name, "all changesets reviewed") } -func reviewScoreForChangeset(changeset *checker.Changeset) (score reviewScore) { - if changeset.ReviewPlatform != "" && changeset.ReviewPlatform != checker.ReviewPlatformGitHub { +func reviewScoreForChangeset(changeset *checker.Changeset, dl checker.DetailLogger) (score reviewScore) { + plat := changeset.ReviewPlatform + if plat != checker.ReviewPlatformUnknown && + plat != checker.ReviewPlatformGitHub { return reviewedOutsideGithub } - if changeset.ReviewPlatform == checker.ReviewPlatformGitHub { + if plat == checker.ReviewPlatformGitHub { for i := range changeset.Reviews { review := changeset.Reviews[i] if review.State == "APPROVED" && review.Author.Login != changeset.Author.Login { @@ -130,5 +98,13 @@ func reviewScoreForChangeset(changeset *checker.Changeset) (score reviewScore) { } } + dl.Debug( + &checker.LogMessage{ + Text: fmt.Sprintf( + "couldn't find approvals for revision: %s platform: %s", + changeset.RevisionID, plat, + ), + }, + ) return noReview } diff --git a/checks/evaluation/code_review_test.go b/checks/evaluation/code_review_test.go index eaf7db8eaa7..bb17732e24d 100644 --- a/checks/evaluation/code_review_test.go +++ b/checks/evaluation/code_review_test.go @@ -51,15 +51,17 @@ func TestCodeReview(t *testing.T) { name: "NoReviews", expected: scut.TestReturn{ Score: checker.MinResultScore, - NumberOfDebug: 1, + NumberOfDebug: 2, }, rawData: &checker.CodeReviewData{ DefaultBranchChangesets: []checker.Changeset{ { - Commits: []clients.Commit{{SHA: "a"}}, + ReviewPlatform: checker.ReviewPlatformUnknown, + Commits: []clients.Commit{{SHA: "a"}}, }, { - Commits: []clients.Commit{{SHA: "a"}}, + ReviewPlatform: checker.ReviewPlatformUnknown, + Commits: []clients.Commit{{SHA: "a"}}, }, }, }, @@ -68,15 +70,17 @@ func TestCodeReview(t *testing.T) { name: "Unreviewed human and bot changes", expected: scut.TestReturn{ Score: checker.MinResultScore, - NumberOfDebug: 1, + NumberOfDebug: 2, }, rawData: &checker.CodeReviewData{ DefaultBranchChangesets: []checker.Changeset{ { - Commits: []clients.Commit{{SHA: "a", Committer: clients.User{IsBot: true}}}, + ReviewPlatform: checker.ReviewPlatformUnknown, + Commits: []clients.Commit{{SHA: "a", Committer: clients.User{IsBot: true}}}, }, { - Commits: []clients.Commit{{SHA: "b"}}, + ReviewPlatform: checker.ReviewPlatformUnknown, + Commits: []clients.Commit{{SHA: "b"}}, }, }, }, @@ -84,7 +88,7 @@ func TestCodeReview(t *testing.T) { { name: "all human changesets reviewed, missing review on bot changeset", expected: scut.TestReturn{ - Score: 7, + Score: 5, NumberOfDebug: 1, }, rawData: &checker.CodeReviewData{ @@ -107,8 +111,9 @@ func TestCodeReview(t *testing.T) { }, }, { - Author: clients.User{Login: "alice-the-bot[bot]", IsBot: true}, - RevisionID: "b", + Author: clients.User{Login: "alice-the-bot[bot]", IsBot: true}, + ReviewPlatform: checker.ReviewPlatformUnknown, + RevisionID: "b", Commits: []clients.Commit{ { Committer: clients.User{Login: "alice-the-bot[bot]", IsBot: true}, @@ -173,7 +178,9 @@ func TestCodeReview(t *testing.T) { }, }, { - RevisionID: "b", + Author: clients.User{Login: "alice-the-bot[bot]", IsBot: true}, + ReviewPlatform: checker.ReviewPlatformUnknown, + RevisionID: "b", Commits: []clients.Commit{ { Committer: clients.User{Login: "alice-the-bot[bot]", IsBot: true}, diff --git a/checks/evaluation/pinned_dependencies.go b/checks/evaluation/pinned_dependencies.go index d9133d76da4..a8e98be8e17 100644 --- a/checks/evaluation/pinned_dependencies.go +++ b/checks/evaluation/pinned_dependencies.go @@ -127,15 +127,22 @@ func PinningDependencies(name string, c *checker.CheckRequest, return checker.CreateRuntimeErrorResult(name, err) } + // Npm installs. + npmScore, err := createReturnForIsNpmInstallPinned(pr, dl) + if err != nil { + return checker.CreateRuntimeErrorResult(name, err) + } + // Scores may be inconclusive. actionScore = maxScore(0, actionScore) dockerFromScore = maxScore(0, dockerFromScore) dockerDownloadScore = maxScore(0, dockerDownloadScore) scriptScore = maxScore(0, scriptScore) pipScore = maxScore(0, pipScore) + npmScore = maxScore(0, npmScore) score := checker.AggregateScores(actionScore, dockerFromScore, - dockerDownloadScore, scriptScore, pipScore) + dockerDownloadScore, scriptScore, pipScore, npmScore) if score == checker.MaxResultScore { return checker.CreateMaxScoreResult(name, "all dependencies are pinned") @@ -260,6 +267,15 @@ func createReturnForIsPipInstallPinned(pr map[checker.DependencyUseType]pinnedRe dl) } +// Create the result for npm install commands. +func createReturnForIsNpmInstallPinned(pr map[checker.DependencyUseType]pinnedResult, + dl checker.DetailLogger, +) (int, error) { + return createReturnValues(pr, checker.DependencyUseTypeNpmCommand, + "npm installs are pinned", + dl) +} + func createReturnValues(pr map[checker.DependencyUseType]pinnedResult, t checker.DependencyUseType, infoMsg string, dl checker.DetailLogger, diff --git a/checks/evaluation/pinned_dependencies_test.go b/checks/evaluation/pinned_dependencies_test.go index cd497a6cfbf..5e3e369a314 100644 --- a/checks/evaluation/pinned_dependencies_test.go +++ b/checks/evaluation/pinned_dependencies_test.go @@ -111,7 +111,7 @@ func Test_PinningDependencies(t *testing.T) { Error: nil, Score: checker.MaxResultScore, NumberOfWarn: 0, - NumberOfInfo: 6, + NumberOfInfo: 7, NumberOfDebug: 1, }, }, @@ -132,12 +132,12 @@ func Test_PinningDependencies(t *testing.T) { Error: nil, Score: 6, NumberOfWarn: 1, - NumberOfInfo: 4, + NumberOfInfo: 5, NumberOfDebug: 1, }, }, { - name: "various wanrings", + name: "various warnings", dependencies: []checker.Dependency{ { Location: &checker.File{}, @@ -158,9 +158,9 @@ func Test_PinningDependencies(t *testing.T) { }, expected: scut.TestReturn{ Error: nil, - Score: 2, + Score: 3, NumberOfWarn: 3, - NumberOfInfo: 2, + NumberOfInfo: 3, NumberOfDebug: 1, }, }, @@ -176,7 +176,7 @@ func Test_PinningDependencies(t *testing.T) { Error: nil, Score: 8, NumberOfWarn: 1, - NumberOfInfo: 5, + NumberOfInfo: 6, NumberOfDebug: 0, }, }, @@ -193,7 +193,7 @@ func Test_PinningDependencies(t *testing.T) { Error: nil, Score: 10, NumberOfWarn: 0, - NumberOfInfo: 6, + NumberOfInfo: 7, NumberOfDebug: 1, }, }, @@ -203,12 +203,12 @@ func Test_PinningDependencies(t *testing.T) { Error: nil, Score: 10, NumberOfWarn: 0, - NumberOfInfo: 6, + NumberOfInfo: 7, NumberOfDebug: 0, }, }, { - name: "Validate various wanrings and info", + name: "Validate various warnings and info", dependencies: []checker.Dependency{ { Location: &checker.File{}, @@ -229,12 +229,28 @@ func Test_PinningDependencies(t *testing.T) { }, expected: scut.TestReturn{ Error: nil, - Score: 2, + Score: 3, NumberOfWarn: 3, - NumberOfInfo: 2, + NumberOfInfo: 3, NumberOfDebug: 1, }, }, + { + name: "unpinned npm install", + dependencies: []checker.Dependency{ + { + Location: &checker.File{}, + Type: checker.DependencyUseTypeNpmCommand, + }, + }, + expected: scut.TestReturn{ + Error: nil, + Score: 8, + NumberOfWarn: 1, + NumberOfInfo: 6, + NumberOfDebug: 0, + }, + }, } for _, tt := range tests { diff --git a/checks/raw/code_review.go b/checks/raw/code_review.go index 55f6a499d27..e794773a5b3 100644 --- a/checks/raw/code_review.go +++ b/checks/raw/code_review.go @@ -141,7 +141,7 @@ func detectCommitRevisionInfo(c *clients.Commit) revisionInfo { return revisionInfo{checker.ReviewPlatformPiper, revisionID} } - return revisionInfo{} + return revisionInfo{checker.ReviewPlatformUnknown, ""} } // Group commits by the changeset they belong to diff --git a/clients/githubrepo/licenses_e2e_test.go b/clients/githubrepo/licenses_e2e_test.go new file mode 100644 index 00000000000..7e7f151c3c3 --- /dev/null +++ b/clients/githubrepo/licenses_e2e_test.go @@ -0,0 +1,62 @@ +// Copyright 2023 OpenSSF Scorecard Authors +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package githubrepo + +import ( + "context" + "net/http" + + "github.com/google/go-github/v38/github" + . "github.com/onsi/ginkgo/v2" + . "github.com/onsi/gomega" + + "github.com/ossf/scorecard/v4/clients" + "github.com/ossf/scorecard/v4/clients/githubrepo/roundtripper" + "github.com/ossf/scorecard/v4/log" +) + +var _ = Describe("E2E TEST: githubrepo.licensesHandler", func() { + var lh *licensesHandler + + BeforeEach(func() { + ctx := context.Background() + rt := roundtripper.NewTransport(context.Background(), &log.Logger{}) + httpClient := &http.Client{ + Transport: rt, + } + client := github.NewClient(httpClient) + lh = &licensesHandler{ + ghclient: client, + ctx: ctx, + } + }) + Context("listLicenses()", func() { + It("returns licenses", func() { + repoURL := repoURL{ + owner: "ossf", + repo: "scorecard", + commitSHA: clients.HeadSHA, + } + + lh.init(context.Background(), &repoURL) + licenses, err := lh.listLicenses() + Expect(err).NotTo(HaveOccurred()) + Expect(lh.errSetup).Should(BeNil()) + Expect(len(licenses)).Should(Equal(1)) + Expect(licenses[0].Name).Should(Equal("Apache License 2.0")) + Expect(licenses[0].Path).Should(Equal("LICENSE")) + }) + }) +}) diff --git a/clients/githubrepo/releases_e2e_test.go b/clients/githubrepo/releases_e2e_test.go new file mode 100644 index 00000000000..0a611c6945d --- /dev/null +++ b/clients/githubrepo/releases_e2e_test.go @@ -0,0 +1,60 @@ +// Copyright 2023 OpenSSF Scorecard Authors +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package githubrepo + +import ( + "context" + "net/http" + + "github.com/google/go-github/v38/github" + . "github.com/onsi/ginkgo/v2" + . "github.com/onsi/gomega" + + "github.com/ossf/scorecard/v4/clients" + "github.com/ossf/scorecard/v4/clients/githubrepo/roundtripper" + "github.com/ossf/scorecard/v4/log" +) + +var _ = Describe("E2E TEST: githubrepo.releasesHandler", func() { + var releaseHandler *releasesHandler + + BeforeEach(func() { + ctx := context.Background() + rt := roundtripper.NewTransport(context.Background(), &log.Logger{}) + httpClient := &http.Client{ + Transport: rt, + } + client := github.NewClient(httpClient) + releaseHandler = &releasesHandler{ + client: client, + ctx: ctx, + } + }) + Context("getReleases()", func() { + It("returns releases", func() { + repoURL := repoURL{ + owner: "ossf", + repo: "scorecard", + commitSHA: clients.HeadSHA, + } + + releaseHandler.init(context.Background(), &repoURL) + resp, err := releaseHandler.getReleases() + Expect(err).NotTo(HaveOccurred()) + Expect(len(resp)).ShouldNot(Equal(0)) + Expect(releaseHandler.errSetup).Should(BeNil()) + }) + }) +}) diff --git a/clients/githubrepo/roundtripper/rate_limit.go b/clients/githubrepo/roundtripper/rate_limit.go index 950e8f8aa8b..d2ae8378ab1 100644 --- a/clients/githubrepo/roundtripper/rate_limit.go +++ b/clients/githubrepo/roundtripper/rate_limit.go @@ -42,7 +42,7 @@ type rateLimitTransport struct { innerTransport http.RoundTripper } -// Roundtrip handles caching and ratelimiting of responses from GitHub. +// RoundTrip handles caching and rate-limiting of responses from GitHub. func (gh *rateLimitTransport) RoundTrip(r *http.Request) (*http.Response, error) { resp, err := gh.innerTransport.RoundTrip(r) if err != nil { diff --git a/clients/githubrepo/roundtripper/rate_limit_test.go b/clients/githubrepo/roundtripper/rate_limit_test.go new file mode 100644 index 00000000000..b74b7d997b8 --- /dev/null +++ b/clients/githubrepo/roundtripper/rate_limit_test.go @@ -0,0 +1,94 @@ +// Copyright 2023 OpenSSF Scorecard Authors +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +package roundtripper + +import ( + "net/http" + "net/http/httptest" + "testing" + + "github.com/ossf/scorecard/v4/log" +) + +func TestRoundTrip(t *testing.T) { + t.Parallel() + var requestCount int + ts := httptest.NewServer(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) { + // Customize the response headers and body based on the test scenario + switch r.URL.Path { + case "/error": + w.WriteHeader(http.StatusInternalServerError) + w.Write([]byte("Internal Server Error")) // nolint: errcheck + case "/retry": + requestCount++ + if requestCount == 2 { + // Second request: Return successful response + w.Header().Set("X-RateLimit-Remaining", "10") + w.WriteHeader(http.StatusOK) + w.Write([]byte("Success")) // nolint: errcheck + } else { + // First request: Return Retry-After header + w.Header().Set("Retry-After", "1") + w.WriteHeader(http.StatusTooManyRequests) + w.Write([]byte("Rate Limit Exceeded")) // nolint: errcheck + } + case "/success": + w.Header().Set("X-RateLimit-Remaining", "10") + w.WriteHeader(http.StatusOK) + w.Write([]byte("Success")) // nolint: errcheck + } + })) + t.Cleanup(func() { + defer ts.Close() + }) + + // Create the rateLimitTransport with the test server as the inner transport and a default logger + transport := &rateLimitTransport{ + innerTransport: ts.Client().Transport, + logger: log.NewLogger(log.DefaultLevel), + } + + t.Run("Successful response", func(t *testing.T) { + req, err := http.NewRequest(http.MethodGet, ts.URL+"/success", nil) + if err != nil { + t.Fatalf("Failed to create request: %v", err) + } + + resp, err := transport.RoundTrip(req) + if err != nil { + t.Errorf("Unexpected error: %v", err) + } + if resp.StatusCode != http.StatusOK { + t.Errorf("Expected status code %d, got %d", http.StatusOK, resp.StatusCode) + } + }) + + t.Run("Retry-After header set", func(t *testing.T) { + req, err := http.NewRequest(http.MethodGet, ts.URL+"/retry", nil) + if err != nil { + t.Fatalf("Failed to create request: %v", err) + } + + resp, err := transport.RoundTrip(req) + if err != nil { + t.Errorf("Unexpected error: %v", err) + } + if resp.StatusCode != http.StatusOK { + t.Errorf("Expected status code %d, got %d", http.StatusOK, resp.StatusCode) + } + if requestCount != 2 { + t.Errorf("Expected 2 requests, got %d", requestCount) + } + }) +} diff --git a/clients/githubrepo/roundtripper/tokens/accessor_test.go b/clients/githubrepo/roundtripper/tokens/accessor_test.go new file mode 100644 index 00000000000..9904a39fa66 --- /dev/null +++ b/clients/githubrepo/roundtripper/tokens/accessor_test.go @@ -0,0 +1,98 @@ +// Copyright 2023 OpenSSF Scorecard Authors +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +package tokens + +import ( + "net/http/httptest" + "net/rpc" + "strings" + "testing" +) + +//nolint:paralleltest +func TestMakeTokenAccessor(t *testing.T) { + tests := []struct { + name string + useGitHubToken bool + useServer bool + }{ + { + name: "GitHub Token", + useGitHubToken: true, + }, + { + name: "No GitHub Token", + useGitHubToken: false, + }, + { + name: "Server", + useServer: true, + }, + } + t.Setenv("GITHUB_AUTH_TOKEN", "") + t.Setenv("GITHUB_TOKEN", "") + for _, tt := range tests { + t.Run(tt.name, func(t *testing.T) { + switch { + case tt.useGitHubToken: + t.Helper() + testToken(t) + case tt.useServer: + t.Helper() + testServer(t) + default: + got := MakeTokenAccessor() + if got != nil { + t.Errorf("MakeTokenAccessor() = %v, want nil", got) + } + } + }) + } +} + +func testToken(t *testing.T) { + t.Helper() + token := "test" + t.Setenv("GITHUB_AUTH_TOKEN", token) + got := MakeTokenAccessor() + if got == nil { + t.Errorf("MakeTokenAccessor() = nil, want not nil") + } + raccess, ok := got.(*roundRobinAccessor) + if !ok { + t.Errorf("MakeTokenAccessor() = %v, want *roundRobinAccessor", got) + } + if raccess.accessTokens[0] != token { + t.Errorf("accessTokens[0] = %v, want %v", raccess.accessTokens[0], token) + } +} + +func testServer(t *testing.T) { + t.Helper() + server := httptest.NewServer(nil) + serverURL := strings.TrimPrefix(server.URL, "http://") + t.Setenv("GITHUB_AUTH_SERVER", serverURL) + t.Cleanup(server.Close) + myRPCService := &MyRPCService{} + rpc.Register(myRPCService) //nolint:errcheck + rpc.HandleHTTP() + got := MakeTokenAccessor() + if got == nil { + t.Errorf("MakeTokenAccessor() = nil, want not nil") + } +} + +type MyRPCService struct { + // Define your RPC service methods here +} diff --git a/clients/githubrepo/roundtripper/tokens/round_robin_test.go b/clients/githubrepo/roundtripper/tokens/round_robin_test.go new file mode 100644 index 00000000000..f6a4e20b18f --- /dev/null +++ b/clients/githubrepo/roundtripper/tokens/round_robin_test.go @@ -0,0 +1,48 @@ +// Copyright 2023 OpenSSF Scorecard Authors +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +package tokens + +import ( + "testing" +) + +//golint:paralleltest +func TestNext(t *testing.T) { + tokens := []string{"token1", "token2", "token3", "token4", "token5"} + rr := makeRoundRobinAccessor(tokens) + + tests := []struct { + name string + releaseID *uint64 // nil if no token is released + want string + }{ + {"First call", nil, "token2"}, + {"Second call", nil, "token3"}, + {"Third call", nil, "token4"}, + {"Fourth call", nil, "token5"}, + {"After release", func() *uint64 { v := uint64(0); return &v }(), "token1"}, + } + + for _, tt := range tests { + t.Run(tt.name, func(t *testing.T) { + if tt.releaseID != nil { + rr.Release(*tt.releaseID) + } + _, got := rr.Next() + if got != tt.want { + t.Errorf("Next() = %s, want %s", got, tt.want) + } + }) + } +} diff --git a/clients/githubrepo/roundtripper/tokens/rpc_test.go b/clients/githubrepo/roundtripper/tokens/rpc_test.go new file mode 100644 index 00000000000..2a0c74b51c4 --- /dev/null +++ b/clients/githubrepo/roundtripper/tokens/rpc_test.go @@ -0,0 +1,77 @@ +// Copyright 2023 OpenSSF Scorecard Authors +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +package tokens + +import "testing" + +// mockTokenAccessor implements TokenAccessor for testing. +type mockTokenAccessor struct { + tokens []string + counter uint64 +} + +// Next implements TokenAccessor.Next. +func (m *mockTokenAccessor) Next() (uint64, string) { + if len(m.tokens) == 0 { + return 0, "" + } + token := m.tokens[0] + m.tokens = m.tokens[1:] + m.counter++ + return m.counter, token +} + +// Release implements TokenAccessor.Release. +func (m *mockTokenAccessor) Release(id uint64) { + // No-op for mock. +} + +// NewMockTokenAccessor creates a new mockTokenAccessor. +func newMockTokenAccessor(tokens []string) *mockTokenAccessor { + return &mockTokenAccessor{ + tokens: tokens, + } +} + +func TestTokenOverRPC_Next(t *testing.T) { + mockClient := newMockTokenAccessor([]string{"token1", "token2", "token3"}) + rpc := NewTokenOverRPC(mockClient) + token := &Token{} + x := struct{}{} + err := rpc.Next(x, token) + if err != nil { + t.Fatalf("unexpected error: %v", err) + } + if token.Value != "token1" { + t.Fatalf("unexpected token: %s", token.Value) + } + err = rpc.Next(x, token) + if err != nil { + t.Fatalf("unexpected error: %v", err) + } + if token.Value != "token2" { + t.Fatalf("unexpected token: %s", token.Value) + } +} + +func TestTokenOverRPC_Release(t *testing.T) { + mockClient := newMockTokenAccessor([]string{"token1", "token2", "token3"}) + rpc := NewTokenOverRPC(mockClient) + + var reply struct{} + err := rpc.Release(2, &reply) + if err != nil { + t.Errorf("Expected no error, got %v", err) + } +} diff --git a/clients/githubrepo/roundtripper/tokens/server/Dockerfile b/clients/githubrepo/roundtripper/tokens/server/Dockerfile index 24fa77641a8..287b8bacf62 100644 --- a/clients/githubrepo/roundtripper/tokens/server/Dockerfile +++ b/clients/githubrepo/roundtripper/tokens/server/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang@sha256:4b1fc02d16fca272e5e6e6adc98396219b43ef663a377eef4a97e881d364393f AS base +FROM golang:1.19@sha256:6b3fa4b908676231b50acbbc00e84d8cee9c6ce072b1175c0ff352c57d8a612f AS base WORKDIR /src ENV CGO_ENABLED=0 COPY go.* ./ diff --git a/clients/githubrepo/statuses_e2e_test.go b/clients/githubrepo/statuses_e2e_test.go new file mode 100644 index 00000000000..e5200284cc1 --- /dev/null +++ b/clients/githubrepo/statuses_e2e_test.go @@ -0,0 +1,59 @@ +// Copyright 2023 OpenSSF Scorecard Authors +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package githubrepo + +import ( + "context" + "net/http" + + "github.com/google/go-github/v38/github" + . "github.com/onsi/ginkgo/v2" + . "github.com/onsi/gomega" + + "github.com/ossf/scorecard/v4/clients" + "github.com/ossf/scorecard/v4/clients/githubrepo/roundtripper" + "github.com/ossf/scorecard/v4/log" +) + +var _ = Describe("E2E TEST: githubrepo.statusesHandler", func() { + var statusHandler *statusesHandler + + BeforeEach(func() { + ctx := context.Background() + rt := roundtripper.NewTransport(context.Background(), &log.Logger{}) + httpClient := &http.Client{ + Transport: rt, + } + client := github.NewClient(httpClient) + statusHandler = &statusesHandler{ + client: client, + ctx: ctx, + } + }) + Context("listStatuses()", func() { + It("returns statuses", func() { + repoURL := repoURL{ + owner: "ossf", + repo: "scorecard", + commitSHA: clients.HeadSHA, + } + + statusHandler.init(context.Background(), &repoURL) + resp, err := statusHandler.listStatuses("8c9e552f68e5fd070692b8376ac51d2e8a7f0aaa") + Expect(err).NotTo(HaveOccurred()) + Expect(len(resp)).ShouldNot(Equal(0)) + }) + }) +}) diff --git a/clients/githubrepo/testdata/valid-webhook.json b/clients/githubrepo/testdata/valid-webhook.json new file mode 100644 index 00000000000..3a61189adaa --- /dev/null +++ b/clients/githubrepo/testdata/valid-webhook.json @@ -0,0 +1,27 @@ +[ + { + "type": "Repository", + "id": 12345678, + "name": "web", + "active": true, + "events": [ + "push" + ], + "config": { + "content_type": "form", + "insecure_ssl": "1", + "url": "https://test.com/test" + }, + "updated_at": "2023-06-14T12:52:12Z", + "created_at": "2023-06-12T13:46:50Z", + "url": "https://api.github.com/repos/ossf-tests/webhook-e2e/hooks/12345678", + "test_url": "https://api.github.com/repos/ossf-tests/webhook-e2e/hooks/12345678/test", + "ping_url": "https://api.github.com/repos/ossf-tests/webhook-e2e/hooks/12345678/pings", + "deliveries_url": "https://api.github.com/repos/ossf-tests/webhook-e2e/hooks/12345678/deliveries", + "last_response": { + "code": 502, + "status": "connection_error", + "message": "failed to connect to host" + } + } +] \ No newline at end of file diff --git a/clients/githubrepo/webhook_test.go b/clients/githubrepo/webhook_test.go new file mode 100644 index 00000000000..5e99af026dc --- /dev/null +++ b/clients/githubrepo/webhook_test.go @@ -0,0 +1,97 @@ +// Copyright 2023 OpenSSF Scorecard Authors +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package githubrepo + +import ( + "context" + "net/http" + "os" + "testing" + + "github.com/google/go-cmp/cmp" + "github.com/google/go-github/v38/github" + + "github.com/ossf/scorecard/v4/clients" +) + +type stubTripper struct { + responsePath string +} + +func (s stubTripper) RoundTrip(_ *http.Request) (*http.Response, error) { + f, err := os.Open(s.responsePath) + if err != nil { + //nolint:wrapcheck + return nil, err + } + return &http.Response{ + Status: "200 OK", + StatusCode: http.StatusOK, + Body: f, + }, nil +} + +func Test_listWebhooks(t *testing.T) { + t.Parallel() + tests := []struct { + name string + responsePath string + want []clients.Webhook + wantErr bool + }{ + { + name: "valid webhook", + responsePath: "./testdata/valid-webhook.json", + want: []clients.Webhook{ + { + ID: 12345678, + UsesAuthSecret: false, + }, + }, + wantErr: false, + }, + } + for _, tt := range tests { + tt := tt + t.Run(tt.name, func(t *testing.T) { + t.Parallel() + ctx := context.Background() + httpClient := &http.Client{ + Transport: stubTripper{ + responsePath: tt.responsePath, + }, + } + client := github.NewClient(httpClient) + handler := &webhookHandler{ + ghClient: client, + ctx: ctx, + } + + repoURL := repoURL{ + owner: "ossf-tests", + repo: "foo", + commitSHA: clients.HeadSHA, + } + handler.init(ctx, &repoURL) + got, err := handler.listWebhooks() + if (err != nil) != tt.wantErr { + t.Fatalf("listWebhooks error: %v, wantedErr: %t", err, tt.wantErr) + } + if !cmp.Equal(got, tt.want) { + t.Errorf("listWebhooks() = %v, want %v", got, cmp.Diff(got, tt.want)) + } + }) + } +} diff --git a/clients/gitlabrepo/client.go b/clients/gitlabrepo/client.go index 1254118fffc..e0df99e5306 100644 --- a/clients/gitlabrepo/client.go +++ b/clients/gitlabrepo/client.go @@ -58,6 +58,20 @@ type Client struct { commitDepth int } +var errRepoAccess = errors.New("repo inaccessible") + +// Raise an error if repository access level is private or disabled. +func checkRepoInaccessible(repo *gitlab.Project) error { + if (repo.RepositoryAccessLevel == gitlab.PrivateAccessControl) || + (repo.RepositoryAccessLevel == gitlab.DisabledAccessControl) { + return fmt.Errorf("%w: %s access level %s", + errRepoAccess, repo.PathWithNamespace, string(repo.RepositoryAccessLevel), + ) + } + + return nil +} + // InitRepo sets up the GitLab project in local storage for improving performance and GitLab token usage efficiency. func (client *Client) InitRepo(inputRepo clients.Repo, commitSHA string, commitDepth int) error { glRepo, ok := inputRepo.(*repoURL) @@ -71,6 +85,11 @@ func (client *Client) InitRepo(inputRepo clients.Repo, commitSHA string, commitD if err != nil { return sce.WithMessage(sce.ErrRepoUnreachable, proj+"\t"+err.Error()) } + + if err = checkRepoInaccessible(repo); err != nil { + return sce.WithMessage(sce.ErrRepoUnreachable, err.Error()) + } + if commitDepth <= 0 { client.commitDepth = 30 // default } else { diff --git a/clients/gitlabrepo/client_e2e_test.go b/clients/gitlabrepo/client_e2e_test.go new file mode 100644 index 00000000000..741effd5fae --- /dev/null +++ b/clients/gitlabrepo/client_e2e_test.go @@ -0,0 +1,82 @@ +// Copyright 2023 OpenSSF Scorecard Authors +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package gitlabrepo + +import ( + "context" + "fmt" + + . "github.com/onsi/ginkgo/v2" + . "github.com/onsi/gomega" + "github.com/xanzy/go-gitlab" +) + +var _ = Describe("E2E TEST: gitlabrepo.commitsHandler", func() { + Context("Test whether commits are listed - GitLab", func() { + It("returns that the repo is inaccessible", func() { + repo, err := MakeGitlabRepo("https://gitlab.com/fdroid/fdroidclient") + Expect(err).Should(BeNil()) + + client, err := CreateGitlabClient(context.Background(), repo.Host()) + Expect(err).Should(BeNil()) + + err = client.InitRepo(repo, "a4bbef5c70fd2ac7c15437a22ef0f9ef0b447d08", 20) + Expect(err).Should(BeNil()) + + c, err := client.ListCommits() + Expect(err).Should(BeNil()) + + Expect(len(c)).Should(BeNumerically(">", 0)) + }) + }) +}) + +var _ = Describe("E2E TEST: gitlabrepo.client", func() { + Context("checkRepoInaccessible", func() { + It("returns that the repo is inaccessible - GitLab", func() { + skipIfTokenIsNot(gitlabPATTokenType, "GitLab only") + repo, err := MakeGitlabRepo("https://gitlab.com/ossf-test/private-project") + Expect(err).Should(BeNil()) + + client, err := CreateGitlabClient(context.Background(), repo.Host()) + Expect(err).Should(BeNil()) + + glRepo, ok := repo.(*repoURL) + Expect(ok).Should(BeTrue()) + + // Sanity check. + glcl, ok := client.(*Client) + Expect(ok).Should(BeTrue()) + + path := fmt.Sprintf("%s/%s", glRepo.owner, glRepo.project) + proj, _, err := glcl.glClient.Projects.GetProject(path, &gitlab.GetProjectOptions{}) + Expect(err).Should(BeNil()) + + err = checkRepoInaccessible(proj) + Expect(err).ShouldNot(BeNil()) + }) + + It("should initialize repos without error - GitLab", func() { + repo, err := MakeGitlabRepo("https://gitlab.com/fdroid/fdroidclient") + Expect(err).Should(BeNil()) + + client, err := CreateGitlabClient(context.Background(), repo.Host()) + Expect(err).Should(BeNil()) + + err = client.InitRepo(repo, "a4bbef5c70fd2ac7c15437a22ef0f9ef0b447d08", 20) + Expect(err).Should(BeNil()) + }) + }) +}) diff --git a/clients/gitlabrepo/client_test.go b/clients/gitlabrepo/client_test.go deleted file mode 100644 index 8a92d634dbb..00000000000 --- a/clients/gitlabrepo/client_test.go +++ /dev/null @@ -1,55 +0,0 @@ -// Copyright 2023 OpenSSF Scorecard Authors -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -package gitlabrepo - -import ( - "context" - "testing" -) - -func Test_InitRepo(t *testing.T) { - t.Parallel() - tcs := []struct { - name string - repourl string - commit string - depth int - }{ - { - repourl: "https://gitlab.com/fdroid/fdroidclient", - commit: "a4bbef5c70fd2ac7c15437a22ef0f9ef0b447d08", - depth: 20, - }, - } - - for _, tt := range tcs { - t.Run(tt.name, func(t *testing.T) { - repo, err := MakeGitlabRepo(tt.repourl) - if err != nil { - t.Error("couldn't make gitlab repo", err) - } - - client, err := CreateGitlabClient(context.Background(), repo.Host()) - if err != nil { - t.Error("couldn't make gitlab client", err) - } - - err = client.InitRepo(repo, tt.commit, tt.depth) - if err != nil { - t.Error("couldn't init gitlab repo", err) - } - }) - } -} diff --git a/clients/gitlabrepo/commits_e2e_test.go b/clients/gitlabrepo/commits_e2e_test.go new file mode 100644 index 00000000000..cc187aa295c --- /dev/null +++ b/clients/gitlabrepo/commits_e2e_test.go @@ -0,0 +1,75 @@ +// Copyright 2023 OpenSSF Scorecard Authors +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package gitlabrepo + +import ( + "context" + "fmt" + "os" + + . "github.com/onsi/ginkgo/v2" + . "github.com/onsi/gomega" +) + +type tokenType int + +const ( + patTokenType tokenType = iota + githubWorkflowDefaultTokenType + gitlabPATTokenType +) + +var tokType tokenType + +func skipIfTokenIsNot(t tokenType, msg string) { + if tokType != t { + Skip(msg) + } +} + +var _ = BeforeSuite(func() { + tt := os.Getenv("TOKEN_TYPE") + switch tt { + case "PAT": + tokType = patTokenType + case "GITHUB_TOKEN": + tokType = githubWorkflowDefaultTokenType + case "GITLAB_PAT": + tokType = gitlabPATTokenType + default: + panic(fmt.Sprintf("invalid TOKEN_TYPE: %s", tt)) + } +}) + +var _ = Describe("E2E TEST: gitlabrepo.commitsHandler", func() { + Context("ListCommits", func() { + It("Checks whether commits are listed - GitLab", func() { + skipIfTokenIsNot(patTokenType, "PAT only") + repo, err := MakeGitlabRepo("https://gitlab.com/baserow/baserow") + Expect(err).Should(BeNil()) + + client, err := CreateGitlabClient(context.Background(), repo.Host()) + Expect(err).Should(BeNil()) + + err = client.InitRepo(repo, "8a38c9f724c19b5422e27864a108318d1f769b8a", 20) + Expect(err).Should(BeNil()) + + c, err := client.ListCommits() + Expect(err).Should(BeNil()) + + Expect(len(c)).Should(BeNumerically(">", 0)) + }) + }) +}) diff --git a/clients/gitlabrepo/commits_test.go b/clients/gitlabrepo/commits_test.go index 93c179faee2..d7bc6b96bd9 100644 --- a/clients/gitlabrepo/commits_test.go +++ b/clients/gitlabrepo/commits_test.go @@ -15,54 +15,9 @@ package gitlabrepo import ( - "context" "testing" ) -func Test_Setup(t *testing.T) { - t.Parallel() - tcs := []struct { - name string - repourl string - commit string - depth int - }{ - { - name: "check that listcommits works", - repourl: "https://gitlab.com/fdroid/fdroidclient", - commit: "a4bbef5c70fd2ac7c15437a22ef0f9ef0b447d08", - depth: 20, - }, - } - - for _, tt := range tcs { - t.Run(tt.name, func(t *testing.T) { - repo, err := MakeGitlabRepo(tt.repourl) - if err != nil { - t.Error("couldn't make gitlab repo", err) - } - - client, err := CreateGitlabClient(context.Background(), repo.Host()) - if err != nil { - t.Error("couldn't make gitlab client", err) - } - - err = client.InitRepo(repo, tt.commit, tt.depth) - if err != nil { - t.Error("couldn't init gitlab repo", err) - } - - c, err := client.ListCommits() - if err != nil { - t.Error("couldn't list gitlab repo commits", err) - } - if len(c) == 0 { - t.Error("couldn't get any commits from gitlab repo") - } - }) - } -} - func TestParsingEmail(t *testing.T) { t.Parallel() diff --git a/clients/gitlabrepo/contributors_test.go b/clients/gitlabrepo/contributors_test.go index 50eab3d79c0..4960a1899a8 100644 --- a/clients/gitlabrepo/contributors_test.go +++ b/clients/gitlabrepo/contributors_test.go @@ -15,66 +15,13 @@ package gitlabrepo import ( - "context" - "fmt" "strconv" - "strings" "sync" "testing" "github.com/xanzy/go-gitlab" ) -func Test_ContributorsSetup(t *testing.T) { - t.Parallel() - tcs := []struct { - name string - repourl string - commit string - depth int - }{ - { - name: "check that Contributor works", - repourl: "https://gitlab.com/fdroid/fdroidclient", - commit: "HEAD", - depth: 20, - }, - } - - for _, tt := range tcs { - t.Run(tt.name, func(t *testing.T) { - repo, err := MakeGitlabRepo(tt.repourl) - if err != nil { - t.Error("couldn't make gitlab repo", err) - } - - client, err := CreateGitlabClientWithToken(context.Background(), "", repo.Host()) - if err != nil { - t.Error("couldn't make gitlab client", err) - } - - err = client.InitRepo(repo, tt.commit, tt.depth) - if err != nil { - t.Error("couldn't init gitlab repo", - err) - } - - c, err := client.ListContributors() - // Authentication is failing when querying users, not sure yet how to get around that - if err != nil { - errMsg := fmt.Sprintf("%v", err) - - if !(strings.Contains(errMsg, "error during Users.Get") && strings.Contains(errMsg, "401")) { - t.Error("couldn't list gitlab repo contributors", err) - } - } - if len(c) != 0 { - t.Error("couldn't get any contributors from gitlab repo") - } - }) - } -} - func TestContributors(t *testing.T) { t.Parallel() diff --git a/cmd/internal/nuget/client.go b/cmd/internal/nuget/client.go new file mode 100644 index 00000000000..deb3d863e40 --- /dev/null +++ b/cmd/internal/nuget/client.go @@ -0,0 +1,275 @@ +// Copyright 2020 OpenSSF Scorecard Authors +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +// Package nuget implements Nuget API client. +package nuget + +import ( + "encoding/json" + "encoding/xml" + "fmt" + "io" + "net/http" + "regexp" + "strings" + + "golang.org/x/exp/slices" + + pmc "github.com/ossf/scorecard/v4/cmd/internal/packagemanager" + sce "github.com/ossf/scorecard/v4/errors" +) + +type indexResults struct { + Resources []indexResult `json:"resources"` +} + +func (n indexResults) findResourceByType(resultType string) (string, error) { + resourceIndex := slices.IndexFunc(n.Resources, + func(n indexResult) bool { return n.Type == resultType }) + if resourceIndex == -1 { + return "", sce.WithMessage(sce.ErrScorecardInternal, + fmt.Sprintf("failed to find %v URI at nuget index json", resultType)) + } + + return n.Resources[resourceIndex].ID, nil +} + +type indexResult struct { + ID string `json:"@id"` + Type string `json:"@type"` +} + +type packageRegistrationCatalogRoot struct { + Pages []packageRegistrationCatalogPage `json:"items"` +} + +func (n packageRegistrationCatalogRoot) latestVersion(manager pmc.Client) (string, error) { + for pageIndex := len(n.Pages) - 1; pageIndex >= 0; pageIndex-- { + page := n.Pages[pageIndex] + if page.Packages == nil { + err := decodeResponseFromClient(func() (*http.Response, error) { + //nolint: wrapcheck + return manager.GetURI(page.ID) + }, + func(rc io.ReadCloser) error { + //nolint: wrapcheck + return json.NewDecoder(rc).Decode(&page) + }, "nuget package registration page") + if err != nil { + return "", err + } + } + for packageIndex := len(page.Packages) - 1; packageIndex >= 0; packageIndex-- { + base, preReleaseSuffix := parseNugetSemVer(page.Packages[packageIndex].Entry.Version) + // skipping non listed and pre-releases + if page.Packages[packageIndex].Entry.Listed && len(strings.TrimSpace(preReleaseSuffix)) == 0 { + return base, nil + } + } + } + return "", sce.WithMessage(sce.ErrScorecardInternal, "failed to get a listed version for package") +} + +type packageRegistrationCatalogPage struct { + ID string `json:"@id"` + Packages []packageRegistrationCatalogItem `json:"items"` +} + +type packageRegistrationCatalogItem struct { + Entry packageRegistrationCatalogEntry `json:"catalogEntry"` +} + +type packageRegistrationCatalogEntry struct { + Version string `json:"version"` + Listed bool `json:"listed"` +} + +func (e *packageRegistrationCatalogEntry) UnmarshalJSON(text []byte) error { + type Alias packageRegistrationCatalogEntry + aux := Alias{ + Listed: true, // set the default value before parsing JSON + } + if err := json.Unmarshal(text, &aux); err != nil { + return fmt.Errorf("failed to unmarshal json: %w", err) + } + *e = packageRegistrationCatalogEntry(aux) + return nil +} + +type packageNuspec struct { + XMLName xml.Name `xml:"package"` + Metadata nuspecMetadata `xml:"metadata"` +} + +func (p *packageNuspec) projectURL(packageName string) (string, error) { + for _, projectURL := range []string{p.Metadata.Repository.URL, p.Metadata.ProjectURL} { + projectURL = strings.TrimSpace(projectURL) + if projectURL != "" && isSupportedProjectURL(projectURL) { + projectURL = strings.TrimSuffix(projectURL, "/") + projectURL = strings.TrimSuffix(projectURL, ".git") + return projectURL, nil + } + } + return "", sce.WithMessage(sce.ErrScorecardInternal, + fmt.Sprintf("source repo is not defined for nuget package %v", packageName)) +} + +type nuspecMetadata struct { + XMLName xml.Name `xml:"metadata"` + ProjectURL string `xml:"projectUrl"` + Repository nuspecRepository `xml:"repository"` +} + +type nuspecRepository struct { + XMLName xml.Name `xml:"repository"` + URL string `xml:"url,attr"` +} + +type Client interface { + GitRepositoryByPackageName(packageName string) (string, error) +} + +type NugetClient struct { + Manager pmc.Client +} + +func (c NugetClient) GitRepositoryByPackageName(packageName string) (string, error) { + packageBaseURL, registrationBaseURL, err := c.baseUrls() + if err != nil { + return "", err + } + + packageSpec, err := c.packageSpec(packageBaseURL, registrationBaseURL, packageName) + if err != nil { + return "", err + } + + packageURL, err := packageSpec.projectURL(packageName) + if err != nil { + return "", err + } + return packageURL, nil +} + +func (c *NugetClient) packageSpec(packageBaseURL, registrationBaseURL, packageName string) (packageNuspec, error) { + lowerCasePackageName := strings.ToLower(packageName) + lastPackageVersion, err := c.latestListedVersion(registrationBaseURL, + lowerCasePackageName) + if err != nil { + return packageNuspec{}, err + } + packageSpecResults := &packageNuspec{} + err = decodeResponseFromClient(func() (*http.Response, error) { + //nolint: wrapcheck + return c.Manager.Get( + packageBaseURL+"%[1]v/"+lastPackageVersion+"/%[1]v.nuspec", lowerCasePackageName) + }, + func(rc io.ReadCloser) error { + //nolint: wrapcheck + return xml.NewDecoder(rc).Decode(packageSpecResults) + }, "nuget package spec") + + if err != nil { + return packageNuspec{}, err + } + if packageSpecResults.Metadata == (nuspecMetadata{}) { + return packageNuspec{}, sce.WithMessage(sce.ErrScorecardInternal, + "Nuget nuspec xml Metadata is empty") + } + return *packageSpecResults, nil +} + +func (c *NugetClient) baseUrls() (string, string, error) { + indexURL := "https://api.nuget.org/v3/index.json" + indexResults := &indexResults{} + err := decodeResponseFromClient(func() (*http.Response, error) { + //nolint: wrapcheck + return c.Manager.GetURI(indexURL) + }, + func(rc io.ReadCloser) error { + //nolint: wrapcheck + return json.NewDecoder(rc).Decode(indexResults) + }, "nuget index json") + if err != nil { + return "", "", err + } + packageBaseURL, err := indexResults.findResourceByType("PackageBaseAddress/3.0.0") + if err != nil { + return "", "", err + } + registrationBaseURL, err := indexResults.findResourceByType("RegistrationsBaseUrl/3.6.0") + if err != nil { + return "", "", err + } + return packageBaseURL, registrationBaseURL, nil +} + +// Gets the latest listed nuget version of a package, based on the protocol defined at +// https://learn.microsoft.com/en-us/nuget/api/package-base-address-resource#enumerate-package-versions +func (c *NugetClient) latestListedVersion(baseURL, packageName string) (string, error) { + packageRegistrationCatalogRoot := &packageRegistrationCatalogRoot{} + err := decodeResponseFromClient(func() (*http.Response, error) { + //nolint: wrapcheck + return c.Manager.Get(baseURL+"%s/index.json", packageName) + }, + func(rc io.ReadCloser) error { + //nolint: wrapcheck + return json.NewDecoder(rc).Decode(packageRegistrationCatalogRoot) + }, "nuget package registration index json") + if err != nil { + return "", err + } + return packageRegistrationCatalogRoot.latestVersion(c.Manager) +} + +func isSupportedProjectURL(projectURL string) bool { + pattern := `^(?:https?://)?(?:www\.)?(?:github|gitlab)\.com/([A-Za-z0-9_\.-]+)/([A-Za-z0-9_\./-]+)$` + regex := regexp.MustCompile(pattern) + return regex.MatchString(projectURL) +} + +// Nuget semver diverges from Semantic Versioning. +// This method returns the Nuget represntation of version and pre release strings. +// nolint: lll // long URL +// more info: https://learn.microsoft.com/en-us/nuget/concepts/package-versioning#where-nugetversion-diverges-from-semantic-versioning +func parseNugetSemVer(versionString string) (base, preReleaseSuffix string) { + metadataAndVersion := strings.Split(versionString, "+") + prereleaseAndVersions := strings.Split(metadataAndVersion[0], "-") + if len(prereleaseAndVersions) == 1 { + return prereleaseAndVersions[0], "" + } + return prereleaseAndVersions[0], prereleaseAndVersions[1] +} + +func decodeResponseFromClient(getFunc func() (*http.Response, error), + decodeFunc func(io.ReadCloser) error, name string, +) error { + response, err := getFunc() + if err != nil { + return sce.WithMessage(sce.ErrScorecardInternal, + fmt.Sprintf("failed to get %s: %v", name, err)) + } + if response.StatusCode != http.StatusOK { + return sce.WithMessage(sce.ErrScorecardInternal, + fmt.Sprintf("failed to get %s with status: %v", name, response.Status)) + } + defer response.Body.Close() + + err = decodeFunc(response.Body) + if err != nil { + return sce.WithMessage(sce.ErrScorecardInternal, + fmt.Sprintf("failed to parse %s: %v", name, err)) + } + return nil +} diff --git a/cmd/internal/nuget/client_test.go b/cmd/internal/nuget/client_test.go new file mode 100644 index 00000000000..bb5f8c2cfec --- /dev/null +++ b/cmd/internal/nuget/client_test.go @@ -0,0 +1,623 @@ +// Copyright 2020 OpenSSF Scorecard Authors +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +// Package nuget implements Nuget API client. +package nuget + +import ( + "bytes" + "errors" + "fmt" + "io" + "net/http" + "os" + "strings" + "testing" + + "github.com/golang/mock/gomock" + "golang.org/x/exp/slices" + + pmc "github.com/ossf/scorecard/v4/cmd/internal/packagemanager" +) + +type resultPackagePage struct { + url string + response string +} +type nugetTestArgs struct { + inputPackageName string + expectedPackageName string + resultIndex string + resultPackageRegistrationIndex string + resultPackageSpec string + version string + resultPackageRegistrationPages []resultPackagePage +} +type nugetTest struct { + name string + want string + args nugetTestArgs + wantErr bool +} + +func Test_fetchGitRepositoryFromNuget(t *testing.T) { + t.Parallel() + + tests := []nugetTest{ + { + name: "find latest version in single page", + + args: nugetTestArgs{ + inputPackageName: "nuget-package", + resultIndex: "index.json", + resultPackageRegistrationIndex: "package_registration_index_single.json", + resultPackageRegistrationPages: []resultPackagePage{}, + resultPackageSpec: "package_spec.xml", + version: "4.0.1", + }, + want: "https://github.com/foo/foo.net", + wantErr: false, + }, + { + name: "find by lowercase package name", + + args: nugetTestArgs{ + inputPackageName: "Nuget-Package", + expectedPackageName: "nuget-package", + resultIndex: "index.json", + resultPackageRegistrationIndex: "package_registration_index_single.json", + resultPackageRegistrationPages: []resultPackagePage{}, + resultPackageSpec: "package_spec.xml", + version: "4.0.1", + }, + want: "https://github.com/foo/foo.net", + wantErr: false, + }, + { + name: "find and remove trailing slash", + + args: nugetTestArgs{ + inputPackageName: "Nuget-Package", + expectedPackageName: "nuget-package", + resultIndex: "index.json", + resultPackageRegistrationIndex: "package_registration_index_single.json", + resultPackageRegistrationPages: []resultPackagePage{}, + resultPackageSpec: "package_spec_trailing_slash.xml", + version: "4.0.1", + }, + want: "https://github.com/foo/foo.net", + wantErr: false, + }, + { + name: "find and remove git ending", + + args: nugetTestArgs{ + inputPackageName: "nuget-package", + resultIndex: "index.json", + resultPackageRegistrationIndex: "package_registration_index_single.json", + resultPackageRegistrationPages: []resultPackagePage{}, + resultPackageSpec: "package_spec_git_ending.xml", + version: "4.0.1", + }, + want: "https://github.com/foo/foo.net", + wantErr: false, + }, + { + name: "find and handle four digit version", + + args: nugetTestArgs{ + inputPackageName: "nuget-package", + resultIndex: "index.json", + resultPackageRegistrationIndex: "package_registration_index_four_digit_version.json", + resultPackageRegistrationPages: []resultPackagePage{}, + resultPackageSpec: "package_spec_four_digit_version.xml", + version: "1.60.0.2981", + }, + want: "https://github.com/foo/foo.net", + wantErr: false, + }, + { + name: "skip semver metadata", + + args: nugetTestArgs{ + inputPackageName: "nuget-package", + resultIndex: "index.json", + resultPackageRegistrationIndex: "package_registration_index_metadata_version.json", + resultPackageRegistrationPages: []resultPackagePage{}, + resultPackageSpec: "package_spec.xml", + version: "4.0.1", + }, + want: "https://github.com/foo/foo.net", + wantErr: false, + }, + { + name: "skip pre release", + + args: nugetTestArgs{ + inputPackageName: "nuget-package", + resultIndex: "index.json", + resultPackageRegistrationIndex: "package_registration_index_pre_release_version.json", + resultPackageRegistrationPages: []resultPackagePage{}, + resultPackageSpec: "package_spec.xml", + version: "4.0.1", + }, + want: "https://github.com/foo/foo.net", + wantErr: false, + }, + { + name: "skip pre release and metadata", + + args: nugetTestArgs{ + inputPackageName: "nuget-package", + resultIndex: "index.json", + resultPackageRegistrationIndex: "package_registration_index_pre_release_and_metadata_version.json", + resultPackageRegistrationPages: []resultPackagePage{}, + resultPackageSpec: "package_spec.xml", + version: "4.0.1", + }, + want: "https://github.com/foo/foo.net", + wantErr: false, + }, + { + name: "find in project url if repository missing", + + args: nugetTestArgs{ + inputPackageName: "nuget-package", + resultIndex: "index.json", + resultPackageRegistrationIndex: "package_registration_index_single.json", + resultPackageRegistrationPages: []resultPackagePage{}, + resultPackageSpec: "package_spec_project_url.xml", + version: "4.0.1", + }, + want: "https://github.com/foo/foo.net", + wantErr: false, + }, + { + name: "get github project url without git ending", + + args: nugetTestArgs{ + inputPackageName: "nuget-package", + resultIndex: "index.json", + resultPackageRegistrationIndex: "package_registration_index_single.json", + resultPackageRegistrationPages: []resultPackagePage{}, + resultPackageSpec: "package_spec_project_url_git_ending.xml", + version: "4.0.1", + }, + want: "https://github.com/foo/foo.net", + wantErr: false, + }, + { + name: "get gitlab project url if repository url missing", + + args: nugetTestArgs{ + inputPackageName: "nuget-package", + resultIndex: "index.json", + resultPackageRegistrationIndex: "package_registration_index_single.json", + resultPackageRegistrationPages: []resultPackagePage{}, + resultPackageSpec: "package_spec_project_url_gitlab.xml", + version: "4.0.1", + }, + want: "https://gitlab.com/foo/foo.net", + wantErr: false, + }, + { + name: "error if project url is not gitlab or github", + + args: nugetTestArgs{ + inputPackageName: "nuget-package", + resultIndex: "index.json", + resultPackageRegistrationIndex: "package_registration_index_single.json", + resultPackageRegistrationPages: []resultPackagePage{}, + resultPackageSpec: "package_spec_project_url_not_supported.xml", + version: "4.0.1", + }, + want: "internal error: source repo is not defined for nuget package nuget-package", + wantErr: true, + }, + { + name: "find latest version in first of multiple pages", + + args: nugetTestArgs{ + inputPackageName: "nuget-package", + resultIndex: "index.json", + resultPackageRegistrationIndex: "package_registration_index_multiple.json", + resultPackageRegistrationPages: []resultPackagePage{}, + resultPackageSpec: "package_spec.xml", + version: "4.0.1", + }, + want: "https://github.com/foo/foo.net", + wantErr: false, + }, + { + name: "find latest version in first of multiple remote pages", + + args: nugetTestArgs{ + inputPackageName: "nuget-package", + resultIndex: "index.json", + resultPackageRegistrationIndex: "package_registration_index_multiple_remote.json", + resultPackageRegistrationPages: []resultPackagePage{ + { + url: "https://api.nuget.org/v3/registration5-semver1/Foo.NET/page1/index.json", + response: "package_registration_page_one.json", + }, + { + url: "https://api.nuget.org/v3/registration5-semver1/Foo.NET/page2/index.json", + response: "package_registration_page_two.json", + }, + }, + resultPackageSpec: "package_spec.xml", + version: "4.0.1", + }, + want: "https://github.com/foo/foo.net", + wantErr: false, + }, + { + name: "find latest version in last of multiple pages", + + args: nugetTestArgs{ + inputPackageName: "nuget-package", + resultIndex: "index.json", + resultPackageRegistrationIndex: "package_registration_index_multiple_last.json", + resultPackageRegistrationPages: []resultPackagePage{}, + resultPackageSpec: "package_spec.xml", + version: "4.0.1", + }, + want: "https://github.com/foo/foo.net", + wantErr: false, + }, + { + name: "find latest version in last of remote multiple pages", + + args: nugetTestArgs{ + inputPackageName: "nuget-package", + resultIndex: "index.json", + resultPackageRegistrationIndex: "package_registration_index_multiple_remote.json", + resultPackageRegistrationPages: []resultPackagePage{ + { + url: "https://api.nuget.org/v3/registration5-semver1/Foo.NET/page1/index.json", + response: "package_registration_page_one.json", + }, + { + url: "https://api.nuget.org/v3/registration5-semver1/Foo.NET/page2/index.json", + response: "package_registration_page_two_not_listed.json", + }, + }, + resultPackageSpec: "package_spec.xml", + version: "3.5.2", + }, + want: "https://github.com/foo/foo.net", + wantErr: false, + }, + { + name: "find latest version with default listed value true", + + args: nugetTestArgs{ + inputPackageName: "nuget-package", + resultIndex: "index.json", + resultPackageRegistrationIndex: "package_registration_index_default_listed_true.json", + resultPackageRegistrationPages: []resultPackagePage{}, + resultPackageSpec: "package_spec.xml", + version: "4.0.1", + }, + want: "https://github.com/foo/foo.net", + wantErr: false, + }, + { + name: "skip not listed versions", + + args: nugetTestArgs{ + inputPackageName: "nuget-package", + resultIndex: "index.json", + resultPackageRegistrationIndex: "package_registration_index_with_not_listed.json", + resultPackageRegistrationPages: []resultPackagePage{}, + resultPackageSpec: "package_spec.xml", + version: "3.5.8", + }, + want: "https://github.com/foo/foo.net", + wantErr: false, + }, + { + name: "error if no listed version", + + args: nugetTestArgs{ + inputPackageName: "nuget-package", + resultIndex: "index.json", + resultPackageRegistrationIndex: "package_registration_index_all_not_listed.json", + resultPackageRegistrationPages: []resultPackagePage{}, + resultPackageSpec: "", + version: "", + }, + want: "internal error: failed to get a listed version for package", + wantErr: true, + }, + { + name: "error no index", + + args: nugetTestArgs{ + inputPackageName: "nuget-package", + resultIndex: "", + resultPackageRegistrationIndex: "", + resultPackageRegistrationPages: []resultPackagePage{}, + resultPackageSpec: "", + }, + want: "internal error: failed to get nuget index json: error", + wantErr: true, + }, + { + name: "error bad index", + + args: nugetTestArgs{ + inputPackageName: "nuget-package", + resultIndex: "text", + resultPackageRegistrationIndex: "", + resultPackageRegistrationPages: []resultPackagePage{}, + resultPackageSpec: "", + }, + want: "internal error: failed to parse nuget index json: invalid character 'e' in literal true (expecting 'r')", + wantErr: true, + }, + { + name: "error package registration index", + + args: nugetTestArgs{ + inputPackageName: "nuget-package", + resultIndex: "index.json", + resultPackageRegistrationIndex: "", + resultPackageRegistrationPages: []resultPackagePage{}, + resultPackageSpec: "", + }, + want: "internal error: failed to get nuget package registration index json: error", + wantErr: true, + }, + { + name: "error bad package index", + + args: nugetTestArgs{ + inputPackageName: "nuget-package", + resultIndex: "index.json", + resultPackageRegistrationIndex: "text", + resultPackageRegistrationPages: []resultPackagePage{}, + resultPackageSpec: "", + }, + //nolint + want: "internal error: failed to parse nuget package registration index json: invalid character 'e' in literal true (expecting 'r')", + wantErr: true, + }, + { + name: "error package registration page", + args: nugetTestArgs{ + inputPackageName: "nuget-package", + resultIndex: "index.json", + resultPackageRegistrationIndex: "package_registration_index_multiple_remote.json", + resultPackageRegistrationPages: []resultPackagePage{ + { + url: "https://api.nuget.org/v3/registration5-semver1/Foo.NET/page1/index.json", + response: "", + }, + { + url: "https://api.nuget.org/v3/registration5-semver1/Foo.NET/page2/index.json", + response: "", + }, + }, + resultPackageSpec: "", + }, + want: "internal error: failed to get nuget package registration page: error", + wantErr: true, + }, + { + name: "error in package spec", + args: nugetTestArgs{ + inputPackageName: "nuget-package", + resultIndex: "index.json", + resultPackageRegistrationIndex: "package_registration_index_single.json", + resultPackageRegistrationPages: []resultPackagePage{}, + resultPackageSpec: "", + version: "4.0.1", + }, + want: "internal error: failed to get nuget package spec: error", + wantErr: true, + }, + { + name: "error bad package spec", + + args: nugetTestArgs{ + inputPackageName: "nuget-package", + resultIndex: "index.json", + resultPackageRegistrationIndex: "package_registration_index_multiple_remote.json", + resultPackageRegistrationPages: []resultPackagePage{ + { + url: "https://api.nuget.org/v3/registration5-semver1/Foo.NET/page2/index.json", + response: "text", + }, + }, + resultPackageSpec: "", + }, + //nolint + want: "internal error: failed to parse nuget package registration page: invalid character 'e' in literal true (expecting 'r')", + wantErr: true, + }, + { + name: "error package spec", + args: nugetTestArgs{ + inputPackageName: "nuget-package", + resultIndex: "index.json", + resultPackageRegistrationIndex: "package_registration_index_single.json", + resultPackageRegistrationPages: []resultPackagePage{}, + resultPackageSpec: "text", + version: "4.0.1", + }, + want: "internal error: failed to parse nuget package spec: EOF", + wantErr: true, + }, + { + name: "bad remote package page", + + args: nugetTestArgs{ + inputPackageName: "nuget-package", + resultIndex: "index.json", + resultPackageRegistrationIndex: "package_registration_index_multiple_remote.json", + resultPackageRegistrationPages: []resultPackagePage{ + { + url: "https://api.nuget.org/v3/registration5-semver1/Foo.NET/index.json#page/1", + response: "text", + }, + }, + resultPackageSpec: "", + }, + want: "internal error: failed to get nuget package registration page: error", + wantErr: true, + }, + { + name: "error no registration url", + args: nugetTestArgs{ + inputPackageName: "nuget-package", + resultIndex: "index_bad_registration_base.json", + resultPackageRegistrationIndex: "", + resultPackageRegistrationPages: []resultPackagePage{}, + resultPackageSpec: "", + version: "4.0.1", + }, + want: "internal error: failed to find RegistrationsBaseUrl/3.6.0 URI at nuget index json", + wantErr: true, + }, + { + name: "error no package base url", + args: nugetTestArgs{ + inputPackageName: "nuget-package", + resultIndex: "index_bad_package_base.json", + resultPackageRegistrationIndex: "", + resultPackageRegistrationPages: []resultPackagePage{}, + resultPackageSpec: "", + version: "4.0.1", + }, + want: "internal error: failed to find PackageBaseAddress/3.0.0 URI at nuget index json", + wantErr: true, + }, + { + name: "error marhsal entry", + args: nugetTestArgs{ + inputPackageName: "nuget-package", + resultIndex: "index.json", + resultPackageRegistrationIndex: "package_registration_index_marshal_error.json", + resultPackageRegistrationPages: []resultPackagePage{}, + resultPackageSpec: "", + version: "", + }, + //nolint + want: "internal error: failed to parse nuget package registration index json: failed to unmarshal json: json: cannot unmarshal number into Go struct field Alias.listed of type bool", + wantErr: true, + }, + { + name: "empty package spec", + args: nugetTestArgs{ + inputPackageName: "nuget-package", + resultIndex: "index.json", + resultPackageRegistrationIndex: "package_registration_index_single.json", + resultPackageRegistrationPages: []resultPackagePage{}, + resultPackageSpec: "package_spec_error.xml", + version: "4.0.1", + }, + want: "internal error: source repo is not defined for nuget package nuget-package", + wantErr: true, + }, + } + + for _, tt := range tests { + tt := tt + t.Run(tt.name, func(t *testing.T) { + t.Parallel() + ctrl := gomock.NewController(t) + p := pmc.NewMockClient(ctrl) + p.EXPECT().GetURI(gomock.Any()). + DoAndReturn(func(url string) (*http.Response, error) { + return nugetIndexOrPageTestResults(url, &tt) + }).AnyTimes() + expectedPackageName := tt.args.expectedPackageName + if strings.TrimSpace(expectedPackageName) == "" { + expectedPackageName = tt.args.inputPackageName + } + + p.EXPECT().Get(gomock.Any(), expectedPackageName). + DoAndReturn(func(url, inputPackageName string) (*http.Response, error) { + return nugetPackageIndexAndSpecResponse(t, url, &tt) + }).AnyTimes() + client := NugetClient{Manager: p} + got, err := client.GitRepositoryByPackageName(tt.args.inputPackageName) + if err != nil { + if !tt.wantErr { + t.Errorf("fetchGitRepositoryFromNuget() error = %v, wantErr %v", err, tt.wantErr) + return + } + if err.Error() != tt.want { + t.Errorf("fetchGitRepositoryFromNuget() err.Error() = %v, wanted %v", err.Error(), tt.want) + return + } + return + } + + if got != tt.want { + t.Errorf("fetchGitRepositoryFromNuget() = %v, want %v", got, tt.want) + } + }) + } +} + +func nugetIndexOrPageTestResults(url string, test *nugetTest) (*http.Response, error) { + if url == "https://api.nuget.org/v3/index.json" { + return testResult(test.wantErr, test.args.resultIndex) + } + urlResponseIndex := slices.IndexFunc(test.args.resultPackageRegistrationPages, + func(page resultPackagePage) bool { return page.url == url }) + if urlResponseIndex == -1 { + //nolint + return nil, errors.New("error") + } + page := test.args.resultPackageRegistrationPages[urlResponseIndex] + return testResult(test.wantErr, page.response) +} + +func nugetPackageIndexAndSpecResponse(t *testing.T, url string, test *nugetTest) (*http.Response, error) { + t.Helper() + if strings.HasSuffix(url, "index.json") { + return testResult(test.wantErr, test.args.resultPackageRegistrationIndex) + } else if strings.HasSuffix(url, ".nuspec") { + if strings.Contains(url, fmt.Sprintf("/%v/", test.args.version)) { + return testResult(test.wantErr, test.args.resultPackageSpec) + } + t.Errorf("fetchGitRepositoryFromNuget() version = %v, expected version = %v", url, test.args.version) + } + //nolint + return nil, errors.New("error") +} + +func testResult(wantErr bool, responseFileName string) (*http.Response, error) { + if wantErr && responseFileName == "" { + //nolint + return nil, errors.New("error") + } + if wantErr && responseFileName == "text" { + return &http.Response{ + StatusCode: 200, + Body: io.NopCloser(bytes.NewBufferString("text")), + }, nil + } + content, err := os.ReadFile("./testdata/" + responseFileName) + if err != nil { + return nil, fmt.Errorf("%w", err) + } + return &http.Response{ + StatusCode: 200, + Body: io.NopCloser(bytes.NewBufferString(string(content))), + }, nil +} diff --git a/cmd/internal/nuget/nuget_mockclient.go b/cmd/internal/nuget/nuget_mockclient.go new file mode 100644 index 00000000000..b02a9968e99 --- /dev/null +++ b/cmd/internal/nuget/nuget_mockclient.go @@ -0,0 +1,64 @@ +// Copyright 2021 OpenSSF Scorecard Authors +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// + +// Code generated by MockGen. DO NOT EDIT. +// Source: cmd/internal/nuget/client.go + +// Package nuget is a generated GoMock package. +package nuget + +import ( + reflect "reflect" + + gomock "github.com/golang/mock/gomock" +) + +// MockClient is a mock of Client interface. +type MockClient struct { + ctrl *gomock.Controller + recorder *MockClientMockRecorder +} + +// MockClientMockRecorder is the mock recorder for MockClient. +type MockClientMockRecorder struct { + mock *MockClient +} + +// NewMockClient creates a new mock instance. +func NewMockClient(ctrl *gomock.Controller) *MockClient { + mock := &MockClient{ctrl: ctrl} + mock.recorder = &MockClientMockRecorder{mock} + return mock +} + +// EXPECT returns an object that allows the caller to indicate expected use. +func (m *MockClient) EXPECT() *MockClientMockRecorder { + return m.recorder +} + +// GitRepositoryByPackageName mocks base method. +func (m *MockClient) GitRepositoryByPackageName(packageName string) (string, error) { + m.ctrl.T.Helper() + ret := m.ctrl.Call(m, "GitRepositoryByPackageName", packageName) + ret0, _ := ret[0].(string) + ret1, _ := ret[1].(error) + return ret0, ret1 +} + +// GitRepositoryByPackageName indicates an expected call of GitRepositoryByPackageName. +func (mr *MockClientMockRecorder) GitRepositoryByPackageName(packageName interface{}) *gomock.Call { + mr.mock.ctrl.T.Helper() + return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GitRepositoryByPackageName", reflect.TypeOf((*MockClient)(nil).GitRepositoryByPackageName), packageName) +} diff --git a/cmd/internal/nuget/testdata/index.json b/cmd/internal/nuget/testdata/index.json new file mode 100644 index 00000000000..0229bf48aa2 --- /dev/null +++ b/cmd/internal/nuget/testdata/index.json @@ -0,0 +1,15 @@ +{ + "version": "3.0.0", + "resources": [ + { + "@id": "https://api.nuget.org/v3-flatcontainer/", + "@type": "PackageBaseAddress/3.0.0", + "comment": "Base URL of where NuGet packages are stored" + }, + { + "@id": "https://api.nuget.org/v3/registration5-gz-semver1/", + "@type": "RegistrationsBaseUrl/3.6.0", + "comment": "Base URL of Azure storage where NuGet package registration info." + } + ] +} diff --git a/cmd/internal/nuget/testdata/index_bad_package_base.json b/cmd/internal/nuget/testdata/index_bad_package_base.json new file mode 100644 index 00000000000..466aebc8845 --- /dev/null +++ b/cmd/internal/nuget/testdata/index_bad_package_base.json @@ -0,0 +1,15 @@ +{ + "version": "3.0.0", + "resources": [ + { + "@id": "https://api.nuget.org/v3-flatcontainer/", + "@type": "PackageBaseAddress/3.1.0", + "comment": "Base URL of where NuGet packages are stored, in the format ..." + }, + { + "@id": "https://api.nuget.org/v3/registration5-gz-semver1/", + "@type": "RegistrationsBaseUrl/3.6.0", + "comment": "Base URL of Azure storage where NuGet package registration info." + } + ] +} diff --git a/cmd/internal/nuget/testdata/index_bad_registration_base.json b/cmd/internal/nuget/testdata/index_bad_registration_base.json new file mode 100644 index 00000000000..3b0612a8dca --- /dev/null +++ b/cmd/internal/nuget/testdata/index_bad_registration_base.json @@ -0,0 +1,15 @@ +{ + "version": "3.0.0", + "resources": [ + { + "@id": "https://api.nuget.org/v3-flatcontainer/", + "@type": "PackageBaseAddress/3.0.0", + "comment": "Base URL of where NuGet packages are stored, in the format ..." + }, + { + "@id": "https://api.nuget.org/v3/registration5-gz-semver1/", + "@type": "RegistrationsBaseUrl/3.2.0", + "comment": "Base URL of Azure storage where NuGet package registration info." + } + ] +} diff --git a/cmd/internal/nuget/testdata/package_registration_index_all_not_listed.json b/cmd/internal/nuget/testdata/package_registration_index_all_not_listed.json new file mode 100644 index 00000000000..dd6f0c529f7 --- /dev/null +++ b/cmd/internal/nuget/testdata/package_registration_index_all_not_listed.json @@ -0,0 +1,33 @@ +{ + "@id": "https://api.nuget.org/v3/registration5-semver1/Foo.NET/index.json", + "count": 1, + "items": [ + { + "@id": "https://api.nuget.org/v3/registration5-semver1/Foo.NET/index.json#page/1", + "@type": "catalog:CatalogPage", + "count": 2, + "items": [ + { + "@id": "https://api.nuget.org/v3/registration5-semver1/Foo.NET/3.5.8.json", + "@type": "Package", + "catalogEntry": { + "@id": "https://api.nuget.org/v3/catalog0/data/2022.12.08.16.43.03/Foo.NET.3.5.8.json", + "@type": "PackageDetails", + "listed": false, + "version": "3.5.8" + } + }, + { + "@id": "https://api.nuget.org/v3/registration5-semver1/Foo.NET/4.0.1.json", + "@type": "Package", + "catalogEntry": { + "@id": "https://api.nuget.org/v3/catalog0/data/2022.12.08.16.43.03/Foo.NET.4.0.1.json", + "@type": "PackageDetails", + "listed": false, + "version": "4.0.1" + } + } + ] + } + ] +} diff --git a/cmd/internal/nuget/testdata/package_registration_index_default_listed_true.json b/cmd/internal/nuget/testdata/package_registration_index_default_listed_true.json new file mode 100644 index 00000000000..759aebd1e79 --- /dev/null +++ b/cmd/internal/nuget/testdata/package_registration_index_default_listed_true.json @@ -0,0 +1,32 @@ +{ + "@id": "https://api.nuget.org/v3/registration5-semver1/Foo.NET/index.json", + "count": 1, + "items": [ + { + "@id": "https://api.nuget.org/v3/registration5-semver1/Foo.NET/index.json#page/1", + "@type": "catalog:CatalogPage", + "count": 2, + "items": [ + { + "@id": "https://api.nuget.org/v3/registration5-semver1/Foo.NET/3.5.8.json", + "@type": "Package", + "catalogEntry": { + "@id": "https://api.nuget.org/v3/catalog0/data/2022.12.08.16.43.03/Foo.NET.3.5.8.json", + "@type": "PackageDetails", + "listed": true, + "version": "3.5.8" + } + }, + { + "@id": "https://api.nuget.org/v3/registration5-semver1/Foo.NET/4.0.1.json", + "@type": "Package", + "catalogEntry": { + "@id": "https://api.nuget.org/v3/catalog0/data/2022.12.08.16.43.03/Foo.NET.4.0.1.json", + "@type": "PackageDetails", + "version": "4.0.1" + } + } + ] + } + ] +} diff --git a/cmd/internal/nuget/testdata/package_registration_index_four_digit_version.json b/cmd/internal/nuget/testdata/package_registration_index_four_digit_version.json new file mode 100644 index 00000000000..5832accd249 --- /dev/null +++ b/cmd/internal/nuget/testdata/package_registration_index_four_digit_version.json @@ -0,0 +1,33 @@ +{ + "@id": "https://api.nuget.org/v3/registration5-semver1/Foo.NET/index.json", + "count": 1, + "items": [ + { + "@id": "https://api.nuget.org/v3/registration5-semver1/Foo.NET/index.json#page/1", + "@type": "catalog:CatalogPage", + "count": 2, + "items": [ + { + "@id": "https://api.nuget.org/v3/registration5-semver1/Foo.NET/3.5.8.json", + "@type": "Package", + "catalogEntry": { + "@id": "https://api.nuget.org/v3/catalog0/data/2022/Foo.NET.3.5.8.json", + "@type": "PackageDetails", + "listed": true, + "version": "3.5.8" + } + }, + { + "@id": "https://api.nuget.org/v3/registration5-semver1/Foo.NET/1.60.0.2981.json", + "@type": "Package", + "catalogEntry": { + "@id": "https://api.nuget.org/v3/catalog0/data/2022/Foo.NET.1.60.0.2981.json", + "@type": "PackageDetails", + "listed": true, + "version": "1.60.0.2981+metadata" + } + } + ] + } + ] +} diff --git a/cmd/internal/nuget/testdata/package_registration_index_marshal_error.json b/cmd/internal/nuget/testdata/package_registration_index_marshal_error.json new file mode 100644 index 00000000000..41d34fcd5f3 --- /dev/null +++ b/cmd/internal/nuget/testdata/package_registration_index_marshal_error.json @@ -0,0 +1,33 @@ +{ + "@id": "https://api.nuget.org/v3/registration5-semver1/Foo.NET/index.json", + "count": 1, + "items": [ + { + "@id": "https://api.nuget.org/v3/registration5-semver1/Foo.NET/index.json#page/1", + "@type": "catalog:CatalogPage", + "count": 2, + "items": [ + { + "@id": "https://api.nuget.org/v3/registration5-semver1/Foo.NET/3.5.8.json", + "@type": "Package", + "catalogEntry": { + "@id": "https://api.nuget.org/v3/catalog0/data/2022.12.08.16.43.03/Foo.NET.3.5.8.json", + "@type": "PackageDetails", + "listed": 123, + "version": "3.5.8" + } + }, + { + "@id": "https://api.nuget.org/v3/registration5-semver1/Foo.NET/4.0.1.json", + "@type": "Package", + "catalogEntry": { + "@id": "https://api.nuget.org/v3/catalog0/data/2022.12.08.16.43.03/Foo.NET.4.0.1.json", + "@type": "PackageDetails", + "listed": true, + "version": "4.0.1" + } + } + ] + } + ] +} diff --git a/cmd/internal/nuget/testdata/package_registration_index_metadata_version.json b/cmd/internal/nuget/testdata/package_registration_index_metadata_version.json new file mode 100644 index 00000000000..3450f7e2dd7 --- /dev/null +++ b/cmd/internal/nuget/testdata/package_registration_index_metadata_version.json @@ -0,0 +1,33 @@ +{ + "@id": "https://api.nuget.org/v3/registration5-semver1/Foo.NET/index.json", + "count": 1, + "items": [ + { + "@id": "https://api.nuget.org/v3/registration5-semver1/Foo.NET/index.json#page/1", + "@type": "catalog:CatalogPage", + "count": 2, + "items": [ + { + "@id": "https://api.nuget.org/v3/registration5-semver1/Foo.NET/3.5.8.json", + "@type": "Package", + "catalogEntry": { + "@id": "https://api.nuget.org/v3/catalog0/data/2022.12.08.16.43.03/Foo.NET.3.5.8.json", + "@type": "PackageDetails", + "listed": true, + "version": "3.5.8" + } + }, + { + "@id": "https://api.nuget.org/v3/registration5-semver1/Foo.NET/4.0.1.json", + "@type": "Package", + "catalogEntry": { + "@id": "https://api.nuget.org/v3/catalog0/data/2022.12.08.16.43.03/Foo.NET.4.0.1.json", + "@type": "PackageDetails", + "listed": true, + "version": "4.0.1+metadata" + } + } + ] + } + ] +} diff --git a/cmd/internal/nuget/testdata/package_registration_index_multiple.json b/cmd/internal/nuget/testdata/package_registration_index_multiple.json new file mode 100644 index 00000000000..4955d0c40d1 --- /dev/null +++ b/cmd/internal/nuget/testdata/package_registration_index_multiple.json @@ -0,0 +1,60 @@ +{ + "@id": "https://api.nuget.org/v3/registration5-semver1/Foo.NET/index.json", + "count": 2, + "items": [ + { + "@id": "https://api.nuget.org/v3/registration5-semver1/Foo.NET/index.json#page/1", + "@type": "catalog:CatalogPage", + "count": 2, + "items": [ + { + "@id": "https://api.nuget.org/v3/registration5-semver1/Foo.NET/3.5.1.json", + "@type": "Package", + "catalogEntry": { + "@id": "https://api.nuget.org/v3/catalog0/data/2022.12.08.16.43.03/Foo.NET.3.5.1.json", + "@type": "PackageDetails", + "listed": true, + "version": "3.5.1" + } + }, + { + "@id": "https://api.nuget.org/v3/registration5-semver1/Foo.NET/3.5.2.json", + "@type": "Package", + "catalogEntry": { + "@id": "https://api.nuget.org/v3/catalog0/data/2022.12.08.16.43.03/Foo.NET.3.5.2.json", + "@type": "PackageDetails", + "listed": true, + "version": "3.5.2" + } + } + ] + }, + { + "@id": "https://api.nuget.org/v3/registration5-semver1/Foo.NET/index.json#page/2", + "@type": "catalog:CatalogPage", + "count": 2, + "items": [ + { + "@id": "https://api.nuget.org/v3/registration5-semver1/Foo.NET/3.5.8.json", + "@type": "Package", + "catalogEntry": { + "@id": "https://api.nuget.org/v3/catalog0/data/2022.12.08.16.43.03/Foo.NET.3.5.8.json", + "@type": "PackageDetails", + "listed": true, + "version": "3.5.8" + } + }, + { + "@id": "https://api.nuget.org/v3/registration5-semver1/Foo.NET/4.0.1.json", + "@type": "Package", + "catalogEntry": { + "@id": "https://api.nuget.org/v3/catalog0/data/2022.12.08.16.43.03/Foo.NET.4.0.1.json", + "@type": "PackageDetails", + "listed": true, + "version": "4.0.1" + } + } + ] + } + ] +} diff --git a/cmd/internal/nuget/testdata/package_registration_index_multiple_last.json b/cmd/internal/nuget/testdata/package_registration_index_multiple_last.json new file mode 100644 index 00000000000..5108054d428 --- /dev/null +++ b/cmd/internal/nuget/testdata/package_registration_index_multiple_last.json @@ -0,0 +1,60 @@ +{ + "@id": "https://api.nuget.org/v3/registration5-semver1/Foo.NET/index.json", + "count": 2, + "items": [ + { + "@id": "https://api.nuget.org/v3/registration5-semver1/Foo.NET/index.json#page/1", + "@type": "catalog:CatalogPage", + "count": 2, + "items": [ + { + "@id": "https://api.nuget.org/v3/registration5-semver1/Foo.NET/3.5.8.json", + "@type": "Package", + "catalogEntry": { + "@id": "https://api.nuget.org/v3/catalog0/data/2022.12.08.16.43.03/Foo.NET.3.5.8.json", + "@type": "PackageDetails", + "listed": true, + "version": "3.5.8" + } + }, + { + "@id": "https://api.nuget.org/v3/registration5-semver1/Foo.NET/4.0.1.json", + "@type": "Package", + "catalogEntry": { + "@id": "https://api.nuget.org/v3/catalog0/data/2022.12.08.16.43.03/Foo.NET.4.0.1.json", + "@type": "PackageDetails", + "listed": true, + "version": "4.0.1" + } + } + ] + }, + { + "@id": "https://api.nuget.org/v3/registration5-semver1/Foo.NET/index.json#page/2", + "@type": "catalog:CatalogPage", + "count": 2, + "items": [ + { + "@id": "https://api.nuget.org/v3/registration5-semver1/Foo.NET/4.1.json", + "@type": "Package", + "catalogEntry": { + "@id": "https://api.nuget.org/v3/catalog0/data/2022.12.08.16.43.03/Foo.NET.4.1.json", + "@type": "PackageDetails", + "listed": false, + "version": "4.1" + } + }, + { + "@id": "https://api.nuget.org/v3/registration5-semver1/Foo.NET/4.2.json", + "@type": "Package", + "catalogEntry": { + "@id": "https://api.nuget.org/v3/catalog0/data/2022.12.08.16.43.03/Foo.NET.4.2.json", + "@type": "PackageDetails", + "listed": false, + "version": "4.2" + } + } + ] + } + ] +} diff --git a/cmd/internal/nuget/testdata/package_registration_index_multiple_remote.json b/cmd/internal/nuget/testdata/package_registration_index_multiple_remote.json new file mode 100644 index 00000000000..a9981079e1f --- /dev/null +++ b/cmd/internal/nuget/testdata/package_registration_index_multiple_remote.json @@ -0,0 +1,16 @@ +{ + "@id": "https://api.nuget.org/v3/registration5-semver1/Foo.NET/index.json", + "count": 2, + "items": [ + { + "@id": "https://api.nuget.org/v3/registration5-semver1/Foo.NET/page1/index.json", + "@type": "catalog:CatalogPage", + "count": 2 + }, + { + "@id": "https://api.nuget.org/v3/registration5-semver1/Foo.NET/page2/index.json", + "@type": "catalog:CatalogPage", + "count": 2 + } + ] +} diff --git a/cmd/internal/nuget/testdata/package_registration_index_pre_release_and_metadata_version.json b/cmd/internal/nuget/testdata/package_registration_index_pre_release_and_metadata_version.json new file mode 100644 index 00000000000..8568e13a109 --- /dev/null +++ b/cmd/internal/nuget/testdata/package_registration_index_pre_release_and_metadata_version.json @@ -0,0 +1,33 @@ +{ + "@id": "https://api.nuget.org/v3/registration5-semver1/Foo.NET/index.json", + "count": 1, + "items": [ + { + "@id": "https://api.nuget.org/v3/registration5-semver1/Foo.NET/index.json#page/1", + "@type": "catalog:CatalogPage", + "count": 2, + "items": [ + { + "@id": "https://api.nuget.org/v3/registration5-semver1/Foo.NET/3.5.8.json", + "@type": "Package", + "catalogEntry": { + "@id": "https://api.nuget.org/v3/catalog0/data/2022.12.08.16.43.03/Foo.NET.3.5.8.json", + "@type": "PackageDetails", + "listed": true, + "version": "4.0.1+metadata" + } + }, + { + "@id": "https://api.nuget.org/v3/registration5-semver1/Foo.NET/4.0.1.json", + "@type": "Package", + "catalogEntry": { + "@id": "https://api.nuget.org/v3/catalog0/data/2022.12.08.16.43.03/Foo.NET.4.0.1.json", + "@type": "PackageDetails", + "listed": true, + "version": "4.0.1-beta+meta" + } + } + ] + } + ] +} diff --git a/cmd/internal/nuget/testdata/package_registration_index_pre_release_version.json b/cmd/internal/nuget/testdata/package_registration_index_pre_release_version.json new file mode 100644 index 00000000000..829faa8712a --- /dev/null +++ b/cmd/internal/nuget/testdata/package_registration_index_pre_release_version.json @@ -0,0 +1,33 @@ +{ + "@id": "https://api.nuget.org/v3/registration5-semver1/Foo.NET/index.json", + "count": 1, + "items": [ + { + "@id": "https://api.nuget.org/v3/registration5-semver1/Foo.NET/index.json#page/1", + "@type": "catalog:CatalogPage", + "count": 2, + "items": [ + { + "@id": "https://api.nuget.org/v3/registration5-semver1/Foo.NET/3.5.8.json", + "@type": "Package", + "catalogEntry": { + "@id": "https://api.nuget.org/v3/catalog0/data/2022.12.08.16.43.03/Foo.NET.3.5.8.json", + "@type": "PackageDetails", + "listed": true, + "version": "4.0.1" + } + }, + { + "@id": "https://api.nuget.org/v3/registration5-semver1/Foo.NET/4.0.1.json", + "@type": "Package", + "catalogEntry": { + "@id": "https://api.nuget.org/v3/catalog0/data/2022.12.08.16.43.03/Foo.NET.4.0.1.json", + "@type": "PackageDetails", + "listed": true, + "version": "4.0.1-beta" + } + } + ] + } + ] +} diff --git a/cmd/internal/nuget/testdata/package_registration_index_single.json b/cmd/internal/nuget/testdata/package_registration_index_single.json new file mode 100644 index 00000000000..4a45baaa483 --- /dev/null +++ b/cmd/internal/nuget/testdata/package_registration_index_single.json @@ -0,0 +1,33 @@ +{ + "@id": "https://api.nuget.org/v3/c-semver1/Foo.NET/index.json", + "count": 1, + "items": [ + { + "@id": "https://api.nuget.org/v3/registration5-semver1/Foo.NET/index.json#page/1", + "@type": "catalog:CatalogPage", + "count": 2, + "items": [ + { + "@id": "https://api.nuget.org/v3/registration5-semver1/Foo.NET/3.5.8.json", + "@type": "Package", + "catalogEntry": { + "@id": "https://api.nuget.org/v3/catalog0/data/2022.12.08.16.43.03/Foo.NET.3.5.8.json", + "@type": "PackageDetails", + "listed": true, + "version": "3.5.8" + } + }, + { + "@id": "https://api.nuget.org/v3/registration5-semver1/Foo.NET/4.0.1.json", + "@type": "Package", + "catalogEntry": { + "@id": "https://api.nuget.org/v3/catalog0/data/2022.12.08.16.43.03/Foo.NET.4.0.1.json", + "@type": "PackageDetails", + "listed": true, + "version": "4.0.1" + } + } + ] + } + ] +} diff --git a/cmd/internal/nuget/testdata/package_registration_index_with_not_listed.json b/cmd/internal/nuget/testdata/package_registration_index_with_not_listed.json new file mode 100644 index 00000000000..4303fc2a1c8 --- /dev/null +++ b/cmd/internal/nuget/testdata/package_registration_index_with_not_listed.json @@ -0,0 +1,33 @@ +{ + "@id": "https://api.nuget.org/v3/registration5-semver1/Foo.NET/index.json", + "count": 1, + "items": [ + { + "@id": "https://api.nuget.org/v3/registration5-semver1/Foo.NET/index.json#page/1", + "@type": "catalog:CatalogPage", + "count": 2, + "items": [ + { + "@id": "https://api.nuget.org/v3/registration5-semver1/Foo.NET/3.5.8.json", + "@type": "Package", + "catalogEntry": { + "@id": "https://api.nuget.org/v3/catalog0/data/2022.12.08.16.43.03/Foo.NET.3.5.8.json", + "@type": "PackageDetails", + "listed": true, + "version": "3.5.8" + } + }, + { + "@id": "https://api.nuget.org/v3/registration5-semver1/Foo.NET/4.0.1.json", + "@type": "Package", + "catalogEntry": { + "@id": "https://api.nuget.org/v3/catalog0/data/2022.12.08.16.43.03/Foo.NET.4.0.1.json", + "@type": "PackageDetails", + "listed": false, + "version": "4.0.1" + } + } + ] + } + ] +} diff --git a/cmd/internal/nuget/testdata/package_registration_page_one.json b/cmd/internal/nuget/testdata/package_registration_page_one.json new file mode 100644 index 00000000000..2043abb9c80 --- /dev/null +++ b/cmd/internal/nuget/testdata/package_registration_page_one.json @@ -0,0 +1,27 @@ +{ + "@id": "https://api.nuget.org/v3/registration5-semver1/Foo.NET/index.json#page/1", + "@type": "catalog:CatalogPage", + "count": 2, + "items": [ + { + "@id": "https://api.nuget.org/v3/registration5-semver1/Foo.NET/3.5.1.json", + "@type": "Package", + "catalogEntry": { + "@id": "https://api.nuget.org/v3/catalog0/data/2022.12.08.16.43.03/Foo.NET.3.5.1.json", + "@type": "PackageDetails", + "listed": true, + "version": "3.5.1" + } + }, + { + "@id": "https://api.nuget.org/v3/registration5-semver1/Foo.NET/3.5.2.json", + "@type": "Package", + "catalogEntry": { + "@id": "https://api.nuget.org/v3/catalog0/data/2022.12.08.16.43.03/Foo.NET.3.5.2.json", + "@type": "PackageDetails", + "listed": true, + "version": "3.5.2" + } + } + ] +} diff --git a/cmd/internal/nuget/testdata/package_registration_page_two.json b/cmd/internal/nuget/testdata/package_registration_page_two.json new file mode 100644 index 00000000000..0a7b7aca0e3 --- /dev/null +++ b/cmd/internal/nuget/testdata/package_registration_page_two.json @@ -0,0 +1,27 @@ +{ + "@id": "https://api.nuget.org/v3/registration5-semver1/Foo.NET/index.json#page/2", + "@type": "catalog:CatalogPage", + "count": 2, + "items": [ + { + "@id": "https://api.nuget.org/v3/registration5-semver1/Foo.NET/3.5.8.json", + "@type": "Package", + "catalogEntry": { + "@id": "https://api.nuget.org/v3/catalog0/data/2022.12.08.16.43.03/Foo.NET.3.5.8.json", + "@type": "PackageDetails", + "listed": true, + "version": "3.5.8" + } + }, + { + "@id": "https://api.nuget.org/v3/registration5-semver1/Foo.NET/4.0.1.json", + "@type": "Package", + "catalogEntry": { + "@id": "https://api.nuget.org/v3/catalog0/data/2022.12.08.16.43.03/Foo.NET.4.0.1.json", + "@type": "PackageDetails", + "listed": true, + "version": "4.0.1" + } + } + ] +} diff --git a/cmd/internal/nuget/testdata/package_registration_page_two_not_listed.json b/cmd/internal/nuget/testdata/package_registration_page_two_not_listed.json new file mode 100644 index 00000000000..9c9254668c5 --- /dev/null +++ b/cmd/internal/nuget/testdata/package_registration_page_two_not_listed.json @@ -0,0 +1,27 @@ +{ + "@id": "https://api.nuget.org/v3/registration5-semver1/Foo.NET/index.json#page/2", + "@type": "catalog:CatalogPage", + "count": 2, + "items": [ + { + "@id": "https://api.nuget.org/v3/registration5-semver1/Foo.NET/4.1.json", + "@type": "Package", + "catalogEntry": { + "@id": "https://api.nuget.org/v3/catalog0/data/2022.12.08.16.43.03/Foo.NET.4.1.json", + "@type": "PackageDetails", + "listed": false, + "version": "4.1" + } + }, + { + "@id": "https://api.nuget.org/v3/registration5-semver1/Foo.NET/4.2.json", + "@type": "Package", + "catalogEntry": { + "@id": "https://api.nuget.org/v3/catalog0/data/2022.12.08.16.43.03/Foo.NET.4.2.json", + "@type": "PackageDetails", + "listed": false, + "version": "4.2" + } + } + ] +} diff --git a/cmd/internal/nuget/testdata/package_spec.xml b/cmd/internal/nuget/testdata/package_spec.xml new file mode 100644 index 00000000000..1ef5fa4c984 --- /dev/null +++ b/cmd/internal/nuget/testdata/package_spec.xml @@ -0,0 +1,9 @@ + + + Foo + 4.0.1 + Foo.NET + + foo + + \ No newline at end of file diff --git a/cmd/internal/nuget/testdata/package_spec_error.xml b/cmd/internal/nuget/testdata/package_spec_error.xml new file mode 100644 index 00000000000..4de5c445d85 --- /dev/null +++ b/cmd/internal/nuget/testdata/package_spec_error.xml @@ -0,0 +1,7 @@ + + + Foo + 4.0.1 + Foo.NET + + \ No newline at end of file diff --git a/cmd/internal/nuget/testdata/package_spec_four_digit_version.xml b/cmd/internal/nuget/testdata/package_spec_four_digit_version.xml new file mode 100644 index 00000000000..d93c743d93c --- /dev/null +++ b/cmd/internal/nuget/testdata/package_spec_four_digit_version.xml @@ -0,0 +1,9 @@ + + + Foo + 1.60.0.2981+metadat + Foo.NET + + foo + + \ No newline at end of file diff --git a/cmd/internal/nuget/testdata/package_spec_git_ending.xml b/cmd/internal/nuget/testdata/package_spec_git_ending.xml new file mode 100644 index 00000000000..006c4d7467a --- /dev/null +++ b/cmd/internal/nuget/testdata/package_spec_git_ending.xml @@ -0,0 +1,9 @@ + + + Foo + 4.0.1 + Foo.NET + + foo + + \ No newline at end of file diff --git a/cmd/internal/nuget/testdata/package_spec_project_url.xml b/cmd/internal/nuget/testdata/package_spec_project_url.xml new file mode 100644 index 00000000000..9124d683818 --- /dev/null +++ b/cmd/internal/nuget/testdata/package_spec_project_url.xml @@ -0,0 +1,8 @@ + + + Foo + 4.0.1 + Foo.NET + https://github.com/foo/foo.net + + \ No newline at end of file diff --git a/cmd/internal/nuget/testdata/package_spec_project_url_git_ending.xml b/cmd/internal/nuget/testdata/package_spec_project_url_git_ending.xml new file mode 100644 index 00000000000..ba4c5129615 --- /dev/null +++ b/cmd/internal/nuget/testdata/package_spec_project_url_git_ending.xml @@ -0,0 +1,8 @@ + + + Foo + 4.0.1 + Foo.NET + https://github.com/foo/foo.net.git + + \ No newline at end of file diff --git a/cmd/internal/nuget/testdata/package_spec_project_url_gitlab.xml b/cmd/internal/nuget/testdata/package_spec_project_url_gitlab.xml new file mode 100644 index 00000000000..94643d502b2 --- /dev/null +++ b/cmd/internal/nuget/testdata/package_spec_project_url_gitlab.xml @@ -0,0 +1,8 @@ + + + Foo + 4.0.1 + Foo.NET + https://gitlab.com/foo/foo.net + + \ No newline at end of file diff --git a/cmd/internal/nuget/testdata/package_spec_project_url_not_supported.xml b/cmd/internal/nuget/testdata/package_spec_project_url_not_supported.xml new file mode 100644 index 00000000000..ba94b9a86df --- /dev/null +++ b/cmd/internal/nuget/testdata/package_spec_project_url_not_supported.xml @@ -0,0 +1,8 @@ + + + Foo + 4.0.1 + Foo.NET + https://myserver.com/foo/foo.net + + \ No newline at end of file diff --git a/cmd/internal/nuget/testdata/package_spec_trailing_slash.xml b/cmd/internal/nuget/testdata/package_spec_trailing_slash.xml new file mode 100644 index 00000000000..61b3f4cc781 --- /dev/null +++ b/cmd/internal/nuget/testdata/package_spec_trailing_slash.xml @@ -0,0 +1,9 @@ + + + Foo + 4.0.1 + Foo.NET + + foo + + \ No newline at end of file diff --git a/cmd/packagemanager_client.go b/cmd/internal/packagemanager/client.go similarity index 58% rename from cmd/packagemanager_client.go rename to cmd/internal/packagemanager/client.go index f453d22cfd0..5e3ee1f00df 100644 --- a/cmd/packagemanager_client.go +++ b/cmd/internal/packagemanager/client.go @@ -12,7 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -package cmd +// Package packagemanager implements a packagemanager client +package packagemanager import ( "fmt" @@ -20,18 +21,30 @@ import ( "time" ) -type packageManagerClient interface { +type Client interface { Get(URI string, packagename string) (*http.Response, error) + + GetURI(URI string) (*http.Response, error) } -type packageManager struct{} +type PackageManagerClient struct{} + +// nolint: noctx +func (c *PackageManagerClient) Get(url, packageName string) (*http.Response, error) { + return c.getRemoteURL(fmt.Sprintf(url, packageName)) +} + +// nolint: noctx +func (c *PackageManagerClient) GetURI(url string) (*http.Response, error) { + return c.getRemoteURL(url) +} // nolint: noctx -func (c *packageManager) Get(url, packageName string) (*http.Response, error) { +func (c *PackageManagerClient) getRemoteURL(url string) (*http.Response, error) { const timeout = 10 client := &http.Client{ Timeout: timeout * time.Second, } //nolint - return client.Get(fmt.Sprintf(url, packageName)) + return client.Get(url) } diff --git a/cmd/internal/packagemanager/client_test.go b/cmd/internal/packagemanager/client_test.go new file mode 100644 index 00000000000..97d9c915130 --- /dev/null +++ b/cmd/internal/packagemanager/client_test.go @@ -0,0 +1,131 @@ +// Copyright 2020 OpenSSF Scorecard Authors +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +// Package packagemanager implements a packagemanager client +package packagemanager + +import ( + "io" + "net/http" + "net/http/httptest" + "testing" +) + +func Test_GetURI_calls_client_get_with_input(t *testing.T) { + t.Parallel() + type args struct { + inputURL string + } + tests := []struct { + name string + args args + wantURL string + wantResponse string + }{ + { + name: "GetURI_input_is_the_same_as_get_uri", + + args: args{ + inputURL: "test", + }, + wantURL: "/test", + wantResponse: "test", + }, + } + for _, tt := range tests { + tt := tt + t.Run(tt.name, func(t *testing.T) { + t.Parallel() + server := httptest.NewServer(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) { + if r.URL.Path != tt.wantURL { + t.Errorf("Expected to request '%s', got: %s", tt.wantURL, r.URL.Path) + } + // nolint + w.WriteHeader(http.StatusOK) + // nolint + w.Write([]byte(tt.wantResponse)) + })) + defer server.Close() + client := PackageManagerClient{} + got, err := client.GetURI(server.URL + "/" + tt.args.inputURL) + if err != nil { + t.Errorf("Test_GetURI_calls_client_get_with_input() error in Get= %v", err) + return + } + body, err := io.ReadAll(got.Body) + if err != nil { + t.Errorf("Test_GetURI_calls_client_get_with_input() error in ReadAll= %v", err) + return + } + if string(body) != tt.wantResponse { + t.Errorf("GetURI() = %v, want %v", got, tt.wantResponse) + } + }) + } +} + +func Test_Get_calls_client_get_with_input(t *testing.T) { + t.Parallel() + type args struct { + inputURL string + packageName string + } + tests := []struct { + name string + args args + wantURL string + wantResponse string + }{ + { + name: "Get_input_adds_package_name_for_get_uri", + + args: args{ + inputURL: "test-%s-test", + packageName: "test_package", + }, + wantURL: "/test-test_package-test", + wantResponse: "test", + }, + } + for _, tt := range tests { + tt := tt + t.Run(tt.name, func(t *testing.T) { + t.Parallel() + server := httptest.NewServer(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) { + if r.URL.Path != tt.wantURL { + t.Errorf("Expected to request '%s', got: %s", tt.wantURL, r.URL.Path) + } + // nolint + w.WriteHeader(http.StatusOK) + // nolint + w.Write([]byte(tt.wantResponse)) + })) + defer server.Close() + client := PackageManagerClient{} + got, err := client.Get(server.URL+"/"+tt.args.inputURL, tt.args.packageName) + if err != nil { + t.Errorf("Test_Get_calls_client_get_with_input() error in Get = %v", err) + return + } + body, err := io.ReadAll(got.Body) + if err != nil { + t.Errorf("Test_Get_calls_client_get_with_input() error in ReadAll = %v", err) + return + } + if string(body) != tt.wantResponse { + t.Errorf("GetURI() = %v, want %v", got, tt.wantResponse) + } + }) + } +} diff --git a/cmd/internal/packagemanager/packagemanager_mockclient.go b/cmd/internal/packagemanager/packagemanager_mockclient.go new file mode 100644 index 00000000000..9c7234661be --- /dev/null +++ b/cmd/internal/packagemanager/packagemanager_mockclient.go @@ -0,0 +1,80 @@ +// Copyright 2021 OpenSSF Scorecard Authors +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// + +// Code generated by MockGen. DO NOT EDIT. +// Source: cmd/internal/packagemanager/client.go + +// Package packagemanager is a generated GoMock package. +package packagemanager + +import ( + http "net/http" + reflect "reflect" + + gomock "github.com/golang/mock/gomock" +) + +// MockClient is a mock of Client interface. +type MockClient struct { + ctrl *gomock.Controller + recorder *MockClientMockRecorder +} + +// MockClientMockRecorder is the mock recorder for MockClient. +type MockClientMockRecorder struct { + mock *MockClient +} + +// NewMockClient creates a new mock instance. +func NewMockClient(ctrl *gomock.Controller) *MockClient { + mock := &MockClient{ctrl: ctrl} + mock.recorder = &MockClientMockRecorder{mock} + return mock +} + +// EXPECT returns an object that allows the caller to indicate expected use. +func (m *MockClient) EXPECT() *MockClientMockRecorder { + return m.recorder +} + +// Get mocks base method. +func (m *MockClient) Get(URI, packagename string) (*http.Response, error) { + m.ctrl.T.Helper() + ret := m.ctrl.Call(m, "Get", URI, packagename) + ret0, _ := ret[0].(*http.Response) + ret1, _ := ret[1].(error) + return ret0, ret1 +} + +// Get indicates an expected call of Get. +func (mr *MockClientMockRecorder) Get(URI, packagename interface{}) *gomock.Call { + mr.mock.ctrl.T.Helper() + return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Get", reflect.TypeOf((*MockClient)(nil).Get), URI, packagename) +} + +// GetURI mocks base method. +func (m *MockClient) GetURI(URI string) (*http.Response, error) { + m.ctrl.T.Helper() + ret := m.ctrl.Call(m, "GetURI", URI) + ret0, _ := ret[0].(*http.Response) + ret1, _ := ret[1].(error) + return ret0, ret1 +} + +// GetURI indicates an expected call of GetURI. +func (mr *MockClientMockRecorder) GetURI(URI interface{}) *gomock.Call { + mr.mock.ctrl.T.Helper() + return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetURI", reflect.TypeOf((*MockClient)(nil).GetURI), URI) +} diff --git a/cmd/package_managers.go b/cmd/package_managers.go index a18ecbd25a8..67b4ab888bf 100644 --- a/cmd/package_managers.go +++ b/cmd/package_managers.go @@ -19,6 +19,8 @@ import ( "encoding/json" "fmt" + ngt "github.com/ossf/scorecard/v4/cmd/internal/nuget" + pmc "github.com/ossf/scorecard/v4/cmd/internal/packagemanager" sce "github.com/ossf/scorecard/v4/errors" ) @@ -27,8 +29,8 @@ type packageMangerResponse struct { exists bool } -func fetchGitRepositoryFromPackageManagers(npm, pypi, rubygems string, - manager packageManagerClient, +func fetchGitRepositoryFromPackageManagers(npm, pypi, rubygems, nuget string, + manager pmc.Client, ) (packageMangerResponse, error) { if npm != "" { gitRepo, err := fetchGitRepositoryFromNPM(npm, manager) @@ -51,6 +53,14 @@ func fetchGitRepositoryFromPackageManagers(npm, pypi, rubygems string, associatedRepo: gitRepo, }, err } + if nuget != "" { + nugetClient := ngt.NugetClient{Manager: manager} + gitRepo, err := fetchGitRepositoryFromNuget(nuget, nugetClient) + return packageMangerResponse{ + exists: true, + associatedRepo: gitRepo, + }, err + } return packageMangerResponse{}, nil } @@ -78,7 +88,7 @@ type rubyGemsSearchResults struct { } // Gets the GitHub repository URL for the npm package. -func fetchGitRepositoryFromNPM(packageName string, packageManager packageManagerClient) (string, error) { +func fetchGitRepositoryFromNPM(packageName string, packageManager pmc.Client) (string, error) { npmSearchURL := "https://registry.npmjs.org/-/v1/search?text=%s&size=1" resp, err := packageManager.Get(npmSearchURL, packageName) if err != nil { @@ -99,7 +109,7 @@ func fetchGitRepositoryFromNPM(packageName string, packageManager packageManager } // Gets the GitHub repository URL for the pypi package. -func fetchGitRepositoryFromPYPI(packageName string, manager packageManagerClient) (string, error) { +func fetchGitRepositoryFromPYPI(packageName string, manager pmc.Client) (string, error) { pypiSearchURL := "https://pypi.org/pypi/%s/json" resp, err := manager.Get(pypiSearchURL, packageName) if err != nil { @@ -120,7 +130,7 @@ func fetchGitRepositoryFromPYPI(packageName string, manager packageManagerClient } // Gets the GitHub repository URL for the rubygems package. -func fetchGitRepositoryFromRubyGems(packageName string, manager packageManagerClient) (string, error) { +func fetchGitRepositoryFromRubyGems(packageName string, manager pmc.Client) (string, error) { rubyGemsSearchURL := "https://rubygems.org/api/v1/gems/%s.json" resp, err := manager.Get(rubyGemsSearchURL, packageName) if err != nil { @@ -138,3 +148,13 @@ func fetchGitRepositoryFromRubyGems(packageName string, manager packageManagerCl } return v.SourceCodeURI, nil } + +// Gets the GitHub repository URL for the nuget package. +func fetchGitRepositoryFromNuget(packageName string, nugetClient ngt.Client) (string, error) { + repositoryURI, err := nugetClient.GitRepositoryByPackageName(packageName) + if err != nil { + return "", sce.WithMessage(sce.ErrScorecardInternal, + fmt.Sprintf("could not find source repo for nuget package: %v", err)) + } + return repositoryURI, nil +} diff --git a/cmd/package_managers_test.go b/cmd/package_managers_test.go index b4e398109f4..fe5ff0bf493 100644 --- a/cmd/package_managers_test.go +++ b/cmd/package_managers_test.go @@ -23,6 +23,9 @@ import ( "testing" "github.com/golang/mock/gomock" + + ngt "github.com/ossf/scorecard/v4/cmd/internal/nuget" + pmc "github.com/ossf/scorecard/v4/cmd/internal/packagemanager" ) func Test_fetchGitRepositoryFromNPM(t *testing.T) { @@ -133,7 +136,7 @@ func Test_fetchGitRepositoryFromNPM(t *testing.T) { t.Run(tt.name, func(t *testing.T) { t.Parallel() ctrl := gomock.NewController(t) - p := NewMockpackageManagerClient(ctrl) + p := pmc.NewMockClient(ctrl) p.EXPECT().Get(gomock.Any(), tt.args.packageName). DoAndReturn(func(url, packageName string) (*http.Response, error) { if tt.wantErr && tt.args.result == "" { @@ -413,7 +416,7 @@ func Test_fetchGitRepositoryFromPYPI(t *testing.T) { t.Run(tt.name, func(t *testing.T) { t.Parallel() ctrl := gomock.NewController(t) - p := NewMockpackageManagerClient(ctrl) + p := pmc.NewMockClient(ctrl) p.EXPECT().Get(gomock.Any(), tt.args.packageName). DoAndReturn(func(url, packageName string) (*http.Response, error) { if tt.wantErr && tt.args.result == "" { @@ -682,7 +685,7 @@ func Test_fetchGitRepositoryFromRubyGems(t *testing.T) { t.Run(tt.name, func(t *testing.T) { t.Parallel() ctrl := gomock.NewController(t) - p := NewMockpackageManagerClient(ctrl) + p := pmc.NewMockClient(ctrl) p.EXPECT().Get(gomock.Any(), tt.args.packageName). DoAndReturn(func(url, packageName string) (*http.Response, error) { if tt.wantErr && tt.args.result == "" { @@ -706,3 +709,65 @@ func Test_fetchGitRepositoryFromRubyGems(t *testing.T) { }) } } + +func Test_fetchGitRepositoryFromNuget(t *testing.T) { + t.Parallel() + type args struct { + packageName string + result string + } + tests := []struct { + name string + args args + want string + wantErr bool + }{ + { + name: "Return repository from nuget client", + //nolint + args: args{ + packageName: "nuget-package", + //nolint + result: "nuget", + }, + want: "nuget", + wantErr: false, + }, + { + name: "Error from nuget client", + //nolint + args: args{ + packageName: "nuget-package", + //nolint + result: "", + }, + want: "", + wantErr: true, + }, + } + for _, tt := range tests { + tt := tt + t.Run(tt.name, func(t *testing.T) { + t.Parallel() + ctrl := gomock.NewController(t) + n := ngt.NewMockClient(ctrl) + n.EXPECT().GitRepositoryByPackageName(tt.args.packageName). + DoAndReturn(func(packageName string) (string, error) { + if tt.wantErr && tt.args.result == "" { + //nolint + return "", errors.New("error") + } + + return tt.args.result, nil + }).AnyTimes() + got, err := fetchGitRepositoryFromNuget(tt.args.packageName, n) + if (err != nil) != tt.wantErr { + t.Errorf("fetchGitRepositoryFromNuget() error = %v, wantErr %v", err, tt.wantErr) + return + } + if got != tt.want { + t.Errorf("fetchGitRepositoryFromNuget() = %v, want %v", got, tt.want) + } + }) + } +} diff --git a/cmd/packagemanager_mockclient.go b/cmd/packagemanager_mockclient.go deleted file mode 100644 index 40cc49d369f..00000000000 --- a/cmd/packagemanager_mockclient.go +++ /dev/null @@ -1,65 +0,0 @@ -// Copyright 2021 OpenSSF Scorecard Authors -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// - -// Code generated by MockGen. DO NOT EDIT. -// Source: cmd/packagemanager_client.go - -// Package cmd is a generated GoMock package. -package cmd - -import ( - http "net/http" - reflect "reflect" - - gomock "github.com/golang/mock/gomock" -) - -// MockpackageManagerClient is a mock of packageManagerClient interface. -type MockpackageManagerClient struct { - ctrl *gomock.Controller - recorder *MockpackageManagerClientMockRecorder -} - -// MockpackageManagerClientMockRecorder is the mock recorder for MockpackageManagerClient. -type MockpackageManagerClientMockRecorder struct { - mock *MockpackageManagerClient -} - -// NewMockpackageManagerClient creates a new mock instance. -func NewMockpackageManagerClient(ctrl *gomock.Controller) *MockpackageManagerClient { - mock := &MockpackageManagerClient{ctrl: ctrl} - mock.recorder = &MockpackageManagerClientMockRecorder{mock} - return mock -} - -// EXPECT returns an object that allows the caller to indicate expected use. -func (m *MockpackageManagerClient) EXPECT() *MockpackageManagerClientMockRecorder { - return m.recorder -} - -// Get mocks base method. -func (m *MockpackageManagerClient) Get(URI, packagename string) (*http.Response, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "Get", URI, packagename) - ret0, _ := ret[0].(*http.Response) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// Get indicates an expected call of Get. -func (mr *MockpackageManagerClientMockRecorder) Get(URI, packagename interface{}) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Get", reflect.TypeOf((*MockpackageManagerClient)(nil).Get), URI, packagename) -} diff --git a/cmd/root.go b/cmd/root.go index da4cd0610d0..4dccf166d64 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -27,6 +27,7 @@ import ( "github.com/ossf/scorecard/v4/checker" "github.com/ossf/scorecard/v4/clients" + pmc "github.com/ossf/scorecard/v4/cmd/internal/packagemanager" docs "github.com/ossf/scorecard/v4/docs/checks" sce "github.com/ossf/scorecard/v4/errors" sclog "github.com/ossf/scorecard/v4/log" @@ -37,7 +38,7 @@ import ( const ( scorecardLong = "A program that shows the OpenSSF scorecard for an open source software." - scorecardUse = `./scorecard (--repo= | --local= | --{npm,pypi,rubygems}=) + scorecardUse = `./scorecard (--repo= | --local= | --{npm,pypi,rubygems,nuget}=) [--checks=check1,...] [--show-details]` scorecardShort = "OpenSSF Scorecard" ) @@ -72,9 +73,9 @@ func New(o *options.Options) *cobra.Command { // rootCmd runs scorecard checks given a set of arguments. func rootCmd(o *options.Options) error { - p := &packageManager{} + p := &pmc.PackageManagerClient{} // Set `repo` from package managers. - pkgResp, err := fetchGitRepositoryFromPackageManagers(o.NPM, o.PyPI, o.RubyGems, p) + pkgResp, err := fetchGitRepositoryFromPackageManagers(o.NPM, o.PyPI, o.RubyGems, o.Nuget, p) if err != nil { return fmt.Errorf("fetchGitRepositoryFromPackageManagers: %w", err) } diff --git a/cron/internal/bq/Dockerfile b/cron/internal/bq/Dockerfile index c7566715f1c..272bf0e90f4 100644 --- a/cron/internal/bq/Dockerfile +++ b/cron/internal/bq/Dockerfile @@ -12,8 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# golang:1.19 -FROM golang@sha256:690e4135bf2a4571a572bfd5ddfa806b1cb9c3dea0446ebadaf32bc2ea09d4f9 AS base +FROM golang:1.19@sha256:6b3fa4b908676231b50acbbc00e84d8cee9c6ce072b1175c0ff352c57d8a612f AS base WORKDIR /src ENV CGO_ENABLED=0 COPY go.* ./ diff --git a/cron/internal/cii/Dockerfile b/cron/internal/cii/Dockerfile index 89702c88b17..b729c10718c 100644 --- a/cron/internal/cii/Dockerfile +++ b/cron/internal/cii/Dockerfile @@ -12,8 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# golang:1.19 -FROM golang@sha256:4b1fc02d16fca272e5e6e6adc98396219b43ef663a377eef4a97e881d364393f AS base +FROM golang:1.19@sha256:6b3fa4b908676231b50acbbc00e84d8cee9c6ce072b1175c0ff352c57d8a612f AS base WORKDIR /src ENV CGO_ENABLED=0 COPY go.* ./ diff --git a/cron/internal/controller/Dockerfile b/cron/internal/controller/Dockerfile index 712cbad85fb..84e1d10d674 100644 --- a/cron/internal/controller/Dockerfile +++ b/cron/internal/controller/Dockerfile @@ -12,8 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# golang:1.19 -FROM golang@sha256:4b1fc02d16fca272e5e6e6adc98396219b43ef663a377eef4a97e881d364393f AS base +FROM golang:1.19@sha256:6b3fa4b908676231b50acbbc00e84d8cee9c6ce072b1175c0ff352c57d8a612f AS base WORKDIR /src ENV CGO_ENABLED=0 COPY go.* ./ @@ -33,7 +32,8 @@ RUN CGO_ENABLED=0 make build-controller FROM gcr.io/distroless/base:nonroot@sha256:99133cb0878bb1f84d1753957c6fd4b84f006f2798535de22ebf7ba170bbf434 COPY ./cron/internal/data/projects*csv cron/internal/data/ -COPY ./cron/internal/data/gitlab-projects-selected.csv cron/internal/data/ +COPY ./cron/internal/data/gitlab-projects-releasetest.csv cron/internal/data/ +COPY ./cron/internal/data/gitlab-projects.csv cron/internal/data/ COPY --from=shuffle /src/cron/internal/data/projects.release.csv cron/internal/data/projects.release.csv COPY --from=controller /src/cron/internal/controller/controller cron/internal/controller/controller ENTRYPOINT ["cron/internal/controller/controller"] diff --git a/cron/internal/data/gitlab-projects-releasetest.csv b/cron/internal/data/gitlab-projects-releasetest.csv new file mode 100644 index 00000000000..b8ce082827f --- /dev/null +++ b/cron/internal/data/gitlab-projects-releasetest.csv @@ -0,0 +1,1000 @@ +repo,metadata +https://gitlab.com/gitlab-org/gitlab-foss, +https://gitlab.com/gitlab-org/gitlab, +https://gitlab.com/CalcProgrammer1/OpenRGB, +https://gitlab.com/gitlab-org/gitlab-runner, +https://gitlab.com/fdroid/fdroidclient, +https://gitlab.com/baserow/baserow, +https://gitlab.com/AuroraOSS/AuroraStore, +https://gitlab.com/graphviz/graphviz, +https://gitlab.com/pgjones/quart, +https://gitlab.com/libeigen/eigen, +https://gitlab.com/gitlab-org/gitlab-development-kit, +https://gitlab.com/gitlab-org/omnibus-gitlab, +https://gitlab.com/tezos/tezos, +https://gitlab.com/mayan-edms/mayan-edms, +https://gitlab.com/meltano/meltano, +https://gitlab.com/gitlab-com/runbooks, +https://gitlab.com/antora/antora, +https://gitlab.com/pycqa/flake8, +https://gitlab.com/meno/dropzone, +https://gitlab.com/pages/hugo, +https://gitlab.com/sequoia-pgp/sequoia, +https://gitlab.com/gableroux/unity3d-gitlab-ci-example, +https://gitlab.com/gitlab-org/gitaly, +https://gitlab.com/gitlab-org/cli, +https://gitlab.com/postgres-ai/database-lab, +https://gitlab.com/timvisee/ffsend, +https://gitlab.com/leanlabsio/kanban, +https://gitlab.com/pgjones/hypercorn, +https://gitlab.com/Rich-Harris/buble, +https://gitlab.com/cznic/sqlite, +https://gitlab.com/postgres-ai/postgres-checkup, +https://gitlab.com/mojo42/Jirafeau, +https://gitlab.com/eidheim/Simple-Web-Server, +https://gitlab.com/NebulousLabs/Sia, +https://gitlab.com/akihe/radamsa, +https://gitlab.com/procps-ng/procps, +https://gitlab.com/jam-systems/jam, +https://gitlab.com/catamphetamine/libphonenumber-js, +https://gitlab.com/olaris/olaris-server, +https://gitlab.com/stavros/harbormaster, +https://gitlab.com/conradsnicta/armadillo-code, +https://gitlab.com/gitlab-org/gitlab-shell, +https://gitlab.com/dalibo/postgresql_anonymizer, +https://gitlab.com/fatihacet/gitlab-vscode-extension, +https://gitlab.com/brinkervii/grapejuice, +https://gitlab.com/gitlab-org/gitlab-runner-docker-cleanup, +https://gitlab.com/gitlab-org/gitlab-ui, +https://gitlab.com/ajak/tuir, +https://gitlab.com/kornelski/babel-preset-php, +https://gitlab.com/mailman/hyperkitty, +https://gitlab.com/wg1/jpeg-xl, +https://gitlab.com/nsnam/ns-3-dev, +https://gitlab.com/axet/android-book-reader, +https://gitlab.com/shodan-public/nrich, +https://gitlab.com/bloom42/bloom, +https://gitlab.com/lfortran/lfortran, +https://gitlab.com/gitlab-org/gitlab-triage, +https://gitlab.com/esr/reposurgeon, +https://gitlab.com/leinardi/gkraken, +https://gitlab.com/QEF/q-e, +https://gitlab.com/eidheim/Simple-WebSocket-Server, +https://gitlab.com/signald/signald, +https://gitlab.com/chaica/feed2toot, +https://gitlab.com/gitlab-org/gitlab-pages, +https://gitlab.com/pulsechaincom/go-pulse, +https://gitlab.com/GoogleDriveIndex/Google-Drive-Index, +https://gitlab.com/antonok/enum_dispatch, +https://gitlab.com/gitlab-org/gitlab-workhorse, +https://gitlab.com/petsc/petsc, +https://gitlab.com/eternal-twin/etwin, +https://gitlab.com/mattbas/python-lottie, +https://gitlab.com/gitlab-org/docker-distribution-pruner, +https://gitlab.com/rosie-pattern-language/rosie, +https://gitlab.com/BuildStream/buildstream, +https://gitlab.com/kicad/libraries/kicad-footprints, +https://gitlab.com/dmfay/massive-js, +https://gitlab.com/nanuchi/go-full-course-youtube, +https://gitlab.com/sublime-music/sublime-music, +https://gitlab.com/gitlab-org/opstrace/opstrace, +https://gitlab.com/gitlab-org/release-cli, +https://gitlab.com/gitlab-org/ci-cd/docker-machine, +https://gitlab.com/catamphetamine/react-phone-number-input, +https://gitlab.com/IvanSanchez/Leaflet.GridLayer.GoogleMutant, +https://gitlab.com/klamonte/jexer, +https://gitlab.com/woob/woob, +https://gitlab.com/crates.rs/crates.rs, +https://gitlab.com/stavros/python-yeelight, +https://gitlab.com/gitlab-org/cluster-integration/auto-deploy-image, +https://gitlab.com/dbsystel/gitlab-ci-python-library, +https://gitlab.com/DerManu/QCustomPlot, +https://gitlab.com/juhani/go-semrel-gitlab, +https://gitlab.com/postgres-ai/joe, +https://gitlab.com/altek/accountant, +https://gitlab.com/formschema/native, +https://gitlab.com/gardenappl/readability-cli, +https://gitlab.com/doctormo/python-crontab, +https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent, +https://gitlab.com/mattbas/glaxnimate, +https://gitlab.com/mailman/postorius, +https://gitlab.com/cznic/ql, +https://gitlab.com/gitlab-org/release-tools, +https://gitlab.com/gitlab-org/gitlab-svgs, +https://gitlab.com/bzip2/bzip2, +https://gitlab.com/Molcas/OpenMolcas, +https://gitlab.com/anarcat/wallabako, +https://gitlab.com/gpsd/gpsd, +https://gitlab.com/xiliumhq/chromiumembedded/cefglue, +https://gitlab.com/weitzman/drupal-test-traits, +https://gitlab.com/DavidGriffith/frotz, +https://gitlab.com/sane-project/backends, +https://gitlab.com/palisade/palisade-release, +https://gitlab.com/thorchain/thornode, +https://gitlab.com/susurrus/serialport-rs, +https://gitlab.com/purelb/purelb, +https://gitlab.com/libtiff/libtiff, +https://gitlab.com/gilrs-project/gilrs, +https://gitlab.com/altom/altunity/altunitytester, +https://gitlab.com/tglman/persy, +https://gitlab.com/esr/loccount, +https://gitlab.com/WhyNotHugo/darkman, +https://gitlab.com/remram44/taguette, +https://gitlab.com/goobook/goobook, +https://gitlab.com/edneville/please, +https://gitlab.com/gitlab-org/cloud-native/gitlab-operator, +https://gitlab.com/hyper-expanse/open-source/semantic-delivery-gitlab, +https://gitlab.com/bitcoin-cash-node/bitcoin-cash-node, +https://gitlab.com/tspiteri/rug, +https://gitlab.com/libxc/libxc, +https://gitlab.com/amatos/rest-countries, +https://gitlab.com/m2crypto/m2crypto, +https://gitlab.com/ttyperacer/terminal-typeracer, +https://gitlab.com/glatteis/earthwalker, +https://gitlab.com/mattia.basaglia/python-lottie, +https://gitlab.com/john.carroll.p/rschedule, +https://gitlab.com/open-source-keir/financial-modelling/trading/barter-rs, +https://gitlab.com/portmod/portmod, +https://gitlab.com/librespacefoundation/polaris/polaris, +https://gitlab.com/allianceauth/allianceauth, +https://gitlab.com/gitlab-org/incubation-engineering/ai-assist/dokter, +https://gitlab.com/joneshf/purty, +https://gitlab.com/cerfacs/batman, +https://gitlab.com/lightmeter/controlcenter, +https://gitlab.com/autokent/pdf-parse, +https://gitlab.com/inkscape/extensions, +https://gitlab.com/vstconsulting/polemarch, +https://gitlab.com/stuko/ovito, +https://gitlab.com/php-ai/php-ml, +https://gitlab.com/cmocka/cmocka, +https://gitlab.com/kashell/Kawa, +https://gitlab.com/francoisjacquet/rosariosis, +https://gitlab.com/catamphetamine/read-excel-file, +https://gitlab.com/oer/emacs-reveal, +https://gitlab.com/xiayesuifeng/v2rayxplus, +https://gitlab.com/gitmate/open-source/IGitt, +https://gitlab.com/subnetzero/iridium, +https://gitlab.com/yorickpeterse/oga, +https://gitlab.com/mbryant/functiontrace, +https://gitlab.com/pyspread/pyspread, +https://gitlab.com/pavel.krupala/pyqt-node-editor, +https://gitlab.com/dslackw/colored, +https://gitlab.com/mikler/glaber, +https://gitlab.com/drutopia/drutopia, +https://gitlab.com/cznic/ccgo, +https://gitlab.com/broj42/nuxt-cookie-control, +https://gitlab.com/orobardet/gitlab-ci-linter, +https://gitlab.com/AdrianDC/gitlabci-local, +https://gitlab.com/virtio-fs/virtiofsd, +https://gitlab.com/ternaris/rosbags, +https://gitlab.com/gitlab-org/ci-cd/custom-executor-drivers/fargate, +https://gitlab.com/asuran-rs/asuran, +https://gitlab.com/librespacefoundation/satnogs/satnogs-network, +https://gitlab.com/maxlefou/hugo.386, +https://gitlab.com/mattia.basaglia/tgs, +https://gitlab.com/opennota/findimagedupes, +https://gitlab.com/html-validate/html-validate, +https://gitlab.com/oer/org-re-reveal, +https://gitlab.com/BrightOpen/Samotop, +https://gitlab.com/Friz64/erupt, +https://gitlab.com/nyx-space/nyx, +https://gitlab.com/msvechla/vaultbot, +https://gitlab.com/profclems/glab, +https://gitlab.com/pwoolcoc/soup, +https://gitlab.com/yawning/obfs4, +https://gitlab.com/gitlab-org/gitlab-exporter, +https://gitlab.com/gitlab-com/support/toolbox/fast-stats, +https://gitlab.com/lv2/lv2, +https://gitlab.com/remcohaszing/eslint-formatter-gitlab, +https://gitlab.com/eidheim/tiny-process-library, +https://gitlab.com/Linaro/tuxmake, +https://gitlab.com/sdurobotics/ur_rtde, +https://gitlab.com/pulsechaincom/pls-faucet, +https://gitlab.com/aa900031/nestjs-command, +https://gitlab.com/philbooth/bfj, +https://gitlab.com/stp-team/systemtestportal-webapp, +https://gitlab.com/cunity/gitlab-emulator, +https://gitlab.com/tractor-team/tractor, +https://gitlab.com/wrobell/remt, +https://gitlab.com/parrot_parrot/ms-teams-replace-background, +https://gitlab.com/p8n/panopticon, +https://gitlab.com/gitlab-org/terraform-provider-gitlab, +https://gitlab.com/dslackw/slpkg, +https://gitlab.com/gtk-kt/gtk-kt, +https://gitlab.com/ProjectWARP/warp-go, +https://gitlab.com/vmware/idem/idem, +https://gitlab.com/shackra/goimapnotify, +https://gitlab.com/Cwiiis/ferris, +https://gitlab.com/kicad/libraries/kicad-footprint-generator, +https://gitlab.com/broj42/nuxt-gmaps, +https://gitlab.com/lansharkconsulting/django/django-encrypted-model-fields, +https://gitlab.com/pycqa/flake8-docstrings, +https://gitlab.com/xmpp-rs/xmpp-rs, +https://gitlab.com/trantor/trantor, +https://gitlab.com/osnvr/os-nvr, +https://gitlab.com/etherlab.org/ethercat, +https://gitlab.com/inbitcoin/lighter, +https://gitlab.com/hoppr/hoppr, +https://gitlab.com/nomadic-labs/tezos, +https://gitlab.com/dee-see/graphql-path-enum, +https://gitlab.com/ilpianista/arch-audit, +https://gitlab.com/lely_industries/lely-core, +https://gitlab.com/okannen/static_init, +https://gitlab.com/TNThieding/exif, +https://gitlab.com/under-test/undertest, +https://gitlab.com/wholegrain/website-carbon-badges, +https://gitlab.com/broj42/nuxt-lazy-load, +https://gitlab.com/catamphetamine/country-flag-icons, +https://gitlab.com/golang-commonmark/markdown, +https://gitlab.com/williamyaoh/shrinkwraprs, +https://gitlab.com/torkleyy/err-derive, +https://gitlab.com/pavanello-research-group/dftpy, +https://gitlab.com/BVollmerhaus/blurwal, +https://gitlab.com/citrus-rs/citrus, +https://gitlab.com/gitlab-org/gl-openshift/gitlab-runner-operator, +https://gitlab.com/Oslandia/py3dtiles, +https://gitlab.com/Nulide/findmydeviceserver, +https://gitlab.com/clickable/clickable, +https://gitlab.com/microo8/plgo, +https://gitlab.com/cordite/cordite, +https://gitlab.com/shyft-os/shyft, +https://gitlab.com/antora/antora-lunr-extension, +https://gitlab.com/cerlane/SoftPosit, +https://gitlab.com/akita/mgpusim, +https://gitlab.com/lobaro/iot-dashboard, +https://gitlab.com/secml/secml, +https://gitlab.com/gitlab-org/container-registry, +https://gitlab.com/gitlab-org/labkit, +https://gitlab.com/isard/isardvdi, +https://gitlab.com/lmco/hoppr/hoppr, +https://gitlab.com/JacobLinCool/bahamut-automation, +https://gitlab.com/hoppr/hoppr-cop, +https://gitlab.com/hoppr/droppr, +https://gitlab.com/mindfulness-at-the-computer/mindfulness-at-the-computer, +https://gitlab.com/commonground/nlx/nlx, +https://gitlab.com/dalibo/dramatiq-pg, +https://gitlab.com/dodgyville/pygltflib, +https://gitlab.com/lramage/mkdocs-gitbook-theme, +https://gitlab.com/microo8/ratt, +https://gitlab.com/wholegrain/granola, +https://gitlab.com/termoshtt/accel, +https://gitlab.com/UnicodeLabs/OpenRPA, +https://gitlab.com/vuedoc/md, +https://gitlab.com/eyeo/adblockplus/abc/adblockpluscore, +https://gitlab.com/realismusmodding/fs19_rm_seasons, +https://gitlab.com/appsemble/appsemble, +https://gitlab.com/philbooth/check-types.js, +https://gitlab.com/Rich-Harris/rollup-plugin-buble, +https://gitlab.com/gitlab-org/ci-cd/custom-executor-drivers/autoscaler, +https://gitlab.com/icm-institute/aramislab/leaspy, +https://gitlab.com/mike01/pypacker, +https://gitlab.com/pragmaticreviews/golang-gin-poc, +https://gitlab.com/NonFactors/AspNetCore.Grid, +https://gitlab.com/trixnity/trixnity, +https://gitlab.com/taricorp/llvm-sys.rs, +https://gitlab.com/ternaris/marv-robotics, +https://gitlab.com/datadrivendiscovery/d3m, +https://gitlab.com/deadcanaries/kadence, +https://gitlab.com/causal/ananke, +https://gitlab.com/NickCao/RAIT, +https://gitlab.com/gomidi/midi, +https://gitlab.com/egh/ledger-autosync, +https://gitlab.com/brycedorn/gitlab-corners, +https://gitlab.com/rak-n-rok/krake, +https://gitlab.com/teskje/microfft-rs, +https://gitlab.com/tspiteri/fixed, +https://gitlab.com/cunity/gitlab-python-runner, +https://gitlab.com/jesselcorbett/diskord, +https://gitlab.com/burke-software/django-report-builder, +https://gitlab.com/karroffel/contracts, +https://gitlab.com/commonshost/server, +https://gitlab.com/saltstack/pop/tiamat, +https://gitlab.com/SUSE-UIUX/eos-icons, +https://gitlab.com/gitlab-org/gitlab_git, +https://gitlab.com/pgjones/quart-trio, +https://gitlab.com/alexgleason/wagtailfontawesome, +https://gitlab.com/adam.stanek/nanit, +https://gitlab.com/fitmulticell/fit, +https://gitlab.com/quantify-os/quantify-core, +https://gitlab.com/alelec/gitlab-release, +https://gitlab.com/pymarc/pymarc, +https://gitlab.com/guardianproject/NetCipher, +https://gitlab.com/sumner/sublime-music, +https://gitlab.com/Rich-Harris/phonograph, +https://gitlab.com/inorton/junit2html, +https://gitlab.com/robcresswell/vue-material-design-icons, +https://gitlab.com/flattrack/flattrack, +https://gitlab.com/gitbuilding/gitbuilding, +https://gitlab.com/4degrees/lucidity, +https://gitlab.com/anarcat/feed2exec, +https://gitlab.com/shellyBits/v-chacheli, +https://gitlab.com/picos-api/picos, +https://gitlab.com/etke.cc/postmoogle, +https://gitlab.com/danielquinn/majel, +https://gitlab.com/eyeo/adblockplus/adblockpluscore, +https://gitlab.com/neachdainn/nng-rs, +https://gitlab.com/DGothrek/ipyaggrid, +https://gitlab.com/Thann/pingg, +https://gitlab.com/unit410/tezos-hsm-signer, +https://gitlab.com/takluyver/jeepney, +https://gitlab.com/gitlab-org/project-templates/go-micro, +https://gitlab.com/ratio-case/python/raplan, +https://gitlab.com/coroner/cryptolyzer, +https://gitlab.com/gitlab-org/gitlab-elasticsearch-indexer, +https://gitlab.com/dslackw/sun, +https://gitlab.com/gitlab-org/security-products/analyzers/semgrep, +https://gitlab.com/andrewbanchich/forty-jekyll-theme, +https://gitlab.com/flarenetwork/flare, +https://gitlab.com/isbg/isbg, +https://gitlab.com/bluebank/braid, +https://gitlab.com/libvirt/libvirt-rust, +https://gitlab.com/NebulousLabs/siastream, +https://gitlab.com/crespum/polaris, +https://gitlab.com/codsen/codsen, +https://gitlab.com/gemseo/dev/gemseo, +https://gitlab.com/mvysny/konsume-xml, +https://gitlab.com/yaal/canaille, +https://gitlab.com/thiagocsf/nexus3-cli, +https://gitlab.com/tango-controls/pytango, +https://gitlab.com/timvisee/prs, +https://gitlab.com/wyrcan/wyrcan, +https://gitlab.com/ApexAI/ade-cli, +https://gitlab.com/gitlab-org/gl-openshift/gitlab-operator, +https://gitlab.com/mattbas/Qt-Color-Widgets, +https://gitlab.com/beenje/gidgetlab, +https://gitlab.com/sscherfke/typed-settings, +https://gitlab.com/gitlab-org/security-products/analyzers/gemnasium, +https://gitlab.com/liquid-design/liquid-design-react, +https://gitlab.com/nitk-nest/nest, +https://gitlab.com/hpierce1102/ClassFinder, +https://gitlab.com/susurrus/gattii, +https://gitlab.com/agrumery/aGrUM, +https://gitlab.com/rmaguiar/hugo-theme-color-your-world, +https://gitlab.com/IvanSanchez/Leaflet.TileLayer.GL, +https://gitlab.com/demsking/image-downloader, +https://gitlab.com/sj1k/gorice, +https://gitlab.com/catamphetamine/write-excel-file, +https://gitlab.com/jtaimisto/bluewalker, +https://gitlab.com/coderscare/gridelements, +https://gitlab.com/AGausmann/rustberry, +https://gitlab.com/openpgp-ca/openpgp-ca, +https://gitlab.com/tangibleai/qary, +https://gitlab.com/TheYardVFX/mangrove, +https://gitlab.com/microo8/photon, +https://gitlab.com/slon/shad-go, +https://gitlab.com/computationalmaterials/clease, +https://gitlab.com/flippidippi/download-git-repo, +https://gitlab.com/selfagency/utfu, +https://gitlab.com/cloudb0x/trackarr, +https://gitlab.com/librespacefoundation/satnogs/satnogs-client, +https://gitlab.com/obnam/obnam, +https://gitlab.com/service-work/is-loading, +https://gitlab.com/gitlab-org/security-products/gemnasium-db, +https://gitlab.com/tenzing/shared-array, +https://gitlab.com/vuedoc/parser, +https://gitlab.com/ra_kete/microfft-rs, +https://gitlab.com/srrg-software/srrg_hbst, +https://gitlab.com/sequoia-pgp/sequoia-octopus-librnp, +https://gitlab.com/opennota/tl, +https://gitlab.com/dunloplab/delta, +https://gitlab.com/open-source-keir/financial-modelling/trading/barter-data-rs, +https://gitlab.com/nbdkit/nbdkit, +https://gitlab.com/bor-sh/git-gitlab, +https://gitlab.com/mikerockett/weasyprint, +https://gitlab.com/bichon-project/bichon, +https://gitlab.com/remote-apis-testing/remote-apis-testing, +https://gitlab.com/gitlab-org/security-products/analyzers/common, +https://gitlab.com/mutt_data/muttlib, +https://gitlab.com/deltares/imod/imod-python, +https://gitlab.com/az67128/svelte-atoms, +https://gitlab.com/jiaan/gitlab-pipeline-dashboard, +https://gitlab.com/PoroCYon/PokeApi.NET, +https://gitlab.com/gitlabracadabra/gitlabracadabra, +https://gitlab.com/hydroqc/hydroqc2mqtt, +https://gitlab.com/objrs/objrs, +https://gitlab.com/eyeo/adblockplus/abc/webext-sdk, +https://gitlab.com/tumult-labs/analytics, +https://gitlab.com/vicky5124/lavalink-rs, +https://gitlab.com/woolf/RTSPbrute, +https://gitlab.com/thelabnyc/django-logpipe, +https://gitlab.com/mb-saces/synatainer, +https://gitlab.com/dslackw/sbo-templates, +https://gitlab.com/cznic/cc, +https://gitlab.com/serebit/strife, +https://gitlab.com/polavieja_lab/idtrackerai, +https://gitlab.com/Go101/go101, +https://gitlab.com/smueller18/pylint-gitlab, +https://gitlab.com/alienscience/mailin, +https://gitlab.com/m03geek/fastify-oas, +https://gitlab.com/recommend.games/board-game-scraper, +https://gitlab.com/ornamentist/un-algebra, +https://gitlab.com/cest-group/boss, +https://gitlab.com/hindawi/xpub/xpub-review, +https://gitlab.com/commonground/don/developer.overheid.nl, +https://gitlab.com/iam-cms/kadi, +https://gitlab.com/passelecasque/varroa, +https://gitlab.com/PanierAvide/geovisio, +https://gitlab.com/gonoware/laravel-maps, +https://gitlab.com/obviate.io/pyleglight, +https://gitlab.com/xiayesuifeng/gopanel, +https://gitlab.com/tslocum/godoc-static, +https://gitlab.com/tglman/structsy, +https://gitlab.com/davidmreed/amaxa, +https://gitlab.com/mortengjerding/asr, +https://gitlab.com/mailman/django-mailman3, +https://gitlab.com/hydroqc/hydroqc, +https://gitlab.com/mhammons/slinc, +https://gitlab.com/asciidoc3/asciidoc3, +https://gitlab.com/mmalawski/openapi-validator, +https://gitlab.com/rjurga/ludget, +https://gitlab.com/kylehqcom/stencil, +https://gitlab.com/hieulw/cicflowmeter, +https://gitlab.com/meltano/sdk, +https://gitlab.com/localg-host/watchghost, +https://gitlab.com/bradwood/git-lab-rust, +https://gitlab.com/stevecu/xloil, +https://gitlab.com/chrisrabotin/nyx, +https://gitlab.com/df_storyteller/df-storyteller, +https://gitlab.com/celliern/scikit-fdiff, +https://gitlab.com/polychainlabs/tezos-network-monitor, +https://gitlab.com/gitlab-org/gitaly-proto, +https://gitlab.com/gitlab-org/security-products/analyzers/fuzzers/jsfuzz, +https://gitlab.com/axet/libtorrent, +https://gitlab.com/relief-melone/vue-mapbox-ts, +https://gitlab.com/slepc/slepc, +https://gitlab.com/betse/betse, +https://gitlab.com/librespacefoundation/satnogs/satnogs-decoders, +https://gitlab.com/gitlab-com/gl-security/security-operations/gl-redteam/gitrob, +https://gitlab.com/gitlab-com/gl-security/threatmanagement/redteam/redteam-public/gitrob, +https://gitlab.com/mertbakir/resume-a4, +https://gitlab.com/gitlab-com/marketing/digital-experience/slippers-ui, +https://gitlab.com/gitlab-org/csslab, +https://gitlab.com/thelabnyc/wagtail_blog, +https://gitlab.com/zach-geek/vartiste, +https://gitlab.com/tdiekmann/safety-guard, +https://gitlab.com/toryanderson/hugo-icarus, +https://gitlab.com/volian/rust-apt, +https://gitlab.com/bzim/lockfree, +https://gitlab.com/nvidia/container-toolkit/container-toolkit, +https://gitlab.com/deadcanaries/orc, +https://gitlab.com/cpvpn/cpyvpn, +https://gitlab.com/JakobDev/minecraft-launcher-lib, +https://gitlab.com/ikus-soft/tkvue, +https://gitlab.com/ecp-ci/jacamar-ci, +https://gitlab.com/quantify-os/quantify-scheduler, +https://gitlab.com/qonfucius/aragog, +https://gitlab.com/felipe_public/badges-gitlab, +https://gitlab.com/Pythia8/releases, +https://gitlab.com/hashbangfr/coldcms, +https://gitlab.com/govbr-ds/dev/govbr-ds-dev-core, +https://gitlab.com/hectorjsmith/fail2ban-prometheus-exporter, +https://gitlab.com/ideasman42/blender-mathutils, +https://gitlab.com/blurt/blurt, +https://gitlab.com/ahogen/cppcheck-codequality, +https://gitlab.com/gitlab-org/opstrace/opstrace-ui, +https://gitlab.com/corthbandt/shinglify, +https://gitlab.com/librespacefoundation/satnogs/satnogs-db, +https://gitlab.com/rysiekpl/libresilient, +https://gitlab.com/baxe/rv, +https://gitlab.com/kornelski/cargo-xcode, +https://gitlab.com/cznic/tcl, +https://gitlab.com/freckles-io/freckles, +https://gitlab.com/hkex/resipy, +https://gitlab.com/vmware/idem/idem-aws, +https://gitlab.com/yhtang/graphdot, +https://gitlab.com/VSI-TUGraz/Dynasaur, +https://gitlab.com/ydkn/capistrano-rails-console, +https://gitlab.com/george/shoya-go, +https://gitlab.com/brianodonnell/pod_feeder_v2, +https://gitlab.com/greut/eclint, +https://gitlab.com/hadrien/aws_lambda_logging, +https://gitlab.com/sthesing/zettels, +https://gitlab.com/avron/gruvhugo, +https://gitlab.com/saltstack/pop/heist, +https://gitlab.com/deeploy-ml/deeploy-python-client, +https://gitlab.com/t0xic0der/obserware, +https://gitlab.com/bloom42/bitflow, +https://gitlab.com/pgjones/quart-schema, +https://gitlab.com/mironet/magnolia-helm, +https://gitlab.com/apgoucher/lifelib, +https://gitlab.com/rhab/PyOTRS, +https://gitlab.com/l_sim/bigdft-suite, +https://gitlab.com/dns2utf8/sudo.rs, +https://gitlab.com/gabmus/hugo-ficurinia, +https://gitlab.com/SkynetLabs/skyd, +https://gitlab.com/fommil/shapely, +https://gitlab.com/datadrivendiscovery/common-primitives, +https://gitlab.com/sri-at-gitlab/projects/remote-pipeline-test-framework/framework, +https://gitlab.com/dashwav/gila, +https://gitlab.com/vibes-developers/vibes, +https://gitlab.com/under-test/undertest.strategy.selenium, +https://gitlab.com/wordpress-premium/advanced-custom-fields-pro, +https://gitlab.com/thelabnyc/wagtail-spa-integration, +https://gitlab.com/unidata-community-group/unidata-platform-ui, +https://gitlab.com/tastapod/jgotesting, +https://gitlab.com/tschorr/pyruvate, +https://gitlab.com/mrossinek/cobib, +https://gitlab.com/boldhearts/ros2_v4l2_camera, +https://gitlab.com/paolobenve/myphotoshare, +https://gitlab.com/phlint/phlint, +https://gitlab.com/latex-rubber/rubber, +https://gitlab.com/beenje/jupyterlab-gitlab, +https://gitlab.com/franksh/amphetype, +https://gitlab.com/ra_kete/structview-rs, +https://gitlab.com/maicos-devel/maicos, +https://gitlab.com/risse/pino, +https://gitlab.com/jeffdn/rust-canteen, +https://gitlab.com/pidila/scampi, +https://gitlab.com/commonground/haven/haven, +https://gitlab.com/crossref/crossref_commons_py, +https://gitlab.com/NebulousLabs/go-upnp, +https://gitlab.com/pokstad1/goprogs, +https://gitlab.com/catamphetamine/virtual-scroller, +https://gitlab.com/coala/coala-utils, +https://gitlab.com/qosenergy/squalus, +https://gitlab.com/catamphetamine/react-time-ago, +https://gitlab.com/sgrignard/serpyco, +https://gitlab.com/eyeo/adblockplus/ABPKit, +https://gitlab.com/kornelski/dunce, +https://gitlab.com/pulsechaincom/compressed-allocations, +https://gitlab.com/equilibrator/equilibrator-api, +https://gitlab.com/StanfordLegion/legion, +https://gitlab.com/mbedsys/citbx4gitlab, +https://gitlab.com/balping/ticketit-app, +https://gitlab.com/sfsm/sfsm, +https://gitlab.com/4U6U57/wsl-open, +https://gitlab.com/PerplexedPeach/dynamic-avatar-drawer, +https://gitlab.com/gitlab-org/gitlabktl, +https://gitlab.com/DigonIO/scheduler, +https://gitlab.com/gitlab-org/security-products/analyzers/secrets, +https://gitlab.com/ska-telescope/external/rascil, +https://gitlab.com/ymd_h/cpprb, +https://gitlab.com/tripetto/builder, +https://gitlab.com/viper-staking/cardano-tools, +https://gitlab.com/thelabnyc/wagtail-nav-menus, +https://gitlab.com/under-test/undertest.nuke, +https://gitlab.com/godot-stuff/gs-project-manager, +https://gitlab.com/penolove15/witness, +https://gitlab.com/SNCF/wcs, +https://gitlab.com/opennota/screengen, +https://gitlab.com/mexus/futures-retry, +https://gitlab.com/opennota/fb2index, +https://gitlab.com/inivation/dv/dv-python, +https://gitlab.com/stavros/pysignald, +https://gitlab.com/aidaspace/aidapy, +https://gitlab.com/datadrivendiscovery/automl-rpc, +https://gitlab.com/0bs1d1an/sr2t, +https://gitlab.com/MeldCE/first-draft, +https://gitlab.com/categulario/tiempo-rs, +https://gitlab.com/mbarkhau/markdown-katex, +https://gitlab.com/libvirt/libvirt-go, +https://gitlab.com/shaoxc/qepy, +https://gitlab.com/sebdeckers/tls-keygen, +https://gitlab.com/galacteek/galacteek, +https://gitlab.com/d3tn/ud3tn, +https://gitlab.com/huia-lang/stack-vm, +https://gitlab.com/alelec/pip-system-certs, +https://gitlab.com/blue-dragon/laravel-routes, +https://gitlab.com/bztsrc/model3d, +https://gitlab.com/hacklunch/ntsclient, +https://gitlab.com/giro3d/giro3d, +https://gitlab.com/noppo/gevent-websocket, +https://gitlab.com/gitlab-org/vulnerability-research/foss/lingo, +https://gitlab.com/lightning-signer/validating-lightning-signer, +https://gitlab.com/semkodev/nelson.cli, +https://gitlab.com/mbarkhau/pycalver, +https://gitlab.com/larswirzenius/obnam, +https://gitlab.com/antonok/taro, +https://gitlab.com/camlcase-dev/kotlin-tezos, +https://gitlab.com/benkuly/trixnity, +https://gitlab.com/dovereem/xtcetools, +https://gitlab.com/jkuebart/Leaflet.VectorTileLayer, +https://gitlab.com/sio4/code/alloc-counter, +https://gitlab.com/preserves/preserves, +https://gitlab.com/initforthe/stimulus-reveal, +https://gitlab.com/commonground/nlx, +https://gitlab.com/cryzed/hydrus-api, +https://gitlab.com/mauricemolli/petitRADTRANS, +https://gitlab.com/etke.cc/honoroit, +https://gitlab.com/silwol/freenukum, +https://gitlab.com/under-test/undertest.featurelint, +https://gitlab.com/tumult-labs/core, +https://gitlab.com/william.belanger/primenote, +https://gitlab.com/tangram-vision-oss/realsense-rust, +https://gitlab.com/twittner/minicbor, +https://gitlab.com/Kanedias/html2md, +https://gitlab.com/dr.sybren/skyfill, +https://gitlab.com/nul.one/rundoc, +https://gitlab.com/olaris/olaris-rename, +https://gitlab.com/mitchhentges/pip-compile-cross-platform, +https://gitlab.com/junte/junte-ui, +https://gitlab.com/energyincities/besos, +https://gitlab.com/jason-rumengan/pyarma, +https://gitlab.com/alantrick/django-agenda, +https://gitlab.com/GitLabRGI/erdc/geopackage-python, +https://gitlab.com/ayanaware/bento, +https://gitlab.com/nightlycommit/twing, +https://gitlab.com/kskarthik/monopriv, +https://gitlab.com/nerdocs/gdaps, +https://gitlab.com/leo.cazenille/qdpy, +https://gitlab.com/samthursfield/calliope, +https://gitlab.com/hectorjsmith/csharp-excel-vba-sync, +https://gitlab.com/clb1/svelte-ethers-store, +https://gitlab.com/smc/mlmorph, +https://gitlab.com/kaushalmodi/hugo-theme-refined, +https://gitlab.com/shaktiproject/tools/aapg, +https://gitlab.com/kris.leech/ma, +https://gitlab.com/python-actorio/actorio, +https://gitlab.com/openbridge/openbridge-css, +https://gitlab.com/hyask/swaysome, +https://gitlab.com/sebdeckers/unbundle, +https://gitlab.com/burrbull/softposit-rs, +https://gitlab.com/muspectre/muspectre, +https://gitlab.com/potato-oss/google-cloud/gcloud-tasks-emulator, +https://gitlab.com/m03geek/fastify-metrics, +https://gitlab.com/hoyle.hoyle/pynvr, +https://gitlab.com/cznic/b, +https://gitlab.com/brickhill/open-source/node-hill, +https://gitlab.com/gitlab-org/ci-cd/runner-tools/tlsctl, +https://gitlab.com/jarvis-network/apps/exchange/mono-repo, +https://gitlab.com/eshard/scared, +https://gitlab.com/crates.rs/cargo_toml, +https://gitlab.com/elixxir/crypto, +https://gitlab.com/ramiel/caravaggio, +https://gitlab.com/SiLA2/sila_java, +https://gitlab.com/pgjones/quart-auth, +https://gitlab.com/cab404/wg-bond, +https://gitlab.com/AmosEgel/smuthi, +https://gitlab.com/robigalia/sel4-sys, +https://gitlab.com/changelogs/changelog-manager, +https://gitlab.com/Shinobi-Systems/Shinobi-Installer, +https://gitlab.com/ing_rpaa/probatus, +https://gitlab.com/zaquestion/lab, +https://gitlab.com/thiblahute/mesonpep517, +https://gitlab.com/WhyNotHugo/shotman, +https://gitlab.com/thelabnyc/django-shopify-sync, +https://gitlab.com/truestream/tsfpga, +https://gitlab.com/william.belanger/qoob, +https://gitlab.com/pika-lab/tuprolog/2p-in-kotlin, +https://gitlab.com/Mojeer/django_components, +https://gitlab.com/rarenet/dfak, +https://gitlab.com/kskarthik/resto-hugo, +https://gitlab.com/ppopescu/logmasker, +https://gitlab.com/jorgecarleitao/starlette-oauth2-api, +https://gitlab.com/redwarn/redwarn-web, +https://gitlab.com/guballa/SubstitutionBreaker, +https://gitlab.com/Polkabot/polkabot, +https://gitlab.com/montag/vue-cli-plugin-gitlab-pages, +https://gitlab.com/polymer-kb/firmware/polymer, +https://gitlab.com/rweda/makerchip-app, +https://gitlab.com/gitlab-org/prometheus-client-mmap, +https://gitlab.com/bloom42/phaser, +https://gitlab.com/jonatasgrosman/findpapers, +https://gitlab.com/SirEdvin/sanic-oauth, +https://gitlab.com/kris.leech/wisper_next, +https://gitlab.com/gitlab-org/charts/components/gitlab-operator, +https://gitlab.com/companionlabs-opensource/classy-fastapi, +https://gitlab.com/gitlab-com/marketing/inbound-marketing/slippers-ui, +https://gitlab.com/mailman/mailman-hyperkitty, +https://gitlab.com/stavros/itsalive, +https://gitlab.com/rosaenlg-projects/rosaenlg, +https://gitlab.com/Emilv2/huawei-solar, +https://gitlab.com/gitlab-org/security-products/analyzers/phpcs-security-audit, +https://gitlab.com/EuropeanSpaceAgency/PyHole, +https://gitlab.com/mcoffin/fanctl, +https://gitlab.com/c1560/cryptofiscafacile, +https://gitlab.com/rndusr/i3barfodder, +https://gitlab.com/fluidattacks/product, +https://gitlab.com/ayanaware/bentocord, +https://gitlab.com/mosajjal/dnsmonster, +https://gitlab.com/gitlab-org/security-products/analyzers/security-code-scan, +https://gitlab.com/datadrivendiscovery/ta3ta2-api, +https://gitlab.com/jeffrey-xiao/probabilistic-collections-rs, +https://gitlab.com/ahau/whakapapa-ora, +https://gitlab.com/jerometwell/pynonymizer, +https://gitlab.com/sbeniamine/gitlab2zenodo, +https://gitlab.com/iam-cms/kadi-apy, +https://gitlab.com/annie-elequin/rn-matrix, +https://gitlab.com/cznic/libc, +https://gitlab.com/costrouc/pysrim, +https://gitlab.com/mexus/sedregex, +https://gitlab.com/synsense/rockpool, +https://gitlab.com/4degrees/clique, +https://gitlab.com/hsleisink/banshee, +https://gitlab.com/kornelski/wild, +https://gitlab.com/eladmaz/SSL-API, +https://gitlab.com/annyong/yeoboseyo, +https://gitlab.com/leadiq-oss/reactivemongo-zio, +https://gitlab.com/harth/superouter, +https://gitlab.com/leonhard-llc/ops, +https://gitlab.com/DarrienG/term-fireworks, +https://gitlab.com/etke.cc/ansible, +https://gitlab.com/beeper/linkedin, +https://gitlab.com/scpcorp/ScPrime, +https://gitlab.com/efunb/read_input, +https://gitlab.com/fpdpy/fpd, +https://gitlab.com/jochen.keil/dtlapse, +https://gitlab.com/tackv/spintop-openhtf, +https://gitlab.com/thorchain/midgard, +https://gitlab.com/testapp-system/file_picker_cross, +https://gitlab.com/ViDA-NYU/auctus/auctus, +https://gitlab.com/toby3d/telegram, +https://gitlab.com/tprodanov/bam, +https://gitlab.com/toby3d/telegraph, +https://gitlab.com/unit410/key-encoder, +https://gitlab.com/thelabnyc/django-vault-helpers, +https://gitlab.com/trupill/kind-generics, +https://gitlab.com/gitlab-ci-utils/pa11y-ci-reporter-html, +https://gitlab.com/pgjones/quart-cors, +https://gitlab.com/gitlab-org/security-products/security-report-schemas, +https://gitlab.com/EAVISE/brambox, +https://gitlab.com/avatar-cli/avatar-cli, +https://gitlab.com/rmcgregor/aio-msgpack-rpc, +https://gitlab.com/catamphetamine/javascript-time-ago, +https://gitlab.com/frissdiegurke/vuex-aspect, +https://gitlab.com/cznic/goyacc, +https://gitlab.com/reefphp/reef, +https://gitlab.com/frozo/noak, +https://gitlab.com/msvechla/es-rollover-controller, +https://gitlab.com/altom/altwalker/altwalker, +https://gitlab.com/castlecraft/building-blocks, +https://gitlab.com/matthiaseiholzer/mathru, +https://gitlab.com/lebedev.games/botox-di, +https://gitlab.com/relmendorp/avlwrapper, +https://gitlab.com/LMSAL_HUB/aia_hub/aiapy, +https://gitlab.com/dennis-hamester/dacite, +https://gitlab.com/soong_etl/soong, +https://gitlab.com/jonas.jasas/httprelay, +https://gitlab.com/davidpett/ember-cli-gitlab-ci, +https://gitlab.com/pac85/GameKernel, +https://gitlab.com/elvet/elvet, +https://gitlab.com/mkdocs-i18n/mkdocs-i18n, +https://gitlab.com/scmodding/frameworks/scdatatools, +https://gitlab.com/alantrick/django-vox, +https://gitlab.com/e257/accounting/tackler, +https://gitlab.com/Linaro/tuxsuite, +https://gitlab.com/gitlab-org/gitter/env, +https://gitlab.com/Mando75/typeorm-graphql-loader, +https://gitlab.com/cznic/golex, +https://gitlab.com/gitlab-org/configure/examples/kubernetes-agent, +https://gitlab.com/limira-rs/simi-project, +https://gitlab.com/jgreeley-group/graph-theory-surfaces, +https://gitlab.com/rhythnic/vuelidate-messages, +https://gitlab.com/recommend.games/board-game-recommender, +https://gitlab.com/2WeltenChris/openapi-red, +https://gitlab.com/SiLA2/sila_base, +https://gitlab.com/gparent/f1-2020-telemetry, +https://gitlab.com/andrewfulrich/barleytea, +https://gitlab.com/Freso/spotify2musicbrainz, +https://gitlab.com/nicocool84/spectrum2_signald, +https://gitlab.com/metasyntactical/composer-plugin-license-check, +https://gitlab.com/retnikt/flake9, +https://gitlab.com/radiology/infrastructure/xnatpy, +https://gitlab.com/kgroat/cypress-iframe, +https://gitlab.com/masaeedu/docker-client, +https://gitlab.com/dvolgyes/zenodo_get, +https://gitlab.com/IvanSanchez/Leaflet.TileLayer.MBTiles, +https://gitlab.com/Jellby/Pegamoid, +https://gitlab.com/moodlenet/moodlenet, +https://gitlab.com/stephane.ludwig/zeebe_python_grpc, +https://gitlab.com/gitlab-com/gl-security/engineering-and-research/gib, +https://gitlab.com/limira-rs/simi, +https://gitlab.com/granitosaurus/scrapy-test, +https://gitlab.com/bit-refined/ranges, +https://gitlab.com/fkrull/ostree-rs, +https://gitlab.com/akita/akita, +https://gitlab.com/gitlab-com/gl-infra/woodhouse, +https://gitlab.com/Queuecumber/torchjpeg, +https://gitlab.com/subplot/subplot, +https://gitlab.com/keatontaylor/alexapy, +https://gitlab.com/itayronen/gulp-uglify-es, +https://gitlab.com/non.est.sacra/zoomba, +https://gitlab.com/utopia-project/utopya, +https://gitlab.com/velocidex/velociraptor, +https://gitlab.com/utopia-project/dantro, +https://gitlab.com/ultreiaio/jgit-flow, +https://gitlab.com/wirepair/browserker, +https://gitlab.com/valeth/javelin, +https://gitlab.com/torresoftware/ubl21dian, +https://gitlab.com/videlec/pplpy, +https://gitlab.com/Tomkoid/blokator, +https://gitlab.com/tgc-dk/pysword, +https://gitlab.com/uninen/push-to-repo, +https://gitlab.com/woshilapin/cargo-sonar, +https://gitlab.com/wizlighting/wiz-local-control, +https://gitlab.com/under-test/undertest.featuretransform, +https://gitlab.com/wernerhp/load-shedding, +https://gitlab.com/timrs2998/newsie, +https://gitlab.com/jk0ne/DTL, +https://gitlab.com/g-braeunlich/ipyopt, +https://gitlab.com/diw-evu/emobpy/emobpy, +https://gitlab.com/mbarkhau/lib3to6, +https://gitlab.com/alelec/python-certifi-win32, +https://gitlab.com/sctlib/matrix-room-element, +https://gitlab.com/lockhead/odd-folk, +https://gitlab.com/esr/shimmer, +https://gitlab.com/nitsuga5124/lavalink-rs, +https://gitlab.com/jensj/myqueue, +https://gitlab.com/markuspichler/swmm_api, +https://gitlab.com/incoresemi/riscof, +https://gitlab.com/anarcat/undertime, +https://gitlab.com/hindawi/phenom, +https://gitlab.com/stavros/caduceus, +https://gitlab.com/skyhuborg/tracker, +https://gitlab.com/jakelazaroff/narrows, +https://gitlab.com/gitlab-de/go-excusegen, +https://gitlab.com/CinCan/cincan-command, +https://gitlab.com/domaindrivenarchitecture/dda-python-terraform, +https://gitlab.com/mpapp-public/prosemirror-recreate-steps, +https://gitlab.com/ales.genova/pbcpy, +https://gitlab.com/alelec/mpy_cross, +https://gitlab.com/4geit/react-packages, +https://gitlab.com/degoos/WetSponge, +https://gitlab.com/guywillett/django-searchable-encrypted-fields, +https://gitlab.com/Oslandia/pyris, +https://gitlab.com/elixxir/primitives, +https://gitlab.com/haggl/dotmgr, +https://gitlab.com/opengeoweb/opengeoweb, +https://gitlab.com/IvanSanchez/Leaflet.GLMarkers, +https://gitlab.com/kornelski/cargo-upgrades, +https://gitlab.com/fekits/mc-ratio, +https://gitlab.com/drosseau/degob, +https://gitlab.com/midigator/python_opentracing_async_instrumentation, +https://gitlab.com/pennersr/shove, +https://gitlab.com/orcalabs/public/dockertest-rs, +https://gitlab.com/pinage404/git-gamble, +https://gitlab.com/biomedit/sett, +https://gitlab.com/gitlab-org/incubation-engineering/ai-assist/dockter, +https://gitlab.com/elixxir/client, +https://gitlab.com/accumulatenetwork/accumulate, +https://gitlab.com/aweframework/awe, +https://gitlab.com/golangdojo/youtube, +https://gitlab.com/ahau/ssb-crut, +https://gitlab.com/mkit/open-source/gatsby-theme-password-protect, +https://gitlab.com/efficientip/solidserverrest, +https://gitlab.com/oddnetworks/oddworks/core, +https://gitlab.com/kqhivemind/hivemind, +https://gitlab.com/altispeed/linux-delta, +https://gitlab.com/nomadic-labs/resto, +https://gitlab.com/scion-scxml/scion, +https://gitlab.com/RemixDev/deezer-js, +https://gitlab.com/ouestware/neo4j-elasticsearch, +https://gitlab.com/pdftools/python-ghostscript, +https://gitlab.com/Makman2/respice, +https://gitlab.com/datadrivendiscovery/metadata, +https://gitlab.com/aroffringa/aoflagger, +https://gitlab.com/asuran-rs/libasuran, +https://gitlab.com/q-dev/q-client, +https://gitlab.com/kornelski/http-serde, +https://gitlab.com/monogoto.io/node-red-contrib-flow-manager, +https://gitlab.com/ipyopt-devs/ipyopt, +https://gitlab.com/dlr-ve/vencopy, +https://gitlab.com/nekokatt/hikari, +https://gitlab.com/djencks/asciidoctor-mathjax.js, +https://gitlab.com/imp/chrono-humanize-rs, +https://gitlab.com/dicr/yii2-telegram, +https://gitlab.com/cgps/nf-batch-runner, +https://gitlab.com/pharmony/active_record_migration_ui, +https://gitlab.com/IvanSanchez/glii, +https://gitlab.com/hepcedar/lhapdf, +https://gitlab.com/dlalic/gitlab-clippy, +https://gitlab.com/radek-sprta/mariner, +https://gitlab.com/allianceauth/django-esi, +https://gitlab.com/moneropay/moneropay, +https://gitlab.com/gitlab-org/git, +https://gitlab.com/etke.cc/buscarron, +https://gitlab.com/uweschmitt/pytest-regtest, +https://gitlab.com/thorchain/tss/go-tss, +https://gitlab.com/universis/universis, +https://gitlab.com/ViDA-NYU/d3m/alphad3m, +https://gitlab.com/zach-geek/hyper-launch-menu, +https://gitlab.com/yaroslaff/hashget, +https://gitlab.com/vstconsulting/vstutils, +https://gitlab.com/tripetto/editor, +https://gitlab.com/zerobias/effector, +https://gitlab.com/xmpp-rs/tokio-xmpp, +https://gitlab.com/tmuguet/hugo-split-gallery, +https://gitlab.com/what-digital/django-privacy-mgmt, +https://gitlab.com/tom.davidson/lolaus, +https://gitlab.com/ydkn/capistrano-git-copy, +https://gitlab.com/tezos-domains/client, +https://gitlab.com/Tuuux/galaxie-curses, +https://gitlab.com/tobias47n9e/wikibase_rs, +https://gitlab.com/oliasoft-open-source/react-ui-library, +https://gitlab.com/midas-mosaik/midas, +https://gitlab.com/shinzao/laravel-activation, +https://gitlab.com/ecocommons-australia/lib/drf-keycloak-auth, +https://gitlab.com/hindawi/phenom-types, +https://gitlab.com/librecube/lib/python-linkpredict, +https://gitlab.com/regen-network/regen-ledger, +https://gitlab.com/barfuin/text-tree, +https://gitlab.com/b0/libqtolm, +https://gitlab.com/JOSM/gradle-josm-plugin, +https://gitlab.com/gitlab-org/security-products/ci-templates, +https://gitlab.com/protesilaos/tempus-themes-generator, +https://gitlab.com/SiLA2/sila_csharp, +https://gitlab.com/hipsquare/strapi-plugin-keycloak, +https://gitlab.com/pgjones/quart-rate-limiter, +https://gitlab.com/biomedit/gpg-lite, +https://gitlab.com/bor-sh-infrastructure/libsaas_gitlab, +https://gitlab.com/haynes/libsass-maven-plugin, +https://gitlab.com/jfolz/simplejpeg, +https://gitlab.com/macmv/sugarcane, +https://gitlab.com/imp/cargo-info, +https://gitlab.com/mcepl/json_diff, +https://gitlab.com/qblox/packages/software/qblox_instruments, +https://gitlab.com/esa/pyxel, +https://gitlab.com/stevebob/mos6502, +https://gitlab.com/SiLA2/vendors/sila_tecan, +https://gitlab.com/bern-rtos/bern-rtos, +https://gitlab.com/hindawi/xpub/xpub-screening, +https://gitlab.com/Hares-Lab/openapi-parser, +https://gitlab.com/oscar6echo/ipyauth, +https://gitlab.com/cogment/cogment, +https://gitlab.com/stone.code/scov, +https://gitlab.com/sctlib/libli, +https://gitlab.com/remal/gradle-plugins, +https://gitlab.com/imbev/pywebcanvas, +https://gitlab.com/gitlab-org/security-products/analyzers/mobsf, +https://gitlab.com/RKIBioinformaticsPipelines/ncov_minipipe, +https://gitlab.com/cardoe/enum-primitive-derive, +https://gitlab.com/aboutyou/cloud-core/backbone-ts, +https://gitlab.com/mech-lang/core, +https://gitlab.com/dalibo/pglift, +https://gitlab.com/SiLA2/sila_python, +https://gitlab.com/Patiga/twmap, +https://gitlab.com/librespacefoundation/python-satellitetle, +https://gitlab.com/amv213/jumbo, +https://gitlab.com/ing_rpaa/ing_theme_matplotlib, +https://gitlab.com/qvex/vex-rt, +https://gitlab.com/appian-oss/appian-locust, +https://gitlab.com/gitlab-org/security-products/analyzers/spotbugs, +https://gitlab.com/gitlab-org/gitlab-eslint-config, +https://gitlab.com/2WeltenChris/pekfinger-red, +https://gitlab.com/antora/antora-assembler, +https://gitlab.com/guystreeter/python-hwloc, +https://gitlab.com/alantrick/august, +https://gitlab.com/naqll/dynamodb-table-explorer, +https://gitlab.com/polyapp-open-source/polyapp, +https://gitlab.com/guballa/tlsmate, +https://gitlab.com/sequoia-pgp/sequoia-chameleon-gnupg, +https://gitlab.com/jeyred/schedic, +https://gitlab.com/Mayan-EDMS-NG/mayan-edms-ng, +https://gitlab.com/energyincities/python-ehub, +https://gitlab.com/lavitto/typo3-form-to-database, +https://gitlab.com/anphi/homeassistant-mqtt-binding, +https://gitlab.com/hectorjsmith/grafana-matrix-forwarder, +https://gitlab.com/bent10/stacked-menu, +https://gitlab.com/GeneralProtocols/anyhedge/library, +https://gitlab.com/andrejr/csnake, +https://gitlab.com/fabernovel/heart, +https://gitlab.com/gitlab-org/rubocop-gitlab-security, +https://gitlab.com/df-modding-tools/df-raw-language-server, +https://gitlab.com/arcfire/rumba, +https://gitlab.com/krr/IDP-Z3, +https://gitlab.com/h3/django-emailhub, +https://gitlab.com/etke.cc/miounne, +https://gitlab.com/axet/android-pdfium, +https://gitlab.com/prettyetc/prettyetc, +https://gitlab.com/nvidia/container-toolkit/libnvidia-container, +https://gitlab.com/infra.run/public/b3scale, +https://gitlab.com/paessler-labs/prtg-pyprobe, +https://gitlab.com/clock-8001/clock-8001, +https://gitlab.com/chrisrabotin/hyperdual, +https://gitlab.com/simspace-oss/xio, +https://gitlab.com/golang-commonmark/mdtool, +https://gitlab.com/limira-rs/mika, +https://gitlab.com/daingun/automatica, +https://gitlab.com/sqwishy/impetuous, +https://gitlab.com/abrosimov.a.a/qlua, +https://gitlab.com/gitlab-org/configure/examples/gitops-project, +https://gitlab.com/openbridge/openbridge-web-components, +https://gitlab.com/nvidia/container-toolkit/nvidia-docker, +https://gitlab.com/katyukha/odoo-rpc-client, +https://gitlab.com/l0nax/changelog-go, +https://gitlab.com/gridbugs/mos6502, +https://gitlab.com/Appirio/sfdx-node, +https://gitlab.com/gitlab-com/gl-infra/oncall-robot-assistant, +https://gitlab.com/golangdojo/bootcamp, +https://gitlab.com/OctoNezd/loggui, +https://gitlab.com/mailman/mailman-web, diff --git a/cron/internal/data/gitlab-projects-selected.csv b/cron/internal/data/gitlab-projects-selected.csv deleted file mode 100644 index 0fa9195a82e..00000000000 --- a/cron/internal/data/gitlab-projects-selected.csv +++ /dev/null @@ -1,253 +0,0 @@ -repo,metadata -https://gitlab.com/gitlab-org/gitlab-foss, -https://gitlab.com/gitlab-org/gitlab, -https://gitlab.com/CalcProgrammer1/OpenRGB, -https://gitlab.com/gitlab-org/gitlab-runner, -https://gitlab.com/fdroid/fdroidclient, -https://gitlab.com/baserow/baserow, -https://gitlab.com/AuroraOSS/AuroraStore, -https://gitlab.com/graphviz/graphviz, -https://gitlab.com/pgjones/quart, -https://gitlab.com/libeigen/eigen, -https://gitlab.com/gitlab-org/gitlab-development-kit, -https://gitlab.com/gitlab-org/omnibus-gitlab, -https://gitlab.com/tezos/tezos, -https://gitlab.com/mayan-edms/mayan-edms, -https://gitlab.com/meltano/meltano, -https://gitlab.com/gitlab-com/runbooks, -https://gitlab.com/antora/antora, -https://gitlab.com/pycqa/flake8, -https://gitlab.com/meno/dropzone, -https://gitlab.com/pages/hugo, -https://gitlab.com/sequoia-pgp/sequoia, -https://gitlab.com/gableroux/unity3d-gitlab-ci-example, -https://gitlab.com/gitlab-org/gitaly, -https://gitlab.com/gitlab-org/cli, -https://gitlab.com/postgres-ai/database-lab, -https://gitlab.com/timvisee/ffsend, -https://gitlab.com/leanlabsio/kanban, -https://gitlab.com/pgjones/hypercorn, -https://gitlab.com/Rich-Harris/buble, -https://gitlab.com/cznic/sqlite, -https://gitlab.com/postgres-ai/postgres-checkup, -https://gitlab.com/mojo42/Jirafeau, -https://gitlab.com/eidheim/Simple-Web-Server, -https://gitlab.com/NebulousLabs/Sia, -https://gitlab.com/akihe/radamsa, -https://gitlab.com/procps-ng/procps, -https://gitlab.com/jam-systems/jam, -https://gitlab.com/catamphetamine/libphonenumber-js, -https://gitlab.com/olaris/olaris-server, -https://gitlab.com/stavros/harbormaster, -https://gitlab.com/conradsnicta/armadillo-code, -https://gitlab.com/gitlab-org/gitlab-shell, -https://gitlab.com/dalibo/postgresql_anonymizer, -https://gitlab.com/fatihacet/gitlab-vscode-extension, -https://gitlab.com/brinkervii/grapejuice, -https://gitlab.com/gitlab-org/gitlab-runner-docker-cleanup, -https://gitlab.com/gitlab-org/gitlab-ui, -https://gitlab.com/ajak/tuir, -https://gitlab.com/kornelski/babel-preset-php, -https://gitlab.com/mailman/hyperkitty, -https://gitlab.com/wg1/jpeg-xl, -https://gitlab.com/nsnam/ns-3-dev, -https://gitlab.com/axet/android-book-reader, -https://gitlab.com/shodan-public/nrich, -https://gitlab.com/bloom42/bloom, -https://gitlab.com/lfortran/lfortran, -https://gitlab.com/gitlab-org/gitlab-triage, -https://gitlab.com/esr/reposurgeon, -https://gitlab.com/leinardi/gkraken, -https://gitlab.com/QEF/q-e, -https://gitlab.com/eidheim/Simple-WebSocket-Server, -https://gitlab.com/signald/signald, -https://gitlab.com/chaica/feed2toot, -https://gitlab.com/gitlab-org/gitlab-pages, -https://gitlab.com/pulsechaincom/go-pulse, -https://gitlab.com/GoogleDriveIndex/Google-Drive-Index, -https://gitlab.com/antonok/enum_dispatch, -https://gitlab.com/gitlab-org/gitlab-workhorse, -https://gitlab.com/petsc/petsc, -https://gitlab.com/eternal-twin/etwin, -https://gitlab.com/mattbas/python-lottie, -https://gitlab.com/gitlab-org/docker-distribution-pruner, -https://gitlab.com/rosie-pattern-language/rosie, -https://gitlab.com/BuildStream/buildstream, -https://gitlab.com/kicad/libraries/kicad-footprints, -https://gitlab.com/dmfay/massive-js, -https://gitlab.com/nanuchi/go-full-course-youtube, -https://gitlab.com/sublime-music/sublime-music, -https://gitlab.com/gitlab-org/opstrace/opstrace, -https://gitlab.com/gitlab-org/release-cli, -https://gitlab.com/gitlab-org/ci-cd/docker-machine, -https://gitlab.com/catamphetamine/react-phone-number-input, -https://gitlab.com/IvanSanchez/Leaflet.GridLayer.GoogleMutant, -https://gitlab.com/klamonte/jexer, -https://gitlab.com/woob/woob, -https://gitlab.com/crates.rs/crates.rs, -https://gitlab.com/stavros/python-yeelight, -https://gitlab.com/gitlab-org/cluster-integration/auto-deploy-image, -https://gitlab.com/dbsystel/gitlab-ci-python-library, -https://gitlab.com/DerManu/QCustomPlot, -https://gitlab.com/juhani/go-semrel-gitlab, -https://gitlab.com/postgres-ai/joe, -https://gitlab.com/altek/accountant, -https://gitlab.com/formschema/native, -https://gitlab.com/gardenappl/readability-cli, -https://gitlab.com/doctormo/python-crontab, -https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent, -https://gitlab.com/mattbas/glaxnimate, -https://gitlab.com/mailman/postorius, -https://gitlab.com/cznic/ql, -https://gitlab.com/gitlab-org/release-tools, -https://gitlab.com/gitlab-org/gitlab-svgs, -https://gitlab.com/bzip2/bzip2, -https://gitlab.com/Molcas/OpenMolcas, -https://gitlab.com/anarcat/wallabako, -https://gitlab.com/gpsd/gpsd, -https://gitlab.com/xiliumhq/chromiumembedded/cefglue, -https://gitlab.com/weitzman/drupal-test-traits, -https://gitlab.com/DavidGriffith/frotz, -https://gitlab.com/sane-project/backends, -https://gitlab.com/palisade/palisade-release, -https://gitlab.com/thorchain/thornode, -https://gitlab.com/susurrus/serialport-rs, -https://gitlab.com/purelb/purelb, -https://gitlab.com/libtiff/libtiff, -https://gitlab.com/gilrs-project/gilrs, -https://gitlab.com/altom/altunity/altunitytester, -https://gitlab.com/tglman/persy, -https://gitlab.com/esr/loccount, -https://gitlab.com/WhyNotHugo/darkman, -https://gitlab.com/remram44/taguette, -https://gitlab.com/goobook/goobook, -https://gitlab.com/edneville/please, -https://gitlab.com/gitlab-org/cloud-native/gitlab-operator, -https://gitlab.com/hyper-expanse/open-source/semantic-delivery-gitlab, -https://gitlab.com/bitcoin-cash-node/bitcoin-cash-node, -https://gitlab.com/tspiteri/rug, -https://gitlab.com/libxc/libxc, -https://gitlab.com/amatos/rest-countries, -https://gitlab.com/m2crypto/m2crypto, -https://gitlab.com/ttyperacer/terminal-typeracer, -https://gitlab.com/glatteis/earthwalker, -https://gitlab.com/mattia.basaglia/python-lottie, -https://gitlab.com/john.carroll.p/rschedule, -https://gitlab.com/open-source-keir/financial-modelling/trading/barter-rs, -https://gitlab.com/portmod/portmod, -https://gitlab.com/librespacefoundation/polaris/polaris, -https://gitlab.com/allianceauth/allianceauth, -https://gitlab.com/gitlab-org/incubation-engineering/ai-assist/dokter, -https://gitlab.com/joneshf/purty, -https://gitlab.com/cerfacs/batman, -https://gitlab.com/lightmeter/controlcenter, -https://gitlab.com/autokent/pdf-parse, -https://gitlab.com/inkscape/extensions, -https://gitlab.com/vstconsulting/polemarch, -https://gitlab.com/stuko/ovito, -https://gitlab.com/php-ai/php-ml, -https://gitlab.com/cmocka/cmocka, -https://gitlab.com/kashell/Kawa, -https://gitlab.com/francoisjacquet/rosariosis, -https://gitlab.com/catamphetamine/read-excel-file, -https://gitlab.com/oer/emacs-reveal, -https://gitlab.com/xiayesuifeng/v2rayxplus, -https://gitlab.com/gitmate/open-source/IGitt, -https://gitlab.com/subnetzero/iridium, -https://gitlab.com/yorickpeterse/oga, -https://gitlab.com/mbryant/functiontrace, -https://gitlab.com/pyspread/pyspread, -https://gitlab.com/pavel.krupala/pyqt-node-editor, -https://gitlab.com/dslackw/colored, -https://gitlab.com/mikler/glaber, -https://gitlab.com/drutopia/drutopia, -https://gitlab.com/cznic/ccgo, -https://gitlab.com/broj42/nuxt-cookie-control, -https://gitlab.com/orobardet/gitlab-ci-linter, -https://gitlab.com/AdrianDC/gitlabci-local, -https://gitlab.com/virtio-fs/virtiofsd, -https://gitlab.com/ternaris/rosbags, -https://gitlab.com/gitlab-org/ci-cd/custom-executor-drivers/fargate, -https://gitlab.com/asuran-rs/asuran, -https://gitlab.com/librespacefoundation/satnogs/satnogs-network, -https://gitlab.com/maxlefou/hugo.386, -https://gitlab.com/mattia.basaglia/tgs, -https://gitlab.com/opennota/findimagedupes, -https://gitlab.com/html-validate/html-validate, -https://gitlab.com/oer/org-re-reveal, -https://gitlab.com/BrightOpen/Samotop, -https://gitlab.com/Friz64/erupt, -https://gitlab.com/nyx-space/nyx, -https://gitlab.com/msvechla/vaultbot, -https://gitlab.com/profclems/glab, -https://gitlab.com/pwoolcoc/soup, -https://gitlab.com/yawning/obfs4, -https://gitlab.com/gitlab-org/gitlab-exporter, -https://gitlab.com/gitlab-com/support/toolbox/fast-stats, -https://gitlab.com/lv2/lv2, -https://gitlab.com/remcohaszing/eslint-formatter-gitlab, -https://gitlab.com/eidheim/tiny-process-library, -https://gitlab.com/Linaro/tuxmake, -https://gitlab.com/sdurobotics/ur_rtde, -https://gitlab.com/pulsechaincom/pls-faucet, -https://gitlab.com/aa900031/nestjs-command, -https://gitlab.com/philbooth/bfj, -https://gitlab.com/stp-team/systemtestportal-webapp, -https://gitlab.com/cunity/gitlab-emulator, -https://gitlab.com/tractor-team/tractor, -https://gitlab.com/wrobell/remt, -https://gitlab.com/parrot_parrot/ms-teams-replace-background, -https://gitlab.com/p8n/panopticon, -https://gitlab.com/gitlab-org/terraform-provider-gitlab, -https://gitlab.com/dslackw/slpkg, -https://gitlab.com/gtk-kt/gtk-kt, -https://gitlab.com/ProjectWARP/warp-go, -https://gitlab.com/vmware/idem/idem, -https://gitlab.com/shackra/goimapnotify, -https://gitlab.com/Cwiiis/ferris, -https://gitlab.com/kicad/libraries/kicad-footprint-generator, -https://gitlab.com/broj42/nuxt-gmaps, -https://gitlab.com/lansharkconsulting/django/django-encrypted-model-fields, -https://gitlab.com/pycqa/flake8-docstrings, -https://gitlab.com/xmpp-rs/xmpp-rs, -https://gitlab.com/trantor/trantor, -https://gitlab.com/osnvr/os-nvr, -https://gitlab.com/etherlab.org/ethercat, -https://gitlab.com/inbitcoin/lighter, -https://gitlab.com/hoppr/hoppr, -https://gitlab.com/nomadic-labs/tezos, -https://gitlab.com/dee-see/graphql-path-enum, -https://gitlab.com/ilpianista/arch-audit, -https://gitlab.com/lely_industries/lely-core, -https://gitlab.com/okannen/static_init, -https://gitlab.com/TNThieding/exif, -https://gitlab.com/under-test/undertest, -https://gitlab.com/wholegrain/website-carbon-badges, -https://gitlab.com/broj42/nuxt-lazy-load, -https://gitlab.com/catamphetamine/country-flag-icons, -https://gitlab.com/golang-commonmark/markdown, -https://gitlab.com/williamyaoh/shrinkwraprs, -https://gitlab.com/torkleyy/err-derive, -https://gitlab.com/pavanello-research-group/dftpy, -https://gitlab.com/BVollmerhaus/blurwal, -https://gitlab.com/citrus-rs/citrus, -https://gitlab.com/gitlab-org/gl-openshift/gitlab-runner-operator, -https://gitlab.com/Oslandia/py3dtiles, -https://gitlab.com/Nulide/findmydeviceserver, -https://gitlab.com/clickable/clickable, -https://gitlab.com/microo8/plgo, -https://gitlab.com/cordite/cordite, -https://gitlab.com/shyft-os/shyft, -https://gitlab.com/antora/antora-lunr-extension, -https://gitlab.com/cerlane/SoftPosit, -https://gitlab.com/akita/mgpusim, -https://gitlab.com/lobaro/iot-dashboard, -https://gitlab.com/secml/secml, -https://gitlab.com/gitlab-org/container-registry, -https://gitlab.com/gitlab-org/labkit, -https://gitlab.com/isard/isardvdi, -https://gitlab.com/lmco/hoppr/hoppr, -https://gitlab.com/JacobLinCool/bahamut-automation, -https://gitlab.com/hoppr/hoppr-cop, -https://gitlab.com/hoppr/hoppr-cyclonedx-models, -https://gitlab.com/hoppr/droppr, diff --git a/cron/internal/data/gitlab-projects.csv b/cron/internal/data/gitlab-projects.csv new file mode 100644 index 00000000000..8bcef93d30e --- /dev/null +++ b/cron/internal/data/gitlab-projects.csv @@ -0,0 +1,5502 @@ +repo,metadata +https://gitlab.com/gitlab-org/gitlab-foss, +https://gitlab.com/gitlab-org/gitlab, +https://gitlab.com/CalcProgrammer1/OpenRGB, +https://gitlab.com/gitlab-org/gitlab-runner, +https://gitlab.com/fdroid/fdroidclient, +https://gitlab.com/baserow/baserow, +https://gitlab.com/AuroraOSS/AuroraStore, +https://gitlab.com/graphviz/graphviz, +https://gitlab.com/pgjones/quart, +https://gitlab.com/libeigen/eigen, +https://gitlab.com/gitlab-org/gitlab-development-kit, +https://gitlab.com/gitlab-org/omnibus-gitlab, +https://gitlab.com/tezos/tezos, +https://gitlab.com/mayan-edms/mayan-edms, +https://gitlab.com/meltano/meltano, +https://gitlab.com/gitlab-com/runbooks, +https://gitlab.com/antora/antora, +https://gitlab.com/pycqa/flake8, +https://gitlab.com/meno/dropzone, +https://gitlab.com/pages/hugo, +https://gitlab.com/sequoia-pgp/sequoia, +https://gitlab.com/gableroux/unity3d-gitlab-ci-example, +https://gitlab.com/gitlab-org/gitaly, +https://gitlab.com/gitlab-org/cli, +https://gitlab.com/postgres-ai/database-lab, +https://gitlab.com/timvisee/ffsend, +https://gitlab.com/leanlabsio/kanban, +https://gitlab.com/pgjones/hypercorn, +https://gitlab.com/Rich-Harris/buble, +https://gitlab.com/cznic/sqlite, +https://gitlab.com/postgres-ai/postgres-checkup, +https://gitlab.com/mojo42/Jirafeau, +https://gitlab.com/eidheim/Simple-Web-Server, +https://gitlab.com/NebulousLabs/Sia, +https://gitlab.com/akihe/radamsa, +https://gitlab.com/procps-ng/procps, +https://gitlab.com/jam-systems/jam, +https://gitlab.com/catamphetamine/libphonenumber-js, +https://gitlab.com/olaris/olaris-server, +https://gitlab.com/stavros/harbormaster, +https://gitlab.com/conradsnicta/armadillo-code, +https://gitlab.com/gitlab-org/gitlab-shell, +https://gitlab.com/dalibo/postgresql_anonymizer, +https://gitlab.com/fatihacet/gitlab-vscode-extension, +https://gitlab.com/brinkervii/grapejuice, +https://gitlab.com/gitlab-org/gitlab-runner-docker-cleanup, +https://gitlab.com/gitlab-org/gitlab-ui, +https://gitlab.com/ajak/tuir, +https://gitlab.com/kornelski/babel-preset-php, +https://gitlab.com/mailman/hyperkitty, +https://gitlab.com/wg1/jpeg-xl, +https://gitlab.com/nsnam/ns-3-dev, +https://gitlab.com/axet/android-book-reader, +https://gitlab.com/shodan-public/nrich, +https://gitlab.com/bloom42/bloom, +https://gitlab.com/lfortran/lfortran, +https://gitlab.com/gitlab-org/gitlab-triage, +https://gitlab.com/esr/reposurgeon, +https://gitlab.com/leinardi/gkraken, +https://gitlab.com/QEF/q-e, +https://gitlab.com/eidheim/Simple-WebSocket-Server, +https://gitlab.com/signald/signald, +https://gitlab.com/chaica/feed2toot, +https://gitlab.com/gitlab-org/gitlab-pages, +https://gitlab.com/pulsechaincom/go-pulse, +https://gitlab.com/GoogleDriveIndex/Google-Drive-Index, +https://gitlab.com/antonok/enum_dispatch, +https://gitlab.com/gitlab-org/gitlab-workhorse, +https://gitlab.com/petsc/petsc, +https://gitlab.com/eternal-twin/etwin, +https://gitlab.com/mattbas/python-lottie, +https://gitlab.com/gitlab-org/docker-distribution-pruner, +https://gitlab.com/rosie-pattern-language/rosie, +https://gitlab.com/BuildStream/buildstream, +https://gitlab.com/kicad/libraries/kicad-footprints, +https://gitlab.com/dmfay/massive-js, +https://gitlab.com/nanuchi/go-full-course-youtube, +https://gitlab.com/sublime-music/sublime-music, +https://gitlab.com/gitlab-org/opstrace/opstrace, +https://gitlab.com/gitlab-org/release-cli, +https://gitlab.com/gitlab-org/ci-cd/docker-machine, +https://gitlab.com/catamphetamine/react-phone-number-input, +https://gitlab.com/IvanSanchez/Leaflet.GridLayer.GoogleMutant, +https://gitlab.com/klamonte/jexer, +https://gitlab.com/woob/woob, +https://gitlab.com/crates.rs/crates.rs, +https://gitlab.com/stavros/python-yeelight, +https://gitlab.com/gitlab-org/cluster-integration/auto-deploy-image, +https://gitlab.com/dbsystel/gitlab-ci-python-library, +https://gitlab.com/DerManu/QCustomPlot, +https://gitlab.com/juhani/go-semrel-gitlab, +https://gitlab.com/postgres-ai/joe, +https://gitlab.com/altek/accountant, +https://gitlab.com/formschema/native, +https://gitlab.com/gardenappl/readability-cli, +https://gitlab.com/doctormo/python-crontab, +https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent, +https://gitlab.com/mattbas/glaxnimate, +https://gitlab.com/mailman/postorius, +https://gitlab.com/cznic/ql, +https://gitlab.com/gitlab-org/release-tools, +https://gitlab.com/gitlab-org/gitlab-svgs, +https://gitlab.com/bzip2/bzip2, +https://gitlab.com/Molcas/OpenMolcas, +https://gitlab.com/anarcat/wallabako, +https://gitlab.com/gpsd/gpsd, +https://gitlab.com/xiliumhq/chromiumembedded/cefglue, +https://gitlab.com/weitzman/drupal-test-traits, +https://gitlab.com/DavidGriffith/frotz, +https://gitlab.com/sane-project/backends, +https://gitlab.com/palisade/palisade-release, +https://gitlab.com/thorchain/thornode, +https://gitlab.com/susurrus/serialport-rs, +https://gitlab.com/purelb/purelb, +https://gitlab.com/libtiff/libtiff, +https://gitlab.com/gilrs-project/gilrs, +https://gitlab.com/altom/altunity/altunitytester, +https://gitlab.com/tglman/persy, +https://gitlab.com/esr/loccount, +https://gitlab.com/WhyNotHugo/darkman, +https://gitlab.com/remram44/taguette, +https://gitlab.com/goobook/goobook, +https://gitlab.com/edneville/please, +https://gitlab.com/gitlab-org/cloud-native/gitlab-operator, +https://gitlab.com/hyper-expanse/open-source/semantic-delivery-gitlab, +https://gitlab.com/bitcoin-cash-node/bitcoin-cash-node, +https://gitlab.com/tspiteri/rug, +https://gitlab.com/libxc/libxc, +https://gitlab.com/amatos/rest-countries, +https://gitlab.com/m2crypto/m2crypto, +https://gitlab.com/ttyperacer/terminal-typeracer, +https://gitlab.com/glatteis/earthwalker, +https://gitlab.com/mattia.basaglia/python-lottie, +https://gitlab.com/john.carroll.p/rschedule, +https://gitlab.com/open-source-keir/financial-modelling/trading/barter-rs, +https://gitlab.com/portmod/portmod, +https://gitlab.com/librespacefoundation/polaris/polaris, +https://gitlab.com/allianceauth/allianceauth, +https://gitlab.com/gitlab-org/incubation-engineering/ai-assist/dokter, +https://gitlab.com/joneshf/purty, +https://gitlab.com/cerfacs/batman, +https://gitlab.com/lightmeter/controlcenter, +https://gitlab.com/autokent/pdf-parse, +https://gitlab.com/inkscape/extensions, +https://gitlab.com/vstconsulting/polemarch, +https://gitlab.com/stuko/ovito, +https://gitlab.com/php-ai/php-ml, +https://gitlab.com/cmocka/cmocka, +https://gitlab.com/kashell/Kawa, +https://gitlab.com/francoisjacquet/rosariosis, +https://gitlab.com/catamphetamine/read-excel-file, +https://gitlab.com/oer/emacs-reveal, +https://gitlab.com/xiayesuifeng/v2rayxplus, +https://gitlab.com/gitmate/open-source/IGitt, +https://gitlab.com/subnetzero/iridium, +https://gitlab.com/yorickpeterse/oga, +https://gitlab.com/mbryant/functiontrace, +https://gitlab.com/pyspread/pyspread, +https://gitlab.com/pavel.krupala/pyqt-node-editor, +https://gitlab.com/dslackw/colored, +https://gitlab.com/mikler/glaber, +https://gitlab.com/drutopia/drutopia, +https://gitlab.com/cznic/ccgo, +https://gitlab.com/broj42/nuxt-cookie-control, +https://gitlab.com/orobardet/gitlab-ci-linter, +https://gitlab.com/AdrianDC/gitlabci-local, +https://gitlab.com/virtio-fs/virtiofsd, +https://gitlab.com/ternaris/rosbags, +https://gitlab.com/gitlab-org/ci-cd/custom-executor-drivers/fargate, +https://gitlab.com/asuran-rs/asuran, +https://gitlab.com/librespacefoundation/satnogs/satnogs-network, +https://gitlab.com/maxlefou/hugo.386, +https://gitlab.com/mattia.basaglia/tgs, +https://gitlab.com/opennota/findimagedupes, +https://gitlab.com/html-validate/html-validate, +https://gitlab.com/oer/org-re-reveal, +https://gitlab.com/BrightOpen/Samotop, +https://gitlab.com/Friz64/erupt, +https://gitlab.com/nyx-space/nyx, +https://gitlab.com/msvechla/vaultbot, +https://gitlab.com/profclems/glab, +https://gitlab.com/pwoolcoc/soup, +https://gitlab.com/yawning/obfs4, +https://gitlab.com/gitlab-org/gitlab-exporter, +https://gitlab.com/gitlab-com/support/toolbox/fast-stats, +https://gitlab.com/lv2/lv2, +https://gitlab.com/remcohaszing/eslint-formatter-gitlab, +https://gitlab.com/eidheim/tiny-process-library, +https://gitlab.com/Linaro/tuxmake, +https://gitlab.com/sdurobotics/ur_rtde, +https://gitlab.com/pulsechaincom/pls-faucet, +https://gitlab.com/aa900031/nestjs-command, +https://gitlab.com/philbooth/bfj, +https://gitlab.com/stp-team/systemtestportal-webapp, +https://gitlab.com/cunity/gitlab-emulator, +https://gitlab.com/tractor-team/tractor, +https://gitlab.com/wrobell/remt, +https://gitlab.com/parrot_parrot/ms-teams-replace-background, +https://gitlab.com/p8n/panopticon, +https://gitlab.com/gitlab-org/terraform-provider-gitlab, +https://gitlab.com/dslackw/slpkg, +https://gitlab.com/gtk-kt/gtk-kt, +https://gitlab.com/ProjectWARP/warp-go, +https://gitlab.com/vmware/idem/idem, +https://gitlab.com/shackra/goimapnotify, +https://gitlab.com/Cwiiis/ferris, +https://gitlab.com/kicad/libraries/kicad-footprint-generator, +https://gitlab.com/broj42/nuxt-gmaps, +https://gitlab.com/lansharkconsulting/django/django-encrypted-model-fields, +https://gitlab.com/pycqa/flake8-docstrings, +https://gitlab.com/xmpp-rs/xmpp-rs, +https://gitlab.com/trantor/trantor, +https://gitlab.com/osnvr/os-nvr, +https://gitlab.com/etherlab.org/ethercat, +https://gitlab.com/inbitcoin/lighter, +https://gitlab.com/hoppr/hoppr, +https://gitlab.com/nomadic-labs/tezos, +https://gitlab.com/dee-see/graphql-path-enum, +https://gitlab.com/ilpianista/arch-audit, +https://gitlab.com/lely_industries/lely-core, +https://gitlab.com/okannen/static_init, +https://gitlab.com/TNThieding/exif, +https://gitlab.com/under-test/undertest, +https://gitlab.com/wholegrain/website-carbon-badges, +https://gitlab.com/broj42/nuxt-lazy-load, +https://gitlab.com/catamphetamine/country-flag-icons, +https://gitlab.com/golang-commonmark/markdown, +https://gitlab.com/williamyaoh/shrinkwraprs, +https://gitlab.com/torkleyy/err-derive, +https://gitlab.com/pavanello-research-group/dftpy, +https://gitlab.com/BVollmerhaus/blurwal, +https://gitlab.com/citrus-rs/citrus, +https://gitlab.com/gitlab-org/gl-openshift/gitlab-runner-operator, +https://gitlab.com/Oslandia/py3dtiles, +https://gitlab.com/Nulide/findmydeviceserver, +https://gitlab.com/clickable/clickable, +https://gitlab.com/microo8/plgo, +https://gitlab.com/cordite/cordite, +https://gitlab.com/shyft-os/shyft, +https://gitlab.com/antora/antora-lunr-extension, +https://gitlab.com/cerlane/SoftPosit, +https://gitlab.com/akita/mgpusim, +https://gitlab.com/lobaro/iot-dashboard, +https://gitlab.com/secml/secml, +https://gitlab.com/gitlab-org/container-registry, +https://gitlab.com/gitlab-org/labkit, +https://gitlab.com/isard/isardvdi, +https://gitlab.com/lmco/hoppr/hoppr, +https://gitlab.com/JacobLinCool/bahamut-automation, +https://gitlab.com/hoppr/hoppr-cop, +https://gitlab.com/hoppr/droppr, +https://gitlab.com/mindfulness-at-the-computer/mindfulness-at-the-computer, +https://gitlab.com/commonground/nlx/nlx, +https://gitlab.com/dalibo/dramatiq-pg, +https://gitlab.com/dodgyville/pygltflib, +https://gitlab.com/lramage/mkdocs-gitbook-theme, +https://gitlab.com/microo8/ratt, +https://gitlab.com/wholegrain/granola, +https://gitlab.com/termoshtt/accel, +https://gitlab.com/UnicodeLabs/OpenRPA, +https://gitlab.com/vuedoc/md, +https://gitlab.com/eyeo/adblockplus/abc/adblockpluscore, +https://gitlab.com/realismusmodding/fs19_rm_seasons, +https://gitlab.com/appsemble/appsemble, +https://gitlab.com/philbooth/check-types.js, +https://gitlab.com/Rich-Harris/rollup-plugin-buble, +https://gitlab.com/gitlab-org/ci-cd/custom-executor-drivers/autoscaler, +https://gitlab.com/icm-institute/aramislab/leaspy, +https://gitlab.com/mike01/pypacker, +https://gitlab.com/pragmaticreviews/golang-gin-poc, +https://gitlab.com/NonFactors/AspNetCore.Grid, +https://gitlab.com/trixnity/trixnity, +https://gitlab.com/taricorp/llvm-sys.rs, +https://gitlab.com/ternaris/marv-robotics, +https://gitlab.com/datadrivendiscovery/d3m, +https://gitlab.com/deadcanaries/kadence, +https://gitlab.com/causal/ananke, +https://gitlab.com/NickCao/RAIT, +https://gitlab.com/gomidi/midi, +https://gitlab.com/egh/ledger-autosync, +https://gitlab.com/brycedorn/gitlab-corners, +https://gitlab.com/rak-n-rok/krake, +https://gitlab.com/teskje/microfft-rs, +https://gitlab.com/tspiteri/fixed, +https://gitlab.com/cunity/gitlab-python-runner, +https://gitlab.com/jesselcorbett/diskord, +https://gitlab.com/burke-software/django-report-builder, +https://gitlab.com/karroffel/contracts, +https://gitlab.com/commonshost/server, +https://gitlab.com/saltstack/pop/tiamat, +https://gitlab.com/SUSE-UIUX/eos-icons, +https://gitlab.com/gitlab-org/gitlab_git, +https://gitlab.com/pgjones/quart-trio, +https://gitlab.com/alexgleason/wagtailfontawesome, +https://gitlab.com/adam.stanek/nanit, +https://gitlab.com/fitmulticell/fit, +https://gitlab.com/quantify-os/quantify-core, +https://gitlab.com/alelec/gitlab-release, +https://gitlab.com/pymarc/pymarc, +https://gitlab.com/guardianproject/NetCipher, +https://gitlab.com/sumner/sublime-music, +https://gitlab.com/Rich-Harris/phonograph, +https://gitlab.com/inorton/junit2html, +https://gitlab.com/robcresswell/vue-material-design-icons, +https://gitlab.com/flattrack/flattrack, +https://gitlab.com/gitbuilding/gitbuilding, +https://gitlab.com/4degrees/lucidity, +https://gitlab.com/anarcat/feed2exec, +https://gitlab.com/shellyBits/v-chacheli, +https://gitlab.com/picos-api/picos, +https://gitlab.com/etke.cc/postmoogle, +https://gitlab.com/danielquinn/majel, +https://gitlab.com/eyeo/adblockplus/adblockpluscore, +https://gitlab.com/neachdainn/nng-rs, +https://gitlab.com/DGothrek/ipyaggrid, +https://gitlab.com/Thann/pingg, +https://gitlab.com/unit410/tezos-hsm-signer, +https://gitlab.com/takluyver/jeepney, +https://gitlab.com/gitlab-org/project-templates/go-micro, +https://gitlab.com/ratio-case/python/raplan, +https://gitlab.com/coroner/cryptolyzer, +https://gitlab.com/gitlab-org/gitlab-elasticsearch-indexer, +https://gitlab.com/dslackw/sun, +https://gitlab.com/gitlab-org/security-products/analyzers/semgrep, +https://gitlab.com/andrewbanchich/forty-jekyll-theme, +https://gitlab.com/flarenetwork/flare, +https://gitlab.com/isbg/isbg, +https://gitlab.com/bluebank/braid, +https://gitlab.com/libvirt/libvirt-rust, +https://gitlab.com/NebulousLabs/siastream, +https://gitlab.com/crespum/polaris, +https://gitlab.com/codsen/codsen, +https://gitlab.com/gemseo/dev/gemseo, +https://gitlab.com/mvysny/konsume-xml, +https://gitlab.com/yaal/canaille, +https://gitlab.com/thiagocsf/nexus3-cli, +https://gitlab.com/tango-controls/pytango, +https://gitlab.com/timvisee/prs, +https://gitlab.com/wyrcan/wyrcan, +https://gitlab.com/ApexAI/ade-cli, +https://gitlab.com/gitlab-org/gl-openshift/gitlab-operator, +https://gitlab.com/mattbas/Qt-Color-Widgets, +https://gitlab.com/beenje/gidgetlab, +https://gitlab.com/sscherfke/typed-settings, +https://gitlab.com/gitlab-org/security-products/analyzers/gemnasium, +https://gitlab.com/liquid-design/liquid-design-react, +https://gitlab.com/nitk-nest/nest, +https://gitlab.com/hpierce1102/ClassFinder, +https://gitlab.com/susurrus/gattii, +https://gitlab.com/agrumery/aGrUM, +https://gitlab.com/rmaguiar/hugo-theme-color-your-world, +https://gitlab.com/IvanSanchez/Leaflet.TileLayer.GL, +https://gitlab.com/demsking/image-downloader, +https://gitlab.com/sj1k/gorice, +https://gitlab.com/catamphetamine/write-excel-file, +https://gitlab.com/jtaimisto/bluewalker, +https://gitlab.com/coderscare/gridelements, +https://gitlab.com/AGausmann/rustberry, +https://gitlab.com/openpgp-ca/openpgp-ca, +https://gitlab.com/tangibleai/qary, +https://gitlab.com/TheYardVFX/mangrove, +https://gitlab.com/microo8/photon, +https://gitlab.com/slon/shad-go, +https://gitlab.com/computationalmaterials/clease, +https://gitlab.com/flippidippi/download-git-repo, +https://gitlab.com/selfagency/utfu, +https://gitlab.com/cloudb0x/trackarr, +https://gitlab.com/librespacefoundation/satnogs/satnogs-client, +https://gitlab.com/obnam/obnam, +https://gitlab.com/service-work/is-loading, +https://gitlab.com/gitlab-org/security-products/gemnasium-db, +https://gitlab.com/tenzing/shared-array, +https://gitlab.com/vuedoc/parser, +https://gitlab.com/ra_kete/microfft-rs, +https://gitlab.com/srrg-software/srrg_hbst, +https://gitlab.com/sequoia-pgp/sequoia-octopus-librnp, +https://gitlab.com/opennota/tl, +https://gitlab.com/dunloplab/delta, +https://gitlab.com/open-source-keir/financial-modelling/trading/barter-data-rs, +https://gitlab.com/nbdkit/nbdkit, +https://gitlab.com/bor-sh/git-gitlab, +https://gitlab.com/mikerockett/weasyprint, +https://gitlab.com/bichon-project/bichon, +https://gitlab.com/remote-apis-testing/remote-apis-testing, +https://gitlab.com/gitlab-org/security-products/analyzers/common, +https://gitlab.com/mutt_data/muttlib, +https://gitlab.com/deltares/imod/imod-python, +https://gitlab.com/az67128/svelte-atoms, +https://gitlab.com/jiaan/gitlab-pipeline-dashboard, +https://gitlab.com/PoroCYon/PokeApi.NET, +https://gitlab.com/gitlabracadabra/gitlabracadabra, +https://gitlab.com/hydroqc/hydroqc2mqtt, +https://gitlab.com/objrs/objrs, +https://gitlab.com/eyeo/adblockplus/abc/webext-sdk, +https://gitlab.com/tumult-labs/analytics, +https://gitlab.com/vicky5124/lavalink-rs, +https://gitlab.com/woolf/RTSPbrute, +https://gitlab.com/thelabnyc/django-logpipe, +https://gitlab.com/mb-saces/synatainer, +https://gitlab.com/dslackw/sbo-templates, +https://gitlab.com/cznic/cc, +https://gitlab.com/serebit/strife, +https://gitlab.com/polavieja_lab/idtrackerai, +https://gitlab.com/Go101/go101, +https://gitlab.com/smueller18/pylint-gitlab, +https://gitlab.com/alienscience/mailin, +https://gitlab.com/m03geek/fastify-oas, +https://gitlab.com/recommend.games/board-game-scraper, +https://gitlab.com/ornamentist/un-algebra, +https://gitlab.com/cest-group/boss, +https://gitlab.com/hindawi/xpub/xpub-review, +https://gitlab.com/commonground/don/developer.overheid.nl, +https://gitlab.com/iam-cms/kadi, +https://gitlab.com/passelecasque/varroa, +https://gitlab.com/PanierAvide/geovisio, +https://gitlab.com/gonoware/laravel-maps, +https://gitlab.com/obviate.io/pyleglight, +https://gitlab.com/xiayesuifeng/gopanel, +https://gitlab.com/tslocum/godoc-static, +https://gitlab.com/tglman/structsy, +https://gitlab.com/davidmreed/amaxa, +https://gitlab.com/mortengjerding/asr, +https://gitlab.com/mailman/django-mailman3, +https://gitlab.com/hydroqc/hydroqc, +https://gitlab.com/mhammons/slinc, +https://gitlab.com/asciidoc3/asciidoc3, +https://gitlab.com/mmalawski/openapi-validator, +https://gitlab.com/rjurga/ludget, +https://gitlab.com/kylehqcom/stencil, +https://gitlab.com/hieulw/cicflowmeter, +https://gitlab.com/meltano/sdk, +https://gitlab.com/localg-host/watchghost, +https://gitlab.com/bradwood/git-lab-rust, +https://gitlab.com/stevecu/xloil, +https://gitlab.com/chrisrabotin/nyx, +https://gitlab.com/df_storyteller/df-storyteller, +https://gitlab.com/celliern/scikit-fdiff, +https://gitlab.com/polychainlabs/tezos-network-monitor, +https://gitlab.com/gitlab-org/gitaly-proto, +https://gitlab.com/gitlab-org/security-products/analyzers/fuzzers/jsfuzz, +https://gitlab.com/axet/libtorrent, +https://gitlab.com/relief-melone/vue-mapbox-ts, +https://gitlab.com/slepc/slepc, +https://gitlab.com/betse/betse, +https://gitlab.com/librespacefoundation/satnogs/satnogs-decoders, +https://gitlab.com/gitlab-com/gl-security/security-operations/gl-redteam/gitrob, +https://gitlab.com/gitlab-com/gl-security/threatmanagement/redteam/redteam-public/gitrob, +https://gitlab.com/mertbakir/resume-a4, +https://gitlab.com/gitlab-com/marketing/digital-experience/slippers-ui, +https://gitlab.com/gitlab-org/csslab, +https://gitlab.com/thelabnyc/wagtail_blog, +https://gitlab.com/zach-geek/vartiste, +https://gitlab.com/tdiekmann/safety-guard, +https://gitlab.com/toryanderson/hugo-icarus, +https://gitlab.com/volian/rust-apt, +https://gitlab.com/bzim/lockfree, +https://gitlab.com/nvidia/container-toolkit/container-toolkit, +https://gitlab.com/deadcanaries/orc, +https://gitlab.com/cpvpn/cpyvpn, +https://gitlab.com/JakobDev/minecraft-launcher-lib, +https://gitlab.com/ikus-soft/tkvue, +https://gitlab.com/ecp-ci/jacamar-ci, +https://gitlab.com/quantify-os/quantify-scheduler, +https://gitlab.com/qonfucius/aragog, +https://gitlab.com/felipe_public/badges-gitlab, +https://gitlab.com/Pythia8/releases, +https://gitlab.com/hashbangfr/coldcms, +https://gitlab.com/govbr-ds/dev/govbr-ds-dev-core, +https://gitlab.com/hectorjsmith/fail2ban-prometheus-exporter, +https://gitlab.com/ideasman42/blender-mathutils, +https://gitlab.com/blurt/blurt, +https://gitlab.com/ahogen/cppcheck-codequality, +https://gitlab.com/gitlab-org/opstrace/opstrace-ui, +https://gitlab.com/corthbandt/shinglify, +https://gitlab.com/librespacefoundation/satnogs/satnogs-db, +https://gitlab.com/rysiekpl/libresilient, +https://gitlab.com/baxe/rv, +https://gitlab.com/kornelski/cargo-xcode, +https://gitlab.com/cznic/tcl, +https://gitlab.com/freckles-io/freckles, +https://gitlab.com/hkex/resipy, +https://gitlab.com/vmware/idem/idem-aws, +https://gitlab.com/yhtang/graphdot, +https://gitlab.com/VSI-TUGraz/Dynasaur, +https://gitlab.com/ydkn/capistrano-rails-console, +https://gitlab.com/george/shoya-go, +https://gitlab.com/brianodonnell/pod_feeder_v2, +https://gitlab.com/greut/eclint, +https://gitlab.com/hadrien/aws_lambda_logging, +https://gitlab.com/sthesing/zettels, +https://gitlab.com/avron/gruvhugo, +https://gitlab.com/saltstack/pop/heist, +https://gitlab.com/deeploy-ml/deeploy-python-client, +https://gitlab.com/t0xic0der/obserware, +https://gitlab.com/bloom42/bitflow, +https://gitlab.com/pgjones/quart-schema, +https://gitlab.com/mironet/magnolia-helm, +https://gitlab.com/apgoucher/lifelib, +https://gitlab.com/rhab/PyOTRS, +https://gitlab.com/l_sim/bigdft-suite, +https://gitlab.com/dns2utf8/sudo.rs, +https://gitlab.com/gabmus/hugo-ficurinia, +https://gitlab.com/SkynetLabs/skyd, +https://gitlab.com/fommil/shapely, +https://gitlab.com/datadrivendiscovery/common-primitives, +https://gitlab.com/sri-at-gitlab/projects/remote-pipeline-test-framework/framework, +https://gitlab.com/dashwav/gila, +https://gitlab.com/vibes-developers/vibes, +https://gitlab.com/under-test/undertest.strategy.selenium, +https://gitlab.com/wordpress-premium/advanced-custom-fields-pro, +https://gitlab.com/thelabnyc/wagtail-spa-integration, +https://gitlab.com/unidata-community-group/unidata-platform-ui, +https://gitlab.com/tastapod/jgotesting, +https://gitlab.com/tschorr/pyruvate, +https://gitlab.com/mrossinek/cobib, +https://gitlab.com/boldhearts/ros2_v4l2_camera, +https://gitlab.com/paolobenve/myphotoshare, +https://gitlab.com/phlint/phlint, +https://gitlab.com/latex-rubber/rubber, +https://gitlab.com/beenje/jupyterlab-gitlab, +https://gitlab.com/franksh/amphetype, +https://gitlab.com/ra_kete/structview-rs, +https://gitlab.com/maicos-devel/maicos, +https://gitlab.com/risse/pino, +https://gitlab.com/jeffdn/rust-canteen, +https://gitlab.com/pidila/scampi, +https://gitlab.com/commonground/haven/haven, +https://gitlab.com/crossref/crossref_commons_py, +https://gitlab.com/NebulousLabs/go-upnp, +https://gitlab.com/pokstad1/goprogs, +https://gitlab.com/catamphetamine/virtual-scroller, +https://gitlab.com/coala/coala-utils, +https://gitlab.com/qosenergy/squalus, +https://gitlab.com/catamphetamine/react-time-ago, +https://gitlab.com/sgrignard/serpyco, +https://gitlab.com/eyeo/adblockplus/ABPKit, +https://gitlab.com/kornelski/dunce, +https://gitlab.com/pulsechaincom/compressed-allocations, +https://gitlab.com/equilibrator/equilibrator-api, +https://gitlab.com/StanfordLegion/legion, +https://gitlab.com/mbedsys/citbx4gitlab, +https://gitlab.com/balping/ticketit-app, +https://gitlab.com/sfsm/sfsm, +https://gitlab.com/4U6U57/wsl-open, +https://gitlab.com/PerplexedPeach/dynamic-avatar-drawer, +https://gitlab.com/gitlab-org/gitlabktl, +https://gitlab.com/DigonIO/scheduler, +https://gitlab.com/gitlab-org/security-products/analyzers/secrets, +https://gitlab.com/ska-telescope/external/rascil, +https://gitlab.com/ymd_h/cpprb, +https://gitlab.com/tripetto/builder, +https://gitlab.com/viper-staking/cardano-tools, +https://gitlab.com/thelabnyc/wagtail-nav-menus, +https://gitlab.com/under-test/undertest.nuke, +https://gitlab.com/godot-stuff/gs-project-manager, +https://gitlab.com/penolove15/witness, +https://gitlab.com/SNCF/wcs, +https://gitlab.com/opennota/screengen, +https://gitlab.com/mexus/futures-retry, +https://gitlab.com/opennota/fb2index, +https://gitlab.com/inivation/dv/dv-python, +https://gitlab.com/stavros/pysignald, +https://gitlab.com/aidaspace/aidapy, +https://gitlab.com/datadrivendiscovery/automl-rpc, +https://gitlab.com/0bs1d1an/sr2t, +https://gitlab.com/MeldCE/first-draft, +https://gitlab.com/categulario/tiempo-rs, +https://gitlab.com/mbarkhau/markdown-katex, +https://gitlab.com/libvirt/libvirt-go, +https://gitlab.com/shaoxc/qepy, +https://gitlab.com/sebdeckers/tls-keygen, +https://gitlab.com/galacteek/galacteek, +https://gitlab.com/d3tn/ud3tn, +https://gitlab.com/huia-lang/stack-vm, +https://gitlab.com/alelec/pip-system-certs, +https://gitlab.com/blue-dragon/laravel-routes, +https://gitlab.com/bztsrc/model3d, +https://gitlab.com/hacklunch/ntsclient, +https://gitlab.com/giro3d/giro3d, +https://gitlab.com/noppo/gevent-websocket, +https://gitlab.com/gitlab-org/vulnerability-research/foss/lingo, +https://gitlab.com/lightning-signer/validating-lightning-signer, +https://gitlab.com/semkodev/nelson.cli, +https://gitlab.com/mbarkhau/pycalver, +https://gitlab.com/larswirzenius/obnam, +https://gitlab.com/antonok/taro, +https://gitlab.com/camlcase-dev/kotlin-tezos, +https://gitlab.com/benkuly/trixnity, +https://gitlab.com/dovereem/xtcetools, +https://gitlab.com/jkuebart/Leaflet.VectorTileLayer, +https://gitlab.com/sio4/code/alloc-counter, +https://gitlab.com/preserves/preserves, +https://gitlab.com/initforthe/stimulus-reveal, +https://gitlab.com/commonground/nlx, +https://gitlab.com/cryzed/hydrus-api, +https://gitlab.com/mauricemolli/petitRADTRANS, +https://gitlab.com/etke.cc/honoroit, +https://gitlab.com/silwol/freenukum, +https://gitlab.com/under-test/undertest.featurelint, +https://gitlab.com/tumult-labs/core, +https://gitlab.com/william.belanger/primenote, +https://gitlab.com/tangram-vision-oss/realsense-rust, +https://gitlab.com/twittner/minicbor, +https://gitlab.com/Kanedias/html2md, +https://gitlab.com/dr.sybren/skyfill, +https://gitlab.com/nul.one/rundoc, +https://gitlab.com/olaris/olaris-rename, +https://gitlab.com/mitchhentges/pip-compile-cross-platform, +https://gitlab.com/junte/junte-ui, +https://gitlab.com/energyincities/besos, +https://gitlab.com/jason-rumengan/pyarma, +https://gitlab.com/alantrick/django-agenda, +https://gitlab.com/GitLabRGI/erdc/geopackage-python, +https://gitlab.com/ayanaware/bento, +https://gitlab.com/nightlycommit/twing, +https://gitlab.com/kskarthik/monopriv, +https://gitlab.com/nerdocs/gdaps, +https://gitlab.com/leo.cazenille/qdpy, +https://gitlab.com/samthursfield/calliope, +https://gitlab.com/hectorjsmith/csharp-excel-vba-sync, +https://gitlab.com/clb1/svelte-ethers-store, +https://gitlab.com/smc/mlmorph, +https://gitlab.com/kaushalmodi/hugo-theme-refined, +https://gitlab.com/shaktiproject/tools/aapg, +https://gitlab.com/kris.leech/ma, +https://gitlab.com/python-actorio/actorio, +https://gitlab.com/openbridge/openbridge-css, +https://gitlab.com/hyask/swaysome, +https://gitlab.com/sebdeckers/unbundle, +https://gitlab.com/burrbull/softposit-rs, +https://gitlab.com/muspectre/muspectre, +https://gitlab.com/potato-oss/google-cloud/gcloud-tasks-emulator, +https://gitlab.com/m03geek/fastify-metrics, +https://gitlab.com/hoyle.hoyle/pynvr, +https://gitlab.com/cznic/b, +https://gitlab.com/brickhill/open-source/node-hill, +https://gitlab.com/gitlab-org/ci-cd/runner-tools/tlsctl, +https://gitlab.com/jarvis-network/apps/exchange/mono-repo, +https://gitlab.com/eshard/scared, +https://gitlab.com/crates.rs/cargo_toml, +https://gitlab.com/elixxir/crypto, +https://gitlab.com/ramiel/caravaggio, +https://gitlab.com/SiLA2/sila_java, +https://gitlab.com/pgjones/quart-auth, +https://gitlab.com/cab404/wg-bond, +https://gitlab.com/AmosEgel/smuthi, +https://gitlab.com/robigalia/sel4-sys, +https://gitlab.com/changelogs/changelog-manager, +https://gitlab.com/Shinobi-Systems/Shinobi-Installer, +https://gitlab.com/ing_rpaa/probatus, +https://gitlab.com/zaquestion/lab, +https://gitlab.com/thiblahute/mesonpep517, +https://gitlab.com/WhyNotHugo/shotman, +https://gitlab.com/thelabnyc/django-shopify-sync, +https://gitlab.com/truestream/tsfpga, +https://gitlab.com/william.belanger/qoob, +https://gitlab.com/pika-lab/tuprolog/2p-in-kotlin, +https://gitlab.com/Mojeer/django_components, +https://gitlab.com/rarenet/dfak, +https://gitlab.com/kskarthik/resto-hugo, +https://gitlab.com/ppopescu/logmasker, +https://gitlab.com/jorgecarleitao/starlette-oauth2-api, +https://gitlab.com/redwarn/redwarn-web, +https://gitlab.com/guballa/SubstitutionBreaker, +https://gitlab.com/Polkabot/polkabot, +https://gitlab.com/montag/vue-cli-plugin-gitlab-pages, +https://gitlab.com/polymer-kb/firmware/polymer, +https://gitlab.com/rweda/makerchip-app, +https://gitlab.com/gitlab-org/prometheus-client-mmap, +https://gitlab.com/bloom42/phaser, +https://gitlab.com/jonatasgrosman/findpapers, +https://gitlab.com/SirEdvin/sanic-oauth, +https://gitlab.com/kris.leech/wisper_next, +https://gitlab.com/gitlab-org/charts/components/gitlab-operator, +https://gitlab.com/companionlabs-opensource/classy-fastapi, +https://gitlab.com/gitlab-com/marketing/inbound-marketing/slippers-ui, +https://gitlab.com/mailman/mailman-hyperkitty, +https://gitlab.com/stavros/itsalive, +https://gitlab.com/rosaenlg-projects/rosaenlg, +https://gitlab.com/Emilv2/huawei-solar, +https://gitlab.com/gitlab-org/security-products/analyzers/phpcs-security-audit, +https://gitlab.com/EuropeanSpaceAgency/PyHole, +https://gitlab.com/mcoffin/fanctl, +https://gitlab.com/c1560/cryptofiscafacile, +https://gitlab.com/rndusr/i3barfodder, +https://gitlab.com/fluidattacks/product, +https://gitlab.com/ayanaware/bentocord, +https://gitlab.com/mosajjal/dnsmonster, +https://gitlab.com/gitlab-org/security-products/analyzers/security-code-scan, +https://gitlab.com/datadrivendiscovery/ta3ta2-api, +https://gitlab.com/jeffrey-xiao/probabilistic-collections-rs, +https://gitlab.com/ahau/whakapapa-ora, +https://gitlab.com/jerometwell/pynonymizer, +https://gitlab.com/sbeniamine/gitlab2zenodo, +https://gitlab.com/iam-cms/kadi-apy, +https://gitlab.com/annie-elequin/rn-matrix, +https://gitlab.com/cznic/libc, +https://gitlab.com/costrouc/pysrim, +https://gitlab.com/mexus/sedregex, +https://gitlab.com/synsense/rockpool, +https://gitlab.com/4degrees/clique, +https://gitlab.com/hsleisink/banshee, +https://gitlab.com/kornelski/wild, +https://gitlab.com/eladmaz/SSL-API, +https://gitlab.com/annyong/yeoboseyo, +https://gitlab.com/leadiq-oss/reactivemongo-zio, +https://gitlab.com/harth/superouter, +https://gitlab.com/leonhard-llc/ops, +https://gitlab.com/DarrienG/term-fireworks, +https://gitlab.com/etke.cc/ansible, +https://gitlab.com/beeper/linkedin, +https://gitlab.com/scpcorp/ScPrime, +https://gitlab.com/efunb/read_input, +https://gitlab.com/fpdpy/fpd, +https://gitlab.com/jochen.keil/dtlapse, +https://gitlab.com/tackv/spintop-openhtf, +https://gitlab.com/thorchain/midgard, +https://gitlab.com/testapp-system/file_picker_cross, +https://gitlab.com/ViDA-NYU/auctus/auctus, +https://gitlab.com/toby3d/telegram, +https://gitlab.com/tprodanov/bam, +https://gitlab.com/toby3d/telegraph, +https://gitlab.com/unit410/key-encoder, +https://gitlab.com/thelabnyc/django-vault-helpers, +https://gitlab.com/trupill/kind-generics, +https://gitlab.com/gitlab-ci-utils/pa11y-ci-reporter-html, +https://gitlab.com/pgjones/quart-cors, +https://gitlab.com/gitlab-org/security-products/security-report-schemas, +https://gitlab.com/EAVISE/brambox, +https://gitlab.com/avatar-cli/avatar-cli, +https://gitlab.com/rmcgregor/aio-msgpack-rpc, +https://gitlab.com/catamphetamine/javascript-time-ago, +https://gitlab.com/frissdiegurke/vuex-aspect, +https://gitlab.com/cznic/goyacc, +https://gitlab.com/reefphp/reef, +https://gitlab.com/frozo/noak, +https://gitlab.com/msvechla/es-rollover-controller, +https://gitlab.com/altom/altwalker/altwalker, +https://gitlab.com/castlecraft/building-blocks, +https://gitlab.com/matthiaseiholzer/mathru, +https://gitlab.com/lebedev.games/botox-di, +https://gitlab.com/relmendorp/avlwrapper, +https://gitlab.com/LMSAL_HUB/aia_hub/aiapy, +https://gitlab.com/dennis-hamester/dacite, +https://gitlab.com/soong_etl/soong, +https://gitlab.com/jonas.jasas/httprelay, +https://gitlab.com/davidpett/ember-cli-gitlab-ci, +https://gitlab.com/pac85/GameKernel, +https://gitlab.com/elvet/elvet, +https://gitlab.com/mkdocs-i18n/mkdocs-i18n, +https://gitlab.com/scmodding/frameworks/scdatatools, +https://gitlab.com/alantrick/django-vox, +https://gitlab.com/e257/accounting/tackler, +https://gitlab.com/Linaro/tuxsuite, +https://gitlab.com/gitlab-org/gitter/env, +https://gitlab.com/Mando75/typeorm-graphql-loader, +https://gitlab.com/cznic/golex, +https://gitlab.com/gitlab-org/configure/examples/kubernetes-agent, +https://gitlab.com/limira-rs/simi-project, +https://gitlab.com/jgreeley-group/graph-theory-surfaces, +https://gitlab.com/rhythnic/vuelidate-messages, +https://gitlab.com/recommend.games/board-game-recommender, +https://gitlab.com/2WeltenChris/openapi-red, +https://gitlab.com/SiLA2/sila_base, +https://gitlab.com/gparent/f1-2020-telemetry, +https://gitlab.com/andrewfulrich/barleytea, +https://gitlab.com/Freso/spotify2musicbrainz, +https://gitlab.com/nicocool84/spectrum2_signald, +https://gitlab.com/metasyntactical/composer-plugin-license-check, +https://gitlab.com/retnikt/flake9, +https://gitlab.com/radiology/infrastructure/xnatpy, +https://gitlab.com/kgroat/cypress-iframe, +https://gitlab.com/masaeedu/docker-client, +https://gitlab.com/dvolgyes/zenodo_get, +https://gitlab.com/IvanSanchez/Leaflet.TileLayer.MBTiles, +https://gitlab.com/Jellby/Pegamoid, +https://gitlab.com/moodlenet/moodlenet, +https://gitlab.com/stephane.ludwig/zeebe_python_grpc, +https://gitlab.com/gitlab-com/gl-security/engineering-and-research/gib, +https://gitlab.com/limira-rs/simi, +https://gitlab.com/granitosaurus/scrapy-test, +https://gitlab.com/bit-refined/ranges, +https://gitlab.com/fkrull/ostree-rs, +https://gitlab.com/akita/akita, +https://gitlab.com/gitlab-com/gl-infra/woodhouse, +https://gitlab.com/Queuecumber/torchjpeg, +https://gitlab.com/subplot/subplot, +https://gitlab.com/keatontaylor/alexapy, +https://gitlab.com/itayronen/gulp-uglify-es, +https://gitlab.com/non.est.sacra/zoomba, +https://gitlab.com/utopia-project/utopya, +https://gitlab.com/velocidex/velociraptor, +https://gitlab.com/utopia-project/dantro, +https://gitlab.com/ultreiaio/jgit-flow, +https://gitlab.com/wirepair/browserker, +https://gitlab.com/valeth/javelin, +https://gitlab.com/torresoftware/ubl21dian, +https://gitlab.com/videlec/pplpy, +https://gitlab.com/Tomkoid/blokator, +https://gitlab.com/tgc-dk/pysword, +https://gitlab.com/uninen/push-to-repo, +https://gitlab.com/woshilapin/cargo-sonar, +https://gitlab.com/wizlighting/wiz-local-control, +https://gitlab.com/under-test/undertest.featuretransform, +https://gitlab.com/wernerhp/load-shedding, +https://gitlab.com/timrs2998/newsie, +https://gitlab.com/jk0ne/DTL, +https://gitlab.com/g-braeunlich/ipyopt, +https://gitlab.com/diw-evu/emobpy/emobpy, +https://gitlab.com/mbarkhau/lib3to6, +https://gitlab.com/alelec/python-certifi-win32, +https://gitlab.com/sctlib/matrix-room-element, +https://gitlab.com/lockhead/odd-folk, +https://gitlab.com/esr/shimmer, +https://gitlab.com/nitsuga5124/lavalink-rs, +https://gitlab.com/jensj/myqueue, +https://gitlab.com/markuspichler/swmm_api, +https://gitlab.com/incoresemi/riscof, +https://gitlab.com/anarcat/undertime, +https://gitlab.com/hindawi/phenom, +https://gitlab.com/stavros/caduceus, +https://gitlab.com/skyhuborg/tracker, +https://gitlab.com/jakelazaroff/narrows, +https://gitlab.com/gitlab-de/go-excusegen, +https://gitlab.com/CinCan/cincan-command, +https://gitlab.com/domaindrivenarchitecture/dda-python-terraform, +https://gitlab.com/mpapp-public/prosemirror-recreate-steps, +https://gitlab.com/ales.genova/pbcpy, +https://gitlab.com/alelec/mpy_cross, +https://gitlab.com/4geit/react-packages, +https://gitlab.com/degoos/WetSponge, +https://gitlab.com/guywillett/django-searchable-encrypted-fields, +https://gitlab.com/Oslandia/pyris, +https://gitlab.com/elixxir/primitives, +https://gitlab.com/haggl/dotmgr, +https://gitlab.com/opengeoweb/opengeoweb, +https://gitlab.com/IvanSanchez/Leaflet.GLMarkers, +https://gitlab.com/kornelski/cargo-upgrades, +https://gitlab.com/fekits/mc-ratio, +https://gitlab.com/drosseau/degob, +https://gitlab.com/midigator/python_opentracing_async_instrumentation, +https://gitlab.com/pennersr/shove, +https://gitlab.com/orcalabs/public/dockertest-rs, +https://gitlab.com/pinage404/git-gamble, +https://gitlab.com/biomedit/sett, +https://gitlab.com/gitlab-org/incubation-engineering/ai-assist/dockter, +https://gitlab.com/elixxir/client, +https://gitlab.com/accumulatenetwork/accumulate, +https://gitlab.com/aweframework/awe, +https://gitlab.com/golangdojo/youtube, +https://gitlab.com/ahau/ssb-crut, +https://gitlab.com/mkit/open-source/gatsby-theme-password-protect, +https://gitlab.com/efficientip/solidserverrest, +https://gitlab.com/oddnetworks/oddworks/core, +https://gitlab.com/kqhivemind/hivemind, +https://gitlab.com/altispeed/linux-delta, +https://gitlab.com/nomadic-labs/resto, +https://gitlab.com/scion-scxml/scion, +https://gitlab.com/RemixDev/deezer-js, +https://gitlab.com/ouestware/neo4j-elasticsearch, +https://gitlab.com/pdftools/python-ghostscript, +https://gitlab.com/Makman2/respice, +https://gitlab.com/datadrivendiscovery/metadata, +https://gitlab.com/aroffringa/aoflagger, +https://gitlab.com/asuran-rs/libasuran, +https://gitlab.com/q-dev/q-client, +https://gitlab.com/kornelski/http-serde, +https://gitlab.com/monogoto.io/node-red-contrib-flow-manager, +https://gitlab.com/ipyopt-devs/ipyopt, +https://gitlab.com/dlr-ve/vencopy, +https://gitlab.com/nekokatt/hikari, +https://gitlab.com/djencks/asciidoctor-mathjax.js, +https://gitlab.com/imp/chrono-humanize-rs, +https://gitlab.com/dicr/yii2-telegram, +https://gitlab.com/cgps/nf-batch-runner, +https://gitlab.com/pharmony/active_record_migration_ui, +https://gitlab.com/IvanSanchez/glii, +https://gitlab.com/hepcedar/lhapdf, +https://gitlab.com/dlalic/gitlab-clippy, +https://gitlab.com/radek-sprta/mariner, +https://gitlab.com/allianceauth/django-esi, +https://gitlab.com/moneropay/moneropay, +https://gitlab.com/gitlab-org/git, +https://gitlab.com/etke.cc/buscarron, +https://gitlab.com/uweschmitt/pytest-regtest, +https://gitlab.com/thorchain/tss/go-tss, +https://gitlab.com/universis/universis, +https://gitlab.com/ViDA-NYU/d3m/alphad3m, +https://gitlab.com/zach-geek/hyper-launch-menu, +https://gitlab.com/yaroslaff/hashget, +https://gitlab.com/vstconsulting/vstutils, +https://gitlab.com/tripetto/editor, +https://gitlab.com/zerobias/effector, +https://gitlab.com/xmpp-rs/tokio-xmpp, +https://gitlab.com/tmuguet/hugo-split-gallery, +https://gitlab.com/what-digital/django-privacy-mgmt, +https://gitlab.com/tom.davidson/lolaus, +https://gitlab.com/ydkn/capistrano-git-copy, +https://gitlab.com/tezos-domains/client, +https://gitlab.com/Tuuux/galaxie-curses, +https://gitlab.com/tobias47n9e/wikibase_rs, +https://gitlab.com/oliasoft-open-source/react-ui-library, +https://gitlab.com/midas-mosaik/midas, +https://gitlab.com/shinzao/laravel-activation, +https://gitlab.com/ecocommons-australia/lib/drf-keycloak-auth, +https://gitlab.com/hindawi/phenom-types, +https://gitlab.com/librecube/lib/python-linkpredict, +https://gitlab.com/regen-network/regen-ledger, +https://gitlab.com/barfuin/text-tree, +https://gitlab.com/b0/libqtolm, +https://gitlab.com/JOSM/gradle-josm-plugin, +https://gitlab.com/gitlab-org/security-products/ci-templates, +https://gitlab.com/protesilaos/tempus-themes-generator, +https://gitlab.com/SiLA2/sila_csharp, +https://gitlab.com/hipsquare/strapi-plugin-keycloak, +https://gitlab.com/pgjones/quart-rate-limiter, +https://gitlab.com/biomedit/gpg-lite, +https://gitlab.com/bor-sh-infrastructure/libsaas_gitlab, +https://gitlab.com/haynes/libsass-maven-plugin, +https://gitlab.com/jfolz/simplejpeg, +https://gitlab.com/macmv/sugarcane, +https://gitlab.com/imp/cargo-info, +https://gitlab.com/mcepl/json_diff, +https://gitlab.com/qblox/packages/software/qblox_instruments, +https://gitlab.com/esa/pyxel, +https://gitlab.com/stevebob/mos6502, +https://gitlab.com/SiLA2/vendors/sila_tecan, +https://gitlab.com/bern-rtos/bern-rtos, +https://gitlab.com/hindawi/xpub/xpub-screening, +https://gitlab.com/Hares-Lab/openapi-parser, +https://gitlab.com/oscar6echo/ipyauth, +https://gitlab.com/cogment/cogment, +https://gitlab.com/stone.code/scov, +https://gitlab.com/sctlib/libli, +https://gitlab.com/remal/gradle-plugins, +https://gitlab.com/imbev/pywebcanvas, +https://gitlab.com/gitlab-org/security-products/analyzers/mobsf, +https://gitlab.com/RKIBioinformaticsPipelines/ncov_minipipe, +https://gitlab.com/cardoe/enum-primitive-derive, +https://gitlab.com/aboutyou/cloud-core/backbone-ts, +https://gitlab.com/mech-lang/core, +https://gitlab.com/dalibo/pglift, +https://gitlab.com/SiLA2/sila_python, +https://gitlab.com/Patiga/twmap, +https://gitlab.com/librespacefoundation/python-satellitetle, +https://gitlab.com/amv213/jumbo, +https://gitlab.com/ing_rpaa/ing_theme_matplotlib, +https://gitlab.com/qvex/vex-rt, +https://gitlab.com/appian-oss/appian-locust, +https://gitlab.com/gitlab-org/security-products/analyzers/spotbugs, +https://gitlab.com/gitlab-org/gitlab-eslint-config, +https://gitlab.com/2WeltenChris/pekfinger-red, +https://gitlab.com/antora/antora-assembler, +https://gitlab.com/guystreeter/python-hwloc, +https://gitlab.com/alantrick/august, +https://gitlab.com/naqll/dynamodb-table-explorer, +https://gitlab.com/polyapp-open-source/polyapp, +https://gitlab.com/guballa/tlsmate, +https://gitlab.com/sequoia-pgp/sequoia-chameleon-gnupg, +https://gitlab.com/jeyred/schedic, +https://gitlab.com/Mayan-EDMS-NG/mayan-edms-ng, +https://gitlab.com/energyincities/python-ehub, +https://gitlab.com/lavitto/typo3-form-to-database, +https://gitlab.com/anphi/homeassistant-mqtt-binding, +https://gitlab.com/hectorjsmith/grafana-matrix-forwarder, +https://gitlab.com/bent10/stacked-menu, +https://gitlab.com/GeneralProtocols/anyhedge/library, +https://gitlab.com/andrejr/csnake, +https://gitlab.com/fabernovel/heart, +https://gitlab.com/gitlab-org/rubocop-gitlab-security, +https://gitlab.com/df-modding-tools/df-raw-language-server, +https://gitlab.com/arcfire/rumba, +https://gitlab.com/krr/IDP-Z3, +https://gitlab.com/h3/django-emailhub, +https://gitlab.com/etke.cc/miounne, +https://gitlab.com/axet/android-pdfium, +https://gitlab.com/prettyetc/prettyetc, +https://gitlab.com/nvidia/container-toolkit/libnvidia-container, +https://gitlab.com/infra.run/public/b3scale, +https://gitlab.com/paessler-labs/prtg-pyprobe, +https://gitlab.com/clock-8001/clock-8001, +https://gitlab.com/chrisrabotin/hyperdual, +https://gitlab.com/simspace-oss/xio, +https://gitlab.com/golang-commonmark/mdtool, +https://gitlab.com/limira-rs/mika, +https://gitlab.com/daingun/automatica, +https://gitlab.com/sqwishy/impetuous, +https://gitlab.com/abrosimov.a.a/qlua, +https://gitlab.com/gitlab-org/configure/examples/gitops-project, +https://gitlab.com/openbridge/openbridge-web-components, +https://gitlab.com/nvidia/container-toolkit/nvidia-docker, +https://gitlab.com/katyukha/odoo-rpc-client, +https://gitlab.com/l0nax/changelog-go, +https://gitlab.com/gridbugs/mos6502, +https://gitlab.com/Appirio/sfdx-node, +https://gitlab.com/gitlab-com/gl-infra/oncall-robot-assistant, +https://gitlab.com/golangdojo/bootcamp, +https://gitlab.com/OctoNezd/loggui, +https://gitlab.com/mailman/mailman-web, +https://gitlab.com/ferreum/trampoline, +https://gitlab.com/dansanti/facturacion_electronica, +https://gitlab.com/frihsb/rettij, +https://gitlab.com/MartijnBraam/wiremapper, +https://gitlab.com/altek/eventually, +https://gitlab.com/IvanSanchez/Leaflet.Marker.SlideTo, +https://gitlab.com/yaq/yaq-python, +https://gitlab.com/tpfeiffe/ctl, +https://gitlab.com/ysb33rOrg/grolifant, +https://gitlab.com/vocdoni/go-dvote, +https://gitlab.com/vincenttunru/tripledoc, +https://gitlab.com/vmware/pop/pop-config, +https://gitlab.com/tezos-dappetizer/dappetizer, +https://gitlab.com/twittner/cbor-codec, +https://gitlab.com/the-language/the-language, +https://gitlab.com/tozd/go/mediawiki, +https://gitlab.com/walterebert/wordpress-project, +https://gitlab.com/vedvyas/doxytag2zealdb, +https://gitlab.com/v01d-gl/number-base-converter, +https://gitlab.com/writeonlyhugo/up-business-theme, +https://gitlab.com/tglman/mdbook-variables, +https://gitlab.com/wiechapeter/pyGDM2, +https://gitlab.com/tornado-torrent/transmission-rs, +https://gitlab.com/thelabnyc/angular-wagtail, +https://gitlab.com/tornado-torrent/transmission-sys, +https://gitlab.com/torkleyy/cargo-publish-all, +https://gitlab.com/wallzero/jsplumb-react, +https://gitlab.com/testload/jmeter-listener, +https://gitlab.com/thelabnyc/django-oscar/django-oscar-api-checkout, +https://gitlab.com/vindarel/bookshops, +https://gitlab.com/mergetb/tech/raven, +https://gitlab.com/NodeGuy/channel, +https://gitlab.com/jackatbancast/manifesto, +https://gitlab.com/chaica/boost, +https://gitlab.com/john_t/shellfish, +https://gitlab.com/ErikKalkoken/aa-structures, +https://gitlab.com/dennis-hamester/vks, +https://gitlab.com/subnetzero/palladium, +https://gitlab.com/snowgoonspub/avr-oxide, +https://gitlab.com/GeneralProtocols/electrum-cash/library, +https://gitlab.com/koala-lms/django-learning, +https://gitlab.com/polychainlabs/horcrux, +https://gitlab.com/mappies/configurapi, +https://gitlab.com/granitosaurus/minds-cli, +https://gitlab.com/maciej.gol/op-askpass, +https://gitlab.com/mbukatov/pytest-ansible-playbook, +https://gitlab.com/mobivia-design/roadtrip/components, +https://gitlab.com/moshmage/rxjs-socket.io, +https://gitlab.com/packt-cli/packt-cli, +https://gitlab.com/mike7b4/usbapi-rs, +https://gitlab.com/mvysny/slf4j-handroid, +https://gitlab.com/modulispaces/admcycles, +https://gitlab.com/ahmedcharles/lua-rs, +https://gitlab.com/csb.ethz/pta, +https://gitlab.com/robotmay/chunky_cache, +https://gitlab.com/luminovo/public/midnite, +https://gitlab.com/opennota/unmht, +https://gitlab.com/sermos/sermos-tools, +https://gitlab.com/MartijnBraam/powersupply, +https://gitlab.com/systra/qeto/lib/django-oauth2-authcodeflow, +https://gitlab.com/riseup/up1-cli-client-nodejs, +https://gitlab.com/codebryo/pleasejs, +https://gitlab.com/datadrivendiscovery/primitive-interfaces, +https://gitlab.com/jlalande/vue-auth-image, +https://gitlab.com/gauntletwizard_net/kubetls, +https://gitlab.com/rocketwave-tech/airway, +https://gitlab.com/govbr-ds/dev/react/react-components, +https://gitlab.com/danielhones/pycategories, +https://gitlab.com/DeveloperC/conventional_commits_next_version, +https://gitlab.com/empaia/integration/frontend-workspace, +https://gitlab.com/fbisti/navarp, +https://gitlab.com/steveazz-blog/go-performance-tools-cheat-sheet, +https://gitlab.com/adrian.budau/ia-sandbox, +https://gitlab.com/gmgeo/osmic, +https://gitlab.com/ottr/lutra/lutra, +https://gitlab.com/mlgenetics/dnadna, +https://gitlab.com/mallumo/mallumo, +https://gitlab.com/hyperion-gray/googlespider, +https://gitlab.com/janhelke/cal, +https://gitlab.com/Kirire/x250, +https://gitlab.com/peczony/chgksuite, +https://gitlab.com/recpack-maintainers/recpack, +https://gitlab.com/monochromata-de/cucumber-reporting-plugin, +https://gitlab.com/cerlane/SoftPosit-Python, +https://gitlab.com/fethalen/phylopypruner, +https://gitlab.com/rocketduck/python-unpoly, +https://gitlab.com/hydrothermal-openfoam/scipyfoam, +https://gitlab.com/sscherfke/django-sphinxdoc, +https://gitlab.com/potato-oss/google-cloud/django-gcloud-connectors, +https://gitlab.com/nsf-noirlab/csdc/antares/client, +https://gitlab.com/biotransistor/bokehheat, +https://gitlab.com/engje/cmif, +https://gitlab.com/gitlab-org/gitlab-metrics-exporter, +https://gitlab.com/sermos/sermos, +https://gitlab.com/serpro/fatiador, +https://gitlab.com/nerd-vision/opensource/gitlab-js, +https://gitlab.com/limira-rs/wasm-logger, +https://gitlab.com/openpgp-card/openpgp-card, +https://gitlab.com/pjrpc/pjrpc, +https://gitlab.com/ca-iot/homebridge-shelly-doorbell, +https://gitlab.com/oddjobz/pynndb2, +https://gitlab.com/cordite/braid, +https://gitlab.com/kurant-open/m3d, +https://gitlab.com/crafty-controller/crafty-client, +https://gitlab.com/bzim/trampoline-rs, +https://gitlab.com/Blockdaemon/ubiquity/ubiquity-go-client, +https://gitlab.com/arnapou/jqcron, +https://gitlab.com/littlesaints/functional-streams, +https://gitlab.com/nikkofox/gomeme-api, +https://gitlab.com/iam-cms/workflows/workflow-nodes, +https://gitlab.com/jspngh/rfid-rs, +https://gitlab.com/mjbecze/GeoJSON-Validation, +https://gitlab.com/jiri.hajek/eztoggl, +https://gitlab.com/sugarcube/sugarcube, +https://gitlab.com/sequoia-pgp/nettle-sys, +https://gitlab.com/ae-dir/web2ldap, +https://gitlab.com/seancl/screeps-autobahn, +https://gitlab.com/divisadero/cloud-functions-python-emulator, +https://gitlab.com/flywheel-io/public/python-cli, +https://gitlab.com/pretty-angular-components/slider, +https://gitlab.com/stemcellbioengineering/context-explorer, +https://gitlab.com/fdroid/sdkmanager, +https://gitlab.com/Plasticity/magnitude, +https://gitlab.com/Screwtapello/bdflib, +https://gitlab.com/ostrokach/gitlab-versioned-pages, +https://gitlab.com/beginbot/beginsounds, +https://gitlab.com/MatteoCampinoti94/FALocalRepo, +https://gitlab.com/cocainefarm/pastor, +https://gitlab.com/pyshacks/pnio_dcp, +https://gitlab.com/brandondyer64/wcpp, +https://gitlab.com/gomidi/rtmididrv, +https://gitlab.com/cc-ru/luaparse-rs, +https://gitlab.com/equilibrator/component-contribution, +https://gitlab.com/mbryant/aoc-2021, +https://gitlab.com/catamphetamine/input-format, +https://gitlab.com/i80and/pypledge, +https://gitlab.com/s1-etad/s1-etad, +https://gitlab.com/Einhornstyle/nldsl, +https://gitlab.com/FraME-projects/PyFraME, +https://gitlab.com/Notify.me/me.notify.public, +https://gitlab.com/gitlab-org/declarative-policy, +https://gitlab.com/gitlab-org/prometheus-storage-migrator, +https://gitlab.com/dacs-hpi/hiclass, +https://gitlab.com/q-dev/system-contracts, +https://gitlab.com/ddb_db/piawgcli, +https://gitlab.com/flywheel-io/public/gear-toolkit, +https://gitlab.com/iiit-public/plenpy, +https://gitlab.com/kamichal/airium, +https://gitlab.com/fgmarand/gocoverstats, +https://gitlab.com/bboehmke/raspi-alpine-builder, +https://gitlab.com/duelpy/duelpy, +https://gitlab.com/plantingspace/mangrove, +https://gitlab.com/initforthe/stimulus-remote, +https://gitlab.com/odousse/online-choir, +https://gitlab.com/Naqwada/TapoPlug-Rest-API, +https://gitlab.com/cznic/memory, +https://gitlab.com/pgerber/s4, +https://gitlab.com/gitzone/npmts, +https://gitlab.com/axet/android-fbreader-library, +https://gitlab.com/soul-codes/ts-deep-pick, +https://gitlab.com/rod2ik/mkdocs-graphviz, +https://gitlab.com/ericlathrop/phoenix-js-react-hooks, +https://gitlab.com/mergetb/portal/services, +https://gitlab.com/johanngyger/gilp, +https://gitlab.com/inkscape/extras/extension-manager, +https://gitlab.com/djencks/antora-pdf, +https://gitlab.com/semantic-jail/php-ivoox-api, +https://gitlab.com/KatHamer/katfetch, +https://gitlab.com/project-emco/core/emco-base, +https://gitlab.com/crawfordleeds/crawfish, +https://gitlab.com/granitosaurus/minds-api, +https://gitlab.com/cosmicchipsocket/keeshond, +https://gitlab.com/cznic/tk, +https://gitlab.com/glts/spf-milter, +https://gitlab.com/aaronkho/GPR1D, +https://gitlab.com/mwbot-rs/mwbot, +https://gitlab.com/nvidia/container-infrastructure/aws-kube-ci, +https://gitlab.com/libvirt/libvirt-ci, +https://gitlab.com/elixxir/server, +https://gitlab.com/RoPP/flake8-use-pathlib, +https://gitlab.com/openchvote/cryptographic-protocol, +https://gitlab.com/libvirt/libvirt-go-module, +https://gitlab.com/ayana/libs/bento, +https://gitlab.com/ikhemissi/gitlab-ci-releaser, +https://gitlab.com/jeffrey-xiao/kademlia-dht-rs, +https://gitlab.com/jfolz/datadings, +https://gitlab.com/distilled/distilled, +https://gitlab.com/potato-oss/ace/ace, +https://gitlab.com/nvidia/container-toolkit/container-runtime, +https://gitlab.com/lanzara-group/python-arpes, +https://gitlab.com/dns2utf8/color_blinder, +https://gitlab.com/schoolmouv-open-source/vue-log-worker, +https://gitlab.com/clorichel/vue-gitlab-api, +https://gitlab.com/larsfp/checkmk-commander, +https://gitlab.com/american-space-software/large, +https://gitlab.com/miicat/sauce-finder, +https://gitlab.com/janoskut/picoslave, +https://gitlab.com/registerMap/registermap, +https://gitlab.com/axual-public/axual-client-python, +https://gitlab.com/categulario/pizarra, +https://gitlab.com/almaember/pcremote, +https://gitlab.com/machina_ex/adaptor_ex/adaptor_ex_server, +https://gitlab.com/maxburon/microformats-parser, +https://gitlab.com/ManfredTremmel/gwt-bean-validators, +https://gitlab.com/YottaDB/Lang/YDBGo, +https://gitlab.com/unboundedsystems/adapt, +https://gitlab.com/tango-controls/jive, +https://gitlab.com/tslocum/harmony, +https://gitlab.com/unit410/threshold-ed25519, +https://gitlab.com/yariv.luts/firestore-orm, +https://gitlab.com/thorchain/tss/tss-lib, +https://gitlab.com/vanandrew/omni, +https://gitlab.com/tspiteri/az, +https://gitlab.com/xiayesuifeng/goblog, +https://gitlab.com/xmpp-rs/xmpp-parsers, +https://gitlab.com/zehkira/pytyle1x, +https://gitlab.com/tornado-torrent/libevent-sys, +https://gitlab.com/zanny/oidc-reqwest, +https://gitlab.com/ykyuen/golang-echo-template-example, +https://gitlab.com/xilix-systems-llc/go-native-ads, +https://gitlab.com/yamato97/current-calculations-for-proteins, +https://gitlab.com/tangram-vision-oss/rsbadges, +https://gitlab.com/tamaas/tamaas, +https://gitlab.com/tripetto/runners/autoscroll, +https://gitlab.com/wirevpn/react-native-wireguard, +https://gitlab.com/tspiteri/gmp-mpfr-sys, +https://gitlab.com/united-travel-tickets/common/nats-streaming-ui, +https://gitlab.com/valeth/discord-rpc-client.rs, +https://gitlab.com/tandemdude/lightbulb, +https://gitlab.com/team-supercharge/oasg, +https://gitlab.com/jv110/darkengine, +https://gitlab.com/stoempdev/insomnia-plugin-xdebug, +https://gitlab.com/jo314schmitt/admcycles, +https://gitlab.com/fdroid/php-fdroid, +https://gitlab.com/pharmony/restful-json-api-client, +https://gitlab.com/mirkoboehm/pandoc-acronyms, +https://gitlab.com/JakobDev/jdNBTExplorer, +https://gitlab.com/dacevedo/enet-js, +https://gitlab.com/librecube/lib/python-sle-user, +https://gitlab.com/flokno/hilde, +https://gitlab.com/alelec/jupyter_micropython_remote, +https://gitlab.com/stavros/django-webauthin, +https://gitlab.com/jorispio/ccsds2czml, +https://gitlab.com/mipimipi/smsync, +https://gitlab.com/akita/mem, +https://gitlab.com/pawelbbdrozd/eslint-plugin-markdownlint, +https://gitlab.com/s3a/s3a, +https://gitlab.com/deadcanaries/granax, +https://gitlab.com/burke-software/nativescript-foss-sidedrawer, +https://gitlab.com/cznic/kv, +https://gitlab.com/cnri/cordra/cordra, +https://gitlab.com/arep-dev/pyViewFactor, +https://gitlab.com/base.io/react-native-httpserver, +https://gitlab.com/2WeltenChris/svelte-integration-red, +https://gitlab.com/oer/org-re-reveal-ref, +https://gitlab.com/mozgurbayhan/nosqlmodel, +https://gitlab.com/nslr/nslr, +https://gitlab.com/peryl/peryl, +https://gitlab.com/aidaspace/heliopy_multid, +https://gitlab.com/beneath-hq/beneath, +https://gitlab.com/bees-algorithm/bees_algorithm_python, +https://gitlab.com/jcorry/cars, +https://gitlab.com/herman2019/i2p-tools, +https://gitlab.com/gitlab-org/security-products/analyzers/kics, +https://gitlab.com/ethz_hvl/hvl_ccb, +https://gitlab.com/fverdugo/jin2for, +https://gitlab.com/dmoonfire/commitlint-gitlab-ci, +https://gitlab.com/gitlab-com/marketing/digital-experience/navigation, +https://gitlab.com/beeper/discord, +https://gitlab.com/commonshost/gaufre, +https://gitlab.com/digested/node-digest, +https://gitlab.com/european-language-grid/platform/python-client, +https://gitlab.com/apps_education/peertube/plugin-transcription, +https://gitlab.com/classroomcode/py2cfg, +https://gitlab.com/album-app/album, +https://gitlab.com/geolandia/openlog/xplordb, +https://gitlab.com/jacob.brazeal/ksonpy, +https://gitlab.com/JonathonReinhart/adman, +https://gitlab.com/alephledger/consensus-go, +https://gitlab.com/atrus6/pynoise, +https://gitlab.com/desupervised/borch, +https://gitlab.com/DavideGalilei/chameleongram, +https://gitlab.com/fee1-dead/coffer, +https://gitlab.com/nilshelmig/barenet, +https://gitlab.com/commonshost/core, +https://gitlab.com/manhquangit/input-device, +https://gitlab.com/osm-ui/react, +https://gitlab.com/kevincox/hard-xml, +https://gitlab.com/biaslab/onlinehd, +https://gitlab.com/philbooth/unicode-bom, +https://gitlab.com/modmyclassic/sega-mega-drive-mini/marchive-batch-tool, +https://gitlab.com/getreu/tp-note, +https://gitlab.com/gitlab-org/security-products/demos/coverage-fuzzing/go-fuzzing-example, +https://gitlab.com/fpotter/tools/busy, +https://gitlab.com/msts-public/general/typescript-cacheable, +https://gitlab.com/gitlab-org/frontend/untamper-my-lockfile, +https://gitlab.com/obsessivefacts/memespeech, +https://gitlab.com/lightning-signer/rust-lightning-signer, +https://gitlab.com/gitlab-org/security-products/analyzers/gemnasium-maven, +https://gitlab.com/CeREF/muphyn, +https://gitlab.com/etke.cc/ttm, +https://gitlab.com/genomeinformatics/xengsort, +https://gitlab.com/michenriksen/gitlab-file-finder, +https://gitlab.com/olekdia/common/libraries/sound-pool, +https://gitlab.com/mikeramsey/wizardwebssh, +https://gitlab.com/ita-ml/pyhard, +https://gitlab.com/opensic/pyflosic2, +https://gitlab.com/ccrpc/ccrpc-charts, +https://gitlab.com/mygnu/spark_post, +https://gitlab.com/L0gIn/git-file-downloader, +https://gitlab.com/bgez/bgez, +https://gitlab.com/matilda.peak/yacker, +https://gitlab.com/crates.rs/render_readme, +https://gitlab.com/aquator/node-get-keycloak-public-key, +https://gitlab.com/lienvdsteen/linter, +https://gitlab.com/paulkiddle/activitypub-http-signatures, +https://gitlab.com/jeffrey-xiao/hash-rings-rs, +https://gitlab.com/samsartor/reax, +https://gitlab.com/obob/pymatreader, +https://gitlab.com/go-box/pongo2gin, +https://gitlab.com/cipres/aioipfs, +https://gitlab.com/kirbyzone/formbuilder, +https://gitlab.com/antoreep_jana/quick_ml, +https://gitlab.com/imp/requests-rs, +https://gitlab.com/gitlab-org/fleeting/fleeting-plugin-aws, +https://gitlab.com/axet/android-audio-library, +https://gitlab.com/liamwarfield/pdc, +https://gitlab.com/nathanfaucett/rs-lexer, +https://gitlab.com/gaia-x/data-infrastructure-federation-services/cam, +https://gitlab.com/ayanaware/logger, +https://gitlab.com/gitlab-org/security-products/analyzers/nodejs-scan, +https://gitlab.com/takluyver/enboard, +https://gitlab.com/crates.rs/style, +https://gitlab.com/gitlab-merge-tool/glmt, +https://gitlab.com/ilgilenio/Otag, +https://gitlab.com/barry.van.acker/phreak-rs, +https://gitlab.com/ponci-berlin/phpbaercode, +https://gitlab.com/petoknm/r2d2-mongodb, +https://gitlab.com/developersforfuture/profile-generator-frontend, +https://gitlab.com/inivation/dv-python, +https://gitlab.com/iosa/iosacal, +https://gitlab.com/BradleyKirton/djangovue, +https://gitlab.com/p-avital/secded-rs, +https://gitlab.com/ponylin1985/ZayniFramework, +https://gitlab.com/cdlr75/aio-task, +https://gitlab.com/skitai/skitai, +https://gitlab.com/gitlab-org/ci-cd/gcp-exporter, +https://gitlab.com/distributed_lab/logan, +https://gitlab.com/skitai/sqlphile, +https://gitlab.com/equilibrator/equilibrator-pathway, +https://gitlab.com/djencks/antora-schematics, +https://gitlab.com/documatt/sphinx-reredirects, +https://gitlab.com/niksaak/lofi, +https://gitlab.com/burke-software/django-server-side-matomo, +https://gitlab.com/Sineos/filemanager-bundle, +https://gitlab.com/Rich-Harris/svg-parser, +https://gitlab.com/serial-lab/EPCPyYes, +https://gitlab.com/qemu-project/python-qemu-qmp, +https://gitlab.com/neachdainn/aspen, +https://gitlab.com/digitaloak/node-red-contrib-digitaloak-postgresql, +https://gitlab.com/nwmitchell/pylint-print, +https://gitlab.com/sorcero/community/go-cat, +https://gitlab.com/hfyngvason/kubectl-gitlab, +https://gitlab.com/kermit-js/kermit, +https://gitlab.com/HomebrewSoft/sat_ws_api, +https://gitlab.com/axet/android-firebase-fake, +https://gitlab.com/swcafe/rgpsd, +https://gitlab.com/fholmer/getpodcast, +https://gitlab.com/burke-software/django-server-side-piwik, +https://gitlab.com/remmer.wilts/moin, +https://gitlab.com/experimentslabs/engine_elabs, +https://gitlab.com/dangass/plum, +https://gitlab.com/hxss-linux/folderpreview, +https://gitlab.com/baldurmen/metalfinder, +https://gitlab.com/mindig.marton/emulated_roku, +https://gitlab.com/staltz/unist-util-flatmap, +https://gitlab.com/gitlab-org/security-products/analyzers/kubesec, +https://gitlab.com/ParComb/usain-boltz, +https://gitlab.com/incytestudios/ddv, +https://gitlab.com/NoahGray/final-orm, +https://gitlab.com/permafrostnet/teaspoon, +https://gitlab.com/oz123/blogit, +https://gitlab.com/kornelski/cloudflare-zlib-sys, +https://gitlab.com/sebdeckers/express-history-api-fallback, +https://gitlab.com/jondo2010/rust-fmi, +https://gitlab.com/axet/android-opus, +https://gitlab.com/staltz/ssb-to-graphml, +https://gitlab.com/initforthe/stimulus-data-bindings, +https://gitlab.com/cosapp/cosapp_lab, +https://gitlab.com/mkleehammer/autoconfig, +https://gitlab.com/pipe3d/pyPipe3D, +https://gitlab.com/kaliko/mkdocs-cluster, +https://gitlab.com/rdbende/chlorophyll, +https://gitlab.com/jokeyrhyme/xdp-hook-rs, +https://gitlab.com/petsc/petsc4py, +https://gitlab.com/roundearth/civicrm-composer-plugin, +https://gitlab.com/janispritzkau/rcon-client, +https://gitlab.com/glts/indymilter, +https://gitlab.com/mbarkhau/straitjacket, +https://gitlab.com/htgoebel/managesieve, +https://gitlab.com/bednic/json-api, +https://gitlab.com/roivant/oss/django-dataclasses, +https://gitlab.com/nanodeath/phaserkt, +https://gitlab.com/aiakos/django-auth-oidc, +https://gitlab.com/kabo/serverless-cf-vars, +https://gitlab.com/mysticsystems/home, +https://gitlab.com/ericvsmith/toposort, +https://gitlab.com/KirMozor/YandexMusicApi, +https://gitlab.com/aki237/pin, +https://gitlab.com/quantlane/libs/aiodebug, +https://gitlab.com/mrman/kcup-rust, +https://gitlab.com/jlecomte/python/torxtools, +https://gitlab.com/axet/android-library, +https://gitlab.com/enitoni-gears/gears, +https://gitlab.com/smoores/ode, +https://gitlab.com/BVollmerhaus/statis, +https://gitlab.com/ocaml-rust/ocaml-boxroot, +https://gitlab.com/hipdevteam/elementor-pro, +https://gitlab.com/noppo/ember-quill, +https://gitlab.com/geeks4change/hubs4change/enzian, +https://gitlab.com/lovasb/django-brython, +https://gitlab.com/nfraprado/cardapio-unicamp, +https://gitlab.com/commonshost/short, +https://gitlab.com/BradleyKirton/django-bootstrap-navbar, +https://gitlab.com/bennyp/rollup-plugin-workbox, +https://gitlab.com/gitlab-org/security-products/analyzers/gosec, +https://gitlab.com/kisters/kisters.water.time_series, +https://gitlab.com/hotlittlewhitedog/BibleMultiTheSonOfMan, +https://gitlab.com/nilclass/rust-linuxfb, +https://gitlab.com/potato-oss/google-cloud/gcloud-storage-emulator, +https://gitlab.com/passelecasque/propolis, +https://gitlab.com/chris-morgan/symlink, +https://gitlab.com/antora/antora-collector-extension, +https://gitlab.com/blender/playsync, +https://gitlab.com/smueller18/cert-manager-webhook-inwx, +https://gitlab.com/srwalker101/rust-jupyter-client, +https://gitlab.com/maribedran/tapioca-senado, +https://gitlab.com/sosy-lab/software/paralleljbdd, +https://gitlab.com/efficiently/stimulus-invoke, +https://gitlab.com/mobivia-design/roadtrip/css, +https://gitlab.com/commonground/xbrp/desq, +https://gitlab.com/drupalspoons/composer-plugin, +https://gitlab.com/caiofilus1/moleculer-sequelize, +https://gitlab.com/devbench/uibuilder, +https://gitlab.com/ezlo.picori/gps_tracker, +https://gitlab.com/everest-code/tree-db/server, +https://gitlab.com/nycex/axosnake, +https://gitlab.com/sdc-suite/sdc-ri, +https://gitlab.com/jlecomte/ansible/ansible-roster, +https://gitlab.com/satelligence/classifier, +https://gitlab.com/eidheim/react-simplified, +https://gitlab.com/Syroot/BinaryData, +https://gitlab.com/caml/basc, +https://gitlab.com/blueberry-studio/hermes/hermes-api, +https://gitlab.com/nats/deptreeviz, +https://gitlab.com/osaki-lab/wru, +https://gitlab.com/nbs-it/ng-ui-library, +https://gitlab.com/beeper/chatwoot, +https://gitlab.com/autofitcloud/git-remote-aws, +https://gitlab.com/nash-io-public/nash-protocol, +https://gitlab.com/catamphetamine/imageboard, +https://gitlab.com/AdriaanRol/example-gitlab-python-project, +https://gitlab.com/mjwhitta/zoom, +https://gitlab.com/gitlab-data/gitlab-data-utils, +https://gitlab.com/koalalorenzo/backpack, +https://gitlab.com/MatteoCampinoti94/FAAPI, +https://gitlab.com/balping/artisan-bash-completion, +https://gitlab.com/hyperd/venvctl, +https://gitlab.com/MinaPecheux/rune-core, +https://gitlab.com/bchplease/nitojs, +https://gitlab.com/Seballot/gogocarto-js, +https://gitlab.com/5d-chess/5d-chess-js, +https://gitlab.com/ID4me/id4me-rp-client-python, +https://gitlab.com/onegreyonewhite/configparserc, +https://gitlab.com/hieu3011999/code-base, +https://gitlab.com/tue-umphy/software/parmesan, +https://gitlab.com/zoomonit/greenpepper, +https://gitlab.com/YottaDB/Lang/YDBRust, +https://gitlab.com/zephyrtronium/spirv, +https://gitlab.com/xlab-steampunk/steampunk-spotter-client/spotter-cli, +https://gitlab.com/typeorm-faker/typeorm-faker, +https://gitlab.com/ViDA-NYU/d3m/d3m_interface, +https://gitlab.com/x4ku/panki, +https://gitlab.com/yaal/sheraf, +https://gitlab.com/zenotta/chi, +https://gitlab.com/zipizap/gmailchatlib, +https://gitlab.com/trainline-eu/stand, +https://gitlab.com/wski/SimpleState, +https://gitlab.com/tpart/classy, +https://gitlab.com/trantor/hummin, +https://gitlab.com/thecyberd3m0n/ui-rustreamer, +https://gitlab.com/v1olen/dateless, +https://gitlab.com/tallero/daty, +https://gitlab.com/TetradotoxinaOficial/gtts4j, +https://gitlab.com/yelosan/hugo-semantic-web, +https://gitlab.com/vmware/idem/idem-gcp, +https://gitlab.com/totakoko/onetimesecret, +https://gitlab.com/ulysses.codes/node-red-contrib-notion, +https://gitlab.com/teensy-rs/teensy-loader-rs, +https://gitlab.com/vechain.energy/common/hardhat-thor, +https://gitlab.com/yaq/yaqc-python, +https://gitlab.com/valerio-vaccaro/writeonchain, +https://gitlab.com/wangchristine/api-response, +https://gitlab.com/Toriniasty/reprap_notify, +https://gitlab.com/uptimeventures/gotham-middleware-jwt, +https://gitlab.com/vborrasc/vue-simple-gallery, +https://gitlab.com/TriaStudios/socket-packages-lib, +https://gitlab.com/trustpayments-public/mobile-sdk/android, +https://gitlab.com/tobias47n9e/wkdr, +https://gitlab.com/xxaccexx/lit-extended, +https://gitlab.com/zefiris/tenhou-client, +https://gitlab.com/thorchain/asgardex-common/asgardex-util, +https://gitlab.com/tjian-darzacq-lab/Spot-On-cli, +https://gitlab.com/winniehell/file-name-linter, +https://gitlab.com/xoria/raining-cards, +https://gitlab.com/tripetto/collectors/rolling, +https://gitlab.com/vladodriver/uld, +https://gitlab.com/thelabnyc/wagtail_polls, +https://gitlab.com/uniroma3/compunet/networks/mrtsharp, +https://gitlab.com/tripetto/runner-foundation, +https://gitlab.com/thibauddauce/laravel-mattermost-logger, +https://gitlab.com/unibuc/graphomaly/dictionary-learning, +https://gitlab.com/tonyfinn/kdbx-rs, +https://gitlab.com/thekelvinliu/rollup-plugin-static-site, +https://gitlab.com/TIBHannover/orkg/nlp/orkg-nlp-pypi, +https://gitlab.com/worr/rust-kqueue, +https://gitlab.com/wondermonger/koa-session-mongoose, +https://gitlab.com/xamn/terminal-menu-rs, +https://gitlab.com/warsaw/public, +https://gitlab.com/tripetto/collector, +https://gitlab.com/typo3-upgrade-tools/migrate-redirects, +https://gitlab.com/thorchain/asgardex-common/asgardex-midgard, +https://gitlab.com/yorickpeterse/ruby-ll, +https://gitlab.com/thorchain/byzantine-module, +https://gitlab.com/wrobell/rbfly, +https://gitlab.com/tango-controls/JSSHTerminal, +https://gitlab.com/ViDA-NYU/auctus/datamart-geo, +https://gitlab.com/XenGi/kicad-footprint-viewer.js, +https://gitlab.com/thelabnyc/wagtailcloudinary, +https://gitlab.com/wpify/wpify-custom-fields, +https://gitlab.com/zero-gravity/zero-gravity-cms, +https://gitlab.com/tonyg/preserves, +https://gitlab.com/tozd/gitlab/release, +https://gitlab.com/neohubapi/neohubapi, +https://gitlab.com/Eusebius1920/ember-cli-build-variants, +https://gitlab.com/jamadazi/core_memo, +https://gitlab.com/calincs/cwrc/leaf-writer/leaf-writer, +https://gitlab.com/carles.mateo/cmemgzip, +https://gitlab.com/ErikKalkoken/aa-memberaudit, +https://gitlab.com/cjaikaeo/wsnsimpy, +https://gitlab.com/ferreum/distanceutils, +https://gitlab.com/andreas-h/pyatran, +https://gitlab.com/archlinux-co/frases-de-fortuna, +https://gitlab.com/jlecomte/python/flask-gordon, +https://gitlab.com/pommalabs/codeproject/object-pool, +https://gitlab.com/hershaw/novamud, +https://gitlab.com/Orange-OpenSource/lfn/onap/python-onapsdk, +https://gitlab.com/opengeoweb/geoweb-core, +https://gitlab.com/mc706/functional-pipeline, +https://gitlab.com/mcepl/bayeux, +https://gitlab.com/msvechla/mux-prometheus, +https://gitlab.com/resif/obsinfo, +https://gitlab.com/inko-lang/ivm, +https://gitlab.com/inklabapp/pyora, +https://gitlab.com/dvenkatsagar/python-yad, +https://gitlab.com/MazeChaZer/json-bouncer, +https://gitlab.com/memogarcia/doc-fzf, +https://gitlab.com/alexives/cncjs-mqtt, +https://gitlab.com/hvalick2111/cutter, +https://gitlab.com/kblobr/rust-docker, +https://gitlab.com/francesco-calcavecchia/features_factory, +https://gitlab.com/crocodile2u/laravel-docker, +https://gitlab.com/bitcoinunlimited/rostrum, +https://gitlab.com/m03geek/fastify-feature-flags, +https://gitlab.com/dhardy/kas, +https://gitlab.com/probator/probator, +https://gitlab.com/ceda_ei/verlauf, +https://gitlab.com/devowlio/node-gitlab-ci, +https://gitlab.com/remipassmoilesel/notes, +https://gitlab.com/michal-bryxi/open-source/ember-template-lint-plugin-tailwindcss, +https://gitlab.com/ptapping/thorlabs-apt-device, +https://gitlab.com/commonground/core/design-system, +https://gitlab.com/ifosim/finesse/finesse3, +https://gitlab.com/flatspin/flatspin, +https://gitlab.com/bancast/streamtools/twitch-tools, +https://gitlab.com/squarealfa/dart_framework, +https://gitlab.com/sjorspolman/homebridge-zigbee-v2, +https://gitlab.com/shezi/GPIOSimulator, +https://gitlab.com/colcrunch/fittings, +https://gitlab.com/ahau/ssb-hyper-blobs, +https://gitlab.com/shindagger/string-color, +https://gitlab.com/contextualcode/platform_cc, +https://gitlab.com/saltstack/pop/idem-aws, +https://gitlab.com/msrelectronics/python-ft4222, +https://gitlab.com/meskio/almanac, +https://gitlab.com/medikura/libs/redact-secrets, +https://gitlab.com/ginkgo-project/ginkgo-public-ci, +https://gitlab.com/adalongcorp/widget, +https://gitlab.com/remcohaszing/koas, +https://gitlab.com/sequoia-pgp/sequoia-wot, +https://gitlab.com/brainbit-inc/brainbit-sdk, +https://gitlab.com/eBardie/topplot, +https://gitlab.com/cg909/rust-hybrid-rc, +https://gitlab.com/dungnt12/mobx-model-xd, +https://gitlab.com/opensic/fodMC, +https://gitlab.com/DylanHamel/netests, +https://gitlab.com/bv-dr/Snoopy, +https://gitlab.com/codingpaws/gitlab-feature, +https://gitlab.com/alexmascension/bigmpi4py, +https://gitlab.com/MatteoCampinoti94/falocalrepo-server, +https://gitlab.com/jlecomte/python/flasket, +https://gitlab.com/andach/ipfs-laravel, +https://gitlab.com/opennota/pushkin, +https://gitlab.com/reddish/f1-2019-telemetry, +https://gitlab.com/finding-ray/antikythera, +https://gitlab.com/sanjay_nitsan/ns_basetheme, +https://gitlab.com/redsharpbyte/fets, +https://gitlab.com/penkit/penkit, +https://gitlab.com/kaictl/node/mock-local-storage, +https://gitlab.com/DreamyTZK/ispeak-bber, +https://gitlab.com/commonshost/cli, +https://gitlab.com/jlecomte/projects/ansible/ansible-roster, +https://gitlab.com/Bottersnike/crypko.py, +https://gitlab.com/ccondry/cucm-axl, +https://gitlab.com/spearman/sorted-vec, +https://gitlab.com/Boojum/python-securepay, +https://gitlab.com/siam-sc/spux, +https://gitlab.com/ponci-berlin/ponci, +https://gitlab.com/agates/pyplexo, +https://gitlab.com/mbukatov/pylatest, +https://gitlab.com/smartcontractlabs/tezos-uri, +https://gitlab.com/sheepitrenderfarm/blend-reader, +https://gitlab.com/efronlicht/dither, +https://gitlab.com/mergetb/xir, +https://gitlab.com/5783354/awokado, +https://gitlab.com/l214/msender, +https://gitlab.com/flukejones/tiny_ecs, +https://gitlab.com/fame-framework/fame-io, +https://gitlab.com/gomidi/portmididrv, +https://gitlab.com/royragsdale/ctfdfetch, +https://gitlab.com/flywheel-io/public/migration-toolkit, +https://gitlab.com/biomedit/libbiomedit, +https://gitlab.com/archer-oss/form-builder/form-builder-core, +https://gitlab.com/cznic/strutil, +https://gitlab.com/nextdft/simpledft, +https://gitlab.com/bitcoin/gentoo, +https://gitlab.com/brainelectronics/lightweight-versioned-gitlab-pages, +https://gitlab.com/getanthill/datastore, +https://gitlab.com/codecamp-de/vaadin-flow-dui, +https://gitlab.com/nl-design-system/nl-design-system, +https://gitlab.com/eigan/changelog, +https://gitlab.com/bnewbold/adenosine, +https://gitlab.com/crates.rs/cargo_author, +https://gitlab.com/memorize_it/memorize, +https://gitlab.com/mc706/data-records, +https://gitlab.com/polymer-kb/firmware/embedded-executor, +https://gitlab.com/hxss-linux/desktop-notify, +https://gitlab.com/gitlab-org/security-products/analyzers/brakeman, +https://gitlab.com/otevrenamesta/praha3/vyuctovani-vodafone, +https://gitlab.com/grdl/gitlab-mirror-maker, +https://gitlab.com/beehiveor/gazefilter, +https://gitlab.com/gitlab-org/security-products/gitlab-depscan, +https://gitlab.com/braniii/prettypyplot, +https://gitlab.com/speedpycom/speedpycom, +https://gitlab.com/clastjs/clast, +https://gitlab.com/afshar-oss/b8, +https://gitlab.com/integration_seon/libs/application/clockify, +https://gitlab.com/evernym/verity/vdr-tools, +https://gitlab.com/idoko/letterpress, +https://gitlab.com/betse/betsee, +https://gitlab.com/mironet/magnolia-bootstrap, +https://gitlab.com/ignitionrobotics/web/cloudsim, +https://gitlab.com/chemsoftware/python/pycaltransfer, +https://gitlab.com/malie-library/netfleece, +https://gitlab.com/drobilla/mda-lv2, +https://gitlab.com/2WeltenChris/kdbx-red, +https://gitlab.com/atviriduomenys/spinta, +https://gitlab.com/lynnpepin/reso, +https://gitlab.com/pci-driver/pci-driver, +https://gitlab.com/bigit/vokativ, +https://gitlab.com/esign/webpack-blade-native-loader, +https://gitlab.com/ErikKalkoken/django-eveuniverse, +https://gitlab.com/d5b4b2/ascii-table, +https://gitlab.com/mattkasa/tfplantool, +https://gitlab.com/gorilladev/pupygrib, +https://gitlab.com/kornelski/mandown, +https://gitlab.com/max-tet/gconf, +https://gitlab.com/kshib/fdpm, +https://gitlab.com/larswirzenius/vmadm, +https://gitlab.com/siege-insights/r6tab-java-api-client, +https://gitlab.com/cerfacs/flint, +https://gitlab.com/frontierdevelopmentlab/space-resources/mapstery, +https://gitlab.com/srikanthlogic/gstin-validator, +https://gitlab.com/powsrv.io/js/iota.lib.js.powsrvio, +https://gitlab.com/emergence-engineering/prosemirror-image-plugin, +https://gitlab.com/imda-dsl/intelligent-sensing-toolbox, +https://gitlab.com/mikeramsey/whois-alt-for-python, +https://gitlab.com/bloodyhealth/sympto, +https://gitlab.com/Chips4Makers/c4m-flexcell, +https://gitlab.com/simspace-oss/collections, +https://gitlab.com/dannywillems/ocaml-bls12-381, +https://gitlab.com/mraisadlani/golang-blog-with-mux-and-jwt-token, +https://gitlab.com/chrisrabotin/graco, +https://gitlab.com/nop_thread/dendron, +https://gitlab.com/bhavyanshu/chatbase-php, +https://gitlab.com/GeneralProtocols/priceoracle/library, +https://gitlab.com/csb.ethz/PolyRound, +https://gitlab.com/blueoakinteractive/boi_ci, +https://gitlab.com/shiros/luna/luna, +https://gitlab.com/beyondtracks/spritezero-cli, +https://gitlab.com/2WeltenChris/collection-red, +https://gitlab.com/Syroot/Worms, +https://gitlab.com/soykje/lscss, +https://gitlab.com/imp/pager-rs, +https://gitlab.com/hfiguiere/midi-control, +https://gitlab.com/benvial/pygetdp, +https://gitlab.com/iam-cms/workflows/xmlhelpy, +https://gitlab.com/markdown-meta-extension/markdown-meta-extension, +https://gitlab.com/robot_accomplice/configamajig, +https://gitlab.com/kraxel/virt-firmware, +https://gitlab.com/nickshine/glt, +https://gitlab.com/n1_/eagle, +https://gitlab.com/JakobDev/jdMinecraftLauncher, +https://gitlab.com/Arno500/plex-richpresence, +https://gitlab.com/sunpeek/sunpeek, +https://gitlab.com/jamietanna/httptest-openapi, +https://gitlab.com/beyondbitcoin/wlsjs, +https://gitlab.com/opennota/widdly, +https://gitlab.com/opencraft/dev/providence, +https://gitlab.com/rhksm4/rhksm4, +https://gitlab.com/maximdeclercq/parsli-rs, +https://gitlab.com/dpizetta/mrsprint, +https://gitlab.com/Stuermer/pyechelle, +https://gitlab.com/scion-scxml/core, +https://gitlab.com/deviosec/octp, +https://gitlab.com/leipert-projects/npm-packages, +https://gitlab.com/stinovlas/django-dkim, +https://gitlab.com/MatteoCampinoti94/falocalrepo-database, +https://gitlab.com/hfernh/iwdgui, +https://gitlab.com/r-iendo/v_eval, +https://gitlab.com/LMSAL_HUB/iris_hub/irispy-lmsal, +https://gitlab.com/itentialopensource/adapter-utils, +https://gitlab.com/purdue-informatics/studiokit/studiokit-scaffolding-js, +https://gitlab.com/sequence/core, +https://gitlab.com/elise/pwn-helper, +https://gitlab.com/creato/pub-sub, +https://gitlab.com/Chips4Makers/c4m-pdk-freepdk45, +https://gitlab.com/organon-os/autonon, +https://gitlab.com/pwoolcoc/cmudict, +https://gitlab.com/joelostblom/session_info, +https://gitlab.com/commonshost/goh, +https://gitlab.com/Syroot/KnownFolders, +https://gitlab.com/chartwerk/line-pod, +https://gitlab.com/reviewdog/reviewdog, +https://gitlab.com/stanislavhacker/servant, +https://gitlab.com/jsass/jsass, +https://gitlab.com/SaikoJosh/safe-env-vars, +https://gitlab.com/bbbatscale/bbbatscale-agent, +https://gitlab.com/hyper-expanse/open-source/npm-deploy-git-tag, +https://gitlab.com/elyez/gateway, +https://gitlab.com/fame-framework/fame-core, +https://gitlab.com/evernym/mobile/react-native-white-label-app, +https://gitlab.com/pushrocks/gulp-function, +https://gitlab.com/4degrees/riffle, +https://gitlab.com/burke-software/django-rest-mfa, +https://gitlab.com/attakei/yagura, +https://gitlab.com/leschiassons/tools/mir, +https://gitlab.com/DeqiTang/pymatflow, +https://gitlab.com/le7el/build/web3_wallet, +https://gitlab.com/gitlab-org/security-products/analyzers/gemnasium-python, +https://gitlab.com/rubdos/pyreflink, +https://gitlab.com/rust-kqueue/rust-kqueue, +https://gitlab.com/eyeo/machine-learning/admincer, +https://gitlab.com/benoit.lavorata/node-red-contrib-mattermost-ws, +https://gitlab.com/eputs/ev-fleet-sim, +https://gitlab.com/rodrigobuas/microservice-controller, +https://gitlab.com/healthdatahub/tsfaker, +https://gitlab.com/chaica/remindr, +https://gitlab.com/Chips4Makers/PDKMaster, +https://gitlab.com/mayan-edms/exif, +https://gitlab.com/neogrid-technologies-public/preheat-open-python, +https://gitlab.com/nfriend/ts-key-enum, +https://gitlab.com/gitlab-org/allocations, +https://gitlab.com/dns2utf8/parse_int, +https://gitlab.com/stopdiiacity/stopdiiacity.netlify.app, +https://gitlab.com/nbdkit/libnbd, +https://gitlab.com/rathil/rdi, +https://gitlab.com/etherlab.org/pdcom, +https://gitlab.com/dadangnh/djp-iam, +https://gitlab.com/MassiminoilTrace/airone, +https://gitlab.com/ccrpc/webmapgl, +https://gitlab.com/eyeo/auxiliary/eyeo-coding-style, +https://gitlab.com/sequoia-pgp/nettle-rs, +https://gitlab.com/simspace-oss/trout, +https://gitlab.com/hyper-expanse/open-source/configuration-packages/gitlab-config, +https://gitlab.com/jplusplus/sanitize-filename, +https://gitlab.com/eliasdorneles/beyondvcr, +https://gitlab.com/namnh240795/react-native-simple-code-input, +https://gitlab.com/everyonecancontribute/workshops/kube-simplify/k8s-o11y-2022, +https://gitlab.com/ijackson/rust-shellexpand, +https://gitlab.com/sebdeckers/babel-plugin-transform-commonjs-es2015-modules, +https://gitlab.com/itorre/diffusive_solver, +https://gitlab.com/mocchapi/pyterminal, +https://gitlab.com/rodrigo.schwencke/mkdocs-graphviz, +https://gitlab.com/guilhermigg/notyon, +https://gitlab.com/redballoonsecurity/synthol, +https://gitlab.com/rodrigobuas/micro-domain, +https://gitlab.com/rvdg/ajsonapi, +https://gitlab.com/gitlab-org/professional-services-automation/tools/utilities/evaluate, +https://gitlab.com/rapiddweller/benerator/rapiddweller-benerator-ce, +https://gitlab.com/distributed_lab/figure, +https://gitlab.com/shop-system2/go-libs, +https://gitlab.com/radiology/infrastructure/fastr, +https://gitlab.com/spirostack/saltlab, +https://gitlab.com/gabeguz/ecowitt, +https://gitlab.com/erictgrubaugh/jsdoc-plugin-suitescript, +https://gitlab.com/oleksandromelchuk/rust-osm-reader, +https://gitlab.com/bearjaws/cluttr, +https://gitlab.com/mekagoza/rando, +https://gitlab.com/kirbyzone/sitemapper, +https://gitlab.com/piglet-plays/serverboy.js, +https://gitlab.com/euri10/aiosqlembic, +https://gitlab.com/skosh/falcon-helpers, +https://gitlab.com/mechaxl/dds-rs, +https://gitlab.com/openpatch/ui-core, +https://gitlab.com/ra_kete/android-sparse-rs, +https://gitlab.com/sbaeumlisberger/virtualizing-wrap-panel, +https://gitlab.com/minds/web3modal-ts, +https://gitlab.com/cyberbudy/django-vuejs-translate, +https://gitlab.com/gitlab-org/gitlab-test, +https://gitlab.com/cyverse/cacao, +https://gitlab.com/dheid/colorpicker, +https://gitlab.com/naufraghi/gitlab-butler, +https://gitlab.com/pika-lab/tuprolog/2p, +https://gitlab.com/spatialnetworkslab/florence, +https://gitlab.com/commonshost/goth, +https://gitlab.com/Marrigoni/spinney, +https://gitlab.com/staltz/vue-lens-mixin, +https://gitlab.com/GrosSacASac/blog-engine-z, +https://gitlab.com/coroner/cryptoparser, +https://gitlab.com/alienspaces/arena-tactics, +https://gitlab.com/Chill-Projet/chill-bundles, +https://gitlab.com/heingroup/hein_utilities, +https://gitlab.com/ase/ase_ext, +https://gitlab.com/dAnjou/mountebank-ldap, +https://gitlab.com/pedropombeiro/qnapexporter, +https://gitlab.com/mgoral/twc, +https://gitlab.com/cvejarano-oss/cmapy, +https://gitlab.com/samaresengineeringpublic/samaresmbseframework, +https://gitlab.com/keithasaurus/simple_html, +https://gitlab.com/domatskiy/laravel-html-cache, +https://gitlab.com/ayanaware/bento-rest, +https://gitlab.com/nTopus/cy-mobile-commands, +https://gitlab.com/mexus/rustup-components-availability, +https://gitlab.com/htgoebel/OSD-Neo2, +https://gitlab.com/guenoledc-perso/keycloak/rest-authenticator, +https://gitlab.com/nathanfaucett/rs-specs_sprite, +https://gitlab.com/qwolphin/django-shts3, +https://gitlab.com/mikk150/yii2-asset-manager-flysystem, +https://gitlab.com/gitlab-org/frontend/eslint-plugin-i18n, +https://gitlab.com/energievalsabbia/aurorapy, +https://gitlab.com/jfolz/crumpets, +https://gitlab.com/frontierdevelopmentlab/space-resources/graphery, +https://gitlab.com/chartwerk/core, +https://gitlab.com/gambry/pattern-twig-extension, +https://gitlab.com/nash-io-public/api-client-typescript, +https://gitlab.com/glts/viaspf, +https://gitlab.com/elixxir/comms, +https://gitlab.com/newebtime/pyrocms/portfolio-module, +https://gitlab.com/alelec/aioeasywebdav, +https://gitlab.com/news-flash/feedly_api, +https://gitlab.com/sequoia-pgp/keyring-linter, +https://gitlab.com/jeffrey-xiao/neso-rs, +https://gitlab.com/adaptivestone/framework, +https://gitlab.com/gemte/evagjs, +https://gitlab.com/eeriksp/django-model-choices, +https://gitlab.com/sebdeckers/fastify-tls-keygen, +https://gitlab.com/alcastle/dyndns, +https://gitlab.com/contextualcode/ezplatform-content-packages, +https://gitlab.com/pomma89/troschuetz-random, +https://gitlab.com/lionsracing/candas, +https://gitlab.com/gitlab-org/security-products/analyzers/klar, +https://gitlab.com/NonFactors/AspNetCore.Lookup, +https://gitlab.com/alelec/nuitka-setuptools, +https://gitlab.com/fantaz/simple_shock_tube_calculator, +https://gitlab.com/geomdata/hiveplotlib, +https://gitlab.com/ian-s-mcb/smigle-hugo-theme, +https://gitlab.com/mburkard/chroma-formatter, +https://gitlab.com/camd/qeh, +https://gitlab.com/martinbaun/swat-em, +https://gitlab.com/dannymatkovsky/strapi-plugin-html-wysiwyg, +https://gitlab.com/shdh/falcon-prometheus, +https://gitlab.com/ncbipy/entrezpy, +https://gitlab.com/Redrield/nt-rs, +https://gitlab.com/cyberbudy/django-postie, +https://gitlab.com/salvo981/sonicparanoid2, +https://gitlab.com/jakelazaroff/radish, +https://gitlab.com/demita/egglib, +https://gitlab.com/Friz64/erupt-bootstrap, +https://gitlab.com/andrewleech/devpi-gitlab-auth, +https://gitlab.com/Rich-Harris/pathologist, +https://gitlab.com/mbarkhau/pretty-traceback, +https://gitlab.com/bioslide/slideio, +https://gitlab.com/digiresilience/link/quepasa, +https://gitlab.com/avarf/code2graph, +https://gitlab.com/klikini/doorbirdpy, +https://gitlab.com/gitlab-org/gitlab_emoji, +https://gitlab.com/gitlab-org/vulnerability-research/foss/vulninfo/vulninfo-go, +https://gitlab.com/coboxcoop/server, +https://gitlab.com/ruivieira/matplotrust, +https://gitlab.com/bashy/Laravel-CampaignMonitor, +https://gitlab.com/elrnv/gut, +https://gitlab.com/jaxnet/jaxnetd, +https://gitlab.com/hackancuba/blake2signer, +https://gitlab.com/mironet/magnolia-backup, +https://gitlab.com/librecube/lib/python-cfdp, +https://gitlab.com/legoktm/subdown3, +https://gitlab.com/damiencalloway/tasket, +https://gitlab.com/fame2/fame-py, +https://gitlab.com/oer/oer-reveal, +https://gitlab.com/dragonblade/luallaby, +https://gitlab.com/r3dlight/leguichet, +https://gitlab.com/flomertens/nenucal-cd, +https://gitlab.com/pentagonum/gled, +https://gitlab.com/orbica/vue-form-wizard-2, +https://gitlab.com/nextdft/eminus, +https://gitlab.com/Chips4Makers/c4m-pdk-sky130, +https://gitlab.com/mjwhitta/win, +https://gitlab.com/hectorjsmith/csharp-performance-recorder, +https://gitlab.com/2411eliko/tele, +https://gitlab.com/sthesing/libzettels, +https://gitlab.com/Dominik1123/dipas, +https://gitlab.com/slyatwork/photobook, +https://gitlab.com/rust-algorithms/queues, +https://gitlab.com/documatt/sphinxcontrib-constdata, +https://gitlab.com/defcronyke/signal-gen-cjds66, +https://gitlab.com/malie-library/malie, +https://gitlab.com/coderscare/l10nmgr, +https://gitlab.com/hatricker/etherbeat, +https://gitlab.com/librecube/lib/python-sle, +https://gitlab.com/firelizzard/vscode-go-test-adapter, +https://gitlab.com/metahkg/metahkg-web, +https://gitlab.com/blacknet-ninja/blacknetjs-lib, +https://gitlab.com/serpro/double-agent-validator, +https://gitlab.com/nesstero/Al-Quran-Rofi, +https://gitlab.com/kauriid/schnorrpy, +https://gitlab.com/nmb94/link-preview, +https://gitlab.com/xuri/excelize, +https://gitlab.com/victor-engmark/vcard, +https://gitlab.com/tekne/rain, +https://gitlab.com/tenkiv/software/kuantify, +https://gitlab.com/yakshaving.art/hurrdurr, +https://gitlab.com/taurus-org/taurus_pyqtgraph, +https://gitlab.com/wwnorton/platform/design-system, +https://gitlab.com/uncrns/gitlab-job-exec, +https://gitlab.com/twoBirds/twobirds-core, +https://gitlab.com/thelabnyc/django-shopify-abandoned-checkout, +https://gitlab.com/Toru3/momen, +https://gitlab.com/tokend/tokend-cli, +https://gitlab.com/the-plant/raspi-lora, +https://gitlab.com/the-language/lua2rust, +https://gitlab.com/wholesail-oss/assisted-inject, +https://gitlab.com/timvisee/wikitrans, +https://gitlab.com/vmedea/rexpaint-rs, +https://gitlab.com/thainph/i18n-generator, +https://gitlab.com/twittner/holly, +https://gitlab.com/wpk-/alwaysdata-api, +https://gitlab.com/vmware/idem/idem-codegen, +https://gitlab.com/tripetto/runners/classic, +https://gitlab.com/tkog/pydecs, +https://gitlab.com/timvisee/version-compare, +https://gitlab.com/xxaccexx/tester, +https://gitlab.com/WoWnikCompany/frontend-core, +https://gitlab.com/terraria-converters/terraria-pc-player-api, +https://gitlab.com/tymonx/go-logger, +https://gitlab.com/xiayesuifeng/gopanel-web, +https://gitlab.com/thibaudlabat/paf, +https://gitlab.com/universa/universa, +https://gitlab.com/td7x/s6, +https://gitlab.com/tisaac/recursivenodes, +https://gitlab.com/ydkn/capistrano-git-copy-bundle, +https://gitlab.com/vicary/appsync-schema-converter, +https://gitlab.com/zerok/kubeselect, +https://gitlab.com/tripetto/blocks/boilerplate, +https://gitlab.com/ydkn/capistrano-logtail, +https://gitlab.com/ymd_h/gym-notebook-wrapper, +https://gitlab.com/worldbug/storage-examples, +https://gitlab.com/yorickpeterse/wepoll-binding, +https://gitlab.com/unit410/gcp-ssh-ca, +https://gitlab.com/tendsinmende/dager, +https://gitlab.com/tarcisioe/carl, +https://gitlab.com/thorchain/bifrost/txscript, +https://gitlab.com/TecHoof/v-lang-plugin, +https://gitlab.com/tuflow/tfv, +https://gitlab.com/tdely/freischutz, +https://gitlab.com/webuby/mangakakalot.py, +https://gitlab.com/tkaratug/titan, +https://gitlab.com/zach-geek/aframe-enviropacks, +https://gitlab.com/zacryol/butlerswarm, +https://gitlab.com/tardi/medusa, +https://gitlab.com/unit410/vault-shamir, +https://gitlab.com/wildland/corex/wildland-core, +https://gitlab.com/timvisee/chbs, +https://gitlab.com/zeen3/md-clone, +https://gitlab.com/totol.toolsuite/instagram-graph-fetcher-js, +https://gitlab.com/zetok/epaste, +https://gitlab.com/thelabnyc/instrumented-soap, +https://gitlab.com/vladaburian/pyfrpc, +https://gitlab.com/tymonx/xlogic-toolchain, +https://gitlab.com/xano/js-sdk, +https://gitlab.com/Wacton/Desu, +https://gitlab.com/wallzero/ui-router-react-digest, +https://gitlab.com/vsichka/ua-en-translit.npm, +https://gitlab.com/zeograd/rnsutils, +https://gitlab.com/wizbii-open-source/mongo-bundle, +https://gitlab.com/tjvb/laravel-dashboard-packagist-tile, +https://gitlab.com/tkutcher/prettyrepo, +https://gitlab.com/tglman/persy_expimp, +https://gitlab.com/universal-playlist/pls2upl, +https://gitlab.com/ultreiaio/gitlab-maven-plugin, +https://gitlab.com/yetopen/yii2-usuario-ldap, +https://gitlab.com/wordpress-premium/wpseo-premium, +https://gitlab.com/vip93951247/lavi, +https://gitlab.com/toastal/dhall-webmanifest, +https://gitlab.com/whyhankee/wlg, +https://gitlab.com/Toru3/ring-algorithm, +https://gitlab.com/yogeshkamble/flask-filters, +https://gitlab.com/yang.wu/antiaddiction, +https://gitlab.com/zaaksysteem/zaaksysteem-frontend-mono, +https://gitlab.com/VitorVasconcellos/secure_context, +https://gitlab.com/thvdveld/canvasapi, +https://gitlab.com/thainph/filemanager, +https://gitlab.com/uptodown/random-username-generator, +https://gitlab.com/tspiteri/rox, +https://gitlab.com/timvisee/rust-clipboard-ext, +https://gitlab.com/xgqt/mydot, +https://gitlab.com/usaepay/sdk/php, +https://gitlab.com/twentyeight7/alexa-app-savant, +https://gitlab.com/umitop/umid, +https://gitlab.com/testycool/server, +https://gitlab.com/tramwayjs/tramway-core, +https://gitlab.com/x.laylatichy.x/nano, +https://gitlab.com/what-digital/djangocms-helpers, +https://gitlab.com/yaal/readonlystorage, +https://gitlab.com/ugachain/generator-jhipster-blockchain, +https://gitlab.com/Valtech-Amsterdam/AspnetCoreHoneyPot, +https://gitlab.com/thelabnyc/django-exact-target, +https://gitlab.com/ulrichntella/laravel5-repository, +https://gitlab.com/zyrorl/broadlink, +https://gitlab.com/WillDaSilva/flit_scm, +https://gitlab.com/vmedea/glk-rs, +https://gitlab.com/zedtux/changelog-notifier, +https://gitlab.com/vinm/vinm-cli, +https://gitlab.com/Taywee/asyncinotify, +https://gitlab.com/xythrez/musct, +https://gitlab.com/yaal/pytest-libfaketime, +https://gitlab.com/tripetto/runners/chat, +https://gitlab.com/takluyver/keyring_jeepney, +https://gitlab.com/vstconsulting/polemarch-ansible, +https://gitlab.com/yaq/yaqd-core-python, +https://gitlab.com/unibuc/graphomaly/graphomaly, +https://gitlab.com/vmware/pop/rend, +https://gitlab.com/zedtux/restful-json-api-client, +https://gitlab.com/TincaTibo/timeline, +https://gitlab.com/timvisee/copypasta-ext, +https://gitlab.com/verenigingcoin-public/coin-sdk-python, +https://gitlab.com/vmware/idem/idem-azure, +https://gitlab.com/thelabnyc/certbot-django, +https://gitlab.com/thelabnyc/wagtail-links, +https://gitlab.com/x-doggy/border-comment-builder, +https://gitlab.com/waser-technologies/technologies/assistant, +https://gitlab.com/tmkn/django-basic-auth-ip-whitelist, +https://gitlab.com/valeth/wanikani.rs, +https://gitlab.com/william-richard/chili-pepper, +https://gitlab.com/tramwayjs/tramway-core-dependency-injector, +https://gitlab.com/tango-controls/tango-rs, +https://gitlab.com/theplenkov-npm/express-sapui5, +https://gitlab.com/tobias47n9e/angular-fluent, +https://gitlab.com/teknopaul/romp, +https://gitlab.com/truthy/truth-runner, +https://gitlab.com/valerio-vaccaro/liquidissuer, +https://gitlab.com/tozd/go/errors, +https://gitlab.com/vkrava4/avro-converter, +https://gitlab.com/tezos-paris-hub/rarible/rarible-backend, +https://gitlab.com/yaq/yaqd-control, +https://gitlab.com/ultreiaio/ifremer-cali, +https://gitlab.com/yookoala/scraparser, +https://gitlab.com/yaq/thorlabs-apt-protocol, +https://gitlab.com/viu/launchpad, +https://gitlab.com/zef1r/mockify, +https://gitlab.com/whom/shs, +https://gitlab.com/tanna.dev/renovate-graph, +https://gitlab.com/what-digital/djangocms-link-all, +https://gitlab.com/forkbomb9/human_bytes-rs, +https://gitlab.com/semkodev/field.cli, +https://gitlab.com/ngxa/testing, +https://gitlab.com/csb.ethz/efmtool, +https://gitlab.com/initforthe/stimulus-existence, +https://gitlab.com/parkerowan/librtx, +https://gitlab.com/mcepl/lua_table, +https://gitlab.com/soxzz/openrp, +https://gitlab.com/grizzzly/kalibri, +https://gitlab.com/megabyte-labs/go/cli/bodega, +https://gitlab.com/rh-kernel-stqe/python-stqe, +https://gitlab.com/jacksarick/elding, +https://gitlab.com/dacs-hpi/deepac, +https://gitlab.com/jrobsonchase/async-codec, +https://gitlab.com/griest/vue-component-proxy, +https://gitlab.com/aochoae/gitlab-api-php, +https://gitlab.com/e.ribeirosabidussi/emcqmri, +https://gitlab.com/enitoni-gears/gears-discordjs, +https://gitlab.com/elad.noor/equilibrator-cache, +https://gitlab.com/natade-coco/pocket-sdk, +https://gitlab.com/ArthurCrl/endymion, +https://gitlab.com/mergetb/site, +https://gitlab.com/AnDroidEL/requestcep, +https://gitlab.com/ml4science/mldas, +https://gitlab.com/Maarrk/lidia, +https://gitlab.com/easy-ansi/easy-ansi, +https://gitlab.com/LCaraccio/tes-lib, +https://gitlab.com/andreas_krueger_py/adif_io, +https://gitlab.com/mpapp-public/manuscripts-json-schema, +https://gitlab.com/libreops/doh-cli, +https://gitlab.com/prarit/rhstatus, +https://gitlab.com/heingroup/new_era, +https://gitlab.com/facingBackwards/enquiries, +https://gitlab.com/chrysn/eltakobus, +https://gitlab.com/jexler/grengine, +https://gitlab.com/hipdevteam/advanced-custom-fields-pro, +https://gitlab.com/nescience/machine_learning, +https://gitlab.com/mbarkhau/pylint-ignore, +https://gitlab.com/rotty/cargo-parcel, +https://gitlab.com/paveltizek/gitlab-api, +https://gitlab.com/rethink-wordpress/wpvm, +https://gitlab.com/sray/cmu-ta2, +https://gitlab.com/barry.van.acker/generational-indextree, +https://gitlab.com/floers/gtk-rust-app, +https://gitlab.com/avandesa/candid-rs, +https://gitlab.com/newbranltd/server-io-core, +https://gitlab.com/ayana/tools/eslint-config, +https://gitlab.com/cortext/cortext-methods/parscival, +https://gitlab.com/cantonios/eigen, +https://gitlab.com/gerbolyze/gerbonara, +https://gitlab.com/ruivieira/random-forests, +https://gitlab.com/cocainefarm/libquassel, +https://gitlab.com/john.carroll.p/ts-decoders, +https://gitlab.com/MiMiC-projects/mimicpy, +https://gitlab.com/modding-openmw/modhelpertool, +https://gitlab.com/otafablab/otarustlings, +https://gitlab.com/eliobones/bones, +https://gitlab.com/genesismobo/gmqtt, +https://gitlab.com/lercher/temporal-sqls, +https://gitlab.com/dmatryus.sqrt49/stat_box, +https://gitlab.com/coboxcoop/multifeed, +https://gitlab.com/sgrignard/sqlite_numpy, +https://gitlab.com/0bs1d1an/thns, +https://gitlab.com/acoustofluidics/osaft, +https://gitlab.com/parob/graphql-api, +https://gitlab.com/studentmain/socks6, +https://gitlab.com/JoD/exact, +https://gitlab.com/ixti/redis-throttle, +https://gitlab.com/rubdos/cffipp, +https://gitlab.com/horihiro/osc-client-theta_s, +https://gitlab.com/rki_bioinformatics/DeePaC, +https://gitlab.com/mreijnders/crowdgo, +https://gitlab.com/Humanfork/bootconfig2adoc, +https://gitlab.com/SchoolOrchestration/libs/dj-actions, +https://gitlab.com/jdesodt/seneca-entity-crud, +https://gitlab.com/litesync/litesync-python3, +https://gitlab.com/lavitto/typo3-icon-content, +https://gitlab.com/MatthiasLohr/helm-sign, +https://gitlab.com/logotype/fixparser, +https://gitlab.com/eburling/grapheno, +https://gitlab.com/msrd0/gotham-restful, +https://gitlab.com/artgam3s/public-libraries/rust/rpa, +https://gitlab.com/sis-cc/.stat-suite/dotstatsuite-sdmxjs, +https://gitlab.com/ei-dev/scitu/oauth2/django-tuauth, +https://gitlab.com/fatihirday/fthelper, +https://gitlab.com/hkos/openpgp-card, +https://gitlab.com/braniii/decorit, +https://gitlab.com/globalid/opensource/web-client-launcher, +https://gitlab.com/jesseds/apav, +https://gitlab.com/da_doomer/hyperdim, +https://gitlab.com/slugbugblue/trax, +https://gitlab.com/eyeo/developer-experience/get-browser-binary, +https://gitlab.com/mcmfb/lambda-calculator, +https://gitlab.com/protobuf-tools/proto_domain_converter, +https://gitlab.com/artur-scholz/stretchy-client, +https://gitlab.com/jimsy/wrc, +https://gitlab.com/cjmchad/homebridge-mca66-plugin, +https://gitlab.com/news-flash/greader_api, +https://gitlab.com/jules.rigaudie/dnsfaster, +https://gitlab.com/pyus/pyus, +https://gitlab.com/francesco-calcavecchia/model_quality_report, +https://gitlab.com/olanguage/olang, +https://gitlab.com/finally-a-fast/fafcms, +https://gitlab.com/cerfacs/h5cross, +https://gitlab.com/pycqa/flake8-polyfill, +https://gitlab.com/symetrical/symetrical, +https://gitlab.com/maniascript/mslint, +https://gitlab.com/mkleehammer/pepperssh, +https://gitlab.com/nobodyinperson/thunar-plugins, +https://gitlab.com/ArcaneSoftware/svelte-notion, +https://gitlab.com/pvst/asi, +https://gitlab.com/Shinobi-Systems/shinobi-worker, +https://gitlab.com/scgps-data-pub-api/telemetry-general, +https://gitlab.com/jcarr0/moving_gc_arena, +https://gitlab.com/MaienM/pytest-depends, +https://gitlab.com/demsking/vue-cli-plugin-env-validator, +https://gitlab.com/scythe-infra/scythe, +https://gitlab.com/cznic/y, +https://gitlab.com/oscar6echo/ipyiframe, +https://gitlab.com/qualikiz-group/QLKNN-fortran, +https://gitlab.com/ACP3/cms, +https://gitlab.com/dark0dave/reversible-human-readable-id, +https://gitlab.com/plopgrizzly/audio/pitch, +https://gitlab.com/mbarkhau/markdown-svgbob, +https://gitlab.com/misp44/telepathy, +https://gitlab.com/mburkard/cloud-eventful, +https://gitlab.com/eyeo/adblockplus/abc/abp2dnr, +https://gitlab.com/hadi.aghandeh/iranshippingprice, +https://gitlab.com/somberdemise/discord-rpc.py, +https://gitlab.com/rockettpw/seo/jumplinks-one, +https://gitlab.com/amentis/oapi_generator, +https://gitlab.com/seamsay/reingold-tilford, +https://gitlab.com/gitlab-org/fleeting/fleeting, +https://gitlab.com/monogoto.io/node-red-contrib-context-editor, +https://gitlab.com/ccckmit/ph6, +https://gitlab.com/sis-cc/.stat-suite/dotstatsuite-visions, +https://gitlab.com/Aubichol/hrishi-backend, +https://gitlab.com/linkfast/oss/exengine, +https://gitlab.com/dicr/yii2-exchange1c, +https://gitlab.com/refurbed-community/oss/protoc-gen-go-hash, +https://gitlab.com/arbitrix/winlog, +https://gitlab.com/ricvelozo/brids-rs, +https://gitlab.com/sverweij/state-machine-cat, +https://gitlab.com/maruru/hashnodeapi, +https://gitlab.com/mburkard/chroma-logging, +https://gitlab.com/jsonsonson/wily-cli, +https://gitlab.com/nathanfaucett/rs-polygon2, +https://gitlab.com/maribedran/tapioca-camara, +https://gitlab.com/rapiddweller/benerator/rd-lib-common, +https://gitlab.com/babiaxr/aframe-babia-components, +https://gitlab.com/mbarkhau/markdown_aafigure, +https://gitlab.com/jgonggrijp/wontache, +https://gitlab.com/american-space-software/mfdb, +https://gitlab.com/hyperd/piphyperd, +https://gitlab.com/manuel.richter95/leaflet.notifications, +https://gitlab.com/koalalorenzo/gomeme, +https://gitlab.com/aapjeisbaas/bol, +https://gitlab.com/digitalarc/simplepki, +https://gitlab.com/ssprang/langtons-termite, +https://gitlab.com/cadix/flysystem-sharepoint-adapter, +https://gitlab.com/keltiotechnology/keltio-products/secenv, +https://gitlab.com/gitlab-com/gl-infra/esquery, +https://gitlab.com/magnum.np/magnum.np, +https://gitlab.com/square-game-liberation-front/jubeatools, +https://gitlab.com/nunet/nunet-token-contracts, +https://gitlab.com/metafence/kvledger, +https://gitlab.com/salaxy/salaxy-lib-ng1, +https://gitlab.com/marcianobarros/python4dbi, +https://gitlab.com/gitlab-org/security-products/analyzers/report, +https://gitlab.com/coala/coala-json, +https://gitlab.com/mergetb/tech/cogs, +https://gitlab.com/mousetail/simple-flask-cms, +https://gitlab.com/robigalia/sel4, +https://gitlab.com/CalyxOS/device-flasher, +https://gitlab.com/benkuly/matrix-spring-boot-sdk, +https://gitlab.com/cleaninsights/clean-insights-android-sdk, +https://gitlab.com/david.lucsanyi/cosmix, +https://gitlab.com/adrian.budau/input-stream, +https://gitlab.com/alienspaces/go-mud, +https://gitlab.com/news-flash/article_scraper, +https://gitlab.com/proscom/ui, +https://gitlab.com/samueldumont/python-cowboy-bike, +https://gitlab.com/Linaro/tuxpub, +https://gitlab.com/fpob-dev/yumemi, +https://gitlab.com/jtimmons/nestjs-grpc-reflection-module, +https://gitlab.com/kuadrado-software/mentalo-engine, +https://gitlab.com/cznic/mathutil, +https://gitlab.com/qualified/attach, +https://gitlab.com/skynxt/migretor, +https://gitlab.com/miam/ng-miam-sdk, +https://gitlab.com/colcrunch/aa-moonstuff, +https://gitlab.com/accumulatenetwork/accumulate.js, +https://gitlab.com/mnemotix/weever-community/weever-core, +https://gitlab.com/kamichal/yawrap, +https://gitlab.com/FeniXEngineMV/plugins, +https://gitlab.com/fame-framework/fame-gui, +https://gitlab.com/flakroup/flakessentials, +https://gitlab.com/bahmutov/batched-semantic-release, +https://gitlab.com/littlefork/littlefork, +https://gitlab.com/geoadmin-opensource/django-tilestache, +https://gitlab.com/saibatizoku/font8x8-rs, +https://gitlab.com/ix.ai/crypto-exporter, +https://gitlab.com/rockettpw/seo/markup-sitemap, +https://gitlab.com/go-box/ginraymond, +https://gitlab.com/mkourim/cfme-testcases, +https://gitlab.com/DPDmancul/fidx, +https://gitlab.com/eddi.bravo/checkerbl, +https://gitlab.com/metahkg/metahkg-server, +https://gitlab.com/aboutyou/public/admin-api-php-sdk, +https://gitlab.com/itentialopensource/applications/app-network_tools, +https://gitlab.com/itentialopensource/pre-built-automations/cisco-ios-xr-upgrade, +https://gitlab.com/bit-refined/meiosis, +https://gitlab.com/BrightOpen/BackYard/termit, +https://gitlab.com/mpv-ipc/mpvipc, +https://gitlab.com/commonshost/sherlock, +https://gitlab.com/DmnChzl/CRA-Template-Monument-Valley, +https://gitlab.com/lu-ka/geopipe, +https://gitlab.com/datadrivendiscovery/tests-data, +https://gitlab.com/rapiddweller/benerator/rd-lib-jdbacl, +https://gitlab.com/lramage/mkdocs-cordova-plugin, +https://gitlab.com/libresat/libresat, +https://gitlab.com/BuildStream/bst-plugins-container, +https://gitlab.com/coliss86/go-gallery, +https://gitlab.com/shardus/archive/archive-server, +https://gitlab.com/gitlab-org/ci-cd/gitlab-runner-ubi-images, +https://gitlab.com/nesstero/quran-id, +https://gitlab.com/integer32llc/cargo-doc-coverage, +https://gitlab.com/jespertheend/homebridge-nuimo-click, +https://gitlab.com/heingroup/ismatec, +https://gitlab.com/matpi/html-diff, +https://gitlab.com/jomcraft-sources/defaultsettings, +https://gitlab.com/alelec/structured_config, +https://gitlab.com/lapt0r/border-collie, +https://gitlab.com/NERSC/pandas-sacct, +https://gitlab.com/mkleehammer/servant, +https://gitlab.com/guitcastro/idw, +https://gitlab.com/beeper/standupbot, +https://gitlab.com/evoc-learn-group/evoc-learn-core, +https://gitlab.com/IvanSanchez/arrugator, +https://gitlab.com/serial-lab/quartet_epcis, +https://gitlab.com/gitlab-org/security-products/analyzers/eslint, +https://gitlab.com/empa503/remote-sensing/ddeq, +https://gitlab.com/benjamin.lemelin/dodo, +https://gitlab.com/codesigntheory/python-sslcommerz-client, +https://gitlab.com/scphantm/antora-apidocs-extension, +https://gitlab.com/jlecomte/projects/python/flasket, +https://gitlab.com/finite-loop/flutils, +https://gitlab.com/schrieveslaach/oxidized-mdf, +https://gitlab.com/frond/coordinate-formats, +https://gitlab.com/dr.sybren/blender-asset-tracer, +https://gitlab.com/itentialopensource/pre-built-automations/cisco-ios-upgrade, +https://gitlab.com/kastielspb/django-script-pattern, +https://gitlab.com/sensative/strips-lora-translator-open-source, +https://gitlab.com/onepoint/junit-5-extensions, +https://gitlab.com/mjwhitta/artty, +https://gitlab.com/mrvik/jdrive, +https://gitlab.com/babaMar/soundfactory, +https://gitlab.com/arvidnl/pygments-michelson, +https://gitlab.com/gitlab-org/ci-cd/runner-tools/gitlab-changelog, +https://gitlab.com/rcmz0/libfivepy, +https://gitlab.com/andreas-mausch/exposed-migrations, +https://gitlab.com/ahau/ssb-profile, +https://gitlab.com/polychainlabs/gcp-ssh-ca, +https://gitlab.com/floers/minicaldav, +https://gitlab.com/ryanpavlik/proclamation, +https://gitlab.com/matzkin/headctools, +https://gitlab.com/nathanfaucett/rs-specs_time, +https://gitlab.com/cerfacs/ms_thermo, +https://gitlab.com/hermes-php/hermes-micro, +https://gitlab.com/janslow/gitlab-ci-variables, +https://gitlab.com/itentialopensource/adapters/devops-netops/adapter-github, +https://gitlab.com/Jlucas87/databaser, +https://gitlab.com/basraah/standingsrequests, +https://gitlab.com/distributed_lab/running, +https://gitlab.com/heyitscassio/deezgo, +https://gitlab.com/empowerlab/example, +https://gitlab.com/meaningfuldata/vula, +https://gitlab.com/ngx-library/ngx-library, +https://gitlab.com/IonicZoo/bird-format-pipe, +https://gitlab.com/heiw/uxcrudible, +https://gitlab.com/dirn/flake8-confusables, +https://gitlab.com/fabinfra/fabaccess/nfc_rs, +https://gitlab.com/axet/wget, +https://gitlab.com/acaijs/modules/server, +https://gitlab.com/guichet-entreprises.fr/information/reference, +https://gitlab.com/scemama/resultsFile, +https://gitlab.com/france-identite/rendez-vous-mairie, +https://gitlab.com/mpapp-public/sachs, +https://gitlab.com/sweetgum/nuxt-izitoast, +https://gitlab.com/Elypia/comcord, +https://gitlab.com/commonshost/gopherhole, +https://gitlab.com/smozjo/bridge-advanced, +https://gitlab.com/peter-rybar/peryl, +https://gitlab.com/garybell/password-validation, +https://gitlab.com/dawn_app/enum_delegate, +https://gitlab.com/kanban/kanban, +https://gitlab.com/eleanorofs/rescript-notifications, +https://gitlab.com/sebdeckers/base-emoji-512, +https://gitlab.com/nuno.miranda/s1-etad, +https://gitlab.com/nestlab/google-recaptcha, +https://gitlab.com/aldo.reset/c600g, +https://gitlab.com/julianthome/lingo-example, +https://gitlab.com/elixxir/gateway, +https://gitlab.com/fehrlich/vscode-debug-visualizer-py, +https://gitlab.com/smpkdev/compic10, +https://gitlab.com/florian.feppon/null-space-optimizer, +https://gitlab.com/saltstack/pop/grains, +https://gitlab.com/dlr-sc/gitcalendar, +https://gitlab.com/jlecomte/python/imxdparser, +https://gitlab.com/cap-public/coding-standard, +https://gitlab.com/gitlab-org/security-products/analyzers/flawfinder, +https://gitlab.com/priezz/color-term-console, +https://gitlab.com/rocket-boosters/pipper, +https://gitlab.com/MartijnBraam/pockethernet-protocol, +https://gitlab.com/Swedneck/simplematrixlib, +https://gitlab.com/mexus/fields-converter, +https://gitlab.com/griest/pixi-actor, +https://gitlab.com/Chrismettal/threedeploy, +https://gitlab.com/gitlab-org/frontend/eslint-plugin, +https://gitlab.com/passit/simple-asymmetric-js, +https://gitlab.com/shebinleovincent/pdf2html, +https://gitlab.com/nathanfaucett/rs-data_structure_traits, +https://gitlab.com/FCOO/ncgrow, +https://gitlab.com/szs/lic, +https://gitlab.com/redArch/wayland-screencopy-utilities, +https://gitlab.com/ivybus/ivy-python, +https://gitlab.com/djbaldey/django-directapps, +https://gitlab.com/IT-Berater/twblockchain, +https://gitlab.com/blackprotocol/monero-rpc, +https://gitlab.com/gitlab-com/gl-infra/redis-keyspace-analyzer, +https://gitlab.com/dsklar/pyrrha, +https://gitlab.com/tahoma-robotics/bear-simulation, +https://gitlab.com/mandalore/veritas, +https://gitlab.com/gitops-demo/apps/my-go-app5, +https://gitlab.com/cyclikal/cyckei, +https://gitlab.com/nunet/device-management-service, +https://gitlab.com/InstaffoOpenSource/DataScience/jsonschema-to-openapi, +https://gitlab.com/recommend.games/board-game-utils, +https://gitlab.com/alcibiade/midpoint-cli, +https://gitlab.com/ndmspc/react-ndmspc-core, +https://gitlab.com/codesketch/dino-express, +https://gitlab.com/schrieveslaach/NLPf, +https://gitlab.com/murchik/django-smelly-tokens, +https://gitlab.com/nathanfaucett/rs-bezier2, +https://gitlab.com/etke.cc/website, +https://gitlab.com/moduon/mrchef, +https://gitlab.com/chrisw/sheetsdb, +https://gitlab.com/leglesslamb/cellrs, +https://gitlab.com/sqs/web, +https://gitlab.com/rapiddweller/benerator/rd-lib-contiperf, +https://gitlab.com/gitlab-org/security-products/analyzers/bandit, +https://gitlab.com/papahippo/MusicRaft, +https://gitlab.com/dinhbinh1610/ejs-layout, +https://gitlab.com/MatteoCampinoti94/thetrove-downloader, +https://gitlab.com/dglaeser/fieldcompare, +https://gitlab.com/afshari9978/avishan, +https://gitlab.com/drb-python/drb, +https://gitlab.com/kevincox/simple-config-rs, +https://gitlab.com/larswirzenius/summain, +https://gitlab.com/CHESYA/vue-slim-stackedbar, +https://gitlab.com/fboisselier52/nestjs-console-oclif, +https://gitlab.com/havenofcode/challenge-run-counter/client, +https://gitlab.com/ayanaware/logger-api, +https://gitlab.com/slondr/rust-guile, +https://gitlab.com/kornelski/aom-decode, +https://gitlab.com/slax0rr/go-beer-api, +https://gitlab.com/monnify-public/monnify-android-sdk, +https://gitlab.com/h5cli/h5cli, +https://gitlab.com/gitlab-org/vulnerability-research/foss/go-fastregexp, +https://gitlab.com/quantlane/libs/aiopubsub, +https://gitlab.com/mayan-edms/document_renaming, +https://gitlab.com/lukas.bromig/sila2lib_implementations, +https://gitlab.com/flib99/i3-workspace-names, +https://gitlab.com/jarvis-network/core/market/ui, +https://gitlab.com/dmoonfire/semantic-release-dotnet, +https://gitlab.com/edthamm/fact-explorer, +https://gitlab.com/golinnstrument/linnstrument, +https://gitlab.com/ionburst/ionburst-sdk-net, +https://gitlab.com/sofer_mahir/escriptorium_python_connector, +https://gitlab.com/BrawlDB/brawlhalla-api, +https://gitlab.com/jeffrey-xiao/extended-collections-rs, +https://gitlab.com/geeks4change/hubs4change/h4c, +https://gitlab.com/nazarmx/mega, +https://gitlab.com/phs-rcg/data-forge, +https://gitlab.com/pgampe/authenticator, +https://gitlab.com/saltstack/pop/pop-create-idem, +https://gitlab.com/postadress/robotframework/robotframework-camunda, +https://gitlab.com/odoo-openupgrade-wizard/odoo-openupgrade-wizard, +https://gitlab.com/luminovo/public/reliesl, +https://gitlab.com/levinsen-software/warehouse-python, +https://gitlab.com/king011/go-socks5, +https://gitlab.com/mergetb/tech/rtnl, +https://gitlab.com/albalitz/mdbook-rss, +https://gitlab.com/ska-telescope/sdc/sdc2-scoring-utils, +https://gitlab.com/nazarmx/odbc-futures, +https://gitlab.com/genesismobo/gmqtt-client, +https://gitlab.com/nomalism-develop/api, +https://gitlab.com/burstdigital/open-source/burst-drupal-distribution, +https://gitlab.com/StraightOuttaCrompton/example-typescript-react-component-library, +https://gitlab.com/elioschemers/bones, +https://gitlab.com/geoip.network/cidr_man, +https://gitlab.com/qonfucius/kcfg, +https://gitlab.com/andwj/jeutool, +https://gitlab.com/protis/protis, +https://gitlab.com/c4341/easchersim, +https://gitlab.com/flomertens/ps_eor, +https://gitlab.com/larswirzenius/subplot, +https://gitlab.com/openmof/porE, +https://gitlab.com/freelancy/sxwnl4j, +https://gitlab.com/fboisselier52/eureka-synchronizer, +https://gitlab.com/radish/PyV4L2Camera, +https://gitlab.com/Rairden/sc2-replay-go, +https://gitlab.com/k377u/hiddenv, +https://gitlab.com/public-mint-community/publicmint-web3.js, +https://gitlab.com/alda78/auto-group, +https://gitlab.com/IPMsim/Virtual-IPM, +https://gitlab.com/nfriend/wordle-solver, +https://gitlab.com/ongresinc/scram, +https://gitlab.com/sebdeckers/cache-digest-immutable, +https://gitlab.com/hectorjsmith/excel-change-handler, +https://gitlab.com/igorzash/react-multi-thumb-slider, +https://gitlab.com/canarduck/systranio, +https://gitlab.com/md2x/md2pdf-client, +https://gitlab.com/nicocool84/pysignald-async, +https://gitlab.com/nannos/nannos, +https://gitlab.com/daffie/drumongous, +https://gitlab.com/RKIBioinformaticsPipelines/president, +https://gitlab.com/danieljrmay/pyinilint, +https://gitlab.com/lepovirta/netlify-deployer, +https://gitlab.com/max-centre/components/devicexlib, +https://gitlab.com/buzzcat/hexo-cookieconsent, +https://gitlab.com/balping/json-raw-encoder, +https://gitlab.com/rapiddweller/benerator/rd-lib-script, +https://gitlab.com/mohamnag/javafx-webview-debugger, +https://gitlab.com/Atrate/libgencheck, +https://gitlab.com/elixxir/ekv, +https://gitlab.com/sommd/certbot-gitlab, +https://gitlab.com/ccrpc/tip, +https://gitlab.com/chrisspen/burlap, +https://gitlab.com/ralf1307/ytcore, +https://gitlab.com/kockahonza/gbarpgmaker, +https://gitlab.com/biomedit/sett-rs, +https://gitlab.com/littlefork/littlefork-core, +https://gitlab.com/stater/node-bridge, +https://gitlab.com/staltz/too-hot, +https://gitlab.com/mmandrille/django-backup2csv, +https://gitlab.com/metahkg/metahkg-api, +https://gitlab.com/govbr-ds/dev/wbc/govbr-ds-wbc, +https://gitlab.com/marvin.vanaalst/moped, +https://gitlab.com/binarymist/mocksse, +https://gitlab.com/318h7/nlink, +https://gitlab.com/irsn/snitch-ci, +https://gitlab.com/samsartor/dynpool, +https://gitlab.com/staltz/pull-cpu-throttle, +https://gitlab.com/reactant/reactant, +https://gitlab.com/apti/apti, +https://gitlab.com/m03geek/fastify-rbac, +https://gitlab.com/notpushkin/docker-amend, +https://gitlab.com/sargunv-mc-mods/modsman, +https://gitlab.com/Makman2/qrpic, +https://gitlab.com/Owez/climake, +https://gitlab.com/lsascha/gitlab-slackbot, +https://gitlab.com/ongresinc/pgconfig-validator, +https://gitlab.com/ndmspc/react-ndmbase, +https://gitlab.com/nfriend/ts-git, +https://gitlab.com/Elypia/webhooker, +https://gitlab.com/spadarian/map-engine, +https://gitlab.com/gitlab-org/fleeting/fleeting-plugin-googlecompute, +https://gitlab.com/PunitSoniME/ng-password-validation, +https://gitlab.com/goxp/cloud0, +https://gitlab.com/cvpines/pysamplespace, +https://gitlab.com/dlr-ve/esy/amiris/examples, +https://gitlab.com/4geit/swagger-packages, +https://gitlab.com/dantuck/monee, +https://gitlab.com/ionburst/ionburst-sdk-go, +https://gitlab.com/jfolz/yfcc100m, +https://gitlab.com/KitaitiMakoto/epub-cfi, +https://gitlab.com/sequence/connectors/nuix, +https://gitlab.com/cryptexlabs/public/plagiarize, +https://gitlab.com/schmidt.simon/hypothesis-drf, +https://gitlab.com/phillipcouto/clean-workspace, +https://gitlab.com/Hares-Lab/http-server-base, +https://gitlab.com/panasas/minio, +https://gitlab.com/AnderwanSAM/danger-plugin-commitlint-gitlab, +https://gitlab.com/ebenhoeh/modelbase, +https://gitlab.com/alienspaces/holyragingmages, +https://gitlab.com/alfiedotwtf/file-lock, +https://gitlab.com/mlaopane/formhook, +https://gitlab.com/grrfe/cockli-gen, +https://gitlab.com/FirstTerraner/proclubs-api, +https://gitlab.com/marvin.vanaalst/qtb-plot, +https://gitlab.com/NamingThingsIsHard/linky, +https://gitlab.com/sw8fbar/bhav, +https://gitlab.com/mcepl/pyg, +https://gitlab.com/florezjose/django_ui, +https://gitlab.com/michalSolarz/pikachu-test-passed, +https://gitlab.com/heathercreech/dappy, +https://gitlab.com/sdfsdfsdf1234/lavalink, +https://gitlab.com/scmodding/frameworks/pyrsi, +https://gitlab.com/ip-fabric/integrations/python-ipfabric, +https://gitlab.com/friendly-facts/fact-explorer, +https://gitlab.com/sbitio/terraform-provider-hiera5, +https://gitlab.com/pleasantone/intel-times, +https://gitlab.com/albertosanmartinmartinez/django-dashboards, +https://gitlab.com/elad.noor/equilibrator-assets, +https://gitlab.com/luislui/distributed_lock_helper, +https://gitlab.com/phata/hook, +https://gitlab.com/rigogsilva/graph-polisher, +https://gitlab.com/foxnewsnetwork/ember-gitlab-pages, +https://gitlab.com/staltz/multiserver-rn-channel, +https://gitlab.com/JakobDev/jdAnimatedImageEditor, +https://gitlab.com/oz123/grafzahl, +https://gitlab.com/admicos/nts, +https://gitlab.com/marzzzello/ipa-dumper, +https://gitlab.com/recommend.games/board-game-bot, +https://gitlab.com/mcl1v3/ruc-dni, +https://gitlab.com/morimekta/utils-file, +https://gitlab.com/coboxcoop/kappa-drive, +https://gitlab.com/re-sol/re-sol, +https://gitlab.com/dreamer-labs/libraries/jinja2-ansible-filters, +https://gitlab.com/codingcoffeebean/edwardsserial, +https://gitlab.com/rstolle/kafujo, +https://gitlab.com/grammm/php-gram/phpgram, +https://gitlab.com/digitalia/fatturapa, +https://gitlab.com/softbutterfly/glovo-api-python, +https://gitlab.com/Elypia/commandler, +https://gitlab.com/betamax/serializers, +https://gitlab.com/gretchenfrage/winit-main, +https://gitlab.com/aplus-framework/libraries/language, +https://gitlab.com/elaspic/elaspic2, +https://gitlab.com/blender-institute/blender-id-oauth-client, +https://gitlab.com/apinest/apinest, +https://gitlab.com/jigar_xyz/my-awesome-project, +https://gitlab.com/Hatscat/metalthea, +https://gitlab.com/datev/vuepress-plugin-offlinesearch, +https://gitlab.com/jondo2010/boomerang, +https://gitlab.com/bobble-public/backend/go-utils, +https://gitlab.com/nickmertin/safe-modular-arithmetic, +https://gitlab.com/permafrostnet/pfit, +https://gitlab.com/gexuy/public-libraries/rust/rpa, +https://gitlab.com/etonomy/riot-wrappers, +https://gitlab.com/eshard/estraces, +https://gitlab.com/miam/kmm-miam-sdk, +https://gitlab.com/mateuszjaje/gitlab4s, +https://gitlab.com/jdesodt/seneca-triggers, +https://gitlab.com/axual/public/axual-client-dotnet, +https://gitlab.com/dropfort/dropfort_build, +https://gitlab.com/exadra37-docker/php/docker-stack, +https://gitlab.com/Marvin-Brouwer/azure-keyvault-emulator, +https://gitlab.com/mrvik/go-pid1, +https://gitlab.com/bluetrumpets/opensource/ensemble, +https://gitlab.com/bradwood/pyskyq, +https://gitlab.com/oscargt90/sfdao, +https://gitlab.com/benyanke/kionctl, +https://gitlab.com/okannen/likely, +https://gitlab.com/baasgeo/ng-openlayers, +https://gitlab.com/jfolz/sqltrack, +https://gitlab.com/andybalaam/rust-smpp, +https://gitlab.com/equilibrator/equilibrator-cache, +https://gitlab.com/porky11/pn-editor, +https://gitlab.com/data-leakage-protection/signatures, +https://gitlab.com/neachdainn/easy-error, +https://gitlab.com/aaronuv/arby, +https://gitlab.com/shekhand/mcda, +https://gitlab.com/ntninja/flake8-tabs, +https://gitlab.com/NamingThingsIsHard/collaboration/fork2gitlab, +https://gitlab.com/jrobsonchase/openssl-async, +https://gitlab.com/nameserver-systems/pdns-distribute, +https://gitlab.com/rhythnic/vuex-intern, +https://gitlab.com/JamesRezo/supported-versions, +https://gitlab.com/slon/shad-grader, +https://gitlab.com/london-gophers/study-group, +https://gitlab.com/safesurfer/go-http-server, +https://gitlab.com/bvanwouwen/editorjs-button, +https://gitlab.com/ManfredTremmel/gwt-webworker, +https://gitlab.com/chartwerk/bar-pod, +https://gitlab.com/structural-fragment-search/super, +https://gitlab.com/evandro-crr/qsystem, +https://gitlab.com/drutopia/drutopia_template, +https://gitlab.com/bienvenu/matpopmod, +https://gitlab.com/dspechnikov/django-slugger, +https://gitlab.com/mcepl/hexo-renderer-restructuredtext, +https://gitlab.com/alehd/hd-lib, +https://gitlab.com/shop-system2/gateway, +https://gitlab.com/or-software/source-code/routify-plugin-sitemap, +https://gitlab.com/awacha/gmxbatch, +https://gitlab.com/janriemer/csv-diff, +https://gitlab.com/alexbay218/5d-chess-js, +https://gitlab.com/aa900031/react-native-mindwave-mobile, +https://gitlab.com/chevdor/substrate-runtime-hasher, +https://gitlab.com/ndmspc/react-jsroot, +https://gitlab.com/anthony-tron/mp3cut, +https://gitlab.com/captray/crankin, +https://gitlab.com/keyboard0/jxon, +https://gitlab.com/noahhsmith/statespace, +https://gitlab.com/BioAI/libMI, +https://gitlab.com/shar-workflow/shar, +https://gitlab.com/minds/web3modal-angular, +https://gitlab.com/sat-mtl/tools/scenic/scenic-core, +https://gitlab.com/krnekhelesh/pdfpug, +https://gitlab.com/blsqr/paramspace, +https://gitlab.com/Ovenbird-j/chonf, +https://gitlab.com/info.tontransport/welshguard, +https://gitlab.com/dicr/yii2-pochta, +https://gitlab.com/dicr/yii2-payparts, +https://gitlab.com/iocbio/sparks, +https://gitlab.com/gecko.io/geckoBNDEquinox, +https://gitlab.com/essere.lab.public/arcan, +https://gitlab.com/opennota/morph, +https://gitlab.com/2WeltenChris/do-red, +https://gitlab.com/sequoia-pgp/sequoia-sop, +https://gitlab.com/antonok/jni_fn, +https://gitlab.com/leonard.ehrenfried/scalac-profiling, +https://gitlab.com/amv213/pycotech, +https://gitlab.com/dead10ck/uwc, +https://gitlab.com/andreafavia/yaket, +https://gitlab.com/crikit/crikit, +https://gitlab.com/staltz/xstream-sample, +https://gitlab.com/fastjet/fastjet, +https://gitlab.com/cdlr75/changelogfromtags, +https://gitlab.com/mtlg-framework/mtlg-gameframe, +https://gitlab.com/ErikKalkoken/aa-killtracker, +https://gitlab.com/nesstero/jadwal-shalat, +https://gitlab.com/firerainos/firerain-web-go, +https://gitlab.com/nicofonk/pytest-dockerc, +https://gitlab.com/arrow.down/flog, +https://gitlab.com/pleasantone/slack-groupmgr, +https://gitlab.com/algo2t/shoonyapy, +https://gitlab.com/nobodyinperson/python3-openrepos-webclient, +https://gitlab.com/a-boudi/airbrush, +https://gitlab.com/nathanfaucett/rs-specs_guided_join, +https://gitlab.com/dslackw/USBdev, +https://gitlab.com/ionburst/ionburst-sdk-javascript, +https://gitlab.com/gabraken/olympipe, +https://gitlab.com/rapiddweller/benerator/rd-lib-format, +https://gitlab.com/rackn/provision, +https://gitlab.com/artsoftwar3/public-libraries/rust/rpa, +https://gitlab.com/razcore/bpsproxy, +https://gitlab.com/carles.mateo/carleslibs, +https://gitlab.com/ErikKalkoken/aa-freight, +https://gitlab.com/passit/passit-sdk-js, +https://gitlab.com/deltares/imod/qgis-tim, +https://gitlab.com/afzp99/pygans, +https://gitlab.com/scoopgroup-public/scoop-template-engine, +https://gitlab.com/dotpe/mindbenders, +https://gitlab.com/gabraken/olympict, +https://gitlab.com/BertBruynooghe/vuex-orm-sugar, +https://gitlab.com/gyptis/gyptis, +https://gitlab.com/nop_thread/treena, +https://gitlab.com/jorgecarleitao/starlette-oauth2, +https://gitlab.com/MartijnBraam/factorytest, +https://gitlab.com/gitlab-org/security-products/analyzers/gemnasium-maven-plugin, +https://gitlab.com/morimekta/providence, +https://gitlab.com/2WeltenChris/shuttle-red, +https://gitlab.com/computationalmaterials/clease-gui, +https://gitlab.com/honour/logo-generator, +https://gitlab.com/mike7b4/dfuflash, +https://gitlab.com/mschleeweiss/mdx_spanner, +https://gitlab.com/awesome-nodes/object, +https://gitlab.com/dheid/fontchooser, +https://gitlab.com/autokent/crawler-request, +https://gitlab.com/srcgo/gopt, +https://gitlab.com/commonshost/edge, +https://gitlab.com/etnbrd/fisca.js, +https://gitlab.com/jfolz/simplebloom, +https://gitlab.com/jorispio/realoot, +https://gitlab.com/jokeyrhyme/user-acpid-rs, +https://gitlab.com/09jwater/Needle, +https://gitlab.com/jrobsonchase/slog-scope-futures, +https://gitlab.com/dpizetta/helpdev, +https://gitlab.com/glts/milter, +https://gitlab.com/SunyataZero/remembering, +https://gitlab.com/itentialopensource/pre-built-automations/artifact-wizard, +https://gitlab.com/openteams/scrud-django, +https://gitlab.com/nobodyinperson/python3-meteorology, +https://gitlab.com/Arcaik/targetd-provisioner, +https://gitlab.com/brukhabtu/femtow, +https://gitlab.com/AdrianDC/gitlab-issues-sync, +https://gitlab.com/accommerce/authentication, +https://gitlab.com/stepandalecky/kml-parser, +https://gitlab.com/duelinmarkers/steel-cent, +https://gitlab.com/mailman/hksync, +https://gitlab.com/hoppr/hoppr-cyclonedx-models, +https://gitlab.com/leonhard-llc/safe-regex-rs, +https://gitlab.com/Bernt/MITOS, +https://gitlab.com/rigogsilva/polisher, +https://gitlab.com/mrnagydavid/typic, +https://gitlab.com/JorFriendlyDev/c-serial-reader, +https://gitlab.com/Elypia/elypiai, +https://gitlab.com/noctisyeung/holiday-hk, +https://gitlab.com/nuinalp/nuiverse/icons, +https://gitlab.com/pantacor/pantahub-base, +https://gitlab.com/iciq-tcc/nlopez-group/pyrdtp, +https://gitlab.com/luerhard/pyintergraph, +https://gitlab.com/jorgeecardona/frankfurt, +https://gitlab.com/genesismobo/schemafy-cli, +https://gitlab.com/LordGaav/alfen-eve, +https://gitlab.com/dl_monte/dlmontepython, +https://gitlab.com/szhizhenko/quirco.cqrs, +https://gitlab.com/DigonIO/imgreg, +https://gitlab.com/martinzuern/homebridge-artnet, +https://gitlab.com/samsartor/inpt, +https://gitlab.com/Swizi/swizi-community/swizi-community-plugin, +https://gitlab.com/bliss-design-system/components, +https://gitlab.com/lavitto/typo3-gridgallery, +https://gitlab.com/SmirnGreg/diskchef, +https://gitlab.com/ADanianZE/amcess, +https://gitlab.com/ringods/starterkit-zoho-sites, +https://gitlab.com/d-e/dx-eurocode, +https://gitlab.com/antipy/antibuild/cli, +https://gitlab.com/ratson/cordova-admob-sdk, +https://gitlab.com/mgoral/subconvert, +https://gitlab.com/chevdor/confmgr, +https://gitlab.com/jlecomte/projects/ansible-roster, +https://gitlab.com/joeysbytes/easy-ansi, +https://gitlab.com/smc/mlphon, +https://gitlab.com/ludo237/laravel-eloquent-traits, +https://gitlab.com/AcceleratXR/composerjs/composer-core, +https://gitlab.com/Buger-od-ua/java-object-patcher, +https://gitlab.com/byterain/moleculer-discord, +https://gitlab.com/conradoqg/doc-server, +https://gitlab.com/gitlab-org/security-products/analyzers/npm-audit, +https://gitlab.com/lu-ci/kyanite, +https://gitlab.com/jeang3nie/gfret, +https://gitlab.com/prettyetc/prettyetc-core, +https://gitlab.com/neutrinoparticles/neutrinoparticles.js, +https://gitlab.com/staltz/multiserver-electron-ipc, +https://gitlab.com/liveontape/hungerhaken-sqs-sdk, +https://gitlab.com/jcain/router-ss, +https://gitlab.com/ManfredTremmel/gwt-commons-lang3, +https://gitlab.com/semakov_andrey/sa-template-1, +https://gitlab.com/Pierre_VF/seedftw, +https://gitlab.com/redhuntlabs-open-source/keypoke, +https://gitlab.com/leonhard-llc/safina-rs, +https://gitlab.com/mpapp-public/manuscripts-manuscript-editor, +https://gitlab.com/archaeohelper/photorectify, +https://gitlab.com/derpystuff/discord-experiments, +https://gitlab.com/mvysny/jdbi-orm, +https://gitlab.com/hammie/php-algorithms, +https://gitlab.com/osci/ansible-roles-ctl, +https://gitlab.com/jlecomte/projects/python/flask-gordon, +https://gitlab.com/Patiga/twmap-py, +https://gitlab.com/simtopy/kickast, +https://gitlab.com/staltz/remark-linkify-regex, +https://gitlab.com/andrewheberle/duplicacy-fuse, +https://gitlab.com/aquachain/aquachain, +https://gitlab.com/soratidus999/aa-gdpr, +https://gitlab.com/gitlab-org/security-products/analyzers/sobelow, +https://gitlab.com/joelostblom/sinfo, +https://gitlab.com/core-utils/core-utils, +https://gitlab.com/Rickdkk/worklab, +https://gitlab.com/3askaal/generator-3oilerplate, +https://gitlab.com/stone.code/catch, +https://gitlab.com/esanum/ui, +https://gitlab.com/skorov/ffsendclient, +https://gitlab.com/gondolyr/mangadex-api, +https://gitlab.com/somanyaircraft/xmptools, +https://gitlab.com/rveach/bookstack-dl, +https://gitlab.com/mburkard/openrpc, +https://gitlab.com/nomalism-develop/types, +https://gitlab.com/gitlab-org/gitlab-terminal, +https://gitlab.com/pommalabs/thumbnailer, +https://gitlab.com/coffeemaninc/parler-api, +https://gitlab.com/mkourim/pytest-polarion-collect, +https://gitlab.com/chrysn/std-embedded-nal, +https://gitlab.com/philbooth/hoopy, +https://gitlab.com/anarcat/stressant, +https://gitlab.com/gtomato-web/gtw-ui, +https://gitlab.com/m03geek/fast-rbac, +https://gitlab.com/gui-vista/guivista-gui, +https://gitlab.com/oscar6echo/jupyter-widget-d3-slider, +https://gitlab.com/cervoneluca/openbits-cli, +https://gitlab.com/planetsoni/youtubeplaylistdownloader, +https://gitlab.com/arnedesmedt/vue-ads-table-tree, +https://gitlab.com/daffie/mongodb, +https://gitlab.com/opennota/fl, +https://gitlab.com/nhsbsa/libraries/hof-govfrontend-v3, +https://gitlab.com/jitesoft/open-source/javascript/cookie-consent, +https://gitlab.com/accommerce/helpers, +https://gitlab.com/nathanfaucett/rs-gmath, +https://gitlab.com/juicyluv/syur-gallery, +https://gitlab.com/elast0ny/wamp_async-rs, +https://gitlab.com/leonhard-llc/fixed-buffer-rs, +https://gitlab.com/edneville/netrs, +https://gitlab.com/paulnoth/slovak-holidays, +https://gitlab.com/a6094/afl_appstract_framework_library, +https://gitlab.com/mmillerbkg/chartjs-adapter-dayjs, +https://gitlab.com/co-stack.com/co-stack.com/typo3-extensions/logs, +https://gitlab.com/kornelski/openmp-rs, +https://gitlab.com/shinzao/laravel-helper, +https://gitlab.com/CardboardTurkey/pdgid, +https://gitlab.com/morimekta/utils-collect, +https://gitlab.com/avijayr/linq-query-specification, +https://gitlab.com/pscott/descent, +https://gitlab.com/scito-performance/keycloak-admin, +https://gitlab.com/msvechla/go-vulncheck-gitlab, +https://gitlab.com/rakenodiax/rust-client, +https://gitlab.com/antoinecaron/eratum, +https://gitlab.com/documatt/sphinx-themes, +https://gitlab.com/golang-studies/introdution, +https://gitlab.com/sat-mtl/telepresence/scenic-core, +https://gitlab.com/sasriawesome/simpellab, +https://gitlab.com/avandesa/geojson-antimeridian-cut, +https://gitlab.com/mycf.sg/challenges/devops-checkin, +https://gitlab.com/rashad2985/react-material-table, +https://gitlab.com/Open-Interject/Beetle-ETL, +https://gitlab.com/optix-app/php-client, +https://gitlab.com/loers/gtk-rust-app, +https://gitlab.com/netzwerk2/crystal_ball, +https://gitlab.com/epinxteren/ts-eventsourcing, +https://gitlab.com/oer/org-re-reveal-citeproc, +https://gitlab.com/openpgp-card/ssh-agent, +https://gitlab.com/news-flash/feedbin_api, +https://gitlab.com/koober-sas/react-native-markup-view, +https://gitlab.com/heingroup/aghplctools, +https://gitlab.com/bbmsoft.net/audio-controls, +https://gitlab.com/anarcat/pubpaste, +https://gitlab.com/florent.legname/go-fail2ban-exporter, +https://gitlab.com/jenx/baconify, +https://gitlab.com/priestine/semantics, +https://gitlab.com/signald/signald-go, +https://gitlab.com/jigal/t3adminer, +https://gitlab.com/blackprotocol/blacknode, +https://gitlab.com/dAnjou/fs-code, +https://gitlab.com/sue445/tanuki_reminder, +https://gitlab.com/jlecomte/projects/python/torxtools, +https://gitlab.com/dropworks-oss/networkmanager-dbus, +https://gitlab.com/gitlab-org/ci-cd/ecs, +https://gitlab.com/cathaldallan/saltypie, +https://gitlab.com/gitlab-org/visual-review-tools, +https://gitlab.com/uhh-gwd/lpsd, +https://gitlab.com/yarbelk/slimbox, +https://gitlab.com/tobifinn/torch-assimilate, +https://gitlab.com/tmladek/upend, +https://gitlab.com/XenGi/dotfiles, +https://gitlab.com/veloren/serverbrowser, +https://gitlab.com/Verner/pyvallex, +https://gitlab.com/territoires/caligram-react, +https://gitlab.com/zygoon/go-hawkbit, +https://gitlab.com/vocdoni/dvote-js, +https://gitlab.com/thekitchenagency/swiss-post-labels, +https://gitlab.com/valuer/main, +https://gitlab.com/vifros/blueprints/serverless-service-blueprint, +https://gitlab.com/wavestream-public/wavestream-sdk-ts, +https://gitlab.com/tud-mst/ptvpy, +https://gitlab.com/xoria/nodekey, +https://gitlab.com/typexs/typexs, +https://gitlab.com/tkil/use-state-validate, +https://gitlab.com/xonq/mycotools, +https://gitlab.com/Zer1t0/urld, +https://gitlab.com/wpdesk/wp-settings, +https://gitlab.com/thelabnyc/django-auth-logger, +https://gitlab.com/VadVergasov/ulam, +https://gitlab.com/zigara/gircd, +https://gitlab.com/tomasjmonteiro/angular-utils, +https://gitlab.com/toptalo/gulp-twig2html, +https://gitlab.com/yii2-module/yii2-insee-ban, +https://gitlab.com/zeen3/miniotp, +https://gitlab.com/ten.pavouk/pavouk-ecs, +https://gitlab.com/vstconsulting/tabsignal, +https://gitlab.com/telco/yii2-category-module, +https://gitlab.com/vitus133/vl6180x_multi, +https://gitlab.com/uptodown/equalable, +https://gitlab.com/uxf-npm/wysiwyg, +https://gitlab.com/xyield/xumm-go-client, +https://gitlab.com/whitelizard/ploson, +https://gitlab.com/workbench2/workbench-plugins/wbpnamespace, +https://gitlab.com/wilfer9008/annotation-tool, +https://gitlab.com/tymonx/go-id, +https://gitlab.com/texperience/pythonanywhereapiclient, +https://gitlab.com/xianbin.yong13/OpFlowLab, +https://gitlab.com/yuan116/ci3-enhance, +https://gitlab.com/workbench2/wbbase, +https://gitlab.com/thelabnyc/django-oscar/django-oscar-reports, +https://gitlab.com/TankerHQ/sdk-python, +https://gitlab.com/thorchain/asgardex-common/asgardex-theme, +https://gitlab.com/wwnorton/style/eslint-config-norton, +https://gitlab.com/vgarcia.dev/gitlab-ci-npm-ts, +https://gitlab.com/yaq/yaqd-acton, +https://gitlab.com/xylok/networkparse, +https://gitlab.com/vnphp/media-extension-bundle, +https://gitlab.com/Toru3/auto-impl-ops, +https://gitlab.com/thomaswucher/sphinx-mathjax-offline, +https://gitlab.com/talendant/json-schema-to-es-index, +https://gitlab.com/ydkn/redmine_airbrake_backend, +https://gitlab.com/takluyver/modeltee, +https://gitlab.com/yahya-abou-imran/hybridset, +https://gitlab.com/web-novel/syosetsu, +https://gitlab.com/testing-system/invoker, +https://gitlab.com/zw277856645/docsify-demo-box-angular, +https://gitlab.com/worr/node-imdb-api, +https://gitlab.com/xpro1/wsproxyxpro, +https://gitlab.com/TomasHubelbauer/net-tree, +https://gitlab.com/tripetto/blocks/date, +https://gitlab.com/warsaw/world, +https://gitlab.com/xi0s/aws-simple-auth, +https://gitlab.com/vnphp/presenter-bundle, +https://gitlab.com/workbench2/workbench-plugins/wbpwidgetinspector, +https://gitlab.com/vikingmakt/lagertha, +https://gitlab.com/zephinzer/codepr.ac, +https://gitlab.com/ubiqsecurity/ubiq-ruby, +https://gitlab.com/tci-dev/tubs, +https://gitlab.com/zwelf/teehistorian, +https://gitlab.com/TheChuckMo/d6dice, +https://gitlab.com/toptalo/twig-renderer, +https://gitlab.com/wolfgang.wagner/wwonepagetemplate, +https://gitlab.com/zw277856645/cmjs-lib, +https://gitlab.com/ydkn/jquery-watcher, +https://gitlab.com/transact/node-transact, +https://gitlab.com/utmist/mistr, +https://gitlab.com/vnphp/geocoder-bundle, +https://gitlab.com/uppt/core, +https://gitlab.com/yaq/yaqd-system-monitor, +https://gitlab.com/thorchain/binance/tendermint, +https://gitlab.com/thorchain/bifrost/ltcd-txscript, +https://gitlab.com/thelabnyc/certbot-openshift, +https://gitlab.com/ZiggyQubert/do, +https://gitlab.com/vsichka/salted-md5.npm, +https://gitlab.com/yukka/yukka-jigsaw-template, +https://gitlab.com/TheDrone7/jsonstore-io, +https://gitlab.com/TimothyZhou/uiuc_api, +https://gitlab.com/yo/react-humanize-url, +https://gitlab.com/yack/pyramid-helpers, +https://gitlab.com/yaq/yaqd-fakes, +https://gitlab.com/YSX/eventloop, +https://gitlab.com/xx_network/comms, +https://gitlab.com/w0lff/swayws, +https://gitlab.com/wpdesk/wp-autoloader, +https://gitlab.com/thayne/xdgterm, +https://gitlab.com/wobcom/iot/chirpstack-gitops, +https://gitlab.com/vl4deee11/ipx, +https://gitlab.com/whitelizard/tri-fp, +https://gitlab.com/TomasHubelbauer/qr-channel, +https://gitlab.com/YipengUva/end2endml_pkg, +https://gitlab.com/yo/yoginth, +https://gitlab.com/tekton/wp-analytics, +https://gitlab.com/toolkit3/xml-things, +https://gitlab.com/wordpress-premium/font-awesome-pro, +https://gitlab.com/voxrow/voxrow, +https://gitlab.com/tecnos/material-icons-base64, +https://gitlab.com/zeen3/mangaplus-parser, +https://gitlab.com/tripetto/demo, +https://gitlab.com/yoginth/yoginth, +https://gitlab.com/upe-consulting/npm/ngx/forms, +https://gitlab.com/ydkn/pulumi-resources, +https://gitlab.com/uxf/gen, +https://gitlab.com/yaq/yaqd-ekspla, +https://gitlab.com/xcoponet/doxyxml, +https://gitlab.com/yaq/yaqd-seabreeze, +https://gitlab.com/wraugh/defphp, +https://gitlab.com/ufoot/confitdb, +https://gitlab.com/ulvido/sayi-oku, +https://gitlab.com/tamasd/ab, +https://gitlab.com/too-many-programmers/pytest-ref, +https://gitlab.com/wobcom/diplomat, +https://gitlab.com/testellator/core, +https://gitlab.com/ytopia/ops/snip, +https://gitlab.com/too-many-programmers/pytest-plugin-helpers, +https://gitlab.com/tramwayjs/tramway-callback-adapter, +https://gitlab.com/xfbs/xfpl, +https://gitlab.com/uxf/uxf-base-npm, +https://gitlab.com/wpdesk/wp-mutex, +https://gitlab.com/voxspace/geo-rust, +https://gitlab.com/Teigi/sipyconfig, +https://gitlab.com/ubiqsecurity/ubiq-node, +https://gitlab.com/zw277856645/ngx-list-filter, +https://gitlab.com/vmware/pop/pop-create, +https://gitlab.com/ubiqsecurity/ubiq-java, +https://gitlab.com/terminus-zinobe/flask-feature-flag, +https://gitlab.com/tangibleai/nlpia2, +https://gitlab.com/tekne/rdx, +https://gitlab.com/vnphp/calendar, +https://gitlab.com/workbench2/workbench-plugins/wbploglist, +https://gitlab.com/TheNicholi/Serilog.Exceptions.MongoDb, +https://gitlab.com/tekton/wordpress, +https://gitlab.com/unkwn1/dorkscan, +https://gitlab.com/yeetsquared/arcsquared, +https://gitlab.com/vsichka/encrypted-jwt.npm, +https://gitlab.com/zach-geek/vartiste-extras, +https://gitlab.com/thelabnyc/django-oscar/django-oscar-cch, +https://gitlab.com/uxf/datagrid, +https://gitlab.com/ubalot/opensubtitles_downloader, +https://gitlab.com/yelosan/hugo-shortcodes, +https://gitlab.com/xoria/revently, +https://gitlab.com/tgtmedialtd/smartcloud/core, +https://gitlab.com/wpdesk/wp-basic-requirements, +https://gitlab.com/vscode1/text-edit-manager, +https://gitlab.com/yelosan/hugo-feeds, +https://gitlab.com/tramwayjs/tramway-router-react-strategy, +https://gitlab.com/yii2-module/yii2-insee-naf, +https://gitlab.com/wakataw/pyproc, +https://gitlab.com/TC01/python-bautils, +https://gitlab.com/xlogic/tool/rdl2nd, +https://gitlab.com/xianbin.yong13/opticalflow3d, +https://gitlab.com/wpdesk/wc-helpers, +https://gitlab.com/viart/vintage-admin, +https://gitlab.com/xlogic/compiler, +https://gitlab.com/zeen3/ganganonline-parser, +https://gitlab.com/verygoodsoftwarenotvirus/naff, +https://gitlab.com/youronlyone/images, +https://gitlab.com/warsaw/flufl.i18n, +https://gitlab.com/xMAC94x/prometheus-hyper, +https://gitlab.com/trollodel/html2py, +https://gitlab.com/ZaberTech/zaber-motion-lib, +https://gitlab.com/unaisaralegui/redcapy, +https://gitlab.com/thefinn93/alertmanager-signald, +https://gitlab.com/ydkn/rails-menu-manager, +https://gitlab.com/tsfp/ethr, +https://gitlab.com/tjvb/laravel-mail-catchall, +https://gitlab.com/vladku/bigt, +https://gitlab.com/v.grigoryevskiy/json-flattifier, +https://gitlab.com/ubiqsecurity/ubiq-go, +https://gitlab.com/vkahl/apparat, +https://gitlab.com/vstconsulting/vstcompile, +https://gitlab.com/wpdesk/wc-tests, +https://gitlab.com/zecchan/amaterasu, +https://gitlab.com/zolteam/kulla, +https://gitlab.com/youronlyone/content, +https://gitlab.com/weview/mozzart, +https://gitlab.com/version-up/version-up, +https://gitlab.com/UncleThaodan/datapack_visualizer, +https://gitlab.com/the-language/igcc, +https://gitlab.com/vue-admin/vue-admin, +https://gitlab.com/twoBirds/twobirds-cli, +https://gitlab.com/tjvb/gitlab-webhooks-receiver-for-laravel, +https://gitlab.com/workbench2/workbench-plugins/wbpfilebrowser, +https://gitlab.com/thayne/refcapsule, +https://gitlab.com/xen-project/misc/rust-gitforge, +https://gitlab.com/wakataw/ipython-dawet-sql, +https://gitlab.com/thelabnyc/angular-tiny-cloudinary, +https://gitlab.com/yo/react-number-names, +https://gitlab.com/yii2-module/yii2-insee-sirene, +https://gitlab.com/tokyjo/novaposhta-rs, +https://gitlab.com/x3ro/bs62-rs, +https://gitlab.com/yaroslav-kulpan/create-react-yaros-app, +https://gitlab.com/wikiti-random-stuff/hxini, +https://gitlab.com/tdely/luhn-php, +https://gitlab.com/workbench2/workbench-plugins/wbpshell, +https://gitlab.com/voltfang-public/yew-scanner, +https://gitlab.com/ydkn/pulumi-components, +https://gitlab.com/talentrydev/error-handling, +https://gitlab.com/tdely/zsv.ticker, +https://gitlab.com/yolenoyer/color-print, +https://gitlab.com/vlsh/dvk, +https://gitlab.com/thorchain/bifrost/dogd-txscript, +https://gitlab.com/walter76/pandoc-simplecite, +https://gitlab.com/worr/rust-kqueue-sys, +https://gitlab.com/utf-crawler/utf-crawler, +https://gitlab.com/worr/rcstring, +https://gitlab.com/vnphp/fineproxy, +https://gitlab.com/volkerweissmann/fast_ode, +https://gitlab.com/TobiP64/vkgen, +https://gitlab.com/voicemod/agora/releases, +https://gitlab.com/zolotov/uamutils, +https://gitlab.com/tripetto/runners/classic-fluentui, +https://gitlab.com/tkil/tmpl-cli, +https://gitlab.com/xgrg/bx, +https://gitlab.com/yaal/pytest-ldap, +https://gitlab.com/takluyver/kartoffel, +https://gitlab.com/vsichka/type-should-be.npm, +https://gitlab.com/ubiqsecurity/ubiq-fpe-java, +https://gitlab.com/vanxhyt/fortnite-api-manager, +https://gitlab.com/TayfunTurgut/promise-train, +https://gitlab.com/viraptor/netdevice, +https://gitlab.com/wldhx/yadisk-direct, +https://gitlab.com/tobyb121/aws-vpn-client-patch, +https://gitlab.com/tspiteri/sconcat, +https://gitlab.com/yaq/yaqd-becker-hickl, +https://gitlab.com/ufoot/fakesite, +https://gitlab.com/ubiqsecurity/ubiq-fpe-go, +https://gitlab.com/torbmol/pairlock, +https://gitlab.com/vsichka/request-many.npm, +https://gitlab.com/thriftplus/thriftapis, +https://gitlab.com/zuern/graphqlviz, +https://gitlab.com/wobcom/ssh-exporter, +https://gitlab.com/theias/di/infoblox, +https://gitlab.com/voxrow/library, +https://gitlab.com/ubports/installer/android-tools-bin, +https://gitlab.com/thorchain/bepswap/asgardex-common, +https://gitlab.com/vmedea/glulxe-rs, +https://gitlab.com/thht_django/django-auto-webassets, +https://gitlab.com/ttpcodes/youtube-dl-go, +https://gitlab.com/zw277856645/ngx-form-helper, +https://gitlab.com/uptimeventures/gatsby-source-rss, +https://gitlab.com/ViDA-NYU/reproserver, +https://gitlab.com/zw277856645/ngx-textarea-auto-height, +https://gitlab.com/weitzman/logintrait, +https://gitlab.com/unit410/edwards25519, +https://gitlab.com/tvo/csharpimmutabilitytest, +https://gitlab.com/treet/rhapsody-scraper, +https://gitlab.com/WoWnikCompany/eslint_config, +https://gitlab.com/tybrown/go-samver, +https://gitlab.com/vmware/pop/pop-tree, +https://gitlab.com/tobias47n9e/wikibase_rs_rocket_example, +https://gitlab.com/yaq/yaqd-thorlabs, +https://gitlab.com/tkaratug/titan-core, +https://gitlab.com/xseman/bysquare, +https://gitlab.com/tyrelsouza/django-dbfilestorage, +https://gitlab.com/too-many-programmers/pytest-reporting, +https://gitlab.com/woshilapin/dyn-iter, +https://gitlab.com/Yinebeb-01/ethiopiandateconverter, +https://gitlab.com/wictornogueira/suap-api, +https://gitlab.com/thorchain/asgardex-common/asgardex-crypto, +https://gitlab.com/vnphp/request-logger-bundle, +https://gitlab.com/tarcisioe/ampdup, +https://gitlab.com/weary/gocord, +https://gitlab.com/vector.kerr/flask-jsonschema-validator, +https://gitlab.com/yii2-extended/yii2-psr6-cache-bridge, +https://gitlab.com/zotakuxy-node-lib/util, +https://gitlab.com/tekne/elysees, +https://gitlab.com/topten-dev/topten-br-theme, +https://gitlab.com/vue-admin/vue-cli-plugin-vue-admin, +https://gitlab.com/ydkn/dns-injector, +https://gitlab.com/tmantas/shimr, +https://gitlab.com/tildah/mdi-component, +https://gitlab.com/yo/react-auth-pages, +https://gitlab.com/Timmy1e/ruri, +https://gitlab.com/terraria-converters/terraria-xbox360-player-api, +https://gitlab.com/umcdev/meansd, +https://gitlab.com/yunta/hakuban, +https://gitlab.com/wpdesk/wp-view, +https://gitlab.com/yleso/capacitor-callkit-voip, +https://gitlab.com/yawning/nyquist, +https://gitlab.com/xmpp-rs/jid-rs, +https://gitlab.com/vaardan/ytmonetizer, +https://gitlab.com/zcabjro/either-js, +https://gitlab.com/xlogic/mono, +https://gitlab.com/yjagdale/siem-data-producer, +https://gitlab.com/ulysses.codes/nodysseus, +https://gitlab.com/wyday/turboactivate-go, +https://gitlab.com/zegerius/netatmo-to-influxdb, +https://gitlab.com/ubiqsecurity/ubiq-python, +https://gitlab.com/thomhuds/acacia, +https://gitlab.com/tehidev/go/tbot, +https://gitlab.com/wpdesk/wp-builder, +https://gitlab.com/tspens/dblogging, +https://gitlab.com/the-language/lua2php, +https://gitlab.com/toys-projects/Apache-Local-Domain, +https://gitlab.com/vnphp/fragment-bundle, +https://gitlab.com/Zer1t0/iplist, +https://gitlab.com/zeen3/uuidgen4, +https://gitlab.com/zeroplus/django/django-coreplus, +https://gitlab.com/WhiterBlack/reactstrap-alert, +https://gitlab.com/yo/react-humanize-number, +https://gitlab.com/ufoot/vclock, +https://gitlab.com/youronlyone/defaults, +https://gitlab.com/thatscloud/pubj, +https://gitlab.com/yo/react-suffix-number, +https://gitlab.com/thelabnyc/django-ups-tnt, +https://gitlab.com/yo/react-titleize, +https://gitlab.com/teward/dmarcmsg, +https://gitlab.com/wordpress-premium/backupbuddy, +https://gitlab.com/toolkit3/js-analyzer, +https://gitlab.com/vladcalin/itsdevtime, +https://gitlab.com/zertex/zxcms, +https://gitlab.com/vladku/regexer, +https://gitlab.com/Telectron/telectron, +https://gitlab.com/tangibleai/community/aima, +https://gitlab.com/vue-admin/vue-admin-commands, +https://gitlab.com/whoatemybutter/letterbomb, +https://gitlab.com/wsw0108/go-proj4, +https://gitlab.com/vsichka/multiconf.npm, +https://gitlab.com/thornjad/filefile, +https://gitlab.com/yo/react-humanize-string, +https://gitlab.com/tandd.packages/fullwidth-halfwidth-converter, +https://gitlab.com/timvisee/took-rs, +https://gitlab.com/vasille-js/vasille-js, +https://gitlab.com/TomasHubelbauer/markdown-dom, +https://gitlab.com/zoiosilva/oo-sped-nfe, +https://gitlab.com/yii-ui/yii2-flag-icon-css-widget, +https://gitlab.com/xdegaye/etcmaint, +https://gitlab.com/taskord/unleash, +https://gitlab.com/webjs/sourcedata, +https://gitlab.com/yii2-module/yii2-insee-cog, +https://gitlab.com/yehushua.ben.david/kvfile, +https://gitlab.com/zireael9797/search-with-google, +https://gitlab.com/yo/react-pretty-ms, +https://gitlab.com/vifros/serverless/serverless-json-api, +https://gitlab.com/zeastman/s_and_p_500_grabber, +https://gitlab.com/zero-gravity/zero-gravity-cms-bundle, +https://gitlab.com/yamilovs/insomnia-exporter, +https://gitlab.com/yorickpeterse/wepoll-sys, +https://gitlab.com/ubiqsecurity/ubiq-dotnet, +https://gitlab.com/zcdziura/lycan, +https://gitlab.com/williamyaoh/arg_input, +https://gitlab.com/thejsguys/donejs-user-media-selector, +https://gitlab.com/xdc.one/todo, +https://gitlab.com/widgitlabs/wordpress/simple-settings, +https://gitlab.com/ZuruApps/backend-nodejs-cli, +https://gitlab.com/tc-dev/libs/swagger-express-mw, +https://gitlab.com/tiagocoutinho/scpi-protocol, +https://gitlab.com/ydkn/logged, +https://gitlab.com/the-language/the-language-jit, +https://gitlab.com/tymonx/go-error, +https://gitlab.com/zen-tools/py-mocp, +https://gitlab.com/whacks/cava, +https://gitlab.com/TECHNOFAB/amongusio, +https://gitlab.com/uxf-npm/wysiwyg-mui4-plugins, +https://gitlab.com/zyfdegl/yagirl, +https://gitlab.com/Tom_Fryers/activate, +https://gitlab.com/tjvb/testreportmixer, +https://gitlab.com/texperience/texsite, +https://gitlab.com/yuna.sulfur/components, +https://gitlab.com/thorchain/bifrost/bchd-txscript, +https://gitlab.com/ttblt-oss/hass/mqtt-hass-base, +https://gitlab.com/waser-technologies/technologies/listen, +https://gitlab.com/two-thirds/eloquent-traits, +https://gitlab.com/yaq/yaqd-rpi-gpio, +https://gitlab.com/unkwn1/backpack-backup, +https://gitlab.com/yartash/apricot, +https://gitlab.com/usi-si-oss/codelounge/jSicko, +https://gitlab.com/yaq/yaqd-pmc, +https://gitlab.com/tdameritrade-tools/tdameritrade-cli, +https://gitlab.com/viggge/fib-o-mat, +https://gitlab.com/twittner/json-codec, +https://gitlab.com/zdragnar/redux-tcomb-actions, +https://gitlab.com/tramwayjs/tramway-core-router, +https://gitlab.com/Vinnl/react-static-plugin-favicons, +https://gitlab.com/vitoyucepi/audio-player, +https://gitlab.com/verenigingcoin-public/coin-sdk-nodejs, +https://gitlab.com/thatsed/django-wireguard, +https://gitlab.com/the_speedball/redis.cache.py, +https://gitlab.com/Verner/django-assets-livereload, +https://gitlab.com/Vinnl/react-static-plugin-markdown, +https://gitlab.com/wangchristine/commander, +https://gitlab.com/xananax-npm/convenient, +https://gitlab.com/tobias_kay/saml-solver, +https://gitlab.com/thyseus/yii2-auth0, +https://gitlab.com/waser-technologies/technologies/say, +https://gitlab.com/verenigingcoin-public/coin-sdk-dotnet, +https://gitlab.com/thorchain/asgardex-common/asgardex-bitcoin, +https://gitlab.com/tramwayjs/tramway-command, +https://gitlab.com/tekne/typed-generational-arena, +https://gitlab.com/zacharykeeton/har2artillery, +https://gitlab.com/yaq/yaqd-zaber, +https://gitlab.com/wpdesk/wp-dataset, +https://gitlab.com/tramwayjs/tramway-connection-rest-api, +https://gitlab.com/verygoodsoftwarenotvirus/todo, +https://gitlab.com/vmaillart/openapi-swagger-editor-live, +https://gitlab.com/traxam/patreon.js, +https://gitlab.com/vmware/idem/idem-azure-auto, +https://gitlab.com/taktlause/sheatless, +https://gitlab.com/thorchain/asgardex-common/asgardex-ethereum, +https://gitlab.com/uva-arc/hobo-request, +https://gitlab.com/texperience/pyquickstart, +https://gitlab.com/wangenau/variational_mesh, +https://gitlab.com/tangram-vision-oss/tangram-vision-sdk, +https://gitlab.com/tgeorgel/object-press, +https://gitlab.com/taranjeet.singh.3312/pycargo, +https://gitlab.com/tango-controls/hdbpp/hdbpp-viewer, +https://gitlab.com/wpdesk/library/plugin-template, +https://gitlab.com/tozd/vue/snackbar-queue, +https://gitlab.com/vmware/pop/pytest-pop, +https://gitlab.com/Vinnl/wdio-webpack-dev-server-service, +https://gitlab.com/wikiti-random-stuff/roxlib, +https://gitlab.com/texperience/django-bootstrap-ui, +https://gitlab.com/vmeurisse/monitor-commander, +https://gitlab.com/tezos/tzt-reference-test-suite, +https://gitlab.com/to1source-open-source/jsonqltools, +https://gitlab.com/zaber-core-libs/zaber-motion-lib, +https://gitlab.com/timosaarinen/flickr-rust, +https://gitlab.com/yaq/yaqd-newport, +https://gitlab.com/warsquid/smallerize, +https://gitlab.com/thelabnyc/python-tls-syslog, +https://gitlab.com/verenigingcoin-public/coin-sdk-php, +https://gitlab.com/yuvallanger/rusty-diceware, +https://gitlab.com/willmitchell/secret_runner_aws, +https://gitlab.com/wtfgraciano/embaralha, +https://gitlab.com/xamcosta/Anafit, +https://gitlab.com/tjaart/python-timew, +https://gitlab.com/ttpcodes/prismriver, +https://gitlab.com/tcherivan/ice-db, +https://gitlab.com/thibaultB/transformers, +https://gitlab.com/yahya-abou-imran/checktypes, +https://gitlab.com/tonyfinn/xray, +https://gitlab.com/tmkn/wagtail-storages, +https://gitlab.com/unlogic/versup, +https://gitlab.com/Telokis/embed-i18n-webpack-plugin, +https://gitlab.com/tanna.dev/openapi-doc-http-handler, +https://gitlab.com/Toru3/polynomial-ring, +https://gitlab.com/wufz/io-close, +https://gitlab.com/theclocktwister/aeros, +https://gitlab.com/theadib/JSonRPCPlugin, +https://gitlab.com/terryp/terry, +https://gitlab.com/xiretza/gavel, +https://gitlab.com/warsaw/flufl.lock, +https://gitlab.com/yaq/yaqd-attune, +https://gitlab.com/xxaccexx/match-box, +https://gitlab.com/thallian/gog-sync, +https://gitlab.com/TollStudios/justanothernetworklib, +https://gitlab.com/yaq/yaqd-gage, +https://gitlab.com/wiggins.jonathan/plutus, +https://gitlab.com/themineraria/strapi_mysql_files, +https://gitlab.com/zedtux/nobrainer-rspec, +https://gitlab.com/thesilk/privlib, +https://gitlab.com/yawning/utls, +https://gitlab.com/yaq/yaqd-ni, +https://gitlab.com/vigo360/vigo360.es, +https://gitlab.com/tenkiv/software/physikal, +https://gitlab.com/tenkiv/software/coral, +https://gitlab.com/wwwouter/run-if-changed, +https://gitlab.com/zcash/zcashd_exporter, +https://gitlab.com/yaq/yaqd-picotech, +https://gitlab.com/the-networkers/netaudithor/netapi, +https://gitlab.com/tango-controls/Astor, +https://gitlab.com/tronied/slop, +https://gitlab.com/vdimensions/frameworks/axle/axle, +https://gitlab.com/warsaw/pynche, +https://gitlab.com/tdameritrade-tools/tdameritrade-client, +https://gitlab.com/trustgit/nodebot, +https://gitlab.com/unode/jug_schedule, +https://gitlab.com/ttc/transmark, +https://gitlab.com/writeonlyhugo/writeonlyhugo-theme, +https://gitlab.com/tjaart/pomw, +https://gitlab.com/xuhdev/poorconn, +https://gitlab.com/tue-umphy/co2mofetten/software/python3-sensemapi, +https://gitlab.com/wangenau/eminus, +https://gitlab.com/YottaDB/Lang/YDBPython, +https://gitlab.com/fuentelibre/rapydscriptify-ng, +https://gitlab.com/alienscience/cyclic-poly-23, +https://gitlab.com/las-nq/nqontrol, +https://gitlab.com/kimlab/kmtools, +https://gitlab.com/educelab/sfm-utils, +https://gitlab.com/ljcode/tiled-json-rs, +https://gitlab.com/apollo-api/minerva, +https://gitlab.com/ench0/icci-prayer-timetable-mosque, +https://gitlab.com/one-eye/drunkenfall, +https://gitlab.com/mazmrini/bin, +https://gitlab.com/goern/bn-bruecken, +https://gitlab.com/remram44/ngram-search, +https://gitlab.com/ae-group/ae_deep, +https://gitlab.com/hartsfield/fd, +https://gitlab.com/kbotdev/kbot-plugins, +https://gitlab.com/GCSBOSS/confort, +https://gitlab.com/licorna/kubeobject, +https://gitlab.com/oscar6echo/ipyupload, +https://gitlab.com/breaker1/unfurl, +https://gitlab.com/NSSTC/app-shell, +https://gitlab.com/gtomato-web/sass2js, +https://gitlab.com/lnts/svga-check-memory, +https://gitlab.com/rainbird-ai/sdk-go, +https://gitlab.com/redsky_public/framework, +https://gitlab.com/dgibson/abstractgraph, +https://gitlab.com/DLF/allmytoes, +https://gitlab.com/dispanel/sharding-manager-adapter, +https://gitlab.com/BotolBaba/bind, +https://gitlab.com/awesome-nodes/mvvm, +https://gitlab.com/hacklunch/ntskeserver, +https://gitlab.com/mgsearch/colorizrr, +https://gitlab.com/happycodingsarl/civicrm-core-for-drupal, +https://gitlab.com/hfernh/krapplet, +https://gitlab.com/r-w-x/netbeans/netesta, +https://gitlab.com/mbukatov/ocp-network-split, +https://gitlab.com/daraghhartnett/tpot-ta2, +https://gitlab.com/drFaustroll/dlpoly-py, +https://gitlab.com/gaiaz-tabby/swagger-ui, +https://gitlab.com/kybernetics/hypershot, +https://gitlab.com/eic/escalate/ejpm, +https://gitlab.com/eliosin/sassy-fibonacciness, +https://gitlab.com/ENDERZOMBI102/pyrinth, +https://gitlab.com/mchlumsky/cloudsctl, +https://gitlab.com/ndmspc/ndmvr, +https://gitlab.com/danieljrmay/sampled_data_duration, +https://gitlab.com/koober-sas/project-config, +https://gitlab.com/leopardm/dnd, +https://gitlab.com/pirahansiah/farshid, +https://gitlab.com/bff/rn, +https://gitlab.com/Marix/zypper-patch-status-collector, +https://gitlab.com/envis10n/dukbind, +https://gitlab.com/msvechla/rio-gameserver, +https://gitlab.com/alex-tsarkov/iterators, +https://gitlab.com/scku208/matplotlib-taiwan-font, +https://gitlab.com/inkscape/extras/inkscape-import-clipart, +https://gitlab.com/metapensiero/SoL, +https://gitlab.com/kingDeveloper_21th/react-native-google-places, +https://gitlab.com/riovir/wc-fontawesome, +https://gitlab.com/robert_curran/ngx-simple-logger, +https://gitlab.com/kimlu/utils-txt, +https://gitlab.com/janispritzkau/mc-status, +https://gitlab.com/octomy/common, +https://gitlab.com/itorre/journal-styles, +https://gitlab.com/octomy/batch, +https://gitlab.com/openflexure/microscope-extensions/camera-stage-mapping, +https://gitlab.com/Mumba/node-config-vault, +https://gitlab.com/PMLefra/pmhttp, +https://gitlab.com/bue/mplexable, +https://gitlab.com/coderscare/localizer_beebox, +https://gitlab.com/lumi/sasl-rs, +https://gitlab.com/CEMRACS17/shapley-effects, +https://gitlab.com/Skelp/protonsynth, +https://gitlab.com/romaricpascal/javastick, +https://gitlab.com/pshw/wakfulib, +https://gitlab.com/mjwhitta/gomk, +https://gitlab.com/Otag/Nesne, +https://gitlab.com/neuralwrappers/nwdata, +https://gitlab.com/rasmusmerzin/paperplane, +https://gitlab.com/marwynnsomridhivej/setuppanel, +https://gitlab.com/openmairie/openmairie-composer-installers, +https://gitlab.com/o-cloud/cwl, +https://gitlab.com/ggpack/logchain-go, +https://gitlab.com/Hares/typing-tools, +https://gitlab.com/andrewlader/go-copy, +https://gitlab.com/dream-Y/cookie-y, +https://gitlab.com/linalinn/webhook-debugger, +https://gitlab.com/eleanorofs/bs-notifications, +https://gitlab.com/splashx/notification-mq-bundle, +https://gitlab.com/altom/altwalker/dotnet-executor, +https://gitlab.com/nathanfaucett/rs-virtual_view_dom, +https://gitlab.com/platrock/platrock, +https://gitlab.com/deliberist/vim4browser, +https://gitlab.com/chrysn/embedded-nal-minimal-coapserver, +https://gitlab.com/jakej230196/trading-infrastructure, +https://gitlab.com/SchoolOrchestration/libs/dj-testreporter, +https://gitlab.com/citygro/vdata, +https://gitlab.com/fton/const-frac, +https://gitlab.com/elioangels/sassy-fibonacciness, +https://gitlab.com/junioalmeida/slim-framework-swagger-json-and-viewer, +https://gitlab.com/avandesa/ichwh-rs, +https://gitlab.com/salaxy/salaxy-lib-core, +https://gitlab.com/pyload/pyload, +https://gitlab.com/renestalder/eleventy-plugin-kirby, +https://gitlab.com/phkiener/swallow.validation, +https://gitlab.com/brekk/ljs2, +https://gitlab.com/mshepherd/scrapy-extensions, +https://gitlab.com/ae-dir/python-aedir, +https://gitlab.com/pythondude325/imgtiger, +https://gitlab.com/noleme/noleme-commons, +https://gitlab.com/nolash/swarm-lowlevel-js, +https://gitlab.com/deltares/skeletonizer, +https://gitlab.com/marsault/cyphsem, +https://gitlab.com/phanda/phanda, +https://gitlab.com/CodeursEnLiberte/gtfs-to-geojson, +https://gitlab.com/div-solutions/div-chat, +https://gitlab.com/smsnotif/smsnotif, +https://gitlab.com/apollo-api/core, +https://gitlab.com/fgebhart/workoutizer, +https://gitlab.com/gnaar/edge, +https://gitlab.com/cocainefarm/julianday, +https://gitlab.com/spearman/fixed-sqrt-rs, +https://gitlab.com/itentialopensource/adapters/itsm-testing/adapter-jira, +https://gitlab.com/grautxo/tpyl, +https://gitlab.com/libvirt/libvirt-go-xml-module, +https://gitlab.com/blurt/blurt-rosetta, +https://gitlab.com/marshall007/enhancements, +https://gitlab.com/ckhurewa/pyroot-zen, +https://gitlab.com/eljoth/tickity, +https://gitlab.com/onikolas/gapbuffer, +https://gitlab.com/abrosimov.a.a/pclog, +https://gitlab.com/lansharkconsulting/django/django3-flatpages-tinymce, +https://gitlab.com/seeklay/MCRP, +https://gitlab.com/ce72/vja, +https://gitlab.com/flywheel-io/flywheel-apps/templates/skeleton, +https://gitlab.com/oliviermialon/wagtailtwbsicons, +https://gitlab.com/bednic/json-api-client-js, +https://gitlab.com/JakobDev/jdReplace, +https://gitlab.com/dupkey/typescript/payload, +https://gitlab.com/ayana/libs/logger-api, +https://gitlab.com/commonground/cg-design-system, +https://gitlab.com/mexus/and-then2, +https://gitlab.com/billow-thunder/easy-route, +https://gitlab.com/evernym/mobile/react-native-evernym-sdk, +https://gitlab.com/stembord/libs/ts-router, +https://gitlab.com/schmidmt/spokes, +https://gitlab.com/krizar/pydelica, +https://gitlab.com/romikus/route-maker.js, +https://gitlab.com/Cyb3r-Jak3/exifreader, +https://gitlab.com/dfmeyer/wagtail_gallery, +https://gitlab.com/hylkedonker/statkit, +https://gitlab.com/arugaz/translate, +https://gitlab.com/costrouc/dftfit, +https://gitlab.com/j3a-solutions/bs-xstream, +https://gitlab.com/crai0/project-foundry, +https://gitlab.com/aj.labarre/happier-server, +https://gitlab.com/henxing/wordle_helper, +https://gitlab.com/kalilinux/packages/responder, +https://gitlab.com/stembord/libs/ts-hash, +https://gitlab.com/kalilinux/packages/nuclei, +https://gitlab.com/openstreetcraft/overpass-api, +https://gitlab.com/news-flash/miniflux_api, +https://gitlab.com/r-iendo/v_escape, +https://gitlab.com/letsgoi/areq, +https://gitlab.com/bhbk/3as8kpsf, +https://gitlab.com/janispritzkau/mc-chat-format, +https://gitlab.com/balasankarc/gemfileparser, +https://gitlab.com/kerkmann/cliblur, +https://gitlab.com/miatel/go/log, +https://gitlab.com/ht-ui-components/automatic-semantic-release, +https://gitlab.com/martimarkov/postgresify, +https://gitlab.com/adralioh/ytdl-server, +https://gitlab.com/dogma-project/dogma-player, +https://gitlab.com/Elypia/converters4deltaspike, +https://gitlab.com/bitnomos/akomando, +https://gitlab.com/nikko.miu/jest-simple-summary, +https://gitlab.com/artegha/create-node-server, +https://gitlab.com/bff/tubular-rs, +https://gitlab.com/kuketo/kuketo, +https://gitlab.com/ID4me/django-allauth-id4me, +https://gitlab.com/jcain/asserts-lr, +https://gitlab.com/hirschenberger/pylon, +https://gitlab.com/DeveloperC/conventional_commits_linter, +https://gitlab.com/morimekta/utils-testing, +https://gitlab.com/biaslab/hd-clustering, +https://gitlab.com/categulario/csvsc, +https://gitlab.com/megabyte-labs/python/ansibler, +https://gitlab.com/imp/httptin, +https://gitlab.com/lirnril/ograc, +https://gitlab.com/systent/dj_auth, +https://gitlab.com/blauwe-knop/vorderingenoverzicht/source-organization/bk-manager/bk-config-service, +https://gitlab.com/openclinical/proformajs-vue, +https://gitlab.com/morganrallen/pos2charmhigh, +https://gitlab.com/atila-ext/atila-vue, +https://gitlab.com/LUI-3/components/icons-fontawesome, +https://gitlab.com/alxrem/html2tg, +https://gitlab.com/MoistSenpai/API_Wrapper, +https://gitlab.com/strum-rb/strum-pipe, +https://gitlab.com/gamesite6/games/fox-in-the-forest, +https://gitlab.com/goldenm-software/open-source-libraries/django-i18n, +https://gitlab.com/nerdcademydev/notes-app, +https://gitlab.com/dleske/mergeconf, +https://gitlab.com/bearrobotics-public/api-client, +https://gitlab.com/gmtjuyn/go/http/request, +https://gitlab.com/mzdrale/ecs-manager, +https://gitlab.com/deftware/homebridge-automate, +https://gitlab.com/efunb/shadow-clone, +https://gitlab.com/scGatewayOS/react-native-smallcase-gateway, +https://gitlab.com/eutampieri/chordcalc, +https://gitlab.com/hsmit/pixelink, +https://gitlab.com/coboxcoop/cli, +https://gitlab.com/nomnomdata/tools/nomnomdata-engine, +https://gitlab.com/jimper/mongo_ftdc, +https://gitlab.com/bertof/sbf-rs, +https://gitlab.com/dockable/dockable, +https://gitlab.com/Baiira/easy-hotkey, +https://gitlab.com/flying-anvil/badge-generator, +https://gitlab.com/a-z/node-declare, +https://gitlab.com/coldevel/react-pure-loadable, +https://gitlab.com/localmed/django-method-override, +https://gitlab.com/liqiangxo/calculator-by-str, +https://gitlab.com/deliberist/xdgenvpy, +https://gitlab.com/rodrigobuas/memocache, +https://gitlab.com/commiebstrd/gssapi-rs, +https://gitlab.com/mlgenetics/jsonschema-pyref, +https://gitlab.com/plopgrizzly/multimedia/afi, +https://gitlab.com/cmick/tensorcore, +https://gitlab.com/pustotnik/zenmake, +https://gitlab.com/michal-bryxi/open-source/ember-safe-button, +https://gitlab.com/kauriid/sspyjose, +https://gitlab.com/emerac/tkinter-sudoku-solver, +https://gitlab.com/FeFB/ionic-calendar-ptbr, +https://gitlab.com/arham.anwar/cordova-plugin-mockchecker, +https://gitlab.com/christoph.fink/python-emojientities, +https://gitlab.com/frier17/django_builder, +https://gitlab.com/mahdiranjbar8/mahdi-picker, +https://gitlab.com/legoktm/semver-checker, +https://gitlab.com/aicacia/ts-state-react, +https://gitlab.com/nfriend/semantic-release-test-project, +https://gitlab.com/dodgyville/pypsxlib, +https://gitlab.com/Elypia/yaml4deltaspike, +https://gitlab.com/fkrull/deploy-ostree, +https://gitlab.com/itentialopensource/adapters/devops-netops/adapter-gitlab, +https://gitlab.com/o5slab/mcore, +https://gitlab.com/manishoo/react-native-olm, +https://gitlab.com/safety-data/cloakroom, +https://gitlab.com/romikus/pg-adapter, +https://gitlab.com/benjamin.andersen/react-packages, +https://gitlab.com/engrave/ledger/hive-ledger-cli, +https://gitlab.com/nesstero/gnpp, +https://gitlab.com/bcharlier/keops, +https://gitlab.com/ngerritsen/sync-task-queue, +https://gitlab.com/lv2/sratom, +https://gitlab.com/suitably-squishy/qspin-engine, +https://gitlab.com/limira-rs/simi-cli, +https://gitlab.com/loers/minicaldav, +https://gitlab.com/dogma-project/dogma-socket.io-api, +https://gitlab.com/leesongun/rust-bnc, +https://gitlab.com/akita/navisim, +https://gitlab.com/Egenskaber/pyserialsensors, +https://gitlab.com/okannen/undo_2, +https://gitlab.com/saltstack/open/docs/sphinx-material-saltstack, +https://gitlab.com/sequoia-pgp/sop-rs, +https://gitlab.com/GuilleW/mock-rest-server, +https://gitlab.com/gluons/prettier-config-gluons, +https://gitlab.com/Jfaibussowitsch/pyhesive, +https://gitlab.com/sat-mtl/tools/scenic/scenic-api, +https://gitlab.com/mwarnerdotme/go-mime, +https://gitlab.com/mushroomlabs/hub20/checkout20, +https://gitlab.com/mycf.sg/lib-ui, +https://gitlab.com/alensiljak/moneymanagerexlib, +https://gitlab.com/am.driver/gosql, +https://gitlab.com/bitbeter/ng4-persian, +https://gitlab.com/scull7/bs-crud-functors, +https://gitlab.com/rmoe/c2log, +https://gitlab.com/leo108/geolite2-db, +https://gitlab.com/sturm/vps-deploy, +https://gitlab.com/kiwi-ninja/werkzeug-graphql, +https://gitlab.com/rubiconbot/RubiconPlugin, +https://gitlab.com/cadyrov/boilerplate, +https://gitlab.com/kschibli/isa-l-rs, +https://gitlab.com/d-e/dx-base, +https://gitlab.com/flywheel-io/public/bids-client, +https://gitlab.com/natade-coco/hub-sdk, +https://gitlab.com/potato-oss/djangae/djangae, +https://gitlab.com/drosalys-web/object-extensions, +https://gitlab.com/demilletech/access-control.rs, +https://gitlab.com/jckimble/golibsignal, +https://gitlab.com/dkx/angular/json-api, +https://gitlab.com/fame-framework/fame-protobuf, +https://gitlab.com/lepe/m2d2, +https://gitlab.com/sol-courtney/python-packages/gituptools, +https://gitlab.com/macklenc/mtnlion, +https://gitlab.com/chinoio-public/chino-java, +https://gitlab.com/ntjess/utilitys, +https://gitlab.com/blauwe-knop/vorderingenoverzicht/scheme-process, +https://gitlab.com/alexandre-perrin1/jenkins-lockable-resources, +https://gitlab.com/hmartinet/django-pfx, +https://gitlab.com/foo-jin/txtar, +https://gitlab.com/ignis-build/ignis-resharper-reporter, +https://gitlab.com/nul.one/tiv, +https://gitlab.com/codibly/public/generator-codibly-ts-library, +https://gitlab.com/bern-rtos/kernel/bern-kernel, +https://gitlab.com/KomBioMol/molywood, +https://gitlab.com/synsense/sinabs-dynapcnn, +https://gitlab.com/gitlab-org/fleeting/nesting, +https://gitlab.com/gmtjuyn/go/crypto/binance, +https://gitlab.com/stembord/libs/ts-location, +https://gitlab.com/kao98/minispec, +https://gitlab.com/elad.noor/optslope, +https://gitlab.com/lgnap/roadbook-creator, +https://gitlab.com/deft-plus/cover-ui, +https://gitlab.com/geometalab/pgsynthdata, +https://gitlab.com/sat-mtl/telepresence/ui-components, +https://gitlab.com/Seirdy/func-analysis, +https://gitlab.com/oceanweb/azuretablestoragecache, +https://gitlab.com/reinis-mazeiks/event_types, +https://gitlab.com/443id/public/443id-cli, +https://gitlab.com/itorre/bandstructure-calculation, +https://gitlab.com/janecekpetr/embedded-postgresql-maven-plugin, +https://gitlab.com/mitya-borodin/rearguard, +https://gitlab.com/Rich-Harris/talk-to-my-agent, +https://gitlab.com/jrobsonchase/async-stdio, +https://gitlab.com/langlois.dev/is-a, +https://gitlab.com/ey_datakalab/json_manager, +https://gitlab.com/gfxlabs/gfximg, +https://gitlab.com/sovnarkom/remak8s, +https://gitlab.com/blazon/psr11-monolog, +https://gitlab.com/dominicp/get-video-mime, +https://gitlab.com/rodrigobuas/fluxios, +https://gitlab.com/design-pattern-application/tov, +https://gitlab.com/biomedit/django-identities, +https://gitlab.com/parrabalh/jwst_fov_plots, +https://gitlab.com/itentialopensource/adapters/cloud/adapter-128technology, +https://gitlab.com/codingms/typo3-public/additional_tca, +https://gitlab.com/ahmed.medhat/unifonic-next-gen, +https://gitlab.com/samurailink3/podcastmaker, +https://gitlab.com/carboncollins-cloud/cicd/gitlab-runner-container, +https://gitlab.com/so_literate/genmock, +https://gitlab.com/radek-sprta/SSLCheck, +https://gitlab.com/Emilv2/pyodstibmivb, +https://gitlab.com/metahkg/metahkg-links, +https://gitlab.com/brotherzone/nodebb-plugin-leech-tool, +https://gitlab.com/gitlab-org/go-mimedb, +https://gitlab.com/portmod/importmod, +https://gitlab.com/geotom/modeltasks, +https://gitlab.com/rockerest/bowwow, +https://gitlab.com/laundmo/rawg-python-wrapper, +https://gitlab.com/ovsinc/errors, +https://gitlab.com/pablodiehl/darkute, +https://gitlab.com/hxss/desktop-notify, +https://gitlab.com/jenx/rectify, +https://gitlab.com/intellisrc/common, +https://gitlab.com/staltz/ssb-cached-about, +https://gitlab.com/shubham.s2/pyqueue-celery-processor, +https://gitlab.com/kimlu/utils-json, +https://gitlab.com/cldy/public/storm, +https://gitlab.com/enlaps-public/web/cloud_queue_worker, +https://gitlab.com/ptapping/trspectrometer, +https://gitlab.com/cdlr75/aio-kraken-ws, +https://gitlab.com/mschlueter/laravel-backend, +https://gitlab.com/itentialopensource/pre-built-automations/error-handling, +https://gitlab.com/fooxly/translations/translations-core, +https://gitlab.com/lunik1/pokerust, +https://gitlab.com/baus/compute-histogram, +https://gitlab.com/johnivore/gitstat, +https://gitlab.com/lucaapp/cwa-event, +https://gitlab.com/dfmeyer/wagtail_podcast, +https://gitlab.com/derlarsen/node-bunny-hole, +https://gitlab.com/cvejic-group/scaespy, +https://gitlab.com/abittner/poissondisksampling, +https://gitlab.com/systent/dj_chart, +https://gitlab.com/alinex/node-server, +https://gitlab.com/passcreator/passcreator.passwordvalidation, +https://gitlab.com/rockerest/eslintrc, +https://gitlab.com/aeonrush/ngx-pathmatcher, +https://gitlab.com/endlessthemes/endless-profile, +https://gitlab.com/ergoithz/lfudacache, +https://gitlab.com/DocVander/odin, +https://gitlab.com/newbranltd/gulp-server-io, +https://gitlab.com/abraxos/click-path, +https://gitlab.com/infinity-interactive/eleventy-plugin-injector, +https://gitlab.com/LUI-3/components/forms-base, +https://gitlab.com/pwoolcoc/rocket-slog-fairing, +https://gitlab.com/bliss-design-system/iconsets, +https://gitlab.com/mjwhitta/log, +https://gitlab.com/mcepl/gg_scraper, +https://gitlab.com/mosaic_group/mosaic_framework/main, +https://gitlab.com/patrickett/newget, +https://gitlab.com/IT-Berater/node-red-contrib-cryptography, +https://gitlab.com/inetmock/inetmock, +https://gitlab.com/dejan/kvdr, +https://gitlab.com/pommalabs/dessert, +https://gitlab.com/eoq/js/eoq2, +https://gitlab.com/hearthero/feh-db-porter, +https://gitlab.com/sensio_group/network-js, +https://gitlab.com/kiwi-ninja/objectql-extensions/objectql-datarm, +https://gitlab.com/gitlab-com/gl-infra/cloudflare-audit, +https://gitlab.com/evatix-go/strhelper, +https://gitlab.com/nkls/memoize-last, +https://gitlab.com/flon-lang/pyflon, +https://gitlab.com/janscholten/veazy, +https://gitlab.com/cybaerfly/apify-robot, +https://gitlab.com/commonshost/configuration, +https://gitlab.com/bugeye/th, +https://gitlab.com/php-extended/php-api-fr-insee-cog-interface, +https://gitlab.com/meesvandongen/kurasu, +https://gitlab.com/janispritzkau/websocket-proxy, +https://gitlab.com/stembord/libs/ts-debounce, +https://gitlab.com/anchal-physics/csdTools, +https://gitlab.com/ccondry/hydra, +https://gitlab.com/sumner/tracktime, +https://gitlab.com/erloom-dot-id/go/echo-go-middleware, +https://gitlab.com/apinephp/legacy-framework, +https://gitlab.com/deliberist/mongo_rest, +https://gitlab.com/orthecreedence/vf, +https://gitlab.com/pretty-angular-components/slide-block-2, +https://gitlab.com/easymov/openapi_generator, +https://gitlab.com/magnus.odman/audentes, +https://gitlab.com/exytech/community/slim-css/slim-core, +https://gitlab.com/fastintegration/fastintegration-interface, +https://gitlab.com/bbrc/xnat/bx, +https://gitlab.com/sophosoft/vue-meta-decorator, +https://gitlab.com/cpteam/libs/strict, +https://gitlab.com/gitlab-org/security-products/analyzers/retire.js, +https://gitlab.com/blazon/psr11-symfony-cache, +https://gitlab.com/nathanfaucett/rs-messenger, +https://gitlab.com/cznic/zappy, +https://gitlab.com/qemu-project/libvfio-user, +https://gitlab.com/jlecomte/projects/python/pylint-codeclimate, +https://gitlab.com/cervoneluca/vue-plugin-arweave, +https://gitlab.com/hetwaterschapshuis/kenniscentrum/tooling/dijkprofile-annotator, +https://gitlab.com/miguelcumpa/django-ubigeo-peru, +https://gitlab.com/amayer5125/galley, +https://gitlab.com/decisionforest/decisionforest-python, +https://gitlab.com/hakkropolis/configstacker, +https://gitlab.com/ek5000/async-job-iterator, +https://gitlab.com/alanxuliang/a1610_learn2map, +https://gitlab.com/gmtjuyn/go/utils/config, +https://gitlab.com/john89/api_open_studio, +https://gitlab.com/mmemmew/rlist, +https://gitlab.com/ruivieira/naive-bayes, +https://gitlab.com/parob/graphql-http-server, +https://gitlab.com/deeva/Night-to-Day-Image-translation, +https://gitlab.com/pushrocks/early, +https://gitlab.com/pwoolcoc/cargo-toml-builder, +https://gitlab.com/kshib/wanda, +https://gitlab.com/ska-telescope/sdi/ska-cicd-makefile, +https://gitlab.com/staltz/pull-backoff, +https://gitlab.com/Kores/junitify, +https://gitlab.com/mgoral/feed-commas, +https://gitlab.com/radiology/infrastructure/study-governor, +https://gitlab.com/nathanfaucett/rs-specs_transform, +https://gitlab.com/codesigntheory/django-rest-mediabrowser, +https://gitlab.com/otimizysistemas/rdstation-laravel, +https://gitlab.com/bzim/owned-alloc, +https://gitlab.com/IonicZoo/eagle-map-component, +https://gitlab.com/reedrichards/org_todo_metrics, +https://gitlab.com/pedro.paiva/ncafs, +https://gitlab.com/LUI-3/components/phone-navbar, +https://gitlab.com/openresources/resourcehub_distribution, +https://gitlab.com/gecko.io/geckoEMF, +https://gitlab.com/jlecomte/projects/flasket, +https://gitlab.com/kamichal/grot, +https://gitlab.com/blauwe-knop/vorderingenoverzicht/bk-management-process, +https://gitlab.com/liontechnyc/stacks/gemini, +https://gitlab.com/mech-lang/examples, +https://gitlab.com/ed0zer-projects/pyfoobar2k, +https://gitlab.com/hashbeam/boltlight, +https://gitlab.com/npm--packages/xlsx2json, +https://gitlab.com/Claytone/vox2obj, +https://gitlab.com/pavul/illusionts, +https://gitlab.com/commonshost/ddns, +https://gitlab.com/infra.run/public/bbb-selenium-exporter, +https://gitlab.com/alinex/node-async, +https://gitlab.com/kori-irrlicht/project-open-monster, +https://gitlab.com/infor-cloud/martian-cloud/tharsis/go-redisstore, +https://gitlab.com/sparkserver/sbrwxmpp, +https://gitlab.com/takluyver/envzigzag, +https://gitlab.com/SaQQ/telerehab, +https://gitlab.com/andrew_ryan/useful_macro, +https://gitlab.com/Deathrage/pragmaticview-loader, +https://gitlab.com/nCrazed/XCOM2-Mod-Synchronizer, +https://gitlab.com/mrvik/loadlify, +https://gitlab.com/quebin31/diffimg-rs, +https://gitlab.com/coopon/reusable-libs/python/msg91-otp, +https://gitlab.com/guedel87/microtest, +https://gitlab.com/gudi89/django_image_sourceset, +https://gitlab.com/ndmspc/react-ndmspc, +https://gitlab.com/mshepherd/no-thanks, +https://gitlab.com/StevenPG/customspringaopannotation, +https://gitlab.com/dirn/doozerify, +https://gitlab.com/RenovoSolutions/rl-data-model, +https://gitlab.com/optiframe/basic-project, +https://gitlab.com/LivoCloud/MT940-Parser, +https://gitlab.com/LUI-3/components/forms-extras, +https://gitlab.com/commonshost/tls-router, +https://gitlab.com/goldenm-software/open-source-libraries/vuetify-datetime-picker, +https://gitlab.com/ErikKalkoken/aa-standingsrequests, +https://gitlab.com/dkreeft/zoek, +https://gitlab.com/IT-Berater/twmavencommandplugin, +https://gitlab.com/stphn/jarida, +https://gitlab.com/git-compose/git-compose, +https://gitlab.com/LUI-3/components/tables, +https://gitlab.com/fboaventura/upytimerobot, +https://gitlab.com/DrPhilEvans/swifttools, +https://gitlab.com/apifie/nodems/node-microservice, +https://gitlab.com/markushx/opentrust, +https://gitlab.com/serial-lab/quartet_output, +https://gitlab.com/L0gIn/git-npm-version-checker, +https://gitlab.com/phalcony/phalcony, +https://gitlab.com/MaxIV/lib-maxiv-svgsynoptic, +https://gitlab.com/cs2go/cs2go-graphics, +https://gitlab.com/kornelski/exclude_from_backups, +https://gitlab.com/artdeco/envariable, +https://gitlab.com/FHI-aims-club/utilities/clims, +https://gitlab.com/nuget-packages/image-orchestrator, +https://gitlab.com/junquera/c-lock, +https://gitlab.com/peachtree-analytics/websockets, +https://gitlab.com/nathanfaucett/rs-number_traits, +https://gitlab.com/polymer-kb/firmware/cortex-m-async, +https://gitlab.com/gamesite6/games/liars-dice, +https://gitlab.com/LUI-3/components/pagebars, +https://gitlab.com/gmtjuyn/go/crypto/p2pb2b, +https://gitlab.com/autokent/extract-email, +https://gitlab.com/scion-scxml/sciblog, +https://gitlab.com/diamondburned/arikawa, +https://gitlab.com/gamesite6/games/the-resistance, +https://gitlab.com/olroma123/youtube-grabber-nodejs, +https://gitlab.com/cinc-project/upstream/chef-workstation, +https://gitlab.com/Native-Coder/d3-react-component, +https://gitlab.com/gmtjuyn/go/utils/civil, +https://gitlab.com/slovell/google-hangout-webhook, +https://gitlab.com/MrHeliX/star-rating-calculator, +https://gitlab.com/knarkzel/procedural-generation, +https://gitlab.com/ccondry/cucm-ris, +https://gitlab.com/nerones/pdf-signature, +https://gitlab.com/nscau/nscau, +https://gitlab.com/monocycle/monocycle, +https://gitlab.com/hzc27180129/tp-hprose-swoole, +https://gitlab.com/machine-learning-helpers/model_quality_report, +https://gitlab.com/harpya/config-manager, +https://gitlab.com/aduard.kononov/strify, +https://gitlab.com/shiftlesscode/flask-view-counter, +https://gitlab.com/mkleehammer/runtasks, +https://gitlab.com/fwiwDev/pdf-extraction, +https://gitlab.com/gaia-x/data-infrastructure-federation-services/orc/lcm-service/terraform-lcm-service-api, +https://gitlab.com/Anvoker/NUnit.FixtureDependent, +https://gitlab.com/ManfredTremmel/gwt-commons-validator, +https://gitlab.com/oss10/math-utilities, +https://gitlab.com/cerebralpower/Variance, +https://gitlab.com/bath_open_instrumentation_group/git-building, +https://gitlab.com/hoogie/nestjs-redis-streams-transport, +https://gitlab.com/lebrun.noe/instagram-filters, +https://gitlab.com/eas-framework/eas-framework, +https://gitlab.com/IT-Berater/node-red-contrib-cryptography-address-check, +https://gitlab.com/maxpolun/salmo, +https://gitlab.com/eval/pipeclient, +https://gitlab.com/heingroup/vapourtec, +https://gitlab.com/prince_bett/deckster, +https://gitlab.com/distributed_lab/ape, +https://gitlab.com/emlalock/api, +https://gitlab.com/l3178/sdk-go, +https://gitlab.com/festo-research/electric-automation/festo-edcon, +https://gitlab.com/bostonwalker/requezts, +https://gitlab.com/djbaldey/django-textrank, +https://gitlab.com/offis.energy/mosaik/mosaik.scenario-tools, +https://gitlab.com/Dominik1123/madplot, +https://gitlab.com/stavros/assault-and-battery, +https://gitlab.com/renatoaurefer/kmlwriter, +https://gitlab.com/not-good-igor/uniform.py, +https://gitlab.com/ccondry/cuic-ui-client, +https://gitlab.com/ovsinc/memory-rate-limits, +https://gitlab.com/mnsig/mnsig-client-js, +https://gitlab.com/mathadvance/mapm/cli, +https://gitlab.com/lucaapp/web-eudgc, +https://gitlab.com/d3sker/desker, +https://gitlab.com/b0661/cogeno, +https://gitlab.com/pleasantone/intelurls, +https://gitlab.com/liguros/ego, +https://gitlab.com/dmfay/rhizo, +https://gitlab.com/gmtjuyn/go/utils/amount, +https://gitlab.com/eh5/libldac, +https://gitlab.com/flowolf/yessssms, +https://gitlab.com/crossref/citation_style_classifier, +https://gitlab.com/gamesite6/games/love-letter, +https://gitlab.com/ellipsenpark/vom.rs, +https://gitlab.com/stembord/libs/ts-memoize, +https://gitlab.com/0xCCF4/expkit, +https://gitlab.com/dbash-public/de-identify-sql, +https://gitlab.com/cn-ds/moz-readability-node, +https://gitlab.com/jerplab/xml-stream-js, +https://gitlab.com/point1304/serverless-psycopg2, +https://gitlab.com/sehnem/pynmet, +https://gitlab.com/Lucidiot/pylspci, +https://gitlab.com/obenyaish/react-filter-builder-input, +https://gitlab.com/kabaretstudio/kabaret.ingrid, +https://gitlab.com/diamondburned/tview-sixel, +https://gitlab.com/acbarrigon/qocttools, +https://gitlab.com/inklabapp/pyprocreate, +https://gitlab.com/andr1i/submerger, +https://gitlab.com/ndmspc/react-eos, +https://gitlab.com/axet/android-lame, +https://gitlab.com/rust-algorithms/modular, +https://gitlab.com/mech-lang/docs, +https://gitlab.com/mac_doggie/currency-converter, +https://gitlab.com/seangenabe/apkg, +https://gitlab.com/exotec/questionaire, +https://gitlab.com/harudagondi/alg-grid, +https://gitlab.com/optiframe/service, +https://gitlab.com/kurdy/sha3sum, +https://gitlab.com/Akm0d/idem-salt, +https://gitlab.com/joshwillik/docker-ssh, +https://gitlab.com/flameit-os/go-owfs, +https://gitlab.com/solarliner/django-populate, +https://gitlab.com/ekinox-io/ekinox-libraries/pilotis-io, +https://gitlab.com/silwol/terender, +https://gitlab.com/mrvik/mdns-proxy, +https://gitlab.com/mikeramsey/gitjirabot, +https://gitlab.com/kaliticspackages/gedbundle, +https://gitlab.com/jtl-software/jtl-fulfillment/api-sdk, +https://gitlab.com/durko/flake8-pyprojecttoml, +https://gitlab.com/qbjs_deserializer/json_to_qbjs_converter, +https://gitlab.com/MaxSchambach/mdbh, +https://gitlab.com/bmwinger/roundtripini, +https://gitlab.com/ggiesen/salt-ext-bitwarden, +https://gitlab.com/Otag/O.Disk, +https://gitlab.com/beelzy/mithril-dnd, +https://gitlab.com/pegn/spec, +https://gitlab.com/drb-python/impl/aws3, +https://gitlab.com/remcohaszing/gitlab-artifact-report, +https://gitlab.com/saltstack/pop/pyls-pop, +https://gitlab.com/SunyataZero/website-generator, +https://gitlab.com/psynet.me/php-struct, +https://gitlab.com/risserlabs/nestjs/prisma-generator-nestjs-dto, +https://gitlab.com/aepsil0n/orq, +https://gitlab.com/o-cloud/catalog, +https://gitlab.com/blocksq/secretd-client-go, +https://gitlab.com/programaker-project/bridges/programaker-python-lib, +https://gitlab.com/scherand/woohoo-pdns-gui, +https://gitlab.com/serkurnikov/paint, +https://gitlab.com/jussiarpalahti/getup, +https://gitlab.com/a-novel/go-tools/anvil, +https://gitlab.com/redfield/netctl, +https://gitlab.com/diffy0712/openapi-ts-sync, +https://gitlab.com/keychest/whois-alt-for-python, +https://gitlab.com/eyeres/eoglib, +https://gitlab.com/postmarketOS/gnss-share, +https://gitlab.com/kooki/kooki, +https://gitlab.com/lae/java-stack-source, +https://gitlab.com/cznic/fsm, +https://gitlab.com/chris.oleary/pyautoai, +https://gitlab.com/gemseo/dev/gemseo-petsc, +https://gitlab.com/mediasoep/gutenberg-blocks, +https://gitlab.com/jcain/paths-tg, +https://gitlab.com/holgerk/pdo-replay, +https://gitlab.com/michaelbarton/gaet, +https://gitlab.com/sjsone/node-mvv-api, +https://gitlab.com/jdesodt/easy-log-watcher, +https://gitlab.com/mnn/uncertain, +https://gitlab.com/straighter/klot, +https://gitlab.com/eratosthene/kmpc, +https://gitlab.com/geoip.network/cidr_bottle, +https://gitlab.com/Claytone/voxypy, +https://gitlab.com/nathanfaucett/rs-executable_memory, +https://gitlab.com/soluvas/soluvas-oss, +https://gitlab.com/programando-libreros/herramientas/hackpublishing, +https://gitlab.com/DominoTree/rs-ipfix, +https://gitlab.com/natade-coco/jpqr, +https://gitlab.com/carpentumpublic/sdk/payment-java, +https://gitlab.com/determinant/mxpassfile, +https://gitlab.com/grauwoelfchen/fourche, +https://gitlab.com/gmtjuyn/go/utils/epoch, +https://gitlab.com/cw-andrews/pc-backup, +https://gitlab.com/onprint_public/sdk-light-js, +https://gitlab.com/faulesocke/inwx-rs, +https://gitlab.com/modweb/redux-first-router-page, +https://gitlab.com/staltz/xstream-drop-repeats-by-keys, +https://gitlab.com/restomax-public/restomax-metadata, +https://gitlab.com/biehl/jscatter, +https://gitlab.com/ergoithz/unicategories, +https://gitlab.com/brd.com/partner-connector, +https://gitlab.com/aicacia/ts-hash, +https://gitlab.com/eventopist/cellar, +https://gitlab.com/sowebdev/battleship-game, +https://gitlab.com/qiaboujaoude/p4k-api, +https://gitlab.com/sleoh/delaunay-triangulation, +https://gitlab.com/confget/confget, +https://gitlab.com/david.scheliga/trashpanda, +https://gitlab.com/oyvindwe/jgit-flow, +https://gitlab.com/sumnerh1/pyparagraph, +https://gitlab.com/AlvarBer/kolore, +https://gitlab.com/coala/coala-bear-management, +https://gitlab.com/odooist/asterisk-calls-agent, +https://gitlab.com/SunyataZero/kammanta, +https://gitlab.com/drutopia/drutopia_dev_template, +https://gitlab.com/blauwe-knop/vorderingenoverzicht/scheme-manager/scheme-process, +https://gitlab.com/nathanfaucett/rs-cast_trait, +https://gitlab.com/mc/foncy-nonce, +https://gitlab.com/jacabello/dpivsoft_python, +https://gitlab.com/iamawacko/palestine-memorial-rs, +https://gitlab.com/kornelski/evalchroma, +https://gitlab.com/ixl/tsneko, +https://gitlab.com/mjwhitta/obfs, +https://gitlab.com/g955/client, +https://gitlab.com/daktak/pebble-phone-batt-bar, +https://gitlab.com/aicacia/ts-state, +https://gitlab.com/garbee/medialibrary, +https://gitlab.com/cznic/gc, +https://gitlab.com/strictly/core, +https://gitlab.com/kurisuchan/advent-of-code-2019, +https://gitlab.com/kalilinux/packages/certgraph, +https://gitlab.com/heyAzhar/pincode-lookup-india, +https://gitlab.com/monaxon/dextractor, +https://gitlab.com/kevstewa/pymetrc, +https://gitlab.com/openstreetcraft/wms, +https://gitlab.com/onlime/roundcube-plugins/jwt-sso, +https://gitlab.com/gustavhaglandproject/gustav-page, +https://gitlab.com/prysmo/hello-prysmo, +https://gitlab.com/mglinski/laravel-crowd-auth, +https://gitlab.com/MiladK/verifiera.js, +https://gitlab.com/maternusherold/mvg-command-line-departure-monitor, +https://gitlab.com/miicat/refi, +https://gitlab.com/beenje/gidgetlab-kit, +https://gitlab.com/bbmsoft.net/iocfx, +https://gitlab.com/selfagency/typa, +https://gitlab.com/flywheel-io/tools/lib/fw-file, +https://gitlab.com/LUI-3/components/base, +https://gitlab.com/matclab/automattermostatus, +https://gitlab.com/bbworld1/trollformatter, +https://gitlab.com/devluke/hypnosdb, +https://gitlab.com/binarmorker/magic-mouth, +https://gitlab.com/mavpoint/gomavproxy, +https://gitlab.com/openrail/uk/referencedata-nodejs, +https://gitlab.com/philbooth/uaparser-rs, +https://gitlab.com/MAXIV-SCISW/JUPYTERHUB/jnbv, +https://gitlab.com/cerfacs/opentea3, +https://gitlab.com/personal-server-community/newebe, +https://gitlab.com/noleme/noleme-amaebi, +https://gitlab.com/Elypia/retropia, +https://gitlab.com/nlulic/jira-track, +https://gitlab.com/nikkofox/vk-wall-cleaner, +https://gitlab.com/Milka64/netbox-fusioninventory-plugin, +https://gitlab.com/halfmanhalfdonut/node-api-starter, +https://gitlab.com/bach.jetzt/next-bach-cantata, +https://gitlab.com/SpaceTrucker/modular-spring-contexts, +https://gitlab.com/apitheory/swagger-microservice-example-mock, +https://gitlab.com/d-e/dx-punch, +https://gitlab.com/cherrypulp/libraries/js-i18n, +https://gitlab.com/picter/frontier, +https://gitlab.com/favoritemedium-oss/stylelint-config-favoritemedium, +https://gitlab.com/abivia/configurable, +https://gitlab.com/contextualcode/ezplatform-aws-s3-adapter, +https://gitlab.com/news-flash/fever_api, +https://gitlab.com/aicacia/ts-memoize, +https://gitlab.com/4geit/angular/ngx-search-bar-component, +https://gitlab.com/Humanfork/springwebextension, +https://gitlab.com/bdfx-public/mergado-ui-kit, +https://gitlab.com/co-stack.com/co-stack.com/php-packages/lib, +https://gitlab.com/nobodyinperson/python3-numericalmodel, +https://gitlab.com/gamesite6/games/tichu, +https://gitlab.com/johnwebbcole/jscad-utils, +https://gitlab.com/Reivax/split_file_reader, +https://gitlab.com/NathanHand/expressui5, +https://gitlab.com/ongresinc/stringprep, +https://gitlab.com/holllo/opml-rs, +https://gitlab.com/enlaps-public/web/rabbitmq-worker, +https://gitlab.com/defcronyke/hob, +https://gitlab.com/shindagger/python-tfvars, +https://gitlab.com/chrysn/sealingslice, +https://gitlab.com/praegus/toolchain-fixtures/toolchain-fixtures, +https://gitlab.com/axet/android-djvulibre, +https://gitlab.com/gamesite6/games/no-thanks, +https://gitlab.com/kuenstler/yayi-rs, +https://gitlab.com/IonicZoo/pigeon-restful-provider, +https://gitlab.com/adynemo/maintenance-bundle, +https://gitlab.com/gitlab-org/security-products/tests/go-modules, +https://gitlab.com/link2xt/pwsafe-rs, +https://gitlab.com/pineiden/gus, +https://gitlab.com/gitlab-org/frontend/nuxt-edit-this-page, +https://gitlab.com/serphacker/webace, +https://gitlab.com/Hares-Lab/libraries/functional-python, +https://gitlab.com/kiwi-ninja/objectql, +https://gitlab.com/binero/android-bootimage, +https://gitlab.com/daveseidman/broadcast-desktop, +https://gitlab.com/artur.jablonski.pl/async-imap-client, +https://gitlab.com/bubblecode/DynamicCreateElement, +https://gitlab.com/cmdjulian/mopy, +https://gitlab.com/semkodev/nelson.gui, +https://gitlab.com/acromedia/mock-moodle, +https://gitlab.com/aicacia/ts-config-bundler, +https://gitlab.com/nebneb0703/bombs, +https://gitlab.com/jefvanhoyweghen/ng-parse, +https://gitlab.com/bvobart/mllint, +https://gitlab.com/drewlab/pdf-data-parser, +https://gitlab.com/mexus/take-some-rs, +https://gitlab.com/morimekta/utils-config, +https://gitlab.com/open-source-keir/financial-modelling/trading/barter-integration-rs, +https://gitlab.com/ptapping/andor3, +https://gitlab.com/sarys.inc/rose-framework, +https://gitlab.com/ggpack/monkey, +https://gitlab.com/pantacor/pvr, +https://gitlab.com/scion-scxml/vscode-preview, +https://gitlab.com/finwo/ws-rc4, +https://gitlab.com/pipocavsobake/shakal, +https://gitlab.com/protocol-octopus/backend/smart-contracts, +https://gitlab.com/mech-lang/wasm, +https://gitlab.com/autokent/email-syntax-check, +https://gitlab.com/gcdtech/morse, +https://gitlab.com/elika-projects/elika, +https://gitlab.com/nanlabs/rest-lib, +https://gitlab.com/rakshazi/mitufe, +https://gitlab.com/cocainefarm/gtree, +https://gitlab.com/loxosceles/configkeeper, +https://gitlab.com/nolith/lndfeesmanager, +https://gitlab.com/kholboevdostonbek/examplemicro, +https://gitlab.com/griest/generator-griest, +https://gitlab.com/4nd3rs0n/q, +https://gitlab.com/ludo444/aggregationbuilderpaginationbundle, +https://gitlab.com/nightlycommit/diderot, +https://gitlab.com/jfolz/augpy, +https://gitlab.com/jfaixo/cargo-merge, +https://gitlab.com/nexylan/svelty, +https://gitlab.com/justin_lehnen/zsim-cli, +https://gitlab.com/srfilipek/ftweet, +https://gitlab.com/FirstTerraner/vps, +https://gitlab.com/elioangels/sinsay, +https://gitlab.com/appsemble/mini-jsx, +https://gitlab.com/openstapps/core-tools, +https://gitlab.com/imageoptim/cocoa-image, +https://gitlab.com/proscom/react-uploadzone, +https://gitlab.com/ryanobeirne/holiday, +https://gitlab.com/abre/lorikeet, +https://gitlab.com/liguros/merge-scripts, +https://gitlab.com/t9973/the-trivia-api, +https://gitlab.com/hitchy/core, +https://gitlab.com/IT-Berater/twhackssl, +https://gitlab.com/haynes/orika-spring-boot-starter, +https://gitlab.com/Rich-Harris/reorder-topojson, +https://gitlab.com/lego_engineer/dst-server-deploy, +https://gitlab.com/biberklatsche/gitlabtimespend, +https://gitlab.com/empaia/services/workbench-service, +https://gitlab.com/seanchamberlain/long-drop, +https://gitlab.com/opennota/paste, +https://gitlab.com/kalatchev/arenal-client, +https://gitlab.com/helgihaf/CommandLineParser, +https://gitlab.com/glts/spamassassin-milter, +https://gitlab.com/stembord/libs/ts-state-forms, +https://gitlab.com/freect/freect, +https://gitlab.com/stanislavhacker/devlink, +https://gitlab.com/pararam-public/py-pararamio, +https://gitlab.com/kriegvk/kriegbot, +https://gitlab.com/opennota/phash, +https://gitlab.com/functio/functio, +https://gitlab.com/expressive-py/expressive, +https://gitlab.com/milkok/typeatlas, +https://gitlab.com/Catharsium/Catharsium.Util, +https://gitlab.com/node-packages-kirin/cyanprint, +https://gitlab.com/henry0475/components, +https://gitlab.com/romch007/duplicate-requests, +https://gitlab.com/bbmsoft.net/prand, +https://gitlab.com/disappointment-industries/ingatlan-scraper, +https://gitlab.com/paulkiddle/signed-fetch, +https://gitlab.com/aicacia/ts-string-fuzzy_equals, +https://gitlab.com/cstranex/alicorn-sqlalchemy, +https://gitlab.com/oscar6echo/ezdashboard, +https://gitlab.com/mf42/kea3, +https://gitlab.com/stone.code/assert, +https://gitlab.com/linuxfreak003/ballistic, +https://gitlab.com/efronlicht/estd, +https://gitlab.com/stembord/libs/ts-string-fuzzy_equals, +https://gitlab.com/kada-development/gatsby-source-facebook, +https://gitlab.com/JakobDev/minecraft-launcher-cmd, +https://gitlab.com/javawcy/rpc-client, +https://gitlab.com/jlecomte/projects/pycov-convert-relative-filenames, +https://gitlab.com/marsattak-studio-game/catana, +https://gitlab.com/dameon.andersen/cstriggers, +https://gitlab.com/morimekta/tiny-server, +https://gitlab.com/aew/repubmqtt, +https://gitlab.com/skitai/aquests, +https://gitlab.com/grauwoelfchen/overlap, +https://gitlab.com/msts-public/general/gomods, +https://gitlab.com/mpapp-public/manuscripts-json-schema-utils, +https://gitlab.com/mburkard/case-switcher, +https://gitlab.com/Jaumo/pyavro-gen, +https://gitlab.com/mshepherd/flamme-rouge, +https://gitlab.com/cznic/qbe, +https://gitlab.com/eugene.a.kazakov/id4me-rp-client-php, +https://gitlab.com/janslow/gitlab-swagger-client, +https://gitlab.com/ckoliber/KAuth, +https://gitlab.com/cmdjulian/pydockerfile, +https://gitlab.com/heingroup/sielc_dompser, +https://gitlab.com/nicolas.hainaux/cotinga, +https://gitlab.com/cjmatthy200/InternetOfUtilities, +https://gitlab.com/lighthouseit/packages/ignite-burnout, +https://gitlab.com/cznic/pcre2, +https://gitlab.com/jamietanna/spring-content-negotiator, +https://gitlab.com/simont3/hcptool, +https://gitlab.com/EdgarYepez/MultidimLib, +https://gitlab.com/evatix-go/core, +https://gitlab.com/cznic/ebnfutil, +https://gitlab.com/jacobrask/use-fullscreen, +https://gitlab.com/acetylene/acetylene-parser, +https://gitlab.com/MVMC-lab/hervor/asaloader, +https://gitlab.com/a/garfetch, +https://gitlab.com/ecruzolivera/yagenerator, +https://gitlab.com/acanto/framework, +https://gitlab.com/itentialopensource/adapters/cloud/adapter-docker, +https://gitlab.com/gherman/No.Comparers, +https://gitlab.com/jitesoft/open-source/php/validator, +https://gitlab.com/joelerego/ranger, +https://gitlab.com/scion-scxml/schviz, +https://gitlab.com/logius/cloud-native-overheid/tools/vcloud-cli, +https://gitlab.com/cervoneluca/vue-plugin-web3-providers, +https://gitlab.com/aloha68/django-static-markdown-blog, +https://gitlab.com/ftmazzone/bme680, +https://gitlab.com/lgwilliams/freesia, +https://gitlab.com/kesslerdev/kore-platform, +https://gitlab.com/Loicvh/quadproj, +https://gitlab.com/pfaffenrodt/authenticator, +https://gitlab.com/aicacia/ts-core, +https://gitlab.com/mech-lang/utilities, +https://gitlab.com/kermit-js/kermit-bunyan, +https://gitlab.com/parcifal/flask-security-txt, +https://gitlab.com/lgnap/a-gpx-fp, +https://gitlab.com/itentialopensource/adapters/cloud/adapter-aws_s3, +https://gitlab.com/aplus-framework/libraries/testing, +https://gitlab.com/oer/cs/functional-dependencies, +https://gitlab.com/stembord/libs/ts-config-bundler, +https://gitlab.com/jenue/grumphp-drupal, +https://gitlab.com/nul.one/markdown-rundoc, +https://gitlab.com/iamawacko/oniongen-rs, +https://gitlab.com/ds-go/data, +https://gitlab.com/jcarr0/singleton-trait, +https://gitlab.com/michael-johnson/git-me-hooked, +https://gitlab.com/gitm8/npmpty, +https://gitlab.com/devsdmf/instagram-php, +https://gitlab.com/dannosaur/django-dynamic-form-fields, +https://gitlab.com/rdoyle/sharemux, +https://gitlab.com/geoflector/geoflector, +https://gitlab.com/jaywink/federation, +https://gitlab.com/rbertoncelj/wildfly-singleton-service, +https://gitlab.com/nhiennn/packages_translates, +https://gitlab.com/burke-software/passit-typescript-sdk, +https://gitlab.com/lostleonardo/podcat, +https://gitlab.com/ptoner/space-mvc, +https://gitlab.com/HDegroote/hyperpubee-relay, +https://gitlab.com/gennesis.io/apocalipse, +https://gitlab.com/qtb-hhu/modelbase-software, +https://gitlab.com/adralioh/rtorrent-migrate, +https://gitlab.com/cppnet/nodebb/nodebb-plugin-user-badges, +https://gitlab.com/goreleaser/example, +https://gitlab.com/russofrancesco/sourcemerger, +https://gitlab.com/porto/vue-flex-layout, +https://gitlab.com/mergetb/python-client, +https://gitlab.com/distributed_lab/kit, +https://gitlab.com/kmbilly/type-graphql-query, +https://gitlab.com/devallama/use-carousel-hook, +https://gitlab.com/asp-devteam/laravel-repository, +https://gitlab.com/btpoe/react-carousel, +https://gitlab.com/guoyunhe/fetch-instagram-photos, +https://gitlab.com/go-emat/emat-kit, +https://gitlab.com/claudiomattera/rinfluxdb, +https://gitlab.com/adanilin/kazooapi-common, +https://gitlab.com/romikus/porm, +https://gitlab.com/pgrangeiro/python-coinmarketcap-client, +https://gitlab.com/devbit/dingjs, +https://gitlab.com/dsferruzza/sorry-im-off-today, +https://gitlab.com/gitlab-org/golang-cli-helpers, +https://gitlab.com/JakobDev/jdSimpleAutostart, +https://gitlab.com/dgriffen/windows-named-pipe, +https://gitlab.com/dnsheng/KomiDL, +https://gitlab.com/deseretbook/packages/solidus-sdk, +https://gitlab.com/netzlab/maicos, +https://gitlab.com/ledgit/bitcoin-node-monitor, +https://gitlab.com/Mumba/node-vault, +https://gitlab.com/placcd/tdxapi, +https://gitlab.com/aicacia/ts-debounce, +https://gitlab.com/pdobrovolny/quantity, +https://gitlab.com/itentialopensource/adapters/cloud/adapter-azure_aks, +https://gitlab.com/a3nm/frhyme, +https://gitlab.com/prefeituradeavare/envswitch, +https://gitlab.com/cznic/parser, +https://gitlab.com/pyda-group/spicypy, +https://gitlab.com/pgerber/zbase32-rust, +https://gitlab.com/jockel/config-env-parser, +https://gitlab.com/mozgurbayhan/simplejsonobject, +https://gitlab.com/dogma-project/dogma-core, +https://gitlab.com/porto/vue-jedi, +https://gitlab.com/crates.rs/lazyonce, +https://gitlab.com/deliberist/raspi-1wire-temp, +https://gitlab.com/cedrickrause/cmn-tls, +https://gitlab.com/drj11/pypng, +https://gitlab.com/rjmunhoz/expresso, +https://gitlab.com/kyb/autorsync, +https://gitlab.com/odetech/odecloud, +https://gitlab.com/caedes/workspace, +https://gitlab.com/screeps-domina/domina, +https://gitlab.com/rocket-boosters/a-ok, +https://gitlab.com/GeneralProtocols/eslint-config, +https://gitlab.com/aercloud-systems/music-lounge, +https://gitlab.com/oniqlab/capacitor-plugin-geocoder, +https://gitlab.com/cppnet/nodebb/nodebb-plugin-ban-privileges, +https://gitlab.com/romaaeterna/vocball, +https://gitlab.com/Sabati/goban, +https://gitlab.com/evantaylor/miprobe, +https://gitlab.com/contextualcode/ezplatform-richtext-template-extension, +https://gitlab.com/brekk/snang, +https://gitlab.com/clavem/clavem.gitlab.io, +https://gitlab.com/cdaringe/react-scripts-webpack-config-editor, +https://gitlab.com/jdouglass1/hotwireturbo, +https://gitlab.com/rytone/reflow, +https://gitlab.com/chrisspen/django-admin-steroids, +https://gitlab.com/non-creative-team/telegram-bot-api, +https://gitlab.com/dropsolid/unomi-sdk-php, +https://gitlab.com/necheffa/nsddyn, +https://gitlab.com/stembord/libs/ts-locales-bundler, +https://gitlab.com/haendlerbund/legal-text-api-connector, +https://gitlab.com/ribtoks/gitlab-tdg, +https://gitlab.com/elyez/meitrack, +https://gitlab.com/daamien/pandoc-extract-code, +https://gitlab.com/enriquepablo/modus_ponens, +https://gitlab.com/brycedorn/react-intense, +https://gitlab.com/rarifytech/ui-kit, +https://gitlab.com/systent/dj_dashboard, +https://gitlab.com/mycf.sg/authorization-scope, +https://gitlab.com/artdeco/clearr, +https://gitlab.com/klamonte/binarytelnet, +https://gitlab.com/ckhurewa/qhist, +https://gitlab.com/cblau/mdpeditor, +https://gitlab.com/finally-a-fast/fafcms-core, +https://gitlab.com/smallstack/infrastructure/wc-serve-cli, +https://gitlab.com/mergetb/api, +https://gitlab.com/guichet-entreprises.fr/tools/repo-tools, +https://gitlab.com/ae-dir/slapdcheck, +https://gitlab.com/PONCtech/meander, +https://gitlab.com/purpleteam-labs/purpleteam-logger, +https://gitlab.com/hashbeam/blitskrieg, +https://gitlab.com/gladykov/crowdlaw, +https://gitlab.com/restomax-public/restomax-deliverect, +https://gitlab.com/scotttrinh/number-ranges, +https://gitlab.com/ssofos/polypass, +https://gitlab.com/mshepherd/pytility, +https://gitlab.com/serg.masyutin/python-pptx-templating, +https://gitlab.com/spirited/portals, +https://gitlab.com/IonicZoo/chameleon-mask-directive, +https://gitlab.com/bidetaggle/bitstamp-player, +https://gitlab.com/hegdevinayi/kelpie, +https://gitlab.com/ethan.reesor/vscode-notebooks/go-playbooks, +https://gitlab.com/dashers/public/breakpoint-helper, +https://gitlab.com/ErikKalkoken/aa-standingssync, +https://gitlab.com/AegisFramework/Artemis, +https://gitlab.com/domatskiy/beeline-cloud-pbx, +https://gitlab.com/gaper-private/openjvs, +https://gitlab.com/gamechaingers/influence-api, +https://gitlab.com/le7el/build/crs, +https://gitlab.com/openteams/scrud-nuxt, +https://gitlab.com/khangtoh/fb-messenger-api, +https://gitlab.com/muhannad_alrusayni/khalas, +https://gitlab.com/lifemakers/meetpoint, +https://gitlab.com/Pixel-Mqster/appmaker, +https://gitlab.com/cleaninsights/clean-insights-python-sdk, +https://gitlab.com/Plogbilen/felcius, +https://gitlab.com/nightlycommit/vadilate, +https://gitlab.com/awesome-nodes/build-system, +https://gitlab.com/newebtime/pyrocms/repeatering-field_type, +https://gitlab.com/ledgit/krabber, +https://gitlab.com/computationalmaterials/dragonfruit, +https://gitlab.com/csu-tda/PersistenceImages, +https://gitlab.com/gallaecio/versiontracker, +https://gitlab.com/jamgo/jamgo-framework, +https://gitlab.com/garrog/rap, +https://gitlab.com/alinex/node-datastore, +https://gitlab.com/nathanfaucett/rs-specs_messenger, +https://gitlab.com/gennesis.io/basic, +https://gitlab.com/staltz/secret-stack-decorators, +https://gitlab.com/markok314/glucograph, +https://gitlab.com/hipdevteam/locations, +https://gitlab.com/balping/laravel-blade-function, +https://gitlab.com/larsyunker/unithandler, +https://gitlab.com/biffen/go-applause, +https://gitlab.com/gitlab-org/security-products/analyzers/template, +https://gitlab.com/cholmcc/hepdata, +https://gitlab.com/amorozov/decimate, +https://gitlab.com/mhuber84/randomizer, +https://gitlab.com/age-of-minds/aom-framework, +https://gitlab.com/binero/mpw, +https://gitlab.com/fuzzy-ai/web, +https://gitlab.com/strwrite/seed-icons, +https://gitlab.com/eddarmitage/photo-import, +https://gitlab.com/sensio_group/network-js-sdk, +https://gitlab.com/lemmsoft-public/docker-windows-detect-changes, +https://gitlab.com/frissdiegurke/ns-matcher, +https://gitlab.com/accu-trade/django-view-tracking, +https://gitlab.com/commonshost/manifest, +https://gitlab.com/itentialopensource/pre-built-automations/nso-device-onboarding, +https://gitlab.com/djencks/asciidoctor-highlight.js-build-time, +https://gitlab.com/iam-cms/workflows/extra-nodes/elabapy-cli, +https://gitlab.com/avalonparton/opendota2py, +https://gitlab.com/christoph.fink/wolkenbruch, +https://gitlab.com/davricha/softspot, +https://gitlab.com/jimsy/wag, +https://gitlab.com/BlackIQ/payamsms-sms, +https://gitlab.com/itentialopensource/adapters/devops-netops/adapter-ansible_tower, +https://gitlab.com/byron-framework/cli, +https://gitlab.com/kdvkrs/worksheet_grading, +https://gitlab.com/mech-lang/program, +https://gitlab.com/mbarkhau/sbk, +https://gitlab.com/mechaxl/lsystems, +https://gitlab.com/aalto-smartcom/dcc-api, +https://gitlab.com/gear54/go-skype, +https://gitlab.com/nolim1t/nodebackup, +https://gitlab.com/_doomy/commune, +https://gitlab.com/alda78/scanimage-webui, +https://gitlab.com/metahkg/rlp-proxy-rewrite, +https://gitlab.com/etke.cc/emm, +https://gitlab.com/bliss-design-system/tokens, +https://gitlab.com/prochac.dataddo/headless-go, +https://gitlab.com/mutaimwiti/rbactl, +https://gitlab.com/d_/dlc-gui, +https://gitlab.com/noleme/noleme-store, +https://gitlab.com/heartbeatgmbh/foss/loris, +https://gitlab.com/lsmoura/base36, +https://gitlab.com/codingms/typo3-public/view_statistics, +https://gitlab.com/cznic/pcre, +https://gitlab.com/gitlab-org/vulnerability-research/foss/semver_dialects, +https://gitlab.com/aa900031/vue-perfect-list, +https://gitlab.com/sat-polsl/gcs/gcs-cli, +https://gitlab.com/lightning-signer/serde-bolt, +https://gitlab.com/jernejz5/node-akamai-orchestrator, +https://gitlab.com/kjschiroo/horkos, +https://gitlab.com/jspiers/videoframes, +https://gitlab.com/crosscone/lib/tgbot, +https://gitlab.com/staltz/estimate-progress, +https://gitlab.com/openstapps/core, +https://gitlab.com/domatskiy/bitrix24, +https://gitlab.com/arabesque/core, +https://gitlab.com/elika-projects/elika.core, +https://gitlab.com/meaningfuldata/commitlint-config, +https://gitlab.com/revesansparole/glabpkg, +https://gitlab.com/moorepants/skijumpdesign, +https://gitlab.com/GCSBOSS/eclipt, +https://gitlab.com/Rich-Harris/stacking-order, +https://gitlab.com/GCSBOSS/mongo-redux, +https://gitlab.com/metakeule/config, +https://gitlab.com/sv4u/slippi-combo-detector, +https://gitlab.com/ethz_hvl/pymethes, +https://gitlab.com/mpapp-public/manuscripts-comment-editor, +https://gitlab.com/pijarowski.matthias/pytorch_trainer, +https://gitlab.com/morimekta/utils-proto, +https://gitlab.com/geldoronie/electron-updater-robby, +https://gitlab.com/matyashorky/latex-dirtree-gen, +https://gitlab.com/danieljrmay/audio-duration, +https://gitlab.com/Chips4Makers/c4m-flexmem, +https://gitlab.com/sjrowlinson/reslate, +https://gitlab.com/peter-rybar/prest-lib, +https://gitlab.com/crates-rs/reef, +https://gitlab.com/jamesaaron97248/system-cleaner-sesc191y, +https://gitlab.com/rockerest/fast-mersenne-twister, +https://gitlab.com/ptapping/datalogd, +https://gitlab.com/Ma27/eslint-plugin-varspacing, +https://gitlab.com/franck.simon/publicholidays, +https://gitlab.com/philbooth/surch, +https://gitlab.com/lookslikematrix/rpi-tm1637, +https://gitlab.com/j3a-solutions/timesource, +https://gitlab.com/NicolasJouanin/bs-pixl-xml, +https://gitlab.com/service-work/size-observer, +https://gitlab.com/doertydoerk/ddd, +https://gitlab.com/matthiaseiholzer/tinguely, +https://gitlab.com/johnfabbio/brackets-laravel-blade-5, +https://gitlab.com/dexterlabs/dexlib, +https://gitlab.com/open-source-keir/financial-modelling/trading/barter-execution-rs, +https://gitlab.com/nexa/nexaaddrjs, +https://gitlab.com/dhosterman/smat-cli, +https://gitlab.com/r-iendo/mathew, +https://gitlab.com/infor-cloud/martian-cloud/tharsis/graphql-query-complexity, +https://gitlab.com/flimzy/ale, +https://gitlab.com/jzacsh/runonchange, +https://gitlab.com/raphacosta/falconify-scaffolding, +https://gitlab.com/DigonIO/pypermission, +https://gitlab.com/ds-go/skeleton, +https://gitlab.com/kuadrado-software/fantomatic-engine, +https://gitlab.com/code_monk/json2bash, +https://gitlab.com/dysania/ssh-randomart, +https://gitlab.com/jlecomte/python/leela-doc, +https://gitlab.com/becheran/pysg, +https://gitlab.com/alexanderluettig/w2g-client, +https://gitlab.com/runarberg/trompt, +https://gitlab.com/mneumann_ntecs/tractor, +https://gitlab.com/jakej230196/gofinance, +https://gitlab.com/arps/arps, +https://gitlab.com/ballioli/runescape3-api, +https://gitlab.com/opentestfactory/tools, +https://gitlab.com/pixelbrackets/mattermost-poll, +https://gitlab.com/staltz/react-native-has-internet, +https://gitlab.com/blauwe-knop/vorderingenoverzicht/financial-claim-request-service, +https://gitlab.com/cfreksen/llvm--emulator, +https://gitlab.com/artgam3s/public-libraries/rust/google_drive_client, +https://gitlab.com/nihilarr/parse-torrent-name, +https://gitlab.com/kalilinux/packages/sublist3r, +https://gitlab.com/askanna/askanna-python, +https://gitlab.com/kimlu/utils-guid, +https://gitlab.com/DmitriyZverev/typescript-config, +https://gitlab.com/studentennettwente/maildap, +https://gitlab.com/efil.kudret/sqlkata.modelhelper, +https://gitlab.com/jlecomte/projects/pylint-codeclimate, +https://gitlab.com/Patiga/twgpu, +https://gitlab.com/jrobsonchase/newtype, +https://gitlab.com/msts-public/plugins/invoiceme-magento2, +https://gitlab.com/envis10n/duktape-rs, +https://gitlab.com/aalok-sathe/pyMediaAnnotator, +https://gitlab.com/quantlane/meta/cq, +https://gitlab.com/somanyaircraft/rdfhelpers, +https://gitlab.com/john89/api_open_studio_admin, +https://gitlab.com/riovir/slush-vue-webpack, +https://gitlab.com/lbartoletti/portgraph, +https://gitlab.com/dogma-project/dogma-meta, +https://gitlab.com/srnb/nose, +https://gitlab.com/bgorkem/monorepo-trial, +https://gitlab.com/quantlane/meta/orange, +https://gitlab.com/pycqa/flake8-json, +https://gitlab.com/ethergem/go-egem, +https://gitlab.com/btleffler/node-prock, +https://gitlab.com/delopr/dlpr-favicons, +https://gitlab.com/elrnv/unroll, +https://gitlab.com/signalytics/signalyzer, +https://gitlab.com/arisilon/batcave, +https://gitlab.com/ribamar-org/ribamar, +https://gitlab.com/lighty/framework, +https://gitlab.com/iamawacko-oss/oniongen-rs, +https://gitlab.com/greggreg/tree-sitter-gleam, +https://gitlab.com/blad-mercenary/core, +https://gitlab.com/ergoithz/uactor, +https://gitlab.com/romaricpascal/domjure, +https://gitlab.com/dasnoo.official/arsocket, +https://gitlab.com/alinex/node-core, +https://gitlab.com/beblurt/dblurt, +https://gitlab.com/anthony-tron/create-pug-tailwind-starter, +https://gitlab.com/gitlab-com/gl-infra/jsonnet-tool, +https://gitlab.com/greg198584/gridclient, +https://gitlab.com/nbbeeken/dashmips, +https://gitlab.com/qcomputing/qprof/qprof, +https://gitlab.com/qemu-project/edk2, +https://gitlab.com/biotransistor/zerogravity, +https://gitlab.com/brd.com/brd.js, +https://gitlab.com/beautils/ipc, +https://gitlab.com/romanvolkov/VideoToGalleryPlugin, +https://gitlab.com/hr567/liboj, +https://gitlab.com/getanthill/event-source, +https://gitlab.com/kermit-js/kermit-bunny-hole, +https://gitlab.com/dr_carlos/pyg3a, +https://gitlab.com/rtwheato/openadr-ven, +https://gitlab.com/cunruh3760/reconcile, +https://gitlab.com/Emeraude/magic-models, +https://gitlab.com/kyb/git-rev-label, +https://gitlab.com/jitesoft/open-source/javascript/group-by, +https://gitlab.com/nycex/clicker, +https://gitlab.com/FRETS/frets, +https://gitlab.com/antoinecaron/toolbox, +https://gitlab.com/aw1cks/pyslam, +https://gitlab.com/loic.quertenmont/django_validated_jsonfield, +https://gitlab.com/HartkopfF/Purple, +https://gitlab.com/stanislavhacker/cuaatt, +https://gitlab.com/mickaelw/demo-clean-architecture-backend, +https://gitlab.com/LUI-3/components/labels, +https://gitlab.com/nealgeilen/crud, +https://gitlab.com/newebtime/pyrocms/agency-theme, +https://gitlab.com/davidjpeacock/shelbot-ii, +https://gitlab.com/jancraft888/radonjs, +https://gitlab.com/hct/m-mock, +https://gitlab.com/bsarter/Belote, +https://gitlab.com/openbridge/openbridge-exporter, +https://gitlab.com/notabene/open-source/javascript-sdk, +https://gitlab.com/ignitionrobotics/web/ign-go, +https://gitlab.com/sequence/utilities/autotheorygenerator, +https://gitlab.com/f17/wikijs-notify, +https://gitlab.com/NonFactors/Wellidate, +https://gitlab.com/chgrzegorz/dyplom-code, +https://gitlab.com/odooist/asterisk-odoo-agent, +https://gitlab.com/ericpugh/handy, +https://gitlab.com/deseretbook/packages/sdk-factory, +https://gitlab.com/commitman/jaap, +https://gitlab.com/blauwe-knop/vorderingenoverzicht/scheme-service, +https://gitlab.com/slusheea/sevseg-3642bs, +https://gitlab.com/JonathonReinhart/passhashdb, +https://gitlab.com/Jaumo/avro-preprocessor, +https://gitlab.com/mervinzhu/react-native-pushy-mutirn, +https://gitlab.com/labo-pe/efficientip-go-client, +https://gitlab.com/marzzzello/mirror-monitor, +https://gitlab.com/baleada/vue-icons, +https://gitlab.com/lpmrfentazis/lorettorbital, +https://gitlab.com/jinyexin/corecli, +https://gitlab.com/dunj3/evtclib, +https://gitlab.com/arnedesmedt/vue-ads-pagination, +https://gitlab.com/alensuljkanovic/silvera, +https://gitlab.com/plantd/plantd, +https://gitlab.com/stevendobay/seed, +https://gitlab.com/koudelka.michal/mobx-realm, +https://gitlab.com/mcepl/epubgrep, +https://gitlab.com/dario.rieke/validation, +https://gitlab.com/iilonmasc/gocinga, +https://gitlab.com/openflexure/openflexure-microscope-pyclient, +https://gitlab.com/datopian/ckan-ng-harvest, +https://gitlab.com/gitote/cdn, +https://gitlab.com/paulkiddle/custom-fetch, +https://gitlab.com/ahmedcharles/mct, +https://gitlab.com/simtopy/moleculer-simple-runner, +https://gitlab.com/aedev-group/aedev_git_repo_manager, +https://gitlab.com/machine-learning-helpers/features_factory, +https://gitlab.com/ouya/node-red-contrib-iota-mam, +https://gitlab.com/arithmox/hyfive, +https://gitlab.com/morimekta/utils-strings, +https://gitlab.com/staltz/pull-drain-gently, +https://gitlab.com/prologin/eventsd, +https://gitlab.com/mpapp-public/manuscripts-manuscript-transform, +https://gitlab.com/agus_helfa/hospitalclass, +https://gitlab.com/bowlofeggs/rpick, +https://gitlab.com/burke-software/hubot-taiga, +https://gitlab.com/Oprax/backup-utils, +https://gitlab.com/mech-lang/syntax, +https://gitlab.com/lavitto/typo3-markdown-parser, +https://gitlab.com/everest-code/libraries/tornado-middlewares, +https://gitlab.com/realistschuckle/pygpeg, +https://gitlab.com/daily-five/framework, +https://gitlab.com/t8237/rpc_reader, +https://gitlab.com/kai.richard.koenig/easytainer-cli, +https://gitlab.com/NamingThingsIsHard/media_tools/mk_badge, +https://gitlab.com/gmtjuyn/go/utils/types, +https://gitlab.com/pyfox/ringding, +https://gitlab.com/MatthiasLohr/tololib, +https://gitlab.com/avitusit/svelte-request-helper, +https://gitlab.com/reederc42/wiki, +https://gitlab.com/flying-kestrel/schema_oxidation, +https://gitlab.com/itentialopensource/adapters/cloud/adapter-ns1_cloud, +https://gitlab.com/careyevans/embed-manifest, +https://gitlab.com/BobyMCbobs/node_dns_changer, +https://gitlab.com/brd.com/butter-vue, +https://gitlab.com/robertinc/cardlez-api, +https://gitlab.com/newebtime/pyrocms/streams-extra, +https://gitlab.com/ds-go/dispatcher, +https://gitlab.com/kalilinux/packages/enum4linux, +https://gitlab.com/brixel/brixel-styleguide-components, +https://gitlab.com/kobededecker/dataviewer, +https://gitlab.com/kermit-js/kermit-mongoose, +https://gitlab.com/monogoto.io/node-red-contrib-msg-tracer, +https://gitlab.com/romaaeterna/memoria, +https://gitlab.com/pegn/pegn-go, +https://gitlab.com/dacs-hpi/deepac-live, +https://gitlab.com/co-stack.com/co-stack.com/typo3-extensions/api, +https://gitlab.com/poulet_a/rubyhelper, +https://gitlab.com/DPDmancul/clap-serde-derive, +https://gitlab.com/infor-cloud/martian-cloud/tharsis/go-limiter, +https://gitlab.com/iternity/archlint.cs, +https://gitlab.com/lobaro/firefly-go, +https://gitlab.com/robigalia/freestanding-musl-malloc, +https://gitlab.com/cstranex/alicorn, +https://gitlab.com/outflow-project/outflow, +https://gitlab.com/mkourim/polarion-tools-common, +https://gitlab.com/ican.js/ican.js, +https://gitlab.com/licorna/shellwrap, +https://gitlab.com/firerainos/firerain-installer, +https://gitlab.com/eemj/anime-pack, +https://gitlab.com/nusphere/symfony-webpack-php-generator, +https://gitlab.com/fortitudetec/elucidation-project/elucidation, +https://gitlab.com/GCSBOSS/golog, +https://gitlab.com/dentsu-data-lab/adobe, +https://gitlab.com/claudiomattera/png2wasm4src, +https://gitlab.com/eclipse-expeditions/aa-blueprints, +https://gitlab.com/alinex/node-data, +https://gitlab.com/mospolydevs/kis_lab_1, +https://gitlab.com/pjbecotte/rye, +https://gitlab.com/koalalorenzo/twitch-meme-generator, +https://gitlab.com/stavros/parachute, +https://gitlab.com/epfl-center-for-imaging/orientationpy, +https://gitlab.com/a-la/alanode, +https://gitlab.com/AGausmann/actix-irc, +https://gitlab.com/larsfp/excom, +https://gitlab.com/compassione/apice, +https://gitlab.com/lpasselin/fshamer, +https://gitlab.com/gaming0skar123/go/modules/imgur, +https://gitlab.com/ds-go/router, +https://gitlab.com/a-robinson/firestoremq, +https://gitlab.com/fishbot/libs/context-selector, +https://gitlab.com/cfd-innovationoss/mya-public, +https://gitlab.com/fruitygo/pnutmux, +https://gitlab.com/nathanfaucett/rs-virtual_view, +https://gitlab.com/cznic/opt, +https://gitlab.com/paulisloud/next-graphql-static-export, +https://gitlab.com/ribtoks/tdg, +https://gitlab.com/sequence/connectors/pwsh, +https://gitlab.com/rbprogrammer/xdgenvpy, +https://gitlab.com/goquo/xpath-object-transform, +https://gitlab.com/brianegan/nuxt-milligram, +https://gitlab.com/Shauni/aurelia-smart-table, +https://gitlab.com/openreviewio/openreviewio_py, +https://gitlab.com/openresources/resourcehub_project, +https://gitlab.com/hestia-earth/hestia-calculation-engine, +https://gitlab.com/jamespole/cellmap, +https://gitlab.com/FloatFlow/colorblind, +https://gitlab.com/nathanfaucett/rs-bezier1, +https://gitlab.com/gomimir/server, +https://gitlab.com/erzo/git-viewer, +https://gitlab.com/gitlab-org/frontend/fonts, +https://gitlab.com/dumonts/hunspell-java, +https://gitlab.com/initforthe/stimulus-rails-ujs, +https://gitlab.com/numerous/numerous.sdk, +https://gitlab.com/gm666q/input-event-codes, +https://gitlab.com/jonas.jasas/httprelay-js, +https://gitlab.com/palvarez89/gitlabirced, +https://gitlab.com/ethan.reesor/vscode-notebooks/go-kernel, +https://gitlab.com/duobradovic/pydmarc, +https://gitlab.com/bttg_/gulp-minify-html-literals, +https://gitlab.com/gitlab-org/security-products/analyzers/command, +https://gitlab.com/octomy/clockwork, +https://gitlab.com/savushkin.i/package-local-publisher, +https://gitlab.com/ArthurdHerbemont/aimms-pygments-style, +https://gitlab.com/juergens/pfycat, +https://gitlab.com/lyda/gqgmc, +https://gitlab.com/stefan99353/cobble-core, +https://gitlab.com/chjordan/sslf, +https://gitlab.com/robigalia/virtio, +https://gitlab.com/ridesz/eslint-config-usual, +https://gitlab.com/resif/rsyncstats, +https://gitlab.com/sofer_mahir/text_alignment_tool, +https://gitlab.com/Giildo/rich-text_editor_vuetify, +https://gitlab.com/oppy-finance/oppychain, +https://gitlab.com/bn3t/mimus-serve, +https://gitlab.com/Otag/Otag, +https://gitlab.com/stat-89a/linalg_for_datasci, +https://gitlab.com/flywheel-io/flywheel-apps/dcm2niix, +https://gitlab.com/ShiningCrusader/codesmith, +https://gitlab.com/hestia-earth/hestia-glossary, +https://gitlab.com/amnes/amnes, +https://gitlab.com/noleme/noleme-console, +https://gitlab.com/aa900031/react-native-transfrom-view, +https://gitlab.com/general-purpose-libraries/graph, +https://gitlab.com/ribtoks/listing, +https://gitlab.com/gpaul.nel/threedvector, +https://gitlab.com/efaistos/ts-helper, +https://gitlab.com/kf5jwc/callpass-py, +https://gitlab.com/libvirt/libvirt-go-xml, +https://gitlab.com/flecsimodev/flecsimo, +https://gitlab.com/m4573rh4ck3r/getlab, +https://gitlab.com/LegionerRI/better.log, +https://gitlab.com/soanvig/binary-pipe, +https://gitlab.com/humb1t/typeform-rs, +https://gitlab.com/kael_k/python-redis-sentinel, +https://gitlab.com/lc-3/assembler, +https://gitlab.com/flimzy/transistor, +https://gitlab.com/gitlab-org/incubation-engineering/mlops/ipynbdiff, +https://gitlab.com/shokoohi/ter, +https://gitlab.com/ahau/ssb-crut-authors, +https://gitlab.com/geoadmin-opensource/django-file-context, +https://gitlab.com/blad-mercenary/eslint-config, +https://gitlab.com/pnmtjonahen/pepercoin, +https://gitlab.com/kamilnerBells/scheduler, +https://gitlab.com/budosystems/budosystems-core, +https://gitlab.com/samanthaAlison/cordova-plugin-pocketsphinx, +https://gitlab.com/initforthe/capistrano-docker-deploy, +https://gitlab.com/php-platform/restful, +https://gitlab.com/priezz/simple-react-mobx-router, +https://gitlab.com/mergetb/tech/sled, +https://gitlab.com/jakej230196/trading-protos, +https://gitlab.com/myrrlyn/endian_trait, +https://gitlab.com/nguyenhoangminhkk404/rn-x-toast, +https://gitlab.com/jello/radicale_auth_PAM, +https://gitlab.com/antoinecollet5/pyesmda, +https://gitlab.com/hibeekaey/s3-storage-manager, +https://gitlab.com/projectn-oss/projectn-bolt-python, +https://gitlab.com/alexandr.krucheniuk/ngx-signature-pad, +https://gitlab.com/rvaiya/gt, +https://gitlab.com/coyotebringsfire/generator-bugzy, +https://gitlab.com/aknudsen/hapi-cache-plugin, +https://gitlab.com/gomidi/midicatdrv, +https://gitlab.com/RenovoSolutions/rl-async-testing, +https://gitlab.com/cznic/freetype, +https://gitlab.com/relkom/syslog-rs, +https://gitlab.com/archer-oss/form-builder/dependency-checker-core, +https://gitlab.com/jdtech/pw4py, +https://gitlab.com/lilacashes/DuplicateImages, +https://gitlab.com/pushrocks/smartcli, +https://gitlab.com/monokuro/prinit, +https://gitlab.com/fehrlich/immoscout24-api-php, +https://gitlab.com/avalonparton/steam-shortcut-manager, +https://gitlab.com/slippers/gmc, +https://gitlab.com/riffard/job_farmer, +https://gitlab.com/salufast/markdown-plugins/micromark-extension-tooltip, +https://gitlab.com/hearthero/node-rompatcher, +https://gitlab.com/kizyanov/directbank, +https://gitlab.com/DeveloperC/cli_chess, +https://gitlab.com/favoritemedium-oss/eslint-config-favoritemedium-typescript, +https://gitlab.com/praveen_kumar_cp/ngx-simple-widgets, +https://gitlab.com/benvial/refidx, +https://gitlab.com/go-sys-mon/go-sys-mon, +https://gitlab.com/iidsgt/biocwl-dash, +https://gitlab.com/arcadbox/arcad, +https://gitlab.com/ds-go/storage, +https://gitlab.com/robjloranger/license, +https://gitlab.com/cedric/ip-link, +https://gitlab.com/ap3k/node_modules/adonis-rethinkdb, +https://gitlab.com/enjoyform/packages/moysklad, +https://gitlab.com/defcronyke/libhob, +https://gitlab.com/davedoesdev/webauthn-perk, +https://gitlab.com/nathanfaucett/rs-specs_bundler, +https://gitlab.com/phanda/framework, +https://gitlab.com/pgjones/quart-db, +https://gitlab.com/cznic/file, +https://gitlab.com/nasraldin/codezero, +https://gitlab.com/pgmtc-lib/turnstile, +https://gitlab.com/spearman/key-vec, +https://gitlab.com/codesketch/dino, +https://gitlab.com/porky11/dialogi, +https://gitlab.com/carmenbianca/en-pyssant, +https://gitlab.com/obsidianical/microbin, +https://gitlab.com/nilit/shuup-scatl, +https://gitlab.com/eyeswild/cloudconfig, +https://gitlab.com/hpux735/dbus-testwriter, +https://gitlab.com/jonafato/flake8-type-ignore, +https://gitlab.com/aetst-group/aetst, +https://gitlab.com/north-robotics/north_utils, +https://gitlab.com/sasja/lasik, +https://gitlab.com/flimzy/logrusentry, +https://gitlab.com/DamKoVosh/cellular_automaton, +https://gitlab.com/daxm/FreePBX_Bulk_Handler, +https://gitlab.com/GCSBOSS/load-m-up, +https://gitlab.com/erik_97/mpr121-driver, +https://gitlab.com/jlecomte/ansible/roster, +https://gitlab.com/selfagency/2famsg, +https://gitlab.com/caelum-tech/lorena/lorena-matrix-helpers, +https://gitlab.com/dbnZA/Jita, +https://gitlab.com/romaiiiinnn/imarac, +https://gitlab.com/coboxcoop/seeder, +https://gitlab.com/philn/CocoRicoFM, +https://gitlab.com/Danno131313/dfile-rs, +https://gitlab.com/systra/itsim/itsim_project_creation_library, +https://gitlab.com/bch-dev/bbnv, +https://gitlab.com/frankvanmeurs/redesigned-chainsaw, +https://gitlab.com/AbiramK/thanos-snap, +https://gitlab.com/open-galactic/satellite-constellation, +https://gitlab.com/Prantl/WebGLEngine, +https://gitlab.com/Lynnesbian/dota2cat, +https://gitlab.com/alfiedotwtf/gallop, +https://gitlab.com/famedly/company/backend/libraries/chashmap, +https://gitlab.com/flimzy/assert, +https://gitlab.com/almujib/almujib-cli, +https://gitlab.com/advian-oss/python-dsinfluxlogger, +https://gitlab.com/notabene/open-source/cli, +https://gitlab.com/north-robotics/north_devices, +https://gitlab.com/slippi-development/slippi-combo-detector, +https://gitlab.com/dlab-indecol/web_trawler, +https://gitlab.com/cleaninsights/derezzed, +https://gitlab.com/dlab-indecol/iam_tools, +https://gitlab.com/passcreator/passcreator.passwordhistory, +https://gitlab.com/cpteam/image, +https://gitlab.com/larswirzenius/roadmap, +https://gitlab.com/biotransistor/acpipe_acjson, +https://gitlab.com/schegge/double-array-trie, +https://gitlab.com/mvysny/vok-dataloader, +https://gitlab.com/lightim/light, +https://gitlab.com/sql-garble/mybatis-sql-garble, +https://gitlab.com/ModernisingMedicalMicrobiology/groupBug, +https://gitlab.com/f5-pwe/kog, +https://gitlab.com/autokent/email-domain-check, +https://gitlab.com/abstract-binary/nix-nar-rs, +https://gitlab.com/mpapp-public/manuscripts-sync, +https://gitlab.com/abdal-security-group/abdal-php-waf, +https://gitlab.com/plut0n/bcert, +https://gitlab.com/compphys-public/tinie, +https://gitlab.com/sand7/sand, +https://gitlab.com/superallan/fvscl, +https://gitlab.com/hest-lab/hest-plugin-fritzbox, +https://gitlab.com/LinKsKiLL/carbone-html, +https://gitlab.com/greizgh/bookshelf, +https://gitlab.com/michal.bryxi/ember-intl-changeset-validations, +https://gitlab.com/bhuwanpandey999/daemonic-progress, +https://gitlab.com/Shinobi-Systems/VideoSynopsis, +https://gitlab.com/deepsport/deepsport_utilities, +https://gitlab.com/phrz/mydy, +https://gitlab.com/julianbaumann/ionic-bottom-sheet-component, +https://gitlab.com/gitlab-org/ci-cd/runner-tools/release-index-generator, +https://gitlab.com/fuzzy-ai/microservice-client, +https://gitlab.com/asm-dtu/acat, +https://gitlab.com/popcop322/link-shortener, +https://gitlab.com/phkiener/swallow.chainofinjection, +https://gitlab.com/csb.ethz/enkie, +https://gitlab.com/potyl/aws-ssh-proxy, +https://gitlab.com/shardus/monitor-server, +https://gitlab.com/rpatterson/feed-archiver, +https://gitlab.com/radek-sprta/Cachalot, +https://gitlab.com/ersutton/modest-queue, +https://gitlab.com/bitmuster/pytest_system_test_plugin, +https://gitlab.com/gitlab-com/content-sites/docsy-gitlab, +https://gitlab.com/elazkani/rundeck-resources, +https://gitlab.com/GeneralProtocols/electrum-cash/servers, +https://gitlab.com/skalamark/glanguage, +https://gitlab.com/akarchwiss/hugo-fjord-akarchwiss, +https://gitlab.com/mech-lang/assets, +https://gitlab.com/GeneralProtocols/anyhedge/contracts, +https://gitlab.com/siteasservice/project-architecture/templates/template-svc-golang, +https://gitlab.com/schedule4j/schedule4j-cron, +https://gitlab.com/orumip/angular-miller-columns, +https://gitlab.com/grammm/rustgram/rustgram, +https://gitlab.com/kernal/kibin, +https://gitlab.com/LUI-3/components/buttons-extras, +https://gitlab.com/distributed_lab/urlval, +https://gitlab.com/cathaldallan/codebox, +https://gitlab.com/chameleoid/kymera/simulator, +https://gitlab.com/agustin.moyano/sfc, +https://gitlab.com/jblarsen/tidal-prediction-python, +https://gitlab.com/elbartus/yake, +https://gitlab.com/riovir/create-vue-app, +https://gitlab.com/HotChocJS/HotChocJS, +https://gitlab.com/code.max/generate-distro, +https://gitlab.com/Syroot/Windows, +https://gitlab.com/rileyvel-mediawiki-webdev/SimpleMWApi-js, +https://gitlab.com/bsara/eslint-config-bsara, +https://gitlab.com/eeriksp/factory-man, +https://gitlab.com/Baasie/cypress-serenity-reporter, +https://gitlab.com/mosaik/examples/cosima, +https://gitlab.com/kylehqcom/render, +https://gitlab.com/Gripexfc/gmgo-cli, +https://gitlab.com/nerding_it/paginated-table-webcomponent, +https://gitlab.com/chornsby/pytest-pikachu, +https://gitlab.com/gravadigital/generator-baucis, +https://gitlab.com/jcarr0/scell, +https://gitlab.com/nobodyinperson/python3-patatmo, +https://gitlab.com/danielneis/moodle-block_featuredcourses, +https://gitlab.com/patbator/activitystreams, +https://gitlab.com/gibberfish/python-matrixbot, +https://gitlab.com/jinyexin/wechat, +https://gitlab.com/conderls/boutpy, +https://gitlab.com/ModioAB/aiozabbix, +https://gitlab.com/gkovalechyn/tcs-battletracker-webrenderer, +https://gitlab.com/radiofrance/lemonldapng-operator, +https://gitlab.com/luddites/lud, +https://gitlab.com/rockerest/rollup-plugin-lit-html, +https://gitlab.com/faststan/faststan, +https://gitlab.com/hajnyon/uikit-icons-extended, +https://gitlab.com/noor-projects/django-static-webpack-plugin, +https://gitlab.com/stranskyjan/typedoc-plugin-katex, +https://gitlab.com/b5n/simplepkg, +https://gitlab.com/BonsaiDen/ts-doctest, +https://gitlab.com/radiology/infrastructure/task-manager, +https://gitlab.com/aiakos/spatnav, +https://gitlab.com/coveas/wordpress-template, +https://gitlab.com/haath/goirate, +https://gitlab.com/philbooth/tryer, +https://gitlab.com/alelec/gitlab-tags-to-pip-index, +https://gitlab.com/canarduck/flumel, +https://gitlab.com/ngocnh/laravel-highcharts, +https://gitlab.com/SchoolOrchestration/libs/microservicetool, +https://gitlab.com/mschleeweiss/ui5-middleware-simplesaml, +https://gitlab.com/advian-oss/python-datastreamservicelib, +https://gitlab.com/radiofrance/k8s-shields, +https://gitlab.com/ochienged/gitlab-runner-operator, +https://gitlab.com/spirostack/spirofs, +https://gitlab.com/nimblygames/steam, +https://gitlab.com/chronos.alfa/box_drawing, +https://gitlab.com/andrew_ryan/disk_list, +https://gitlab.com/peerdb/search, +https://gitlab.com/mschop/notee, +https://gitlab.com/johnny_barracuda/ripandtear, +https://gitlab.com/lesql/lesql, +https://gitlab.com/nicolasbonnici/restapibundle, +https://gitlab.com/inkscape/extras/extension-xaml, +https://gitlab.com/monnef/ts-opt, +https://gitlab.com/dev_ik/magazine-landing, +https://gitlab.com/stucamp/canvasscraper, +https://gitlab.com/monnef/beesn, +https://gitlab.com/a3nm/haspirater, +https://gitlab.com/nastulcik.michal/utils, +https://gitlab.com/agus_helfa/bpjsclass, +https://gitlab.com/minecraftchest1/nuget-packages, +https://gitlab.com/drom/jtag, +https://gitlab.com/monsterbitar/json-arraybuffer-reviver, +https://gitlab.com/prosocialai/proai, +https://gitlab.com/BenoitGielly/flake8-maya, +https://gitlab.com/janpb/ncbi-taxonomist, +https://gitlab.com/martinpham/react-360-keyboard-camera-controller, +https://gitlab.com/openspring-projects/springphp-framework, +https://gitlab.com/m_pchelnikov/vue-form-generator-graphql, +https://gitlab.com/redfield/split, +https://gitlab.com/honeyryderchuck/rodauth-select-account, +https://gitlab.com/pitipat.dop/nationalities, +https://gitlab.com/jespertheend/node-nuimo-click, +https://gitlab.com/liranc/pandas_scd, +https://gitlab.com/pristy-oss/pristy-libvue, +https://gitlab.com/gecko.io/jersey_jaxrs_whiteboard, +https://gitlab.com/radiobrowser/radiobrowser-lib-rust, +https://gitlab.com/joekaiser/fault-tolerance, +https://gitlab.com/geusebi/thermistor-utils, +https://gitlab.com/chaica/mastocount, +https://gitlab.com/MazeChaZer/webcomponent-ckeditor, +https://gitlab.com/payamak/payamak, +https://gitlab.com/dawn_app/sir, +https://gitlab.com/hyper-expanse/open-source/generator-python-library, +https://gitlab.com/cschram/drawgaiden, +https://gitlab.com/bch-dev/op-wallet, +https://gitlab.com/carmenbianca/changelogdir, +https://gitlab.com/hillar/naiive, +https://gitlab.com/JelleDev/notification, +https://gitlab.com/advian-oss/rust-datastreamcorelib, +https://gitlab.com/Creplav/mongo-curry, +https://gitlab.com/more-cores/discord-message-builder, +https://gitlab.com/nilit/shuup-attrim, +https://gitlab.com/brd.com/deploy-it, +https://gitlab.com/hylkedonker/harmonium-models, +https://gitlab.com/dogma-project/dogma-headless, +https://gitlab.com/CinCan/ioc_strings, +https://gitlab.com/datopian/ckan-ng-harvester-core, +https://gitlab.com/fish0373/ip-regex-generator, +https://gitlab.com/apinephp/http-message, +https://gitlab.com/robot_accomplice/jais, +https://gitlab.com/david.scheliga/arithmeticmeancurve, +https://gitlab.com/costrouc/lammps-cython, +https://gitlab.com/alienscience/mailing, +https://gitlab.com/media-cloud-ai/libraries/mcai-client, +https://gitlab.com/inivation/dv/dv-js, +https://gitlab.com/kkitahara/cif-tools, +https://gitlab.com/pyregression/pyregression, +https://gitlab.com/lpgroup/lpgroup, +https://gitlab.com/mburkard/jsonrpc2-objects, +https://gitlab.com/jojolebarjos/itembed, +https://gitlab.com/joetrollo/archie, +https://gitlab.com/michal-bryxi/open-source/ember-intl-changeset-validations, +https://gitlab.com/mpapp-public/manuscripts-examples, +https://gitlab.com/knaydenov/koolbox, +https://gitlab.com/rust-bitcoincash/rust-bitcoincash, +https://gitlab.com/parzh/re-scaled, +https://gitlab.com/bliss-design-system/test-utils, +https://gitlab.com/bliss-design-system/utility-css, +https://gitlab.com/abstraktor-production-delivery-public/actorjs, +https://gitlab.com/gomidi/webmididrv, +https://gitlab.com/dsgov-br/dsgov.br-webcomponents, +https://gitlab.com/gitlab-ci-utils/gitlab-releaser, +https://gitlab.com/mnn/mauspaf, +https://gitlab.com/GrumpyGameDev/fsharp/SDLFS, +https://gitlab.com/kozlovvski/cra-template-foolproof, +https://gitlab.com/foxenros/arena-core-net, +https://gitlab.com/mjbecze/sortedmap, +https://gitlab.com/cznic/ebnf, +https://gitlab.com/slepc/slepc4py, +https://gitlab.com/b4ckup/ts-tex, +https://gitlab.com/serial-lab/list_based_flavorpack, +https://gitlab.com/rendaw/decpac, +https://gitlab.com/pycqa/mccabe-console-script, +https://gitlab.com/amrelk/frcds, +https://gitlab.com/jcarnu/metarcollect, +https://gitlab.com/jkuebart/node-jslint-cli, +https://gitlab.com/ericpugh/handy-colors, +https://gitlab.com/lexobyte/svelte-well-formed, +https://gitlab.com/aquarthur/urlscan-io, +https://gitlab.com/Deathrage/mlg, +https://gitlab.com/iternity/plantuml.cs, +https://gitlab.com/gyunu/adonis-graphql-lucid-resolvers, +https://gitlab.com/pgabriel/kinectmatics, +https://gitlab.com/aicacia/ts-state-forms, +https://gitlab.com/burdzin/coded-error, +https://gitlab.com/derfenix/oapi2go, +https://gitlab.com/itentialopensource/adapters/persistence/adapter-db_mongo, +https://gitlab.com/pybe/PyBE, +https://gitlab.com/kyle-albert-oss/npm-packages/use-defaults, +https://gitlab.com/blauwe-knop/vorderingenoverzicht/session-service, +https://gitlab.com/infor-cloud/martian-cloud/tharsis/tharsis-cli, +https://gitlab.com/axet/swap, +https://gitlab.com/KitaitiMakoto/uri-tag, +https://gitlab.com/alinex/node-gui, +https://gitlab.com/stembord/libs/ts-core, +https://gitlab.com/smallstack/infrastructure/cached-task-runner, +https://gitlab.com/prohousing-as/ph-dynamodb, +https://gitlab.com/akita/noc, +https://gitlab.com/ourstreets/plate-lookup, +https://gitlab.com/baleada/icons-vue, +https://gitlab.com/sylviiu/soundcloud-key-fetch, +https://gitlab.com/js2go/js2go, +https://gitlab.com/SophieBot/stf, +https://gitlab.com/staltz/remark-ssb-mentions, +https://gitlab.com/srcrr/historical_collection, +https://gitlab.com/diva.exchange/logger, +https://gitlab.com/magiklab/opsbot-py, +https://gitlab.com/remram44/dockerimage, +https://gitlab.com/opengeoweb/geoweb-spaceweather, +https://gitlab.com/DasLulilaan/yt2, +https://gitlab.com/davidgoitia/makemkv-utils, +https://gitlab.com/mmauderer/checkerboard-rs, +https://gitlab.com/aicacia/ts-locales-bundler, +https://gitlab.com/goncziakos/sylius-barion-payment-gateway, +https://gitlab.com/eic/ejpm, +https://gitlab.com/o-cloud/generic-backend, +https://gitlab.com/ftraxler-repos/power-mvvm, +https://gitlab.com/rockerBOO/typedoc-theme-dark, +https://gitlab.com/qbjs_deserializer/qbjs_deserializer, +https://gitlab.com/dts1/unet, +https://gitlab.com/obtusescholar/streamerretriever, +https://gitlab.com/olivernoth/markupcheck, +https://gitlab.com/rahul-mahato/hb-dashboard-rapid-redux, +https://gitlab.com/financial-sentiment/newscraping, +https://gitlab.com/robigalia/ssmarshal, +https://gitlab.com/scottjs/vcloudair, +https://gitlab.com/fudaa/fudaa-framework, +https://gitlab.com/dougalg/vue-in-out, +https://gitlab.com/las-nq/openqlab, +https://gitlab.com/horizon-republic/packages/nestjs-model-bind, +https://gitlab.com/lorenzo-de/pdf-viewer-web-component, +https://gitlab.com/starshell/question, +https://gitlab.com/hest-lab/eslint-config, +https://gitlab.com/nxt/public/o2b, +https://gitlab.com/newebtime/pyrocms/joomlamigrator-module, +https://gitlab.com/cmick/timeutils, +https://gitlab.com/nerdocs/medux/medux, +https://gitlab.com/gmtjuyn/go/store/qb, +https://gitlab.com/kornelski/open_in_editor, +https://gitlab.com/blauwe-knop/vorderingenoverzicht/bk-config-service, +https://gitlab.com/elixxir/registration, +https://gitlab.com/LUI-3/components/tabs, +https://gitlab.com/mathadvance/mast/mast-build, +https://gitlab.com/kubic-ci/k, +https://gitlab.com/ohemelaar/timestampcli, +https://gitlab.com/AcceleratXR/composerjs/composer-service-core, +https://gitlab.com/medmunds/aws-cfn-ses-domain, +https://gitlab.com/npm-zervise/npmjs-zervise, +https://gitlab.com/MasterOfTheTiger/openbibles, +https://gitlab.com/ayana/libs/di, +https://gitlab.com/happycodingsarl/civicrm-library-for-drupal, +https://gitlab.com/scpcorp/webwallet, +https://gitlab.com/nuinalp/open-source/ebanx-sdk, +https://gitlab.com/joermunG/tournament-tree, +https://gitlab.com/Alduino/humanizr-js, +https://gitlab.com/openteams/django-scoped-rbac, +https://gitlab.com/dAnjou/goup, +https://gitlab.com/alienscience/dnsclientx, +https://gitlab.com/Shiroy/cidr, +https://gitlab.com/pksunkara/aa-buybacks, +https://gitlab.com/neomyte/sonotoria, +https://gitlab.com/philbooth/FxHey, +https://gitlab.com/gerbolyze/gerbolyze-cpp-base64, +https://gitlab.com/david.scheliga/doctestprinter, +https://gitlab.com/jgxvx/cilician, +https://gitlab.com/SomeoneInParticular/rest_meets_djongo, +https://gitlab.com/AGausmann/pbnify, +https://gitlab.com/999eagle/notification-server, +https://gitlab.com/locuslabspublic/locusmaps-sdk, +https://gitlab.com/Socob/minimal-lagrangians, +https://gitlab.com/akita/vis, +https://gitlab.com/silkeh/alertmanager_matrix, +https://gitlab.com/RenovoSolutions/rl-http, +https://gitlab.com/nycex/yt-api, +https://gitlab.com/inorton/docker-scout, +https://gitlab.com/joe.wollard/node-simple-plist, +https://gitlab.com/leonhard-llc/logsley-rs, +https://gitlab.com/etonomy/riot-sys, +https://gitlab.com/jokeyrhyme/ssh-sensible-rs, +https://gitlab.com/hpo-uq/hyppo, +https://gitlab.com/johnhal/pose3d_python, +https://gitlab.com/knowlysis/external/nativescript-create-pdf, +https://gitlab.com/gmtjuyn/go/utils/buffer, +https://gitlab.com/frague59/django-delayed-notifications, +https://gitlab.com/empaia/services/wsi-service-plugin-isyntax, +https://gitlab.com/enixjin/corelib, +https://gitlab.com/jrollins/xotes, +https://gitlab.com/hesxenon/esbuild-plugin-simple-css-modules, +https://gitlab.com/GCSBOSS/cronenberg, +https://gitlab.com/miek770/energy_tools, +https://gitlab.com/hgdeoro/django-simple-trigger-audit, +https://gitlab.com/chjordan/cthulhu, +https://gitlab.com/octopus-code/postopus, +https://gitlab.com/statscloud.io/statscloud.io-nodejs-client, +https://gitlab.com/Deathrage/pragmaticview, +https://gitlab.com/seeklay/cubelib, +https://gitlab.com/rockerest/taproot, +https://gitlab.com/advantech-czech/node-red-contrib-loop, +https://gitlab.com/djencks/antora-aggregate-collector, +https://gitlab.com/fabernovel/heart/heart-server, +https://gitlab.com/carbans/pyvirtualname, +https://gitlab.com/davidbuzinski/oompa, +https://gitlab.com/rahasak-labs/rabbit, +https://gitlab.com/evatix-go/pathhelper, +https://gitlab.com/awesome-nodes/unittest, +https://gitlab.com/ryor-repos/ryor, +https://gitlab.com/javawcy/rpc-server, +https://gitlab.com/georgy.m/conorm, +https://gitlab.com/karlmarx80/palarust, +https://gitlab.com/pwoolcoc/ngrams, +https://gitlab.com/john_t/desmond, +https://gitlab.com/c410-f3r/mop, +https://gitlab.com/alinex/node-validator, +https://gitlab.com/frissdiegurke/vuepress-theme-portfolio, +https://gitlab.com/leith-john/django-story-builder, +https://gitlab.com/Popkornium18/audiotag, +https://gitlab.com/luxdvie/node-cue-sdk-2, +https://gitlab.com/deltares/wflow/pyflwdir, +https://gitlab.com/shamansanchez/sc2knews, +https://gitlab.com/kolab-roundcube-plugins/ude-login, +https://gitlab.com/arkindex/api-client, +https://gitlab.com/a-litinskiy/react-immutable-jss-data-table, +https://gitlab.com/gregseth/qcrop, +https://gitlab.com/pidrakin/dotfiles-cli, +https://gitlab.com/engel/bowhead, +https://gitlab.com/anthill-modules/ah-content-exporter, +https://gitlab.com/ndaidong/bellapy, +https://gitlab.com/scooter-phd/authboss-worked, +https://gitlab.com/greenhousecode/ai/apish, +https://gitlab.com/bath_open_instrumentation_group/sca2d, +https://gitlab.com/asplinsol/ooconvert, +https://gitlab.com/sebastianspies9/synchronizer-framework, +https://gitlab.com/robigalia/rust-bitmap, +https://gitlab.com/qemu-project/libslirp, +https://gitlab.com/jsonsonson/in-command, +https://gitlab.com/johnwebbcole/generator-jscad, +https://gitlab.com/infor-cloud/martian-cloud/tharsis/tharsis-sdk-go, +https://gitlab.com/spike77453/check_asterisk_siptrunk, +https://gitlab.com/buzzcat/hexo-lazysizes, +https://gitlab.com/cosban/endpoints, +https://gitlab.com/mahdaen/singclude, +https://gitlab.com/djencks/asciidoctor-report-support, +https://gitlab.com/mnemotix/synaptix.js, +https://gitlab.com/gargravarr/aws-node-decommissioner, +https://gitlab.com/mneumann_ntecs/carbon-components-solid, +https://gitlab.com/resif/resif-data-transfer, +https://gitlab.com/mnavarrocarter/symfony-hexagonal, +https://gitlab.com/larsyunker/PythoMS, +https://gitlab.com/naaspeksi/pretix-oidc, +https://gitlab.com/staltz/cycle-native-asyncstorage, +https://gitlab.com/osaki-lab/secondsight, +https://gitlab.com/djencks/asciidoctor-antora-indexer, +https://gitlab.com/c0b/promise-queue, +https://gitlab.com/jawira/phing-open-task, +https://gitlab.com/asp_net_otus_08_2021/123taxi, +https://gitlab.com/ootoovak/circle_boundary, +https://gitlab.com/apconsulting/pkgs/websocket, +https://gitlab.com/michal.bryxi/ember-template-lint-plugin-tailwindcss, +https://gitlab.com/packages-alen/validator, +https://gitlab.com/lew21/dockerd-py, +https://gitlab.com/NamingThingsIsHard/media_tools/peertube-uploader, +https://gitlab.com/gacybercenter/open/guacamole-api-wrapper, +https://gitlab.com/ltgiv/pyclone, +https://gitlab.com/bwidawsk-cxl/cxl_rs, +https://gitlab.com/gexuy/public-libraries/rust/google_drive_client, +https://gitlab.com/pmon/gitlab-api-js, +https://gitlab.com/mfgames-writing/mfgames-writing-format-js, +https://gitlab.com/frague59/conway, +https://gitlab.com/artdeco/pedantry, +https://gitlab.com/ficsresearch/s3a, +https://gitlab.com/kyle-albert-oss/w3d/w3d-data, +https://gitlab.com/nathanfaucett/rs-rand_num_gen, +https://gitlab.com/sedrubal/gitlabcicli, +https://gitlab.com/php-extended/php-http-client-simple-cache-psr16, +https://gitlab.com/kiwi-ninja/datarm, +https://gitlab.com/adrian.wozniak/wns, +https://gitlab.com/flipactual/ilo, +https://gitlab.com/arcoslab/arcos-kdl, +https://gitlab.com/enuage/bundles/version-updater, +https://gitlab.com/rocket-boosters/lobotomy, +https://gitlab.com/cunity/docker-image-pack, +https://gitlab.com/inayelle/anykit, +https://gitlab.com/cornerstonecms/cornerstonecms, +https://gitlab.com/acanto/laravel-frontend, +https://gitlab.com/jzacsh/punch, +https://gitlab.com/notpushkin/material-plausible-plugin, +https://gitlab.com/ergoithz/yatom, +https://gitlab.com/jinyexin/core, +https://gitlab.com/dmoonfire/mfgames-tasks-js-cli, +https://gitlab.com/Redpoll/changepoint, +https://gitlab.com/code.max/wp-plugin-env, +https://gitlab.com/blue-media/online-payments-php, +https://gitlab.com/mrman/maille, +https://gitlab.com/rs-guidon/guidon, +https://gitlab.com/dacs-hpi/hitac, +https://gitlab.com/mpapp-public/manuscripts-style-guide, +https://gitlab.com/n3dst4/investigator-fvtt-types, +https://gitlab.com/fahrenholz/pdo-database-bundle, +https://gitlab.com/idoko/birthdaystoday, +https://gitlab.com/kraevs/watermill, +https://gitlab.com/henry0475/protobufs, +https://gitlab.com/aicacia/ts-router, +https://gitlab.com/milliams/nbpretty, +https://gitlab.com/Shinobi-Systems/opencv-motion-detector, +https://gitlab.com/Skalman/eslint-plugin-escape, +https://gitlab.com/seam345/zigbee2mqtt-types, +https://gitlab.com/m03geek/fastify-status, +https://gitlab.com/jeffrey-xiao/robar-rs, +https://gitlab.com/nul.one/loz, +https://gitlab.com/nbs-it/helpers, +https://gitlab.com/sexycoders/libauth.js, +https://gitlab.com/hdsujnb/todorantgtk, +https://gitlab.com/Chips4Makers/c4m-flexio, +https://gitlab.com/operator-ict/golemio/code/modules/schema-definitions, +https://gitlab.com/openrail/uk/stomp-client-nodejs, +https://gitlab.com/real-value/real-value-lang, +https://gitlab.com/nop_thread/datetime-string, +https://gitlab.com/salufast/markdown-plugins/mdast-util-tooltip, +https://gitlab.com/reuse/reuse, +https://gitlab.com/snoopdouglas/dobro, +https://gitlab.com/nerdocs/gdaps-frontend-vue, +https://gitlab.com/rgarcia-herrera/pyveplot, +https://gitlab.com/amfiremage/gosit, +https://gitlab.com/360gaggi/discord-net-anarchy, +https://gitlab.com/4s1/conventional-commit-creator, +https://gitlab.com/ctap2-authenticator/chipfuzz, +https://gitlab.com/langloisdev/is-a, +https://gitlab.com/flimzy/testy, +https://gitlab.com/digiratory/biomedimaging/bcanalyzer, +https://gitlab.com/mm_arm/metax.api, +https://gitlab.com/afey13/gocommon, +https://gitlab.com/pagerwave/PagerWave, +https://gitlab.com/jensastrup/pyEchosign, +https://gitlab.com/django-authorship/django-authorship, +https://gitlab.com/angelo-v/molid-mock-solid-server, +https://gitlab.com/ganciaux/blackdynamite, +https://gitlab.com/mcepl/slovnik-seznam, +https://gitlab.com/bahlaouiyoussef/input-basic-validator.js, +https://gitlab.com/Mumba/typedef-sourced, +https://gitlab.com/akita/util, +https://gitlab.com/blad-mercenary/config, +https://gitlab.com/ravnmsg/ravn, +https://gitlab.com/jamietanna/cucumber-reporting-plugin, +https://gitlab.com/eevargas/indexy, +https://gitlab.com/gnaar/gear, +https://gitlab.com/ltgiv/polycephaly, +https://gitlab.com/LUI-3/components/messages, +https://gitlab.com/openmairie/openmairie-layout-legacy, +https://gitlab.com/synaestheory/synce, +https://gitlab.com/jaysaurus/jest-nuxt-helper, +https://gitlab.com/drad/cryptik, +https://gitlab.com/c33s-group/robofile, +https://gitlab.com/hackancuba/git-minisign, +https://gitlab.com/maksmikhalov/vault_search, +https://gitlab.com/Pixel-Mqster/File-Find, +https://gitlab.com/sagidayan/telme, +https://gitlab.com/linuxfreak003/go-ballistic, +https://gitlab.com/laurih/matid, +https://gitlab.com/megabyte-labs/documentation/npm, +https://gitlab.com/okannen/memory_slice, +https://gitlab.com/dgriffen/iron_session, +https://gitlab.com/dynamic-pipeline/javascript, +https://gitlab.com/nuinalp/open-source/atomvpn-nodejs-library, +https://gitlab.com/exhale-hu/alexandria, +https://gitlab.com/opencraft/dev/providence-demo, +https://gitlab.com/Speykious/arcthird, +https://gitlab.com/pakkaponeppp/asset_api, +https://gitlab.com/artemklevtsov/outline-community-servers, +https://gitlab.com/janispritzkau/nbt-ts, +https://gitlab.com/eduardo.marin/appconn, +https://gitlab.com/mnemotix/fegl-resource/weever, +https://gitlab.com/chpio/audio-conv, +https://gitlab.com/jimlloyd/ya-git-lab, +https://gitlab.com/hestia-earth/hestia-engine-models, +https://gitlab.com/gmtjuyn/go/gjpkg, +https://gitlab.com/burke-software/nativescript-libsodium, +https://gitlab.com/plaza-project/bridges/python-plaza-lib, +https://gitlab.com/scce/add-lib, +https://gitlab.com/php-mtg/mtg-api-com-scryfall-object, +https://gitlab.com/newebtime/pyrocms/grayscale-theme, +https://gitlab.com/achalkias/cypress-configuration-builder, +https://gitlab.com/openrail/uk/common-nodejs, +https://gitlab.com/living180/pyflame, +https://gitlab.com/roundearth/roundearth, +https://gitlab.com/biomedit/django-drf-utils, +https://gitlab.com/chiwaukee/chiwaukee-eslint-config, +https://gitlab.com/prohousing-as/ph-ksql, +https://gitlab.com/lcruzc/material-toolbox, +https://gitlab.com/aicacia/ts-changeset, +https://gitlab.com/development-incolume/incolumepy.utils, +https://gitlab.com/doug.shawhan/flask-commonmark, +https://gitlab.com/noraj/nvd_api, +https://gitlab.com/mschleeweiss/odata-entity-extractor, +https://gitlab.com/ccondry/uccx-chat-client, +https://gitlab.com/endlessthemes/endless-project, +https://gitlab.com/stembord/libs/ts-state, +https://gitlab.com/raspberry-pi-cast/node-omxplayer-raspberry-pi-cast, +https://gitlab.com/djacobs24/micro, +https://gitlab.com/Jon.Keatley.Folio/webstaterator, +https://gitlab.com/happycodingsarl/bvr, +https://gitlab.com/i14a45/yii2-adminlte-advanced-template, +https://gitlab.com/blurt/openblurt/blurtjs, +https://gitlab.com/mschleeweiss/eslint-plugin-ui5, +https://gitlab.com/nvllsvm/cloneholio, +https://gitlab.com/ACP3/module-seo, +https://gitlab.com/MaxIV/lib-maxiv-dsconfig, +https://gitlab.com/megabyte-labs/python/cli/ansible-keyring, +https://gitlab.com/jamietanna/jwks-ical, +https://gitlab.com/caelum-tech/caelum-parity, +https://gitlab.com/kalilinux/packages/ffuf, +https://gitlab.com/apalia/coredns-cloudstack, +https://gitlab.com/geoip.network/python-library, +https://gitlab.com/johnfromthefuture/splunk-hec-library, +https://gitlab.com/elixxir/gpumathsgo, +https://gitlab.com/silenteer-oss/tutum/titan, +https://gitlab.com/lthn.io/projects/chain/miner, +https://gitlab.com/bz1/aiida-castep, +https://gitlab.com/fortitudetec/elucidation, +https://gitlab.com/mschlueter/laravel-force-https, \ No newline at end of file diff --git a/cron/internal/data/projects.csv b/cron/internal/data/projects.csv index c413885739e..612b37a55eb 100755 --- a/cron/internal/data/projects.csv +++ b/cron/internal/data/projects.csv @@ -458356,6 +458356,7 @@ github.com/eclipse-che/che-operator,num_dependents_deps.dev:0 github.com/eclipse-che/che-theia,num_dependents_deps.dev:0 github.com/eclipse-color-theme/eclipse-color-theme,criticality_score:0.336420 github.com/eclipse-cyclonedds/cyclonedds-python, +github.com/eclipse-ee4j/angus-activation, github.com/eclipse-ee4j/authentication,num_dependents_deps.dev:124 github.com/eclipse-ee4j/batch-api,num_dependents_deps.dev:10 github.com/eclipse-ee4j/batch-tck,num_dependents_deps.dev:16 @@ -803275,7 +803276,9 @@ github.com/micromdm/micromdm,"criticality_score:0.430170,num_dependents_deps.dev github.com/micromdm/nanomdm,num_dependents_deps.dev:0 github.com/micromdm/scep,num_dependents_deps.dev:36 github.com/micromed-dev/herz-ui,num_dependents_deps.dev:0 +github.com/micrometer-metrics/context-propagation, github.com/micrometer-metrics/micrometer,criticality_score:0.638810 +github.com/micrometer-metrics/tracing, github.com/microminion/1tp, github.com/microminion/1tp-registrar,num_dependents_deps.dev:0 github.com/microminion/mm-runtime-info,num_dependents_deps.dev:4 @@ -852948,6 +852951,7 @@ github.com/newrelic/newrelic-fluent-bit-output,num_dependents_deps.dev:0 github.com/newrelic/newrelic-infra-operator,num_dependents_deps.dev:0 github.com/newrelic/newrelic-introspector-node, github.com/newrelic/newrelic-introspector-python, +github.com/newrelic/newrelic-java-agent, github.com/newrelic/newrelic-kubernetes-operator,num_dependents_deps.dev:0 github.com/newrelic/newrelic-lambda-cli, github.com/newrelic/newrelic-lambda-extension,num_dependents_deps.dev:0 @@ -887562,6 +887566,7 @@ github.com/open-telemetry/opentelemetry-go,"criticality_score:0.587880,num_depen github.com/open-telemetry/opentelemetry-go-build-tools,num_dependents_deps.dev:2 github.com/open-telemetry/opentelemetry-go-contrib,num_dependents_deps.dev:1476 github.com/open-telemetry/opentelemetry-java,"criticality_score:0.596480,num_dependents_deps.dev:101" +github.com/open-telemetry/opentelemetry-java-instrumentation, github.com/open-telemetry/opentelemetry-js,"criticality_score:0.610960,num_dependents_deps.dev:13812" github.com/open-telemetry/opentelemetry-js-api,num_dependents_deps.dev:3224 github.com/open-telemetry/opentelemetry-js-contrib,num_dependents_deps.dev:168 diff --git a/cron/internal/webhook/Dockerfile b/cron/internal/webhook/Dockerfile index efed742e75e..30a811fea45 100644 --- a/cron/internal/webhook/Dockerfile +++ b/cron/internal/webhook/Dockerfile @@ -12,8 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# golang:1.19 -FROM golang@sha256:690e4135bf2a4571a572bfd5ddfa806b1cb9c3dea0446ebadaf32bc2ea09d4f9 AS base +FROM golang:1.19@sha256:6b3fa4b908676231b50acbbc00e84d8cee9c6ce072b1175c0ff352c57d8a612f AS base WORKDIR /src ENV CGO_ENABLED=0 COPY go.* ./ diff --git a/cron/internal/worker/Dockerfile b/cron/internal/worker/Dockerfile index f2c673b4b99..682b3066e64 100644 --- a/cron/internal/worker/Dockerfile +++ b/cron/internal/worker/Dockerfile @@ -12,8 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# golang:1.19 -FROM golang@sha256:4b1fc02d16fca272e5e6e6adc98396219b43ef663a377eef4a97e881d364393f AS base +FROM golang:1.19@sha256:6b3fa4b908676231b50acbbc00e84d8cee9c6ce072b1175c0ff352c57d8a612f AS base WORKDIR /src ENV CGO_ENABLED=0 COPY go.* ./ diff --git a/cron/internal/worker/main.go b/cron/internal/worker/main.go index 5eccc1a25a4..7d12631eb8c 100644 --- a/cron/internal/worker/main.go +++ b/cron/internal/worker/main.go @@ -118,7 +118,7 @@ func newScorecardWorker() (*ScorecardWorker, error) { } sw.ctx = context.Background() - sw.logger = log.NewLogger(log.InfoLevel) + sw.logger = log.NewCronLogger(log.InfoLevel) sw.githubClient = githubrepo.CreateGithubRepoClient(sw.ctx, sw.logger) // TODO(raghavkaul): Read GitLab auth token from environment if sw.gitlabClient, err = gitlabrepo.CreateGitlabClient(sw.ctx, "https://gitlab.com"); err != nil { diff --git a/cron/k8s/controller.release.yaml b/cron/k8s/controller.release.yaml index c03984a22e9..647c2a70f5a 100644 --- a/cron/k8s/controller.release.yaml +++ b/cron/k8s/controller.release.yaml @@ -55,7 +55,7 @@ spec: args: [ "--config=/etc/scorecard/config.yaml", "cron/internal/data/projects.release.csv", - "cron/internal/data/gitlab-projects-selected.csv" + "cron/internal/data/gitlab-projects-releasetest.csv" ] imagePullPolicy: Always env: diff --git a/cron/k8s/controller.yaml b/cron/k8s/controller.yaml index 1944643fd12..a726cc9e20a 100644 --- a/cron/k8s/controller.yaml +++ b/cron/k8s/controller.yaml @@ -52,7 +52,11 @@ spec: containers: - name: controller image: gcr.io/openssf/scorecard-batch-controller:stable - args: ["--config=/etc/scorecard/config.yaml", "cron/internal/data/projects.csv"] + args: [ + "--config=/etc/scorecard/config.yaml", + "cron/internal/data/projects.csv", + "cron/internal/data/gitlab-projects.csv", + ] imagePullPolicy: Always env: - name: GOMEMLIMIT diff --git a/cron/k8s/worker.release.yaml b/cron/k8s/worker.release.yaml index b7f5e4a3fda..a0083a6e7a8 100644 --- a/cron/k8s/worker.release.yaml +++ b/cron/k8s/worker.release.yaml @@ -59,8 +59,6 @@ spec: key: auth_token - name: "SCORECARD_API_RESULTS_BUCKET_URL" value: "gs://ossf-scorecard-cron-releasetest-results" - - name: "SCORECARD_EXPERIMENTAL" - value: "true" volumeMounts: - name: config-volume mountPath: /etc/scorecard diff --git a/cron/k8s/worker.yaml b/cron/k8s/worker.yaml index 222f5ce0b6e..2441c624f0e 100644 --- a/cron/k8s/worker.yaml +++ b/cron/k8s/worker.yaml @@ -44,6 +44,11 @@ spec: secretKeyRef: name: github key: installation_id + - name: GITLAB_AUTH_TOKEN + valueFrom: + secretKeyRef: + name: gitlab + key: auth_token volumeMounts: - name: config-volume mountPath: /etc/scorecard diff --git a/cron/worker/worker.go b/cron/worker/worker.go index d91b6c38582..15ab545713e 100644 --- a/cron/worker/worker.go +++ b/cron/worker/worker.go @@ -74,7 +74,7 @@ func (wl *WorkLoop) Run() error { return fmt.Errorf("config.GetResultDataBucketURL: %w", err) } - logger := log.NewLogger(log.InfoLevel) + logger := log.NewCronLogger(log.InfoLevel) for { req, err := subscriber.SynchronousPull() diff --git a/docs/checks/internal/checks.yaml b/docs/checks/internal/checks.yaml index 3f5018e432b..9233da7a4df 100644 --- a/docs/checks/internal/checks.yaml +++ b/docs/checks/internal/checks.yaml @@ -154,7 +154,7 @@ checks: status checks before acceptance into a main branch, or preventing rewriting of public history. - Note: The following settings queried by the Branch-Protection check require an admin token: `DismissStaleReviews`, `EnforceAdmin`, `StrictStatusCheck` and `RequireCodeownerReview`. If + Note: The following settings queried by the Branch-Protection check require an admin token: `DismissStaleReviews`, `EnforceAdmins`, `RequireLastPushApproval`, `RequiresStatusChecks` and `UpToDateBeforeMerge`. If the provided token does not have admin access, the check will query the branch settings accessible to non-admins and provide results based only on these settings. Even so, we recommend using a non-admin token, which provides a thorough enough @@ -191,7 +191,7 @@ checks: This test has tiered scoring. Each tier must be fully satisfied to achieve points at the next tier. For example, if you fulfill the Tier 3 checks but do not fulfill all the Tier 2 checks, you will not receive any points for Tier 3. - Note: If Scorecard is run without an administrative access token, the requirements that specify “For administrators” are ignored. + Note: If Scorecard is run without an administrative access token, the requirements that specify “For administrators” can be safely ignored, and scores will be determined as if all such requirements have been met. Tier 1 Requirements (3/10 points): - Prevent force push @@ -199,19 +199,19 @@ checks: - For administrators: Include administrator for review Tier 2 Requirements (6/10 points): - - Required reviewers >=1 - - For administrators: Last push review - - For administrators: Strict status checks (require branches to be up-to-date before merging) + - Require at least 1 reviewer for approval before merging + - For administrators: Require branch to be up to date before merging + - For administrators: Require approval of the most recent reviewable push Tier 3 Requirements (8/10 points): - - Status checks defined + - Require branch to pass at least 1 status check before merging Tier 4 Requirements (9/10 points): - - Required reviewers >= 2 + - Require at least 2 reviewers for approval before merging + - Require review from code owners Tier 5 Requirements (10/10 points): - - For administrators: Dismiss stale reviews - - For administrators: Require CODEOWNER review + - For administrators: Dismiss stale reviews and approvals when new commits are pushed GitLab Integration Status: - GitLab associates releases with commits and not with the branch. Releases are ignored in this portion of the scoring. diff --git a/docs/design/images/branch-protection-settings-admin-token.png b/docs/design/images/branch-protection-settings-admin-token.png new file mode 100644 index 00000000000..5cc0e70599f Binary files /dev/null and b/docs/design/images/branch-protection-settings-admin-token.png differ diff --git a/docs/design/images/branch-protection-settings-non-admin-token.png b/docs/design/images/branch-protection-settings-non-admin-token.png new file mode 100644 index 00000000000..8554fd46d8a Binary files /dev/null and b/docs/design/images/branch-protection-settings-non-admin-token.png differ diff --git a/docs/faq.md b/docs/faq.md index 624e3a4b935..2fd5f6ffb8a 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -15,6 +15,7 @@ This page answers frequently asked questions about Scorecard, including its purp - [Pinned-Dependencies: Will Scorecard detect unpinned dependencies in tests with Dockerfiles?](#pinned-dependencies-will-scorecard-detect-unpinned-dependencies-in-tests-with-dockerfiles) - [Pinned-Dependencies: Can I use version pinning instead of hash pinning?](#pinned-dependencies-can-i-use-version-pinning-instead-of-hash-pinning) - [Signed-Releases: Why sign releases?](#signed-releases-why-sign-releases) + - [Branch-Protection: How to setup a 10/10 branch protection on GitHub?](#branch-protection-how-to-setup-a-1010-branch-protection-on-github) --- @@ -89,3 +90,28 @@ Currently, the main benefit of [signed releases](checks.md#signed-releases) is t However, there are already moves to make it even more relevant. For example, the OpenSSF is working on [implementing signature verification for NPM packages](https://github.blog/2022-08-08-new-request-for-comments-on-improving-npm-security-with-sigstore-is-now-open/) which would allow a consumer to automatically verify if the package they are downloading was generated through a reliable builder and if it is correctly signed. Signing releases already has some relevance and it will soon offer even more security benefits for both consumers and maintainers. + +### Branch-Protection: How to setup a 10/10 branch protection on GitHub? + +To get a 10/10 score for Branch-Protection check using a non-admin token, you should have the following settings for your branches: + +![GitHub's branch protection settings with the following options selected: "Require a pull request before merging", "Require approvals" with 1 approver, "Require review from Code Owners", "Require status checks to pass before merging", "Require branches to be up to date before merging", and have at least one Status Check chosen. All other options are unchecked.](/docs/design/images/branch-protection-settings-non-admin-token.png) + +When using an admin token, Scorecard can verify if a few other important settings are ensured: + +![GitHub's branch protection settings with the following options selected: "Require a pull request before merging", "Require approvals" with 2 approvers, "Dismiss stale pull request approvals when new commits are pushed", "Require review from Code Owners", "Require approval of the most recent reviewable push", "Require status checks to pass before merging", "Require branches to be up to date before merging", have at least one Status Check chosen, and "Do not allow bypassing the above settings". All other options are unchecked.](/docs/design/images/branch-protection-settings-admin-token.png) + +It's important to reiterate that Branch-Protection score is Tier-based. If a setting from Tier 1 is not satisfied, it does not matter that all other settings are met, the score will be truncated up the Tier's maximum. In this case, 3/10. The following table shows the relation between branch protection settings on GitHub and the score Tier: + +| Name | Status | Required only for admin token | Tier | +| -------------------------------------------------------------------------------------------------------- | ------------------------------- | ----------------------------- | ---- | +| Allow force pushes | Disabled | - | 1 | +| Allow deletions | Disabled | - | 1 | +| Do not allow bypassing the above settings | Enabled | Yes | 1 | +| Require a pull request before merging > Require Approvals | Enabled with at least 1 | - | 2 | +| Require status checks to pass before merging > Require branches to be up to date before merging | Enabled | Yes | 2 | +| Require a pull request before merging > Require approval of the most recent reviewable push | Enabled | Yes | 2 | +| Require status checks to pass before merging > Status Checks | At least 1 | - | 3 | +| Require a pull request before merging > Require Approvals | Enabled with at least 2 | - | 4 | +| Require a pull request before merging > Require review from Code Owners | Enabled and has CODEOWNERS file | - | 4 | +| Require a pull request before merging > Dismiss stale pull request approvals when new commits are pushed | Enabled | Yes | 5 | diff --git a/e2e/code_review_test.go b/e2e/code_review_test.go index 871d75c43c2..c4eb25f17cb 100644 --- a/e2e/code_review_test.go +++ b/e2e/code_review_test.go @@ -32,34 +32,9 @@ import ( // TODO: use dedicated repo that don't change. var _ = Describe("E2E TEST:"+checks.CheckCodeReview, func() { Context("E2E TEST:Validating use of code reviews", func() { - It("Should return use of code reviews", func() { - dl := scut.TestDetailLogger{} - repo, err := githubrepo.MakeGithubRepo("ossf-tests/airflow") - Expect(err).Should(BeNil()) - repoClient := githubrepo.CreateGithubRepoClient(context.Background(), logger) - err = repoClient.InitRepo(repo, clients.HeadSHA, 0) - Expect(err).Should(BeNil()) - - req := checker.CheckRequest{ - Ctx: context.Background(), - RepoClient: repoClient, - Repo: repo, - Dlogger: &dl, - } - expected := scut.TestReturn{ - Error: nil, - Score: checker.MinResultScore, - NumberOfWarn: 0, - NumberOfInfo: 0, - NumberOfDebug: 1, - } - result := checks.CodeReview(&req) - Expect(scut.ValidateTestReturn(nil, "use code reviews", &expected, &result, &dl)).Should(BeTrue()) - Expect(repoClient.Close()).Should(BeNil()) - }) It("Should return use of code reviews at commit", func() { dl := scut.TestDetailLogger{} - repo, err := githubrepo.MakeGithubRepo("ossf-tests/airflow") + repo, err := githubrepo.MakeGithubRepo("apache/airflow") Expect(err).Should(BeNil()) repoClient := githubrepo.CreateGithubRepoClient(context.Background(), logger) err = repoClient.InitRepo(repo, "0a6850647e531b08f68118ff8ca20577a5b4062c", 0) @@ -73,10 +48,10 @@ var _ = Describe("E2E TEST:"+checks.CheckCodeReview, func() { } expected := scut.TestReturn{ Error: nil, - Score: checker.MinResultScore, + Score: 10, NumberOfWarn: 0, NumberOfInfo: 0, - NumberOfDebug: 1, + NumberOfDebug: 0, } result := checks.CodeReview(&req) Expect(scut.ValidateTestReturn(nil, "use code reviews", &expected, &result, &dl)).Should(BeTrue()) @@ -103,7 +78,7 @@ var _ = Describe("E2E TEST:"+checks.CheckCodeReview, func() { Expect(repoClient.Close()).Should(BeNil()) }) - It("Should return inconclusive results for a single-maintainer project with only self- or bot changesets", func() { + It("Should return min score for a single-maintainer project with only self- or bot changesets", func() { dl := scut.TestDetailLogger{} repo, err := githubrepo.MakeGithubRepo("Kromey/fast_poisson") Expect(err).Should(BeNil()) @@ -118,14 +93,14 @@ var _ = Describe("E2E TEST:"+checks.CheckCodeReview, func() { Dlogger: &dl, } expected := scut.TestReturn{ - Score: checker.InconclusiveResultScore, - NumberOfDebug: 1, + Score: 0, + NumberOfDebug: 18, } result := checks.CodeReview(&req) Expect(scut.ValidateTestReturn(nil, "use code reviews", &expected, &result, &dl)).Should(BeTrue()) Expect(repoClient.Close()).Should(BeNil()) }) - It("Should return minimum score for a single-maintainer project with some unreviewed human changesets", func() { + It("Should return partial score for a single-maintainer project with some unreviewed human changesets", func() { dl := scut.TestDetailLogger{} repo, err := githubrepo.MakeGithubRepo("Kromey/fast_poisson") Expect(err).Should(BeNil()) @@ -140,8 +115,8 @@ var _ = Describe("E2E TEST:"+checks.CheckCodeReview, func() { Dlogger: &dl, } expected := scut.TestReturn{ - Score: checker.MinResultScore, - NumberOfDebug: 1, + Score: 1, + NumberOfDebug: 10, } result := checks.CodeReview(&req) Expect(scut.ValidateTestReturn(nil, "use code reviews", &expected, &result, &dl)).Should(BeTrue()) @@ -151,6 +126,7 @@ var _ = Describe("E2E TEST:"+checks.CheckCodeReview, func() { // GitLab doesn't seem to preserve merge requests (pull requests in github) and some users had data lost in // the transfer from github so this returns a different value than the above GitHub test. It("Should return use of code reviews at commit - GitLab", func() { + Skip("https://github.com/ossf/scorecard/issues/3193") skipIfTokenIsNot(gitlabPATTokenType, "GitLab only") dl := scut.TestDetailLogger{} @@ -179,6 +155,7 @@ var _ = Describe("E2E TEST:"+checks.CheckCodeReview, func() { // GitLab doesn't seem to preserve merge requests (pull requests in github) and some users had data lost in // the transfer from github so this returns a different value than the above GitHub test. It("Should return use of code reviews at HEAD - GitLab", func() { + Skip("https://github.com/ossf/scorecard/issues/3193") skipIfTokenIsNot(gitlabPATTokenType, "GitLab only") dl := scut.TestDetailLogger{} diff --git a/e2e/contributors_test.go b/e2e/contributors_test.go index 92c6a789b65..e3cce8aab11 100644 --- a/e2e/contributors_test.go +++ b/e2e/contributors_test.go @@ -16,6 +16,8 @@ package e2e import ( "context" + "fmt" + "strings" . "github.com/onsi/ginkgo/v2" . "github.com/onsi/gomega" @@ -24,6 +26,7 @@ import ( "github.com/ossf/scorecard/v4/checks" "github.com/ossf/scorecard/v4/clients" "github.com/ossf/scorecard/v4/clients/githubrepo" + "github.com/ossf/scorecard/v4/clients/gitlabrepo" scut "github.com/ossf/scorecard/v4/utests" ) @@ -54,5 +57,28 @@ var _ = Describe("E2E TEST:"+checks.CheckContributors, func() { Expect(scut.ValidateTestReturn(nil, "several contributors", &expected, &result, &dl)).Should(BeTrue()) Expect(repoClient.Close()).Should(BeNil()) }) + + It("Should return valid project contributors - GitLab", func() { + skipIfTokenIsNot(gitlabPATTokenType, "PAT only") + repo, err := gitlabrepo.MakeGitlabRepo("https://gitlab.com/baserow/baserow") + Expect(err).Should(BeNil()) + + client, err := gitlabrepo.CreateGitlabClient(context.Background(), repo.Host()) + Expect(err).Should(BeNil()) + + err = client.InitRepo(repo, "HEAD", 20) + Expect(err).Should(BeNil()) + + c, err := client.ListContributors() + // Authentication is failing when querying users, not sure yet how to get around that + if err != nil { + errMsg := fmt.Sprintf("%v", err) + + if !(strings.Contains(errMsg, "error during Users.Get") && strings.Contains(errMsg, "401")) { + Fail(fmt.Sprintf("couldn't list gitlab repo contributors: %v", err)) + } + } + Expect(len(c)).Should(BeNumerically(">", 0)) + }) }) }) diff --git a/e2e/pinned_dependencies_test.go b/e2e/pinned_dependencies_test.go index aaec45dda63..8253abf49cc 100644 --- a/e2e/pinned_dependencies_test.go +++ b/e2e/pinned_dependencies_test.go @@ -49,9 +49,9 @@ var _ = Describe("E2E TEST:"+checks.CheckPinnedDependencies, func() { } expected := scut.TestReturn{ Error: nil, - Score: 1, + Score: 3, NumberOfWarn: 139, - NumberOfInfo: 1, + NumberOfInfo: 2, NumberOfDebug: 0, } result := checks.PinningDependencies(&req) @@ -74,9 +74,9 @@ var _ = Describe("E2E TEST:"+checks.CheckPinnedDependencies, func() { } expected := scut.TestReturn{ Error: nil, - Score: 1, + Score: 3, NumberOfWarn: 139, - NumberOfInfo: 1, + NumberOfInfo: 2, NumberOfDebug: 0, } result := checks.PinningDependencies(&req) @@ -110,9 +110,9 @@ var _ = Describe("E2E TEST:"+checks.CheckPinnedDependencies, func() { } expected := scut.TestReturn{ Error: nil, - Score: 1, + Score: 3, NumberOfWarn: 139, - NumberOfInfo: 1, + NumberOfInfo: 2, NumberOfDebug: 0, } result := checks.PinningDependencies(&req) diff --git a/go.mod b/go.mod index 51303f7b65d..6c0000a85f1 100644 --- a/go.mod +++ b/go.mod @@ -8,13 +8,13 @@ require ( ) require ( - cloud.google.com/go/bigquery v1.51.2 - cloud.google.com/go/monitoring v1.13.0 // indirect - cloud.google.com/go/pubsub v1.31.0 - cloud.google.com/go/trace v1.9.0 // indirect + cloud.google.com/go/bigquery v1.52.0 + cloud.google.com/go/monitoring v1.15.0 // indirect + cloud.google.com/go/pubsub v1.32.0 + cloud.google.com/go/trace v1.10.0 // indirect contrib.go.opencensus.io/exporter/stackdriver v0.13.14 github.com/bombsimon/logrusr/v2 v2.0.1 - github.com/bradleyfalzon/ghinstallation/v2 v2.4.0 + github.com/bradleyfalzon/ghinstallation/v2 v2.6.0 github.com/go-git/go-git/v5 v5.7.0 github.com/go-logr/logr v1.2.4 github.com/golang/mock v1.6.0 @@ -33,32 +33,33 @@ require ( github.com/spf13/cobra v1.7.0 github.com/xeipuuv/gojsonschema v1.2.0 go.opencensus.io v0.24.0 - gocloud.dev v0.29.0 - golang.org/x/text v0.9.0 - golang.org/x/tools v0.9.3 - google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect - google.golang.org/protobuf v1.30.0 + gocloud.dev v0.30.0 + golang.org/x/text v0.11.0 + golang.org/x/tools v0.11.0 // indirect + google.golang.org/genproto v0.0.0-20230530153820-e85fd2cbaebc // indirect + google.golang.org/protobuf v1.31.0 gopkg.in/yaml.v2 v2.4.0 gopkg.in/yaml.v3 v3.0.1 - mvdan.cc/sh/v3 v3.6.0 + mvdan.cc/sh/v3 v3.7.0 ) require ( github.com/Masterminds/semver/v3 v3.2.1 github.com/caarlos0/env/v6 v6.10.0 github.com/gobwas/glob v0.2.3 - github.com/google/osv-scanner v1.3.4 + github.com/google/osv-scanner v1.3.5 github.com/mcuadros/go-jsonschema-generator v0.0.0-20200330054847-ba7a369d4303 - github.com/onsi/ginkgo/v2 v2.10.0 - github.com/otiai10/copy v1.11.0 + github.com/onsi/ginkgo/v2 v2.11.0 + github.com/otiai10/copy v1.12.0 + golang.org/x/tools/go/vcs v0.1.0-deprecated sigs.k8s.io/release-utils v0.6.0 ) require ( cloud.google.com/go/compute/metadata v0.2.3 // indirect cloud.google.com/go/containeranalysis v0.9.0 // indirect - cloud.google.com/go/kms v1.10.2 // indirect - github.com/BurntSushi/toml v1.3.0 // indirect + cloud.google.com/go/kms v1.12.0 // indirect + github.com/BurntSushi/toml v1.3.2 // indirect github.com/CycloneDX/cyclonedx-go v0.7.1 // indirect github.com/anchore/go-struct-converter v0.0.0-20221118182256-c68fdcfa2092 // indirect github.com/andybalholm/brotli v1.0.4 // indirect @@ -66,19 +67,21 @@ require ( github.com/apache/thrift v0.16.0 // indirect github.com/cloudflare/circl v1.3.3 // indirect github.com/davecgh/go-spew v1.1.1 // indirect - github.com/emicklei/go-restful/v3 v3.9.0 // indirect - github.com/go-openapi/jsonpointer v0.19.5 // indirect - github.com/go-openapi/jsonreference v0.20.0 // indirect + github.com/emicklei/go-restful/v3 v3.10.1 // indirect + github.com/go-openapi/jsonpointer v0.19.6 // indirect + github.com/go-openapi/jsonreference v0.20.2 // indirect github.com/go-openapi/swag v0.22.3 // indirect github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect + github.com/goark/errs v1.1.0 // indirect + github.com/goark/go-cvss v1.6.6 // indirect github.com/goccy/go-json v0.9.11 // indirect github.com/golang/glog v1.1.0 // indirect github.com/golang/snappy v0.0.4 // indirect github.com/google/flatbuffers v2.0.8+incompatible // indirect - github.com/google/gnostic v0.5.7-v3refs // indirect - github.com/google/go-github/v52 v52.0.0 // indirect + github.com/google/gnostic v0.6.9 // indirect + github.com/google/go-github/v53 v53.2.0 // indirect github.com/google/gofuzz v1.2.0 // indirect - github.com/google/pprof v0.0.0-20230111200839-76d1ae5aea2b // indirect + github.com/google/pprof v0.0.0-20230406165453-00490a63f317 // indirect github.com/google/s2a-go v0.1.4 // indirect github.com/hashicorp/go-cleanhttp v0.5.2 // indirect github.com/hashicorp/go-retryablehttp v0.7.2 // indirect @@ -93,25 +96,27 @@ 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/package-url/packageurl-go v0.1.1-0.20220428063043-89078438f170 // indirect + github.com/package-url/packageurl-go v0.1.1 // indirect github.com/pierrec/lz4/v4 v4.1.15 // indirect github.com/pjbgf/sha1cd v0.3.0 // indirect - github.com/prometheus/prometheus v0.42.0 // indirect + github.com/prometheus/prometheus v0.44.0 // indirect github.com/skeema/knownhosts v1.1.1 // indirect github.com/spdx/gordf v0.0.0-20221230105357-b735bd5aac89 // indirect - github.com/spdx/tools-golang v0.5.1 // indirect + github.com/spdx/tools-golang v0.5.2 // indirect github.com/zeebo/xxh3 v1.0.2 // indirect - golang.org/x/mod v0.10.0 // indirect - golang.org/x/term v0.8.0 // indirect + golang.org/x/mod v0.12.0 // indirect + golang.org/x/term v0.10.0 // indirect golang.org/x/time v0.3.0 // indirect golang.org/x/vuln v0.0.0-20230303230808-d3042fecc4e3 // indirect + google.golang.org/genproto/googleapis/api v0.0.0-20230530153820-e85fd2cbaebc // indirect + google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc // indirect gopkg.in/inf.v0 v0.9.1 // indirect - k8s.io/api v0.26.1 // indirect - k8s.io/apimachinery v0.26.1 // indirect - k8s.io/client-go v0.26.1 // indirect - k8s.io/klog/v2 v2.80.1 // indirect - k8s.io/kube-openapi v0.0.0-20221207184640-f3cff1453715 // indirect - k8s.io/utils v0.0.0-20221128185143-99ec85e7a448 // indirect + k8s.io/api v0.26.2 // indirect + k8s.io/apimachinery v0.26.2 // indirect + k8s.io/client-go v0.26.2 // indirect + k8s.io/klog/v2 v2.90.1 // indirect + k8s.io/kube-openapi v0.0.0-20230303024457-afdc3dddf62d // indirect + k8s.io/utils v0.0.0-20230308161112-d77c459e9343 // indirect sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect sigs.k8s.io/yaml v1.3.0 // indirect @@ -119,23 +124,23 @@ require ( require ( cloud.google.com/go v0.110.2 // indirect - cloud.google.com/go/compute v1.19.1 // indirect - cloud.google.com/go/iam v1.0.1 // indirect - cloud.google.com/go/storage v1.29.0 // indirect + cloud.google.com/go/compute v1.20.1 // indirect + cloud.google.com/go/iam v1.1.0 // indirect + cloud.google.com/go/storage v1.30.1 // indirect github.com/Microsoft/go-winio v0.6.1 // indirect github.com/ProtonMail/go-crypto v0.0.0-20230518184743-7afd39499903 // indirect github.com/acomagu/bufpipe v1.0.4 // indirect - github.com/aws/aws-sdk-go v1.44.200 // indirect + github.com/aws/aws-sdk-go v1.44.284 // indirect github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be // indirect github.com/containerd/stargz-snapshotter/estargz v0.14.3 // indirect github.com/containerd/typeurl v1.0.2 // indirect github.com/docker/cli v23.0.5+incompatible // indirect - github.com/docker/distribution v2.8.1+incompatible // indirect + github.com/docker/distribution v2.8.2+incompatible // indirect github.com/docker/docker v23.0.5+incompatible // indirect github.com/docker/docker-credential-helpers v0.7.0 // indirect github.com/emirpasic/gods v1.18.1 // indirect - github.com/fatih/color v1.13.0 // indirect + github.com/fatih/color v1.14.1 // indirect github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect github.com/go-git/go-billy/v5 v5.4.1 // indirect github.com/gogo/protobuf v1.3.2 // indirect @@ -145,15 +150,15 @@ require ( github.com/google/go-querystring v1.1.0 // indirect github.com/google/uuid v1.3.0 // indirect github.com/google/wire v0.5.0 // indirect - github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect - github.com/googleapis/gax-go/v2 v2.9.1 // indirect + github.com/googleapis/enterprise-certificate-proxy v0.2.5 // indirect + github.com/googleapis/gax-go/v2 v2.11.0 // indirect github.com/imdario/mergo v0.3.15 // indirect github.com/inconshreveable/mousetrap v1.1.0 // indirect github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect github.com/jmespath/go-jmespath v0.4.0 // indirect github.com/kevinburke/ssh_config v1.2.0 // indirect github.com/klauspost/compress v1.16.5 // indirect - github.com/mattn/go-colorable v0.1.12 // indirect + github.com/mattn/go-colorable v0.1.13 // indirect github.com/mattn/go-isatty v0.0.17 // indirect github.com/mattn/go-runewidth v0.0.13 // indirect github.com/mitchellh/go-homedir v1.1.0 // indirect @@ -165,20 +170,20 @@ require ( github.com/sergi/go-diff v1.1.0 // indirect github.com/spf13/pflag v1.0.5 // indirect github.com/vbatts/tar-split v0.11.3 // indirect - github.com/xanzy/go-gitlab v0.84.0 + github.com/xanzy/go-gitlab v0.86.0 github.com/xanzy/ssh-agent v0.3.3 // indirect github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect - golang.org/x/crypto v0.9.0 // indirect + golang.org/x/crypto v0.11.0 // indirect golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1 - golang.org/x/net v0.10.0 // indirect - golang.org/x/oauth2 v0.8.0 - golang.org/x/sync v0.2.0 // indirect - golang.org/x/sys v0.8.0 // indirect + golang.org/x/net v0.12.0 // indirect + golang.org/x/oauth2 v0.10.0 + golang.org/x/sync v0.3.0 // indirect + golang.org/x/sys v0.10.0 // indirect golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect - google.golang.org/api v0.124.0 // indirect + google.golang.org/api v0.128.0 // indirect google.golang.org/appengine v1.6.7 // indirect - google.golang.org/grpc v1.55.0 // indirect + google.golang.org/grpc v1.56.0 // indirect gopkg.in/warnings.v0 v0.1.2 // indirect ) @@ -188,8 +193,8 @@ replace ( // https://deps.dev/advisory/OSV/GO-2020-0017?from=%2Fgo%2Fk8s.io%252Fclient-go%2Fv0.0.0-20200207030105-473926661c44 github.com/dgrijalva/jwt-go v0.0.0-20170104182250-a601269ab70c => github.com/golang-jwt/jwt v3.2.1+incompatible github.com/dgrijalva/jwt-go v3.2.0+incompatible => github.com/golang-jwt/jwt v3.2.1+incompatible - // This replace is for GHSA-qq97-vm5h-rrhg - github.com/docker/distribution => github.com/docker/distribution v2.8.0+incompatible + // This replace is for GHSA-qq97-vm5h-rrhg and GHSA-hqxw-f8mx-cpmw + github.com/docker/distribution => github.com/docker/distribution v2.8.2+incompatible // This replace is for https://osv.dev/vulnerability/GHSA-r48q-9g5r-8q2h github.com/emicklei/go-restful => github.com/emicklei/go-restful v2.16.0+incompatible // https://go.googlesource.com/vulndb/+/refs/heads/master/reports/GO-2020-0020.yaml diff --git a/go.sum b/go.sum index f26577548d6..525bd54c6c2 100644 --- a/go.sum +++ b/go.sum @@ -38,50 +38,85 @@ cloud.google.com/go v0.102.1/go.mod h1:XZ77E9qnTEnrgEOvr4xzfdX5TRo7fB4T2F4O6+34h cloud.google.com/go v0.104.0/go.mod h1:OO6xxXdJyvuJPcEPBLN9BJPD+jep5G1+2U5B5gkRYtA= cloud.google.com/go v0.105.0/go.mod h1:PrLgOJNe5nfE9UMxKxgXj4mD3voiP+YQ6gdt6KMFOKM= cloud.google.com/go v0.107.0/go.mod h1:wpc2eNrD7hXUTy8EKS10jkxpZBjASrORK7goS+3YX2I= -cloud.google.com/go v0.109.0/go.mod h1:2sYycXt75t/CSB5R9M2wPU1tJmire7AQZTPtITcGBVE= +cloud.google.com/go v0.110.0/go.mod h1:SJnCLqQ0FCFGSZMUNUf84MV3Aia54kn7pi8st7tMzaY= cloud.google.com/go v0.110.2 h1:sdFPBr6xG9/wkBbfhmUz/JmZC7X6LavQgcrVINrKiVA= cloud.google.com/go v0.110.2/go.mod h1:k04UEeEtb6ZBRTv3dZz4CeJC3jKGxyhl0sAiVVquxiw= cloud.google.com/go/accessapproval v1.4.0/go.mod h1:zybIuC3KpDOvotz59lFe5qxRZx6C75OtwbisN56xYB4= cloud.google.com/go/accessapproval v1.5.0/go.mod h1:HFy3tuiGvMdcd/u+Cu5b9NkO1pEICJ46IR82PoUdplw= +cloud.google.com/go/accessapproval v1.6.0/go.mod h1:R0EiYnwV5fsRFiKZkPHr6mwyk2wxUJ30nL4j2pcFY2E= cloud.google.com/go/accesscontextmanager v1.3.0/go.mod h1:TgCBehyr5gNMz7ZaH9xubp+CE8dkrszb4oK9CWyvD4o= cloud.google.com/go/accesscontextmanager v1.4.0/go.mod h1:/Kjh7BBu/Gh83sv+K60vN9QE5NJcd80sU33vIe2IFPE= +cloud.google.com/go/accesscontextmanager v1.6.0/go.mod h1:8XCvZWfYw3K/ji0iVnp+6pu7huxoQTLmxAbVjbloTtM= +cloud.google.com/go/accesscontextmanager v1.7.0/go.mod h1:CEGLewx8dwa33aDAZQujl7Dx+uYhS0eay198wB/VumQ= cloud.google.com/go/aiplatform v1.22.0/go.mod h1:ig5Nct50bZlzV6NvKaTwmplLLddFx0YReh9WfTO5jKw= cloud.google.com/go/aiplatform v1.24.0/go.mod h1:67UUvRBKG6GTayHKV8DBv2RtR1t93YRu5B1P3x99mYY= cloud.google.com/go/aiplatform v1.27.0/go.mod h1:Bvxqtl40l0WImSb04d0hXFU7gDOiq9jQmorivIiWcKg= +cloud.google.com/go/aiplatform v1.35.0/go.mod h1:7MFT/vCaOyZT/4IIFfxH4ErVg/4ku6lKv3w0+tFTgXQ= +cloud.google.com/go/aiplatform v1.36.1/go.mod h1:WTm12vJRPARNvJ+v6P52RDHCNe4AhvjcIZ/9/RRHy/k= +cloud.google.com/go/aiplatform v1.37.0/go.mod h1:IU2Cv29Lv9oCn/9LkFiiuKfwrRTq+QQMbW+hPCxJGZw= cloud.google.com/go/analytics v0.11.0/go.mod h1:DjEWCu41bVbYcKyvlws9Er60YE4a//bK6mnhWvQeFNI= cloud.google.com/go/analytics v0.12.0/go.mod h1:gkfj9h6XRf9+TS4bmuhPEShsh3hH8PAZzm/41OOhQd4= +cloud.google.com/go/analytics v0.17.0/go.mod h1:WXFa3WSym4IZ+JiKmavYdJwGG/CvpqiqczmL59bTD9M= +cloud.google.com/go/analytics v0.18.0/go.mod h1:ZkeHGQlcIPkw0R/GW+boWHhCOR43xz9RN/jn7WcqfIE= +cloud.google.com/go/analytics v0.19.0/go.mod h1:k8liqf5/HCnOUkbawNtrWWc+UAzyDlW89doe8TtoDsE= cloud.google.com/go/apigateway v1.3.0/go.mod h1:89Z8Bhpmxu6AmUxuVRg/ECRGReEdiP3vQtk4Z1J9rJk= cloud.google.com/go/apigateway v1.4.0/go.mod h1:pHVY9MKGaH9PQ3pJ4YLzoj6U5FUDeDFBllIz7WmzJoc= +cloud.google.com/go/apigateway v1.5.0/go.mod h1:GpnZR3Q4rR7LVu5951qfXPJCHquZt02jf7xQx7kpqN8= cloud.google.com/go/apigeeconnect v1.3.0/go.mod h1:G/AwXFAKo0gIXkPTVfZDd2qA1TxBXJ3MgMRBQkIi9jc= cloud.google.com/go/apigeeconnect v1.4.0/go.mod h1:kV4NwOKqjvt2JYR0AoIWo2QGfoRtn/pkS3QlHp0Ni04= +cloud.google.com/go/apigeeconnect v1.5.0/go.mod h1:KFaCqvBRU6idyhSNyn3vlHXc8VMDJdRmwDF6JyFRqZ8= +cloud.google.com/go/apigeeregistry v0.4.0/go.mod h1:EUG4PGcsZvxOXAdyEghIdXwAEi/4MEaoqLMLDMIwKXY= +cloud.google.com/go/apigeeregistry v0.5.0/go.mod h1:YR5+s0BVNZfVOUkMa5pAR2xGd0A473vA5M7j247o1wM= +cloud.google.com/go/apigeeregistry v0.6.0/go.mod h1:BFNzW7yQVLZ3yj0TKcwzb8n25CFBri51GVGOEUcgQsc= +cloud.google.com/go/apikeys v0.4.0/go.mod h1:XATS/yqZbaBK0HOssf+ALHp8jAlNHUgyfprvNcBIszU= +cloud.google.com/go/apikeys v0.5.0/go.mod h1:5aQfwY4D+ewMMWScd3hm2en3hCj+BROlyrt3ytS7KLI= +cloud.google.com/go/apikeys v0.6.0/go.mod h1:kbpXu5upyiAlGkKrJgQl8A0rKNNJ7dQ377pdroRSSi8= cloud.google.com/go/appengine v1.4.0/go.mod h1:CS2NhuBuDXM9f+qscZ6V86m1MIIqPj3WC/UoEuR1Sno= cloud.google.com/go/appengine v1.5.0/go.mod h1:TfasSozdkFI0zeoxW3PTBLiNqRmzraodCWatWI9Dmak= +cloud.google.com/go/appengine v1.6.0/go.mod h1:hg6i0J/BD2cKmDJbaFSYHFyZkgBEfQrDg/X0V5fJn84= +cloud.google.com/go/appengine v1.7.0/go.mod h1:eZqpbHFCqRGa2aCdope7eC0SWLV1j0neb/QnMJVWx6A= +cloud.google.com/go/appengine v1.7.1/go.mod h1:IHLToyb/3fKutRysUlFO0BPt5j7RiQ45nrzEJmKTo6E= cloud.google.com/go/area120 v0.5.0/go.mod h1:DE/n4mp+iqVyvxHN41Vf1CR602GiHQjFPusMFW6bGR4= cloud.google.com/go/area120 v0.6.0/go.mod h1:39yFJqWVgm0UZqWTOdqkLhjoC7uFfgXRC8g/ZegeAh0= +cloud.google.com/go/area120 v0.7.0/go.mod h1:a3+8EUD1SX5RUcCs3MY5YasiO1z6yLiNLRiFrykbynY= +cloud.google.com/go/area120 v0.7.1/go.mod h1:j84i4E1RboTWjKtZVWXPqvK5VHQFJRF2c1Nm69pWm9k= cloud.google.com/go/artifactregistry v1.6.0/go.mod h1:IYt0oBPSAGYj/kprzsBjZ/4LnG/zOcHyFHjWPCi6SAQ= cloud.google.com/go/artifactregistry v1.7.0/go.mod h1:mqTOFOnGZx8EtSqK/ZWcsm/4U8B77rbcLP6ruDU2Ixk= cloud.google.com/go/artifactregistry v1.8.0/go.mod h1:w3GQXkJX8hiKN0v+at4b0qotwijQbYUqF2GWkZzAhC0= cloud.google.com/go/artifactregistry v1.9.0/go.mod h1:2K2RqvA2CYvAeARHRkLDhMDJ3OXy26h3XW+3/Jh2uYc= +cloud.google.com/go/artifactregistry v1.11.1/go.mod h1:lLYghw+Itq9SONbCa1YWBoWs1nOucMH0pwXN1rOBZFI= +cloud.google.com/go/artifactregistry v1.11.2/go.mod h1:nLZns771ZGAwVLzTX/7Al6R9ehma4WUEhZGWV6CeQNQ= +cloud.google.com/go/artifactregistry v1.12.0/go.mod h1:o6P3MIvtzTOnmvGagO9v/rOjjA0HmhJ+/6KAXrmYDCI= +cloud.google.com/go/artifactregistry v1.13.0/go.mod h1:uy/LNfoOIivepGhooAUpL1i30Hgee3Cu0l4VTWHUC08= cloud.google.com/go/asset v1.5.0/go.mod h1:5mfs8UvcM5wHhqtSv8J1CtxxaQq3AdBxxQi2jGW/K4o= cloud.google.com/go/asset v1.7.0/go.mod h1:YbENsRK4+xTiL+Ofoj5Ckf+O17kJtgp3Y3nn4uzZz5s= cloud.google.com/go/asset v1.8.0/go.mod h1:mUNGKhiqIdbr8X7KNayoYvyc4HbbFO9URsjbytpUaW0= cloud.google.com/go/asset v1.9.0/go.mod h1:83MOE6jEJBMqFKadM9NLRcs80Gdw76qGuHn8m3h8oHQ= cloud.google.com/go/asset v1.10.0/go.mod h1:pLz7uokL80qKhzKr4xXGvBQXnzHn5evJAEAtZiIb0wY= +cloud.google.com/go/asset v1.11.1/go.mod h1:fSwLhbRvC9p9CXQHJ3BgFeQNM4c9x10lqlrdEUYXlJo= +cloud.google.com/go/asset v1.12.0/go.mod h1:h9/sFOa4eDIyKmH6QMpm4eUK3pDojWnUhTgJlk762Hg= +cloud.google.com/go/asset v1.13.0/go.mod h1:WQAMyYek/b7NBpYq/K4KJWcRqzoalEsxz/t/dTk4THw= cloud.google.com/go/assuredworkloads v1.5.0/go.mod h1:n8HOZ6pff6re5KYfBXcFvSViQjDwxFkAkmUFffJRbbY= cloud.google.com/go/assuredworkloads v1.6.0/go.mod h1:yo2YOk37Yc89Rsd5QMVECvjaMKymF9OP+QXWlKXUkXw= cloud.google.com/go/assuredworkloads v1.7.0/go.mod h1:z/736/oNmtGAyU47reJgGN+KVoYoxeLBoj4XkKYscNI= cloud.google.com/go/assuredworkloads v1.8.0/go.mod h1:AsX2cqyNCOvEQC8RMPnoc0yEarXQk6WEKkxYfL6kGIo= cloud.google.com/go/assuredworkloads v1.9.0/go.mod h1:kFuI1P78bplYtT77Tb1hi0FMxM0vVpRC7VVoJC3ZoT0= +cloud.google.com/go/assuredworkloads v1.10.0/go.mod h1:kwdUQuXcedVdsIaKgKTp9t0UJkE5+PAVNhdQm4ZVq2E= cloud.google.com/go/automl v1.5.0/go.mod h1:34EjfoFGMZ5sgJ9EoLsRtdPSNZLcfflJR39VbVNS2M0= cloud.google.com/go/automl v1.6.0/go.mod h1:ugf8a6Fx+zP0D59WLhqgTDsQI9w07o64uf/Is3Nh5p8= cloud.google.com/go/automl v1.7.0/go.mod h1:RL9MYCCsJEOmt0Wf3z9uzG0a7adTT1fe+aObgSpkCt8= cloud.google.com/go/automl v1.8.0/go.mod h1:xWx7G/aPEe/NP+qzYXktoBSDfjO+vnKMGgsApGJJquM= +cloud.google.com/go/automl v1.12.0/go.mod h1:tWDcHDp86aMIuHmyvjuKeeHEGq76lD7ZqfGLN6B0NuU= cloud.google.com/go/baremetalsolution v0.3.0/go.mod h1:XOrocE+pvK1xFfleEnShBlNAXf+j5blPPxrhjKgnIFc= cloud.google.com/go/baremetalsolution v0.4.0/go.mod h1:BymplhAadOO/eBa7KewQ0Ppg4A4Wplbn+PsFKRLo0uI= +cloud.google.com/go/baremetalsolution v0.5.0/go.mod h1:dXGxEkmR9BMwxhzBhV0AioD0ULBmuLZI8CdwalUxuss= cloud.google.com/go/batch v0.3.0/go.mod h1:TR18ZoAekj1GuirsUsR1ZTKN3FC/4UDnScjT8NXImFE= cloud.google.com/go/batch v0.4.0/go.mod h1:WZkHnP43R/QCGQsZ+0JyG4i79ranE2u8xvjq/9+STPE= +cloud.google.com/go/batch v0.7.0/go.mod h1:vLZN95s6teRUqRQ4s3RLDsH8PvboqBK+rn1oevL159g= cloud.google.com/go/beyondcorp v0.2.0/go.mod h1:TB7Bd+EEtcw9PCPQhCJtJGjk/7TC6ckmnSFS+xwTfm4= cloud.google.com/go/beyondcorp v0.3.0/go.mod h1:E5U5lcrcXMsCuoDNyGrpyTm/hn7ne941Jz2vmksAxW8= +cloud.google.com/go/beyondcorp v0.4.0/go.mod h1:3ApA0mbhHx6YImmuubf5pyW8srKnCEPON32/5hj+RmM= +cloud.google.com/go/beyondcorp v0.5.0/go.mod h1:uFqj9X+dSfrheVp7ssLTaRHd2EHqSL4QZmH4e8WXGGU= cloud.google.com/go/bigquery v1.0.1/go.mod h1:i/xbL2UlR5RvWAURpBYZTtm/cXjCha9lbfbpx4poX+o= cloud.google.com/go/bigquery v1.3.0/go.mod h1:PjpwJnslEMmckchkHFfq+HTD2DmtT67aNFKH1/VBDHE= cloud.google.com/go/bigquery v1.4.0/go.mod h1:S8dzgnTigyfTmLBfrtrhyYhwRxG72rYxvftPBK2Dvzc= @@ -91,28 +126,44 @@ cloud.google.com/go/bigquery v1.8.0/go.mod h1:J5hqkt3O0uAFnINi6JXValWIb1v0goeZM7 cloud.google.com/go/bigquery v1.42.0/go.mod h1:8dRTJxhtG+vwBKzE5OseQn/hiydoQN3EedCaOdYmxRA= cloud.google.com/go/bigquery v1.43.0/go.mod h1:ZMQcXHsl+xmU1z36G2jNGZmKp9zNY5BUua5wDgmNCfw= cloud.google.com/go/bigquery v1.44.0/go.mod h1:0Y33VqXTEsbamHJvJHdFmtqHvMIY28aK1+dFsvaChGc= -cloud.google.com/go/bigquery v1.51.2 h1:p6SZQJBh64rNJB/9V5O0jvMBI8O/XV5rJKlhmmCU+2o= -cloud.google.com/go/bigquery v1.51.2/go.mod h1:6YYSJ37dAY1HyMDq/+XByPmzsC52MgzNXhxjlTzIVCM= +cloud.google.com/go/bigquery v1.47.0/go.mod h1:sA9XOgy0A8vQK9+MWhEQTY6Tix87M/ZurWFIxmF9I/E= +cloud.google.com/go/bigquery v1.48.0/go.mod h1:QAwSz+ipNgfL5jxiaK7weyOhzdoAy1zFm0Nf1fysJac= +cloud.google.com/go/bigquery v1.49.0/go.mod h1:Sv8hMmTFFYBlt/ftw2uN6dFdQPzBlREY9yBh7Oy7/4Q= +cloud.google.com/go/bigquery v1.50.0/go.mod h1:YrleYEh2pSEbgTBZYMJ5SuSr0ML3ypjRB1zgf7pvQLU= +cloud.google.com/go/bigquery v1.52.0 h1:JKLNdxI0N+TIUWD6t9KN646X27N5dQWq9dZbbTWZ8hc= +cloud.google.com/go/bigquery v1.52.0/go.mod h1:3b/iXjRQGU4nKa87cXeg6/gogLjO8C6PmuM8i5Bi/u4= cloud.google.com/go/billing v1.4.0/go.mod h1:g9IdKBEFlItS8bTtlrZdVLWSSdSyFUZKXNS02zKMOZY= cloud.google.com/go/billing v1.5.0/go.mod h1:mztb1tBc3QekhjSgmpf/CV4LzWXLzCArwpLmP2Gm88s= cloud.google.com/go/billing v1.6.0/go.mod h1:WoXzguj+BeHXPbKfNWkqVtDdzORazmCjraY+vrxcyvI= cloud.google.com/go/billing v1.7.0/go.mod h1:q457N3Hbj9lYwwRbnlD7vUpyjq6u5U1RAOArInEiD5Y= +cloud.google.com/go/billing v1.12.0/go.mod h1:yKrZio/eu+okO/2McZEbch17O5CB5NpZhhXG6Z766ss= +cloud.google.com/go/billing v1.13.0/go.mod h1:7kB2W9Xf98hP9Sr12KfECgfGclsH3CQR0R08tnRlRbc= cloud.google.com/go/binaryauthorization v1.1.0/go.mod h1:xwnoWu3Y84jbuHa0zd526MJYmtnVXn0syOjaJgy4+dM= cloud.google.com/go/binaryauthorization v1.2.0/go.mod h1:86WKkJHtRcv5ViNABtYMhhNWRrD1Vpi//uKEy7aYEfI= cloud.google.com/go/binaryauthorization v1.3.0/go.mod h1:lRZbKgjDIIQvzYQS1p99A7/U1JqvqeZg0wiI5tp6tg0= cloud.google.com/go/binaryauthorization v1.4.0/go.mod h1:tsSPQrBd77VLplV70GUhBf/Zm3FsKmgSqgm4UmiDItk= +cloud.google.com/go/binaryauthorization v1.5.0/go.mod h1:OSe4OU1nN/VswXKRBmciKpo9LulY41gch5c68htf3/Q= cloud.google.com/go/certificatemanager v1.3.0/go.mod h1:n6twGDvcUBFu9uBgt4eYvvf3sQ6My8jADcOVwHmzadg= cloud.google.com/go/certificatemanager v1.4.0/go.mod h1:vowpercVFyqs8ABSmrdV+GiFf2H/ch3KyudYQEMM590= +cloud.google.com/go/certificatemanager v1.6.0/go.mod h1:3Hh64rCKjRAX8dXgRAyOcY5vQ/fE1sh8o+Mdd6KPgY8= cloud.google.com/go/channel v1.8.0/go.mod h1:W5SwCXDJsq/rg3tn3oG0LOxpAo6IMxNa09ngphpSlnk= cloud.google.com/go/channel v1.9.0/go.mod h1:jcu05W0my9Vx4mt3/rEHpfxc9eKi9XwsdDL8yBMbKUk= +cloud.google.com/go/channel v1.11.0/go.mod h1:IdtI0uWGqhEeatSB62VOoJ8FSUhJ9/+iGkJVqp74CGE= +cloud.google.com/go/channel v1.12.0/go.mod h1:VkxCGKASi4Cq7TbXxlaBezonAYpp1GCnKMY6tnMQnLU= cloud.google.com/go/cloudbuild v1.3.0/go.mod h1:WequR4ULxlqvMsjDEEEFnOG5ZSRSgWOywXYDb1vPE6U= cloud.google.com/go/cloudbuild v1.4.0/go.mod h1:5Qwa40LHiOXmz3386FrjrYM93rM/hdRr7b53sySrTqA= +cloud.google.com/go/cloudbuild v1.6.0/go.mod h1:UIbc/w9QCbH12xX+ezUsgblrWv+Cv4Tw83GiSMHOn9M= +cloud.google.com/go/cloudbuild v1.7.0/go.mod h1:zb5tWh2XI6lR9zQmsm1VRA+7OCuve5d8S+zJUul8KTg= +cloud.google.com/go/cloudbuild v1.9.0/go.mod h1:qK1d7s4QlO0VwfYn5YuClDGg2hfmLZEb4wQGAbIgL1s= cloud.google.com/go/clouddms v1.3.0/go.mod h1:oK6XsCDdW4Ib3jCCBugx+gVjevp2TMXFtgxvPSee3OM= cloud.google.com/go/clouddms v1.4.0/go.mod h1:Eh7sUGCC+aKry14O1NRljhjyrr0NFC0G2cjwX0cByRk= +cloud.google.com/go/clouddms v1.5.0/go.mod h1:QSxQnhikCLUw13iAbffF2CZxAER3xDGNHjsTAkQJcQA= cloud.google.com/go/cloudtasks v1.5.0/go.mod h1:fD92REy1x5woxkKEkLdvavGnPJGEn8Uic9nWuLzqCpY= cloud.google.com/go/cloudtasks v1.6.0/go.mod h1:C6Io+sxuke9/KNRkbQpihnW93SWDU3uXt92nu85HkYI= cloud.google.com/go/cloudtasks v1.7.0/go.mod h1:ImsfdYWwlWNJbdgPIIGJWC+gemEGTBK/SunNQQNCAb4= cloud.google.com/go/cloudtasks v1.8.0/go.mod h1:gQXUIwCSOI4yPVK7DgTVFiiP0ZW/eQkydWzwVMdHxrI= +cloud.google.com/go/cloudtasks v1.9.0/go.mod h1:w+EyLsVkLWHcOaqNEyvcKAsWp9p29dL6uL9Nst1cI7Y= +cloud.google.com/go/cloudtasks v1.10.0/go.mod h1:NDSoTLkZ3+vExFEWu2UJV1arUyzVDAiZtdWcsUyNwBs= cloud.google.com/go/compute v0.1.0/go.mod h1:GAesmwr110a34z04OlxYkATPBEfVhkymfTBXtfbBFow= cloud.google.com/go/compute v1.3.0/go.mod h1:cCZiE1NHEtai4wiufUhW8I8S1JKkAnhnQJWM7YD99wM= cloud.google.com/go/compute v1.5.0/go.mod h1:9SMHyhJlzhlkJqrPAc839t2BZFTSk6Jdj6mkzQJeu0M= @@ -126,20 +177,28 @@ cloud.google.com/go/compute v1.13.0/go.mod h1:5aPTS0cUNMIc1CE546K+Th6weJUNQErARy cloud.google.com/go/compute v1.14.0/go.mod h1:YfLtxrj9sU4Yxv+sXzZkyPjEyPBZfXHUvjxega5vAdo= cloud.google.com/go/compute v1.15.1/go.mod h1:bjjoF/NtFUrkD/urWfdHaKuOPDR5nWIs63rR+SXhcpA= cloud.google.com/go/compute v1.18.0/go.mod h1:1X7yHxec2Ga+Ss6jPyjxRxpu2uu7PLgsOVXvgU0yacs= -cloud.google.com/go/compute v1.19.1 h1:am86mquDUgjGNWxiGn+5PGLbmgiWXlE/yNWpIpNvuXY= +cloud.google.com/go/compute v1.19.0/go.mod h1:rikpw2y+UMidAe9tISo04EHNOIf42RLYF/q8Bs93scU= cloud.google.com/go/compute v1.19.1/go.mod h1:6ylj3a05WF8leseCdIf77NK0g1ey+nj5IKd5/kvShxE= +cloud.google.com/go/compute v1.19.3/go.mod h1:qxvISKp/gYnXkSAD1ppcSOveRAmzxicEv/JlizULFrI= +cloud.google.com/go/compute v1.20.0/go.mod h1:kn5BhC++qUWR/AM3Dn21myV7QbgqejW04cAOrtppaQI= +cloud.google.com/go/compute v1.20.1 h1:6aKEtlUiwEpJzM001l0yFkpXmUVXaN8W+fbkb2AZNbg= +cloud.google.com/go/compute v1.20.1/go.mod h1:4tCnrn48xsqlwSAiLf1HXMQk8CONslYbdiEZc9FEIbM= cloud.google.com/go/compute/metadata v0.1.0/go.mod h1:Z1VN+bulIf6bt4P/C37K4DyZYZEXYonfTBHHFPO/4UU= cloud.google.com/go/compute/metadata v0.2.0/go.mod h1:zFmK7XCadkQkj6TtorcaGlCW1hT1fIilQDwofLpJ20k= cloud.google.com/go/compute/metadata v0.2.1/go.mod h1:jgHgmJd2RKBGzXqF5LR2EZMGxBkeanZ9wwa75XHJgOM= -cloud.google.com/go/compute/metadata v0.2.2/go.mod h1:jgHgmJd2RKBGzXqF5LR2EZMGxBkeanZ9wwa75XHJgOM= cloud.google.com/go/compute/metadata v0.2.3 h1:mg4jlk7mCAj6xXp9UJ4fjI9VUI5rubuGBW5aJ7UnBMY= cloud.google.com/go/compute/metadata v0.2.3/go.mod h1:VAV5nSsACxMJvgaAuX6Pk2AawlZn8kiOGuCv6gTkwuA= cloud.google.com/go/contactcenterinsights v1.3.0/go.mod h1:Eu2oemoePuEFc/xKFPjbTuPSj0fYJcPls9TFlPNnHHY= cloud.google.com/go/contactcenterinsights v1.4.0/go.mod h1:L2YzkGbPsv+vMQMCADxJoT9YiTTnSEd6fEvCeHTYVck= +cloud.google.com/go/contactcenterinsights v1.6.0/go.mod h1:IIDlT6CLcDoyv79kDv8iWxMSTZhLxSCofVV5W6YFM/w= cloud.google.com/go/container v1.6.0/go.mod h1:Xazp7GjJSeUYo688S+6J5V+n/t+G5sKBTFkKNudGRxg= cloud.google.com/go/container v1.7.0/go.mod h1:Dp5AHtmothHGX3DwwIHPgq45Y8KmNsgN3amoYfxVkLo= +cloud.google.com/go/container v1.13.1/go.mod h1:6wgbMPeQRw9rSnKBCAJXnds3Pzj03C4JHamr8asWKy4= +cloud.google.com/go/container v1.14.0/go.mod h1:3AoJMPhHfLDxLvrlVWaK57IXzaPnLaZq63WX59aQBfM= +cloud.google.com/go/container v1.15.0/go.mod h1:ft+9S0WGjAyjDggg5S06DXj+fHJICWg8L7isCQe9pQA= cloud.google.com/go/containeranalysis v0.5.1/go.mod h1:1D92jd8gRR/c0fGMlymRgxWD3Qw9C1ff6/T7mLgVL8I= cloud.google.com/go/containeranalysis v0.6.0/go.mod h1:HEJoiEIu+lEXM+k7+qLCci0h33lX3ZqoYFdmPcoO7s4= +cloud.google.com/go/containeranalysis v0.7.0/go.mod h1:9aUL+/vZ55P2CXfuZjS4UjQ9AgXoSw8Ts6lemfmxBxI= cloud.google.com/go/containeranalysis v0.9.0 h1:EQ4FFxNaEAg8PqQCO7bVQfWz9NVwZCUKaM1b3ycfx3U= cloud.google.com/go/containeranalysis v0.9.0/go.mod h1:orbOANbwk5Ejoom+s+DUCTTJ7IBdBQJDcSylAx/on9s= cloud.google.com/go/datacatalog v1.3.0/go.mod h1:g9svFY6tuR+j+hrTw3J2dNcmI0dzmSiyOzm8kpLq0a0= @@ -147,158 +206,242 @@ cloud.google.com/go/datacatalog v1.5.0/go.mod h1:M7GPLNQeLfWqeIm3iuiruhPzkt65+Bx cloud.google.com/go/datacatalog v1.6.0/go.mod h1:+aEyF8JKg+uXcIdAmmaMUmZ3q1b/lKLtXCmXdnc0lbc= cloud.google.com/go/datacatalog v1.7.0/go.mod h1:9mEl4AuDYWw81UGc41HonIHH7/sn52H0/tc8f8ZbZIE= cloud.google.com/go/datacatalog v1.8.0/go.mod h1:KYuoVOv9BM8EYz/4eMFxrr4DUKhGIOXxZoKYF5wdISM= -cloud.google.com/go/datacatalog v1.13.0 h1:4H5IJiyUE0X6ShQBqgFFZvGGcrwGVndTwUSLP4c52gw= +cloud.google.com/go/datacatalog v1.8.1/go.mod h1:RJ58z4rMp3gvETA465Vg+ag8BGgBdnRPEMMSTr5Uv+M= +cloud.google.com/go/datacatalog v1.12.0/go.mod h1:CWae8rFkfp6LzLumKOnmVh4+Zle4A3NXLzVJ1d1mRm0= +cloud.google.com/go/datacatalog v1.13.0/go.mod h1:E4Rj9a5ZtAxcQJlEBTLgMTphfP11/lNaAshpoBgemX8= +cloud.google.com/go/datacatalog v1.14.0 h1:ScW+U7bcoNYdS4xuVfnNdt2nR2j7esPyFJEZFW87ZzY= cloud.google.com/go/dataflow v0.6.0/go.mod h1:9QwV89cGoxjjSR9/r7eFDqqjtvbKxAK2BaYU6PVk9UM= cloud.google.com/go/dataflow v0.7.0/go.mod h1:PX526vb4ijFMesO1o202EaUmouZKBpjHsTlCtB4parQ= +cloud.google.com/go/dataflow v0.8.0/go.mod h1:Rcf5YgTKPtQyYz8bLYhFoIV/vP39eL7fWNcSOyFfLJE= cloud.google.com/go/dataform v0.3.0/go.mod h1:cj8uNliRlHpa6L3yVhDOBrUXH+BPAO1+KFMQQNSThKo= cloud.google.com/go/dataform v0.4.0/go.mod h1:fwV6Y4Ty2yIFL89huYlEkwUPtS7YZinZbzzj5S9FzCE= cloud.google.com/go/dataform v0.5.0/go.mod h1:GFUYRe8IBa2hcomWplodVmUx/iTL0FrsauObOM3Ipr0= +cloud.google.com/go/dataform v0.6.0/go.mod h1:QPflImQy33e29VuapFdf19oPbE4aYTJxr31OAPV+ulA= +cloud.google.com/go/dataform v0.7.0/go.mod h1:7NulqnVozfHvWUBpMDfKMUESr+85aJsC/2O0o3jWPDE= cloud.google.com/go/datafusion v1.4.0/go.mod h1:1Zb6VN+W6ALo85cXnM1IKiPw+yQMKMhB9TsTSRDo/38= cloud.google.com/go/datafusion v1.5.0/go.mod h1:Kz+l1FGHB0J+4XF2fud96WMmRiq/wj8N9u007vyXZ2w= +cloud.google.com/go/datafusion v1.6.0/go.mod h1:WBsMF8F1RhSXvVM8rCV3AeyWVxcC2xY6vith3iw3S+8= cloud.google.com/go/datalabeling v0.5.0/go.mod h1:TGcJ0G2NzcsXSE/97yWjIZO0bXj0KbVlINXMG9ud42I= cloud.google.com/go/datalabeling v0.6.0/go.mod h1:WqdISuk/+WIGeMkpw/1q7bK/tFEZxsrFJOJdY2bXvTQ= +cloud.google.com/go/datalabeling v0.7.0/go.mod h1:WPQb1y08RJbmpM3ww0CSUAGweL0SxByuW2E+FU+wXcM= cloud.google.com/go/dataplex v1.3.0/go.mod h1:hQuRtDg+fCiFgC8j0zV222HvzFQdRd+SVX8gdmFcZzA= cloud.google.com/go/dataplex v1.4.0/go.mod h1:X51GfLXEMVJ6UN47ESVqvlsRplbLhcsAt0kZCCKsU0A= +cloud.google.com/go/dataplex v1.5.2/go.mod h1:cVMgQHsmfRoI5KFYq4JtIBEUbYwc3c7tXmIDhRmNNVQ= +cloud.google.com/go/dataplex v1.6.0/go.mod h1:bMsomC/aEJOSpHXdFKFGQ1b0TDPIeL28nJObeO1ppRs= cloud.google.com/go/dataproc v1.7.0/go.mod h1:CKAlMjII9H90RXaMpSxQ8EU6dQx6iAYNPcYPOkSbi8s= cloud.google.com/go/dataproc v1.8.0/go.mod h1:5OW+zNAH0pMpw14JVrPONsxMQYMBqJuzORhIBfBn9uI= +cloud.google.com/go/dataproc v1.12.0/go.mod h1:zrF3aX0uV3ikkMz6z4uBbIKyhRITnxvr4i3IjKsKrw4= cloud.google.com/go/dataqna v0.5.0/go.mod h1:90Hyk596ft3zUQ8NkFfvICSIfHFh1Bc7C4cK3vbhkeo= cloud.google.com/go/dataqna v0.6.0/go.mod h1:1lqNpM7rqNLVgWBJyk5NF6Uen2PHym0jtVJonplVsDA= +cloud.google.com/go/dataqna v0.7.0/go.mod h1:Lx9OcIIeqCrw1a6KdO3/5KMP1wAmTc0slZWwP12Qq3c= cloud.google.com/go/datastore v1.0.0/go.mod h1:LXYbyblFSglQ5pkeyhO+Qmw7ukd3C+pD7TKLgZqpHYE= cloud.google.com/go/datastore v1.1.0/go.mod h1:umbIZjpQpHh4hmRpGhH4tLFup+FVzqBi1b3c64qFpCk= cloud.google.com/go/datastore v1.10.0/go.mod h1:PC5UzAmDEkAmkfaknstTYbNpgE49HAgW2J1gcgUfmdM= +cloud.google.com/go/datastore v1.11.0/go.mod h1:TvGxBIHCS50u8jzG+AW/ppf87v1of8nwzFNgEZU1D3c= cloud.google.com/go/datastream v1.2.0/go.mod h1:i/uTP8/fZwgATHS/XFu0TcNUhuA0twZxxQ3EyCUQMwo= cloud.google.com/go/datastream v1.3.0/go.mod h1:cqlOX8xlyYF/uxhiKn6Hbv6WjwPPuI9W2M9SAXwaLLQ= cloud.google.com/go/datastream v1.4.0/go.mod h1:h9dpzScPhDTs5noEMQVWP8Wx8AFBRyS0s8KWPx/9r0g= cloud.google.com/go/datastream v1.5.0/go.mod h1:6TZMMNPwjUqZHBKPQ1wwXpb0d5VDVPl2/XoS5yi88q4= +cloud.google.com/go/datastream v1.6.0/go.mod h1:6LQSuswqLa7S4rPAOZFVjHIG3wJIjZcZrw8JDEDJuIs= +cloud.google.com/go/datastream v1.7.0/go.mod h1:uxVRMm2elUSPuh65IbZpzJNMbuzkcvu5CjMqVIUHrww= cloud.google.com/go/deploy v1.4.0/go.mod h1:5Xghikd4VrmMLNaF6FiRFDlHb59VM59YoDQnOUdsH/c= cloud.google.com/go/deploy v1.5.0/go.mod h1:ffgdD0B89tToyW/U/D2eL0jN2+IEV/3EMuXHA0l4r+s= +cloud.google.com/go/deploy v1.6.0/go.mod h1:f9PTHehG/DjCom3QH0cntOVRm93uGBDt2vKzAPwpXQI= +cloud.google.com/go/deploy v1.8.0/go.mod h1:z3myEJnA/2wnB4sgjqdMfgxCA0EqC3RBTNcVPs93mtQ= cloud.google.com/go/dialogflow v1.15.0/go.mod h1:HbHDWs33WOGJgn6rfzBW1Kv807BE3O1+xGbn59zZWI4= cloud.google.com/go/dialogflow v1.16.1/go.mod h1:po6LlzGfK+smoSmTBnbkIZY2w8ffjz/RcGSS+sh1el0= cloud.google.com/go/dialogflow v1.17.0/go.mod h1:YNP09C/kXA1aZdBgC/VtXX74G/TKn7XVCcVumTflA+8= cloud.google.com/go/dialogflow v1.18.0/go.mod h1:trO7Zu5YdyEuR+BhSNOqJezyFQ3aUzz0njv7sMx/iek= cloud.google.com/go/dialogflow v1.19.0/go.mod h1:JVmlG1TwykZDtxtTXujec4tQ+D8SBFMoosgy+6Gn0s0= +cloud.google.com/go/dialogflow v1.29.0/go.mod h1:b+2bzMe+k1s9V+F2jbJwpHPzrnIyHihAdRFMtn2WXuM= +cloud.google.com/go/dialogflow v1.31.0/go.mod h1:cuoUccuL1Z+HADhyIA7dci3N5zUssgpBJmCzI6fNRB4= +cloud.google.com/go/dialogflow v1.32.0/go.mod h1:jG9TRJl8CKrDhMEcvfcfFkkpp8ZhgPz3sBGmAUYJ2qE= cloud.google.com/go/dlp v1.6.0/go.mod h1:9eyB2xIhpU0sVwUixfBubDoRwP+GjeUoxxeueZmqvmM= cloud.google.com/go/dlp v1.7.0/go.mod h1:68ak9vCiMBjbasxeVD17hVPxDEck+ExiHavX8kiHG+Q= +cloud.google.com/go/dlp v1.9.0/go.mod h1:qdgmqgTyReTz5/YNSSuueR8pl7hO0o9bQ39ZhtgkWp4= cloud.google.com/go/documentai v1.7.0/go.mod h1:lJvftZB5NRiFSX4moiye1SMxHx0Bc3x1+p9e/RfXYiU= cloud.google.com/go/documentai v1.8.0/go.mod h1:xGHNEB7CtsnySCNrCFdCyyMz44RhFEEX2Q7UD0c5IhU= cloud.google.com/go/documentai v1.9.0/go.mod h1:FS5485S8R00U10GhgBC0aNGrJxBP8ZVpEeJ7PQDZd6k= cloud.google.com/go/documentai v1.10.0/go.mod h1:vod47hKQIPeCfN2QS/jULIvQTugbmdc0ZvxxfQY1bg4= +cloud.google.com/go/documentai v1.16.0/go.mod h1:o0o0DLTEZ+YnJZ+J4wNfTxmDVyrkzFvttBXXtYRMHkM= +cloud.google.com/go/documentai v1.18.0/go.mod h1:F6CK6iUH8J81FehpskRmhLq/3VlwQvb7TvwOceQ2tbs= cloud.google.com/go/domains v0.6.0/go.mod h1:T9Rz3GasrpYk6mEGHh4rymIhjlnIuB4ofT1wTxDeT4Y= cloud.google.com/go/domains v0.7.0/go.mod h1:PtZeqS1xjnXuRPKE/88Iru/LdfoRyEHYA9nFQf4UKpg= +cloud.google.com/go/domains v0.8.0/go.mod h1:M9i3MMDzGFXsydri9/vW+EWz9sWb4I6WyHqdlAk0idE= cloud.google.com/go/edgecontainer v0.1.0/go.mod h1:WgkZ9tp10bFxqO8BLPqv2LlfmQF1X8lZqwW4r1BTajk= cloud.google.com/go/edgecontainer v0.2.0/go.mod h1:RTmLijy+lGpQ7BXuTDa4C4ssxyXT34NIuHIgKuP4s5w= +cloud.google.com/go/edgecontainer v0.3.0/go.mod h1:FLDpP4nykgwwIfcLt6zInhprzw0lEi2P1fjO6Ie0qbc= +cloud.google.com/go/edgecontainer v1.0.0/go.mod h1:cttArqZpBB2q58W/upSG++ooo6EsblxDIolxa3jSjbY= cloud.google.com/go/errorreporting v0.3.0/go.mod h1:xsP2yaAp+OAW4OIm60An2bbLpqIhKXdWR/tawvl7QzU= cloud.google.com/go/essentialcontacts v1.3.0/go.mod h1:r+OnHa5jfj90qIfZDO/VztSFqbQan7HV75p8sA+mdGI= cloud.google.com/go/essentialcontacts v1.4.0/go.mod h1:8tRldvHYsmnBCHdFpvU+GL75oWiBKl80BiqlFh9tp+8= +cloud.google.com/go/essentialcontacts v1.5.0/go.mod h1:ay29Z4zODTuwliK7SnX8E86aUF2CTzdNtvv42niCX0M= cloud.google.com/go/eventarc v1.7.0/go.mod h1:6ctpF3zTnaQCxUjHUdcfgcA1A2T309+omHZth7gDfmc= cloud.google.com/go/eventarc v1.8.0/go.mod h1:imbzxkyAU4ubfsaKYdQg04WS1NvncblHEup4kvF+4gw= +cloud.google.com/go/eventarc v1.10.0/go.mod h1:u3R35tmZ9HvswGRBnF48IlYgYeBcPUCjkr4BTdem2Kw= +cloud.google.com/go/eventarc v1.11.0/go.mod h1:PyUjsUKPWoRBCHeOxZd/lbOOjahV41icXyUY5kSTvVY= cloud.google.com/go/filestore v1.3.0/go.mod h1:+qbvHGvXU1HaKX2nD0WEPo92TP/8AQuCVEBXNY9z0+w= cloud.google.com/go/filestore v1.4.0/go.mod h1:PaG5oDfo9r224f8OYXURtAsY+Fbyq/bLYoINEK8XQAI= +cloud.google.com/go/filestore v1.5.0/go.mod h1:FqBXDWBp4YLHqRnVGveOkHDf8svj9r5+mUDLupOWEDs= +cloud.google.com/go/filestore v1.6.0/go.mod h1:di5unNuss/qfZTw2U9nhFqo8/ZDSc466dre85Kydllg= cloud.google.com/go/firestore v1.1.0/go.mod h1:ulACoGHTpvq5r8rxGJ4ddJZBZqakUQqClKRT5SZwBmk= cloud.google.com/go/firestore v1.6.1/go.mod h1:asNXNOzBdyVQmEU+ggO8UPodTkEVFW5Qx+rwHnAz+EY= cloud.google.com/go/firestore v1.9.0/go.mod h1:HMkjKHNTtRyZNiMzu7YAsLr9K3X2udY2AMwDaMEQiiE= +cloud.google.com/go/firestore v1.10.0/go.mod h1:eAeoQCV8F35Mcy4k8ZrQbcSYZOayIwoiU7ZJ6xzH1+o= cloud.google.com/go/functions v1.6.0/go.mod h1:3H1UA3qiIPRWD7PeZKLvHZ9SaQhR26XIJcC0A5GbvAk= cloud.google.com/go/functions v1.7.0/go.mod h1:+d+QBcWM+RsrgZfV9xo6KfA1GlzJfxcfZcRPEhDDfzg= cloud.google.com/go/functions v1.8.0/go.mod h1:RTZ4/HsQjIqIYP9a9YPbU+QFoQsAlYgrwOXJWHn1POY= cloud.google.com/go/functions v1.9.0/go.mod h1:Y+Dz8yGguzO3PpIjhLTbnqV1CWmgQ5UwtlpzoyquQ08= +cloud.google.com/go/functions v1.10.0/go.mod h1:0D3hEOe3DbEvCXtYOZHQZmD+SzYsi1YbI7dGvHfldXw= +cloud.google.com/go/functions v1.12.0/go.mod h1:AXWGrF3e2C/5ehvwYo/GH6O5s09tOPksiKhz+hH8WkA= +cloud.google.com/go/functions v1.13.0/go.mod h1:EU4O007sQm6Ef/PwRsI8N2umygGqPBS/IZQKBQBcJ3c= cloud.google.com/go/gaming v1.5.0/go.mod h1:ol7rGcxP/qHTRQE/RO4bxkXq+Fix0j6D4LFPzYTIrDM= cloud.google.com/go/gaming v1.6.0/go.mod h1:YMU1GEvA39Qt3zWGyAVA9bpYz/yAhTvaQ1t2sK4KPUA= cloud.google.com/go/gaming v1.7.0/go.mod h1:LrB8U7MHdGgFG851iHAfqUdLcKBdQ55hzXy9xBJz0+w= cloud.google.com/go/gaming v1.8.0/go.mod h1:xAqjS8b7jAVW0KFYeRUxngo9My3f33kFmua++Pi+ggM= +cloud.google.com/go/gaming v1.9.0/go.mod h1:Fc7kEmCObylSWLO334NcO+O9QMDyz+TKC4v1D7X+Bc0= cloud.google.com/go/gkebackup v0.2.0/go.mod h1:XKvv/4LfG829/B8B7xRkk8zRrOEbKtEam6yNfuQNH60= cloud.google.com/go/gkebackup v0.3.0/go.mod h1:n/E671i1aOQvUxT541aTkCwExO/bTer2HDlj4TsBRAo= +cloud.google.com/go/gkebackup v0.4.0/go.mod h1:byAyBGUwYGEEww7xsbnUTBHIYcOPy/PgUWUtOeRm9Vg= cloud.google.com/go/gkeconnect v0.5.0/go.mod h1:c5lsNAg5EwAy7fkqX/+goqFsU1Da/jQFqArp+wGNr/o= cloud.google.com/go/gkeconnect v0.6.0/go.mod h1:Mln67KyU/sHJEBY8kFZ0xTeyPtzbq9StAVvEULYK16A= +cloud.google.com/go/gkeconnect v0.7.0/go.mod h1:SNfmVqPkaEi3bF/B3CNZOAYPYdg7sU+obZ+QTky2Myw= cloud.google.com/go/gkehub v0.9.0/go.mod h1:WYHN6WG8w9bXU0hqNxt8rm5uxnk8IH+lPY9J2TV7BK0= cloud.google.com/go/gkehub v0.10.0/go.mod h1:UIPwxI0DsrpsVoWpLB0stwKCP+WFVG9+y977wO+hBH0= +cloud.google.com/go/gkehub v0.11.0/go.mod h1:JOWHlmN+GHyIbuWQPl47/C2RFhnFKH38jH9Ascu3n0E= +cloud.google.com/go/gkehub v0.12.0/go.mod h1:djiIwwzTTBrF5NaXCGv3mf7klpEMcST17VBTVVDcuaw= cloud.google.com/go/gkemulticloud v0.3.0/go.mod h1:7orzy7O0S+5kq95e4Hpn7RysVA7dPs8W/GgfUtsPbrA= cloud.google.com/go/gkemulticloud v0.4.0/go.mod h1:E9gxVBnseLWCk24ch+P9+B2CoDFJZTyIgLKSalC7tuI= +cloud.google.com/go/gkemulticloud v0.5.0/go.mod h1:W0JDkiyi3Tqh0TJr//y19wyb1yf8llHVto2Htf2Ja3Y= cloud.google.com/go/grafeas v0.2.0/go.mod h1:KhxgtF2hb0P191HlY5besjYm6MqTSTj3LSI+M+ByZHc= cloud.google.com/go/gsuiteaddons v1.3.0/go.mod h1:EUNK/J1lZEZO8yPtykKxLXI6JSVN2rg9bN8SXOa0bgM= cloud.google.com/go/gsuiteaddons v1.4.0/go.mod h1:rZK5I8hht7u7HxFQcFei0+AtfS9uSushomRlg+3ua1o= +cloud.google.com/go/gsuiteaddons v1.5.0/go.mod h1:TFCClYLd64Eaa12sFVmUyG62tk4mdIsI7pAnSXRkcFo= cloud.google.com/go/iam v0.1.0/go.mod h1:vcUNEa0pEm0qRVpmWepWaFMIAI8/hjB9mO8rNCJtF6c= cloud.google.com/go/iam v0.3.0/go.mod h1:XzJPvDayI+9zsASAFO68Hk07u3z+f+JrT2xXNdp4bnY= cloud.google.com/go/iam v0.5.0/go.mod h1:wPU9Vt0P4UmCux7mqtRu6jcpPAb74cP1fh50J3QpkUc= cloud.google.com/go/iam v0.6.0/go.mod h1:+1AH33ueBne5MzYccyMHtEKqLE4/kJOibtffMHDMFMc= cloud.google.com/go/iam v0.7.0/go.mod h1:H5Br8wRaDGNc8XP3keLc4unfUUZeyH3Sfl9XpQEYOeg= cloud.google.com/go/iam v0.8.0/go.mod h1:lga0/y3iH6CX7sYqypWJ33hf7kkfXJag67naqGESjkE= -cloud.google.com/go/iam v0.10.0/go.mod h1:nXAECrMt2qHpF6RZUZseteD6QyanL68reN4OXPw0UWM= -cloud.google.com/go/iam v1.0.1 h1:lyeCAU6jpnVNrE9zGQkTl3WgNgK/X+uWwaw0kynZJMU= +cloud.google.com/go/iam v0.11.0/go.mod h1:9PiLDanza5D+oWFZiH1uG+RnRCfEGKoyl6yo4cgWZGY= +cloud.google.com/go/iam v0.12.0/go.mod h1:knyHGviacl11zrtZUoDuYpDgLjvr28sLQaG0YB2GYAY= +cloud.google.com/go/iam v0.13.0/go.mod h1:ljOg+rcNfzZ5d6f1nAUJ8ZIxOaZUVoS14bKCtaLZ/D0= cloud.google.com/go/iam v1.0.1/go.mod h1:yR3tmSL8BcZB4bxByRv2jkSIahVmCtfKZwLYGBalRE8= +cloud.google.com/go/iam v1.1.0 h1:67gSqaPukx7O8WLLHMa0PNs3EBGd2eE4d+psbO/CO94= +cloud.google.com/go/iam v1.1.0/go.mod h1:nxdHjaKfCr7fNYx/HJMM8LgiMugmveWlkatear5gVyk= cloud.google.com/go/iap v1.4.0/go.mod h1:RGFwRJdihTINIe4wZ2iCP0zF/qu18ZwyKxrhMhygBEc= cloud.google.com/go/iap v1.5.0/go.mod h1:UH/CGgKd4KyohZL5Pt0jSKE4m3FR51qg6FKQ/z/Ix9A= +cloud.google.com/go/iap v1.6.0/go.mod h1:NSuvI9C/j7UdjGjIde7t7HBz+QTwBcapPE07+sSRcLk= +cloud.google.com/go/iap v1.7.0/go.mod h1:beqQx56T9O1G1yNPph+spKpNibDlYIiIixiqsQXxLIo= +cloud.google.com/go/iap v1.7.1/go.mod h1:WapEwPc7ZxGt2jFGB/C/bm+hP0Y6NXzOYGjpPnmMS74= cloud.google.com/go/ids v1.1.0/go.mod h1:WIuwCaYVOzHIj2OhN9HAwvW+DBdmUAdcWlFxRl+KubM= cloud.google.com/go/ids v1.2.0/go.mod h1:5WXvp4n25S0rA/mQWAg1YEEBBq6/s+7ml1RDCW1IrcY= +cloud.google.com/go/ids v1.3.0/go.mod h1:JBdTYwANikFKaDP6LtW5JAi4gubs57SVNQjemdt6xV4= cloud.google.com/go/iot v1.3.0/go.mod h1:r7RGh2B61+B8oz0AGE+J72AhA0G7tdXItODWsaA2oLs= cloud.google.com/go/iot v1.4.0/go.mod h1:dIDxPOn0UvNDUMD8Ger7FIaTuvMkj+aGk94RPP0iV+g= +cloud.google.com/go/iot v1.5.0/go.mod h1:mpz5259PDl3XJthEmh9+ap0affn/MqNSP4My77Qql9o= +cloud.google.com/go/iot v1.6.0/go.mod h1:IqdAsmE2cTYYNO1Fvjfzo9po179rAtJeVGUvkLN3rLE= cloud.google.com/go/kms v1.4.0/go.mod h1:fajBHndQ+6ubNw6Ss2sSd+SWvjL26RNo/dr7uxsnnOA= cloud.google.com/go/kms v1.5.0/go.mod h1:QJS2YY0eJGBg3mnDfuaCyLauWwBJiHRboYxJ++1xJNg= cloud.google.com/go/kms v1.6.0/go.mod h1:Jjy850yySiasBUDi6KFUwUv2n1+o7QZFyuUJg6OgjA0= cloud.google.com/go/kms v1.8.0/go.mod h1:4xFEhYFqvW+4VMELtZyxomGSYtSQKzM178ylFW4jMAg= -cloud.google.com/go/kms v1.10.2 h1:8UePKEypK3SQ6g+4mn/s/VgE5L7XOh+FwGGRUqvY3Hw= +cloud.google.com/go/kms v1.9.0/go.mod h1:qb1tPTgfF9RQP8e1wq4cLFErVuTJv7UsSC915J8dh3w= +cloud.google.com/go/kms v1.10.0/go.mod h1:ng3KTUtQQU9bPX3+QGLsflZIHlkbn8amFAMY63m8d24= +cloud.google.com/go/kms v1.10.1/go.mod h1:rIWk/TryCkR59GMC3YtHtXeLzd634lBbKenvyySAyYI= cloud.google.com/go/kms v1.10.2/go.mod h1:9mX3Q6pdroWzL20pbK6RaOdBbXBEhMNgK4Pfz2bweb4= +cloud.google.com/go/kms v1.12.0 h1:IEYV44WsGc6yVO1PlvnRlYzsHM2ImpB598Cglh/3uGw= +cloud.google.com/go/kms v1.12.0/go.mod h1:syfpIBSOqQ/ZqK48RLPkwUhFhvbsA1SyGAq/vPohd20= cloud.google.com/go/language v1.4.0/go.mod h1:F9dRpNFQmJbkaop6g0JhSBXCNlO90e1KWx5iDdxbWic= cloud.google.com/go/language v1.6.0/go.mod h1:6dJ8t3B+lUYfStgls25GusK04NLh3eDLQnWM3mdEbhI= cloud.google.com/go/language v1.7.0/go.mod h1:DJ6dYN/W+SQOjF8e1hLQXMF21AkH2w9wiPzPCJa2MIE= cloud.google.com/go/language v1.8.0/go.mod h1:qYPVHf7SPoNNiCL2Dr0FfEFNil1qi3pQEyygwpgVKB8= +cloud.google.com/go/language v1.9.0/go.mod h1:Ns15WooPM5Ad/5no/0n81yUetis74g3zrbeJBE+ptUY= cloud.google.com/go/lifesciences v0.5.0/go.mod h1:3oIKy8ycWGPUyZDR/8RNnTOYevhaMLqh5vLUXs9zvT8= cloud.google.com/go/lifesciences v0.6.0/go.mod h1:ddj6tSX/7BOnhxCSd3ZcETvtNr8NZ6t/iPhY2Tyfu08= +cloud.google.com/go/lifesciences v0.8.0/go.mod h1:lFxiEOMqII6XggGbOnKiyZ7IBwoIqA84ClvoezaA/bo= cloud.google.com/go/logging v1.6.1/go.mod h1:5ZO0mHHbvm8gEmeEUHrmDlTDSu5imF6MUP9OfilNXBw= +cloud.google.com/go/logging v1.7.0/go.mod h1:3xjP2CjkM3ZkO73aj4ASA5wRPGGCRrPIAeNqVNkzY8M= cloud.google.com/go/longrunning v0.1.1/go.mod h1:UUFxuDWkv22EuY93jjmDMFT5GPQKeFVJBIF6QlTqdsE= cloud.google.com/go/longrunning v0.3.0/go.mod h1:qth9Y41RRSUE69rDcOn6DdK3HfQfsUI0YSmW3iIlLJc= -cloud.google.com/go/longrunning v0.4.0/go.mod h1:eF3Qsw58iX/bkKtVjMTYpH0LRjQ2goDkjkNQTlzq/ZM= -cloud.google.com/go/longrunning v0.4.1 h1:v+yFJOfKC3yZdY6ZUI933pIYdhyhV8S3NpWrXWmg7jM= +cloud.google.com/go/longrunning v0.4.1/go.mod h1:4iWDqhBZ70CvZ6BfETbvam3T8FMvLK+eFj0E6AaRQTo= +cloud.google.com/go/longrunning v0.4.2/go.mod h1:OHrnaYyLUV6oqwh0xiS7e5sLQhP1m0QU9R+WhGDMgIQ= +cloud.google.com/go/longrunning v0.5.0 h1:DK8BH0+hS+DIvc9a2TPnteUievsTCH4ORMAASSb7JcQ= +cloud.google.com/go/longrunning v0.5.0/go.mod h1:0JNuqRShmscVAhIACGtskSAWtqtOoPkwP0YF1oVEchc= cloud.google.com/go/managedidentities v1.3.0/go.mod h1:UzlW3cBOiPrzucO5qWkNkh0w33KFtBJU281hacNvsdE= cloud.google.com/go/managedidentities v1.4.0/go.mod h1:NWSBYbEMgqmbZsLIyKvxrYbtqOsxY1ZrGM+9RgDqInM= +cloud.google.com/go/managedidentities v1.5.0/go.mod h1:+dWcZ0JlUmpuxpIDfyP5pP5y0bLdRwOS4Lp7gMni/LA= cloud.google.com/go/maps v0.1.0/go.mod h1:BQM97WGyfw9FWEmQMpZ5T6cpovXXSd1cGmFma94eubI= +cloud.google.com/go/maps v0.6.0/go.mod h1:o6DAMMfb+aINHz/p/jbcY+mYeXBoZoxTfdSQ8VAJaCw= +cloud.google.com/go/maps v0.7.0/go.mod h1:3GnvVl3cqeSvgMcpRlQidXsPYuDGQ8naBis7MVzpXsY= cloud.google.com/go/mediatranslation v0.5.0/go.mod h1:jGPUhGTybqsPQn91pNXw0xVHfuJ3leR1wj37oU3y1f4= cloud.google.com/go/mediatranslation v0.6.0/go.mod h1:hHdBCTYNigsBxshbznuIMFNe5QXEowAuNmmC7h8pu5w= +cloud.google.com/go/mediatranslation v0.7.0/go.mod h1:LCnB/gZr90ONOIQLgSXagp8XUW1ODs2UmUMvcgMfI2I= cloud.google.com/go/memcache v1.4.0/go.mod h1:rTOfiGZtJX1AaFUrOgsMHX5kAzaTQ8azHiuDoTPzNsE= cloud.google.com/go/memcache v1.5.0/go.mod h1:dk3fCK7dVo0cUU2c36jKb4VqKPS22BTkf81Xq617aWM= cloud.google.com/go/memcache v1.6.0/go.mod h1:XS5xB0eQZdHtTuTF9Hf8eJkKtR3pVRCcvJwtm68T3rA= cloud.google.com/go/memcache v1.7.0/go.mod h1:ywMKfjWhNtkQTxrWxCkCFkoPjLHPW6A7WOTVI8xy3LY= +cloud.google.com/go/memcache v1.9.0/go.mod h1:8oEyzXCu+zo9RzlEaEjHl4KkgjlNDaXbCQeQWlzNFJM= cloud.google.com/go/metastore v1.5.0/go.mod h1:2ZNrDcQwghfdtCwJ33nM0+GrBGlVuh8rakL3vdPY3XY= cloud.google.com/go/metastore v1.6.0/go.mod h1:6cyQTls8CWXzk45G55x57DVQ9gWg7RiH65+YgPsNh9s= cloud.google.com/go/metastore v1.7.0/go.mod h1:s45D0B4IlsINu87/AsWiEVYbLaIMeUSoxlKKDqBGFS8= cloud.google.com/go/metastore v1.8.0/go.mod h1:zHiMc4ZUpBiM7twCIFQmJ9JMEkDSyZS9U12uf7wHqSI= +cloud.google.com/go/metastore v1.10.0/go.mod h1:fPEnH3g4JJAk+gMRnrAnoqyv2lpUCqJPWOodSaf45Eo= cloud.google.com/go/monitoring v1.1.0/go.mod h1:L81pzz7HKn14QCMaCs6NTQkdBnE87TElyanS95vIcl4= cloud.google.com/go/monitoring v1.7.0/go.mod h1:HpYse6kkGo//7p6sT0wsIC6IBDET0RhIsnmlA53dvEk= cloud.google.com/go/monitoring v1.8.0/go.mod h1:E7PtoMJ1kQXWxPjB6mv2fhC5/15jInuulFdYYtlcvT4= cloud.google.com/go/monitoring v1.12.0/go.mod h1:yx8Jj2fZNEkL/GYZyTLS4ZtZEZN8WtDEiEqG4kLK50w= -cloud.google.com/go/monitoring v1.13.0 h1:2qsrgXGVoRXpP7otZ14eE1I568zAa92sJSDPyOJvwjM= cloud.google.com/go/monitoring v1.13.0/go.mod h1:k2yMBAB1H9JT/QETjNkgdCGD9bPF712XiLTVr+cBrpw= +cloud.google.com/go/monitoring v1.15.0 h1:b85k1A7eWZDkNtK08hDt45vNHJ2b0WpeNFAkUa86ons= +cloud.google.com/go/monitoring v1.15.0/go.mod h1:/LPLNIY93ZtCpPKuO38kEYh+WhhiqIt8HYch2srelRM= cloud.google.com/go/networkconnectivity v1.4.0/go.mod h1:nOl7YL8odKyAOtzNX73/M5/mGZgqqMeryi6UPZTk/rA= cloud.google.com/go/networkconnectivity v1.5.0/go.mod h1:3GzqJx7uhtlM3kln0+x5wyFvuVH1pIBJjhCpjzSt75o= cloud.google.com/go/networkconnectivity v1.6.0/go.mod h1:OJOoEXW+0LAxHh89nXd64uGG+FbQoeH8DtxCHVOMlaM= cloud.google.com/go/networkconnectivity v1.7.0/go.mod h1:RMuSbkdbPwNMQjB5HBWD5MpTBnNm39iAVpC3TmsExt8= +cloud.google.com/go/networkconnectivity v1.10.0/go.mod h1:UP4O4sWXJG13AqrTdQCD9TnLGEbtNRqjuaaA7bNjF5E= +cloud.google.com/go/networkconnectivity v1.11.0/go.mod h1:iWmDD4QF16VCDLXUqvyspJjIEtBR/4zq5hwnY2X3scM= cloud.google.com/go/networkmanagement v1.4.0/go.mod h1:Q9mdLLRn60AsOrPc8rs8iNV6OHXaGcDdsIQe1ohekq8= cloud.google.com/go/networkmanagement v1.5.0/go.mod h1:ZnOeZ/evzUdUsnvRt792H0uYEnHQEMaz+REhhzJRcf4= +cloud.google.com/go/networkmanagement v1.6.0/go.mod h1:5pKPqyXjB/sgtvB5xqOemumoQNB7y95Q7S+4rjSOPYY= cloud.google.com/go/networksecurity v0.5.0/go.mod h1:xS6fOCoqpVC5zx15Z/MqkfDwH4+m/61A3ODiDV1xmiQ= cloud.google.com/go/networksecurity v0.6.0/go.mod h1:Q5fjhTr9WMI5mbpRYEbiexTzROf7ZbDzvzCrNl14nyU= +cloud.google.com/go/networksecurity v0.7.0/go.mod h1:mAnzoxx/8TBSyXEeESMy9OOYwo1v+gZ5eMRnsT5bC8k= +cloud.google.com/go/networksecurity v0.8.0/go.mod h1:B78DkqsxFG5zRSVuwYFRZ9Xz8IcQ5iECsNrPn74hKHU= cloud.google.com/go/notebooks v1.2.0/go.mod h1:9+wtppMfVPUeJ8fIWPOq1UnATHISkGXGqTkxeieQ6UY= cloud.google.com/go/notebooks v1.3.0/go.mod h1:bFR5lj07DtCPC7YAAJ//vHskFBxA5JzYlH68kXVdk34= cloud.google.com/go/notebooks v1.4.0/go.mod h1:4QPMngcwmgb6uw7Po99B2xv5ufVoIQ7nOGDyL4P8AgA= cloud.google.com/go/notebooks v1.5.0/go.mod h1:q8mwhnP9aR8Hpfnrc5iN5IBhrXUy8S2vuYs+kBJ/gu0= +cloud.google.com/go/notebooks v1.7.0/go.mod h1:PVlaDGfJgj1fl1S3dUwhFMXFgfYGhYQt2164xOMONmE= +cloud.google.com/go/notebooks v1.8.0/go.mod h1:Lq6dYKOYOWUCTvw5t2q1gp1lAp0zxAxRycayS0iJcqQ= cloud.google.com/go/optimization v1.1.0/go.mod h1:5po+wfvX5AQlPznyVEZjGJTMr4+CAkJf2XSTQOOl9l4= cloud.google.com/go/optimization v1.2.0/go.mod h1:Lr7SOHdRDENsh+WXVmQhQTrzdu9ybg0NecjHidBq6xs= +cloud.google.com/go/optimization v1.3.1/go.mod h1:IvUSefKiwd1a5p0RgHDbWCIbDFgKuEdB+fPPuP0IDLI= cloud.google.com/go/orchestration v1.3.0/go.mod h1:Sj5tq/JpWiB//X/q3Ngwdl5K7B7Y0KZ7bfv0wL6fqVA= cloud.google.com/go/orchestration v1.4.0/go.mod h1:6W5NLFWs2TlniBphAViZEVhrXRSMgUGDfW7vrWKvsBk= +cloud.google.com/go/orchestration v1.6.0/go.mod h1:M62Bevp7pkxStDfFfTuCOaXgaaqRAga1yKyoMtEoWPQ= cloud.google.com/go/orgpolicy v1.4.0/go.mod h1:xrSLIV4RePWmP9P3tBl8S93lTmlAxjm06NSm2UTmKvE= cloud.google.com/go/orgpolicy v1.5.0/go.mod h1:hZEc5q3wzwXJaKrsx5+Ewg0u1LxJ51nNFlext7Tanwc= +cloud.google.com/go/orgpolicy v1.10.0/go.mod h1:w1fo8b7rRqlXlIJbVhOMPrwVljyuW5mqssvBtU18ONc= cloud.google.com/go/osconfig v1.7.0/go.mod h1:oVHeCeZELfJP7XLxcBGTMBvRO+1nQ5tFG9VQTmYS2Fs= cloud.google.com/go/osconfig v1.8.0/go.mod h1:EQqZLu5w5XA7eKizepumcvWx+m8mJUhEwiPqWiZeEdg= cloud.google.com/go/osconfig v1.9.0/go.mod h1:Yx+IeIZJ3bdWmzbQU4fxNl8xsZ4amB+dygAwFPlvnNo= cloud.google.com/go/osconfig v1.10.0/go.mod h1:uMhCzqC5I8zfD9zDEAfvgVhDS8oIjySWh+l4WK6GnWw= +cloud.google.com/go/osconfig v1.11.0/go.mod h1:aDICxrur2ogRd9zY5ytBLV89KEgT2MKB2L/n6x1ooPw= cloud.google.com/go/oslogin v1.4.0/go.mod h1:YdgMXWRaElXz/lDk1Na6Fh5orF7gvmJ0FGLIs9LId4E= cloud.google.com/go/oslogin v1.5.0/go.mod h1:D260Qj11W2qx/HVF29zBg+0fd6YCSjSqLUkY/qEenQU= cloud.google.com/go/oslogin v1.6.0/go.mod h1:zOJ1O3+dTU8WPlGEkFSh7qeHPPSoxrcMbbK1Nm2iX70= cloud.google.com/go/oslogin v1.7.0/go.mod h1:e04SN0xO1UNJ1M5GP0vzVBFicIe4O53FOfcixIqTyXo= +cloud.google.com/go/oslogin v1.9.0/go.mod h1:HNavntnH8nzrn8JCTT5fj18FuJLFJc4NaZJtBnQtKFs= cloud.google.com/go/phishingprotection v0.5.0/go.mod h1:Y3HZknsK9bc9dMi+oE8Bim0lczMU6hrX0UpADuMefr0= cloud.google.com/go/phishingprotection v0.6.0/go.mod h1:9Y3LBLgy0kDTcYET8ZH3bq/7qni15yVUoAxiFxnlSUA= +cloud.google.com/go/phishingprotection v0.7.0/go.mod h1:8qJI4QKHoda/sb/7/YmMQ2omRLSLYSu9bU0EKCNI+Lk= cloud.google.com/go/policytroubleshooter v1.3.0/go.mod h1:qy0+VwANja+kKrjlQuOzmlvscn4RNsAc0e15GGqfMxg= cloud.google.com/go/policytroubleshooter v1.4.0/go.mod h1:DZT4BcRw3QoO8ota9xw/LKtPa8lKeCByYeKTIf/vxdE= +cloud.google.com/go/policytroubleshooter v1.5.0/go.mod h1:Rz1WfV+1oIpPdN2VvvuboLVRsB1Hclg3CKQ53j9l8vw= +cloud.google.com/go/policytroubleshooter v1.6.0/go.mod h1:zYqaPTsmfvpjm5ULxAyD/lINQxJ0DDsnWOP/GZ7xzBc= cloud.google.com/go/privatecatalog v0.5.0/go.mod h1:XgosMUvvPyxDjAVNDYxJ7wBW8//hLDDYmnsNcMGq1K0= cloud.google.com/go/privatecatalog v0.6.0/go.mod h1:i/fbkZR0hLN29eEWiiwue8Pb+GforiEIBnV9yrRUOKI= +cloud.google.com/go/privatecatalog v0.7.0/go.mod h1:2s5ssIFO69F5csTXcwBP7NPFTZvps26xGzvQ2PQaBYg= +cloud.google.com/go/privatecatalog v0.8.0/go.mod h1:nQ6pfaegeDAq/Q5lrfCQzQLhubPiZhSaNhIgfJlnIXs= cloud.google.com/go/pubsub v1.0.1/go.mod h1:R0Gpsv3s54REJCy4fxDixWD93lHJMoZTyQ2kNxGRt3I= cloud.google.com/go/pubsub v1.1.0/go.mod h1:EwwdRX2sKPjnvnqCa270oGRyludottCI76h+R3AArQw= cloud.google.com/go/pubsub v1.2.0/go.mod h1:jhfEVHT8odbXTkndysNHCcx0awwzvfOlguIAii9o8iA= @@ -306,69 +449,106 @@ cloud.google.com/go/pubsub v1.3.1/go.mod h1:i+ucay31+CNRpDW4Lu78I4xXG+O1r/MAHgjp cloud.google.com/go/pubsub v1.26.0/go.mod h1:QgBH3U/jdJy/ftjPhTkyXNj543Tin1pRYcdcPRnFIRI= cloud.google.com/go/pubsub v1.27.1/go.mod h1:hQN39ymbV9geqBnfQq6Xf63yNhUAhv9CZhzp5O6qsW0= cloud.google.com/go/pubsub v1.28.0/go.mod h1:vuXFpwaVoIPQMGXqRyUQigu/AX1S3IWugR9xznmcXX8= -cloud.google.com/go/pubsub v1.31.0 h1:aXdyyJz90kA+bor9+6+xHAciMD5mj8v15WqFZ5E0sek= +cloud.google.com/go/pubsub v1.30.0/go.mod h1:qWi1OPS0B+b5L+Sg6Gmc9zD1Y+HaM0MdUr7LsupY1P4= cloud.google.com/go/pubsub v1.31.0/go.mod h1:dYmJ3K97NCQ/e4OwZ20rD4Ym3Bu8Gu9m/aJdWQjdcks= +cloud.google.com/go/pubsub v1.32.0 h1:JOEkgEYBuUTHSyHS4TcqOFuWr+vD6qO/imsFqShUCp4= +cloud.google.com/go/pubsub v1.32.0/go.mod h1:f+w71I33OMyxf9VpMVcZbnG5KSUkCOUHYpFd5U1GdRc= cloud.google.com/go/pubsublite v1.5.0/go.mod h1:xapqNQ1CuLfGi23Yda/9l4bBCKz/wC3KIJ5gKcxveZg= +cloud.google.com/go/pubsublite v1.6.0/go.mod h1:1eFCS0U11xlOuMFV/0iBqw3zP12kddMeCbj/F3FSj9k= +cloud.google.com/go/pubsublite v1.7.0/go.mod h1:8hVMwRXfDfvGm3fahVbtDbiLePT3gpoiJYJY+vxWxVM= cloud.google.com/go/recaptchaenterprise v1.3.1/go.mod h1:OdD+q+y4XGeAlxRaMn1Y7/GveP6zmq76byL6tjPE7d4= cloud.google.com/go/recaptchaenterprise/v2 v2.1.0/go.mod h1:w9yVqajwroDNTfGuhmOjPDN//rZGySaf6PtFVcSCa7o= cloud.google.com/go/recaptchaenterprise/v2 v2.2.0/go.mod h1:/Zu5jisWGeERrd5HnlS3EUGb/D335f9k51B/FVil0jk= cloud.google.com/go/recaptchaenterprise/v2 v2.3.0/go.mod h1:O9LwGCjrhGHBQET5CA7dd5NwwNQUErSgEDit1DLNTdo= cloud.google.com/go/recaptchaenterprise/v2 v2.4.0/go.mod h1:Am3LHfOuBstrLrNCBrlI5sbwx9LBg3te2N6hGvHn2mE= cloud.google.com/go/recaptchaenterprise/v2 v2.5.0/go.mod h1:O8LzcHXN3rz0j+LBC91jrwI3R+1ZSZEWrfL7XHgNo9U= +cloud.google.com/go/recaptchaenterprise/v2 v2.6.0/go.mod h1:RPauz9jeLtB3JVzg6nCbe12qNoaa8pXc4d/YukAmcnA= +cloud.google.com/go/recaptchaenterprise/v2 v2.7.0/go.mod h1:19wVj/fs5RtYtynAPJdDTb69oW0vNHYDBTbB4NvMD9c= cloud.google.com/go/recommendationengine v0.5.0/go.mod h1:E5756pJcVFeVgaQv3WNpImkFP8a+RptV6dDLGPILjvg= cloud.google.com/go/recommendationengine v0.6.0/go.mod h1:08mq2umu9oIqc7tDy8sx+MNJdLG0fUi3vaSVbztHgJ4= +cloud.google.com/go/recommendationengine v0.7.0/go.mod h1:1reUcE3GIu6MeBz/h5xZJqNLuuVjNg1lmWMPyjatzac= cloud.google.com/go/recommender v1.5.0/go.mod h1:jdoeiBIVrJe9gQjwd759ecLJbxCDED4A6p+mqoqDvTg= cloud.google.com/go/recommender v1.6.0/go.mod h1:+yETpm25mcoiECKh9DEScGzIRyDKpZ0cEhWGo+8bo+c= cloud.google.com/go/recommender v1.7.0/go.mod h1:XLHs/W+T8olwlGOgfQenXBTbIseGclClff6lhFVe9Bs= cloud.google.com/go/recommender v1.8.0/go.mod h1:PkjXrTT05BFKwxaUxQmtIlrtj0kph108r02ZZQ5FE70= +cloud.google.com/go/recommender v1.9.0/go.mod h1:PnSsnZY7q+VL1uax2JWkt/UegHssxjUVVCrX52CuEmQ= cloud.google.com/go/redis v1.7.0/go.mod h1:V3x5Jq1jzUcg+UNsRvdmsfuFnit1cfe3Z/PGyq/lm4Y= cloud.google.com/go/redis v1.8.0/go.mod h1:Fm2szCDavWzBk2cDKxrkmWBqoCiL1+Ctwq7EyqBCA/A= cloud.google.com/go/redis v1.9.0/go.mod h1:HMYQuajvb2D0LvMgZmLDZW8V5aOC/WxstZHiy4g8OiA= cloud.google.com/go/redis v1.10.0/go.mod h1:ThJf3mMBQtW18JzGgh41/Wld6vnDDc/F/F35UolRZPM= +cloud.google.com/go/redis v1.11.0/go.mod h1:/X6eicana+BWcUda5PpwZC48o37SiFVTFSs0fWAJ7uQ= cloud.google.com/go/resourcemanager v1.3.0/go.mod h1:bAtrTjZQFJkiWTPDb1WBjzvc6/kifjj4QBYuKCCoqKA= cloud.google.com/go/resourcemanager v1.4.0/go.mod h1:MwxuzkumyTX7/a3n37gmsT3py7LIXwrShilPh3P1tR0= +cloud.google.com/go/resourcemanager v1.5.0/go.mod h1:eQoXNAiAvCf5PXxWxXjhKQoTMaUSNrEfg+6qdf/wots= +cloud.google.com/go/resourcemanager v1.6.0/go.mod h1:YcpXGRs8fDzcUl1Xw8uOVmI8JEadvhRIkoXXUNVYcVo= +cloud.google.com/go/resourcemanager v1.7.0/go.mod h1:HlD3m6+bwhzj9XCouqmeiGuni95NTrExfhoSrkC/3EI= cloud.google.com/go/resourcesettings v1.3.0/go.mod h1:lzew8VfESA5DQ8gdlHwMrqZs1S9V87v3oCnKCWoOuQU= cloud.google.com/go/resourcesettings v1.4.0/go.mod h1:ldiH9IJpcrlC3VSuCGvjR5of/ezRrOxFtpJoJo5SmXg= +cloud.google.com/go/resourcesettings v1.5.0/go.mod h1:+xJF7QSG6undsQDfsCJyqWXyBwUoJLhetkRMDRnIoXA= cloud.google.com/go/retail v1.8.0/go.mod h1:QblKS8waDmNUhghY2TI9O3JLlFk8jybHeV4BF19FrE4= cloud.google.com/go/retail v1.9.0/go.mod h1:g6jb6mKuCS1QKnH/dpu7isX253absFl6iE92nHwlBUY= cloud.google.com/go/retail v1.10.0/go.mod h1:2gDk9HsL4HMS4oZwz6daui2/jmKvqShXKQuB2RZ+cCc= cloud.google.com/go/retail v1.11.0/go.mod h1:MBLk1NaWPmh6iVFSz9MeKG/Psyd7TAgm6y/9L2B4x9Y= +cloud.google.com/go/retail v1.12.0/go.mod h1:UMkelN/0Z8XvKymXFbD4EhFJlYKRx1FGhQkVPU5kF14= cloud.google.com/go/run v0.2.0/go.mod h1:CNtKsTA1sDcnqqIFR3Pb5Tq0usWxJJvsWOCPldRU3Do= cloud.google.com/go/run v0.3.0/go.mod h1:TuyY1+taHxTjrD0ZFk2iAR+xyOXEA0ztb7U3UNA0zBo= +cloud.google.com/go/run v0.8.0/go.mod h1:VniEnuBwqjigv0A7ONfQUaEItaiCRVujlMqerPPiktM= +cloud.google.com/go/run v0.9.0/go.mod h1:Wwu+/vvg8Y+JUApMwEDfVfhetv30hCG4ZwDR/IXl2Qg= cloud.google.com/go/scheduler v1.4.0/go.mod h1:drcJBmxF3aqZJRhmkHQ9b3uSSpQoltBPGPxGAWROx6s= cloud.google.com/go/scheduler v1.5.0/go.mod h1:ri073ym49NW3AfT6DZi21vLZrG07GXr5p3H1KxN5QlI= cloud.google.com/go/scheduler v1.6.0/go.mod h1:SgeKVM7MIwPn3BqtcBntpLyrIJftQISRrYB5ZtT+KOk= cloud.google.com/go/scheduler v1.7.0/go.mod h1:jyCiBqWW956uBjjPMMuX09n3x37mtyPJegEWKxRsn44= +cloud.google.com/go/scheduler v1.8.0/go.mod h1:TCET+Y5Gp1YgHT8py4nlg2Sew8nUHMqcpousDgXJVQc= +cloud.google.com/go/scheduler v1.9.0/go.mod h1:yexg5t+KSmqu+njTIh3b7oYPheFtBWGcbVUYF1GGMIc= cloud.google.com/go/secretmanager v1.6.0/go.mod h1:awVa/OXF6IiyaU1wQ34inzQNc4ISIDIrId8qE5QGgKA= cloud.google.com/go/secretmanager v1.8.0/go.mod h1:hnVgi/bN5MYHd3Gt0SPuTPPp5ENina1/LxM+2W9U9J4= cloud.google.com/go/secretmanager v1.9.0/go.mod h1:b71qH2l1yHmWQHt9LC80akm86mX8AL6X1MA01dW8ht4= cloud.google.com/go/secretmanager v1.10.0/go.mod h1:MfnrdvKMPNra9aZtQFvBcvRU54hbPD8/HayQdlUgJpU= +cloud.google.com/go/secretmanager v1.11.0/go.mod h1:qeQq0/jyJqrGeULu0GkRsVSPKTvf98AEqJnuEIQiJwA= cloud.google.com/go/security v1.5.0/go.mod h1:lgxGdyOKKjHL4YG3/YwIL2zLqMFCKs0UbQwgyZmfJl4= cloud.google.com/go/security v1.7.0/go.mod h1:mZklORHl6Bg7CNnnjLH//0UlAlaXqiG7Lb9PsPXLfD0= cloud.google.com/go/security v1.8.0/go.mod h1:hAQOwgmaHhztFhiQ41CjDODdWP0+AE1B3sX4OFlq+GU= cloud.google.com/go/security v1.9.0/go.mod h1:6Ta1bO8LXI89nZnmnsZGp9lVoVWXqsVbIq/t9dzI+2Q= cloud.google.com/go/security v1.10.0/go.mod h1:QtOMZByJVlibUT2h9afNDWRZ1G96gVywH8T5GUSb9IA= +cloud.google.com/go/security v1.12.0/go.mod h1:rV6EhrpbNHrrxqlvW0BWAIawFWq3X90SduMJdFwtLB8= +cloud.google.com/go/security v1.13.0/go.mod h1:Q1Nvxl1PAgmeW0y3HTt54JYIvUdtcpYKVfIB8AOMZ+0= cloud.google.com/go/securitycenter v1.13.0/go.mod h1:cv5qNAqjY84FCN6Y9z28WlkKXyWsgLO832YiWwkCWcU= cloud.google.com/go/securitycenter v1.14.0/go.mod h1:gZLAhtyKv85n52XYWt6RmeBdydyxfPeTrpToDPw4Auc= cloud.google.com/go/securitycenter v1.15.0/go.mod h1:PeKJ0t8MoFmmXLXWm41JidyzI3PJjd8sXWaVqg43WWk= cloud.google.com/go/securitycenter v1.16.0/go.mod h1:Q9GMaLQFUD+5ZTabrbujNWLtSLZIZF7SAR0wWECrjdk= +cloud.google.com/go/securitycenter v1.18.1/go.mod h1:0/25gAzCM/9OL9vVx4ChPeM/+DlfGQJDwBy/UC8AKK0= +cloud.google.com/go/securitycenter v1.19.0/go.mod h1:LVLmSg8ZkkyaNy4u7HCIshAngSQ8EcIRREP3xBnyfag= cloud.google.com/go/servicecontrol v1.4.0/go.mod h1:o0hUSJ1TXJAmi/7fLJAedOovnujSEvjKCAFNXPQ1RaU= cloud.google.com/go/servicecontrol v1.5.0/go.mod h1:qM0CnXHhyqKVuiZnGKrIurvVImCs8gmqWsDoqe9sU1s= +cloud.google.com/go/servicecontrol v1.10.0/go.mod h1:pQvyvSRh7YzUF2efw7H87V92mxU8FnFDawMClGCNuAA= +cloud.google.com/go/servicecontrol v1.11.0/go.mod h1:kFmTzYzTUIuZs0ycVqRHNaNhgR+UMUpw9n02l/pY+mc= +cloud.google.com/go/servicecontrol v1.11.1/go.mod h1:aSnNNlwEFBY+PWGQ2DoM0JJ/QUXqV5/ZD9DOLB7SnUk= cloud.google.com/go/servicedirectory v1.4.0/go.mod h1:gH1MUaZCgtP7qQiI+F+A+OpeKF/HQWgtAddhTbhL2bs= cloud.google.com/go/servicedirectory v1.5.0/go.mod h1:QMKFL0NUySbpZJ1UZs3oFAmdvVxhhxB6eJ/Vlp73dfg= cloud.google.com/go/servicedirectory v1.6.0/go.mod h1:pUlbnWsLH9c13yGkxCmfumWEPjsRs1RlmJ4pqiNjVL4= cloud.google.com/go/servicedirectory v1.7.0/go.mod h1:5p/U5oyvgYGYejufvxhgwjL8UVXjkuw7q5XcG10wx1U= +cloud.google.com/go/servicedirectory v1.8.0/go.mod h1:srXodfhY1GFIPvltunswqXpVxFPpZjf8nkKQT7XcXaY= +cloud.google.com/go/servicedirectory v1.9.0/go.mod h1:29je5JjiygNYlmsGz8k6o+OZ8vd4f//bQLtvzkPPT/s= cloud.google.com/go/servicemanagement v1.4.0/go.mod h1:d8t8MDbezI7Z2R1O/wu8oTggo3BI2GKYbdG4y/SJTco= cloud.google.com/go/servicemanagement v1.5.0/go.mod h1:XGaCRe57kfqu4+lRxaFEAuqmjzF0r+gWHjWqKqBvKFo= +cloud.google.com/go/servicemanagement v1.6.0/go.mod h1:aWns7EeeCOtGEX4OvZUWCCJONRZeFKiptqKf1D0l/Jc= +cloud.google.com/go/servicemanagement v1.8.0/go.mod h1:MSS2TDlIEQD/fzsSGfCdJItQveu9NXnUniTrq/L8LK4= cloud.google.com/go/serviceusage v1.3.0/go.mod h1:Hya1cozXM4SeSKTAgGXgj97GlqUvF5JaoXacR1JTP/E= cloud.google.com/go/serviceusage v1.4.0/go.mod h1:SB4yxXSaYVuUBYUml6qklyONXNLt83U0Rb+CXyhjEeU= +cloud.google.com/go/serviceusage v1.5.0/go.mod h1:w8U1JvqUqwJNPEOTQjrMHkw3IaIFLoLsPLvsE3xueec= +cloud.google.com/go/serviceusage v1.6.0/go.mod h1:R5wwQcbOWsyuOfbP9tGdAnCAc6B9DRwPG1xtWMDeuPA= cloud.google.com/go/shell v1.3.0/go.mod h1:VZ9HmRjZBsjLGXusm7K5Q5lzzByZmJHf1d0IWHEN5X4= cloud.google.com/go/shell v1.4.0/go.mod h1:HDxPzZf3GkDdhExzD/gs8Grqk+dmYcEjGShZgYa9URw= +cloud.google.com/go/shell v1.6.0/go.mod h1:oHO8QACS90luWgxP3N9iZVuEiSF84zNyLytb+qE2f9A= cloud.google.com/go/spanner v1.41.0/go.mod h1:MLYDBJR/dY4Wt7ZaMIQ7rXOTLjYrmxLE/5ve9vFfWos= +cloud.google.com/go/spanner v1.44.0/go.mod h1:G8XIgYdOK+Fbcpbs7p2fiprDw4CaZX63whnSMLVBxjk= +cloud.google.com/go/spanner v1.45.0/go.mod h1:FIws5LowYz8YAE1J8fOS7DJup8ff7xJeetWEo5REA2M= cloud.google.com/go/speech v1.6.0/go.mod h1:79tcr4FHCimOp56lwC01xnt/WPJZc4v3gzyT7FoBkCM= cloud.google.com/go/speech v1.7.0/go.mod h1:KptqL+BAQIhMsj1kOP2la5DSEEerPDuOP/2mmkhHhZQ= cloud.google.com/go/speech v1.8.0/go.mod h1:9bYIl1/tjsAnMgKGHKmBZzXKEkGgtU+MpdDPTE9f7y0= cloud.google.com/go/speech v1.9.0/go.mod h1:xQ0jTcmnRFFM2RfX/U+rk6FQNUF6DQlydUSyoooSpco= +cloud.google.com/go/speech v1.14.1/go.mod h1:gEosVRPJ9waG7zqqnsHpYTOoAS4KouMRLDFMekpJ0J0= +cloud.google.com/go/speech v1.15.0/go.mod h1:y6oH7GhqCaZANH7+Oe0BhgIogsNInLlz542tg3VqeYI= cloud.google.com/go/storage v1.0.0/go.mod h1:IhtSnM/ZTZV8YYJWCY8RULGVqBDmpoyjwiyrjsg+URw= cloud.google.com/go/storage v1.5.0/go.mod h1:tpKbwo567HUNpVclU5sGELwQWBDZ8gh0ZeosJ0Rtdos= cloud.google.com/go/storage v1.6.0/go.mod h1:N7U0C8pVQ/+NIKOBQyamJIeKQKkZ+mxpohlUTyfDhBk= @@ -379,58 +559,85 @@ cloud.google.com/go/storage v1.22.1/go.mod h1:S8N1cAStu7BOeFfE8KAQzmyyLkK8p/vmRq cloud.google.com/go/storage v1.23.0/go.mod h1:vOEEDNFnciUMhBeT6hsJIn3ieU5cFRmzeLgDvXzfIXc= cloud.google.com/go/storage v1.27.0/go.mod h1:x9DOL8TK/ygDUMieqwfhdpQryTeEkhGKMi80i/iqR2s= cloud.google.com/go/storage v1.28.1/go.mod h1:Qnisd4CqDdo6BGs2AD5LLnEsmSQ80wQ5ogcBBKhU86Y= -cloud.google.com/go/storage v1.29.0 h1:6weCgzRvMg7lzuUurI4697AqIRPU1SvzHhynwpW31jI= cloud.google.com/go/storage v1.29.0/go.mod h1:4puEjyTKnku6gfKoTfNOU/W+a9JyuVNxjpS5GBrB8h4= +cloud.google.com/go/storage v1.30.1 h1:uOdMxAs8HExqBlnLtnQyP0YkvbiDpdGShGKtx6U/oNM= +cloud.google.com/go/storage v1.30.1/go.mod h1:NfxhC0UJE1aXSx7CIIbCf7y9HKT7BiccwkR7+P7gN8E= cloud.google.com/go/storagetransfer v1.5.0/go.mod h1:dxNzUopWy7RQevYFHewchb29POFv3/AaBgnhqzqiK0w= cloud.google.com/go/storagetransfer v1.6.0/go.mod h1:y77xm4CQV/ZhFZH75PLEXY0ROiS7Gh6pSKrM8dJyg6I= +cloud.google.com/go/storagetransfer v1.7.0/go.mod h1:8Giuj1QNb1kfLAiWM1bN6dHzfdlDAVC9rv9abHot2W4= +cloud.google.com/go/storagetransfer v1.8.0/go.mod h1:JpegsHHU1eXg7lMHkvf+KE5XDJ7EQu0GwNJbbVGanEw= cloud.google.com/go/talent v1.1.0/go.mod h1:Vl4pt9jiHKvOgF9KoZo6Kob9oV4lwd/ZD5Cto54zDRw= cloud.google.com/go/talent v1.2.0/go.mod h1:MoNF9bhFQbiJ6eFD3uSsg0uBALw4n4gaCaEjBw9zo8g= cloud.google.com/go/talent v1.3.0/go.mod h1:CmcxwJ/PKfRgd1pBjQgU6W3YBwiewmUzQYH5HHmSCmM= cloud.google.com/go/talent v1.4.0/go.mod h1:ezFtAgVuRf8jRsvyE6EwmbTK5LKciD4KVnHuDEFmOOA= +cloud.google.com/go/talent v1.5.0/go.mod h1:G+ODMj9bsasAEJkQSzO2uHQWXHHXUomArjWQQYkqK6c= cloud.google.com/go/texttospeech v1.4.0/go.mod h1:FX8HQHA6sEpJ7rCMSfXuzBcysDAuWusNNNvN9FELDd8= cloud.google.com/go/texttospeech v1.5.0/go.mod h1:oKPLhR4n4ZdQqWKURdwxMy0uiTS1xU161C8W57Wkea4= +cloud.google.com/go/texttospeech v1.6.0/go.mod h1:YmwmFT8pj1aBblQOI3TfKmwibnsfvhIBzPXcW4EBovc= cloud.google.com/go/tpu v1.3.0/go.mod h1:aJIManG0o20tfDQlRIej44FcwGGl/cD0oiRyMKG19IQ= cloud.google.com/go/tpu v1.4.0/go.mod h1:mjZaX8p0VBgllCzF6wcU2ovUXN9TONFLd7iz227X2Xg= +cloud.google.com/go/tpu v1.5.0/go.mod h1:8zVo1rYDFuW2l4yZVY0R0fb/v44xLh3llq7RuV61fPM= cloud.google.com/go/trace v1.0.0/go.mod h1:4iErSByzxkyHWzzlAj63/Gmjz0NH1ASqhJguHpGcr6A= cloud.google.com/go/trace v1.3.0/go.mod h1:FFUE83d9Ca57C+K8rDl/Ih8LwOzWIV1krKgxg6N0G28= cloud.google.com/go/trace v1.4.0/go.mod h1:UG0v8UBqzusp+z63o7FK74SdFE+AXpCLdFb1rshXG+Y= cloud.google.com/go/trace v1.8.0/go.mod h1:zH7vcsbAhklH8hWFig58HvxcxyQbaIqMarMg9hn5ECA= -cloud.google.com/go/trace v1.9.0 h1:olxC0QHC59zgJVALtgqfD9tGk0lfeCP5/AGXL3Px/no= cloud.google.com/go/trace v1.9.0/go.mod h1:lOQqpE5IaWY0Ixg7/r2SjixMuc6lfTFeO4QGM4dQWOk= +cloud.google.com/go/trace v1.10.0 h1:qHz42GfGe3OfNvKMUs5Z8lD+PuUr3uqUADVgKG+SCw4= +cloud.google.com/go/trace v1.10.0/go.mod h1:X3g0Th7+AIjj4rUVhv9JpMv7jpsRIJ9et+wYjCHYbQs= cloud.google.com/go/translate v1.3.0/go.mod h1:gzMUwRjvOqj5i69y/LYLd8RrNQk+hOmIXTi9+nb3Djs= cloud.google.com/go/translate v1.4.0/go.mod h1:06Dn/ppvLD6WvA5Rhdp029IX2Mi3Mn7fpMRLPvXT5Wg= +cloud.google.com/go/translate v1.5.0/go.mod h1:29YDSYveqqpA1CQFD7NQuP49xymq17RXNaUDdc0mNu0= +cloud.google.com/go/translate v1.6.0/go.mod h1:lMGRudH1pu7I3n3PETiOB2507gf3HnfLV8qlkHZEyos= +cloud.google.com/go/translate v1.7.0/go.mod h1:lMGRudH1pu7I3n3PETiOB2507gf3HnfLV8qlkHZEyos= cloud.google.com/go/video v1.8.0/go.mod h1:sTzKFc0bUSByE8Yoh8X0mn8bMymItVGPfTuUBUyRgxk= cloud.google.com/go/video v1.9.0/go.mod h1:0RhNKFRF5v92f8dQt0yhaHrEuH95m068JYOvLZYnJSw= +cloud.google.com/go/video v1.12.0/go.mod h1:MLQew95eTuaNDEGriQdcYn0dTwf9oWiA4uYebxM5kdg= +cloud.google.com/go/video v1.13.0/go.mod h1:ulzkYlYgCp15N2AokzKjy7MQ9ejuynOJdf1tR5lGthk= +cloud.google.com/go/video v1.14.0/go.mod h1:SkgaXwT+lIIAKqWAJfktHT/RbgjSuY6DobxEp0C5yTQ= +cloud.google.com/go/video v1.15.0/go.mod h1:SkgaXwT+lIIAKqWAJfktHT/RbgjSuY6DobxEp0C5yTQ= cloud.google.com/go/videointelligence v1.6.0/go.mod h1:w0DIDlVRKtwPCn/C4iwZIJdvC69yInhW0cfi+p546uU= cloud.google.com/go/videointelligence v1.7.0/go.mod h1:k8pI/1wAhjznARtVT9U1llUaFNPh7muw8QyOUpavru4= cloud.google.com/go/videointelligence v1.8.0/go.mod h1:dIcCn4gVDdS7yte/w+koiXn5dWVplOZkE+xwG9FgK+M= cloud.google.com/go/videointelligence v1.9.0/go.mod h1:29lVRMPDYHikk3v8EdPSaL8Ku+eMzDljjuvRs105XoU= +cloud.google.com/go/videointelligence v1.10.0/go.mod h1:LHZngX1liVtUhZvi2uNS0VQuOzNi2TkY1OakiuoUOjU= cloud.google.com/go/vision v1.2.0/go.mod h1:SmNwgObm5DpFBme2xpyOyasvBc1aPdjvMk2bBk0tKD0= cloud.google.com/go/vision/v2 v2.2.0/go.mod h1:uCdV4PpN1S0jyCyq8sIM42v2Y6zOLkZs+4R9LrGYwFo= cloud.google.com/go/vision/v2 v2.3.0/go.mod h1:UO61abBx9QRMFkNBbf1D8B1LXdS2cGiiCRx0vSpZoUo= cloud.google.com/go/vision/v2 v2.4.0/go.mod h1:VtI579ll9RpVTrdKdkMzckdnwMyX2JILb+MhPqRbPsY= cloud.google.com/go/vision/v2 v2.5.0/go.mod h1:MmaezXOOE+IWa+cS7OhRRLK2cNv1ZL98zhqFFZaaH2E= +cloud.google.com/go/vision/v2 v2.6.0/go.mod h1:158Hes0MvOS9Z/bDMSFpjwsUrZ5fPrdwuyyvKSGAGMY= +cloud.google.com/go/vision/v2 v2.7.0/go.mod h1:H89VysHy21avemp6xcf9b9JvZHVehWbET0uT/bcuY/0= cloud.google.com/go/vmmigration v1.2.0/go.mod h1:IRf0o7myyWFSmVR1ItrBSFLFD/rJkfDCUTO4vLlJvsE= cloud.google.com/go/vmmigration v1.3.0/go.mod h1:oGJ6ZgGPQOFdjHuocGcLqX4lc98YQ7Ygq8YQwHh9A7g= +cloud.google.com/go/vmmigration v1.5.0/go.mod h1:E4YQ8q7/4W9gobHjQg4JJSgXXSgY21nA5r8swQV+Xxc= +cloud.google.com/go/vmmigration v1.6.0/go.mod h1:bopQ/g4z+8qXzichC7GW1w2MjbErL54rk3/C843CjfY= cloud.google.com/go/vmwareengine v0.1.0/go.mod h1:RsdNEf/8UDvKllXhMz5J40XxDrNJNN4sagiox+OI208= +cloud.google.com/go/vmwareengine v0.2.2/go.mod h1:sKdctNJxb3KLZkE/6Oui94iw/xs9PRNC2wnNLXsHvH8= +cloud.google.com/go/vmwareengine v0.3.0/go.mod h1:wvoyMvNWdIzxMYSpH/R7y2h5h3WFkx6d+1TIsP39WGY= cloud.google.com/go/vpcaccess v1.4.0/go.mod h1:aQHVbTWDYUR1EbTApSVvMq1EnT57ppDmQzZ3imqIk4w= cloud.google.com/go/vpcaccess v1.5.0/go.mod h1:drmg4HLk9NkZpGfCmZ3Tz0Bwnm2+DKqViEpeEpOq0m8= +cloud.google.com/go/vpcaccess v1.6.0/go.mod h1:wX2ILaNhe7TlVa4vC5xce1bCnqE3AeH27RV31lnmZes= cloud.google.com/go/webrisk v1.4.0/go.mod h1:Hn8X6Zr+ziE2aNd8SliSDWpEnSS1u4R9+xXZmFiHmGE= cloud.google.com/go/webrisk v1.5.0/go.mod h1:iPG6fr52Tv7sGk0H6qUFzmL3HHZev1htXuWDEEsqMTg= cloud.google.com/go/webrisk v1.6.0/go.mod h1:65sW9V9rOosnc9ZY7A7jsy1zoHS5W9IAXv6dGqhMQMc= cloud.google.com/go/webrisk v1.7.0/go.mod h1:mVMHgEYH0r337nmt1JyLthzMr6YxwN1aAIEc2fTcq7A= +cloud.google.com/go/webrisk v1.8.0/go.mod h1:oJPDuamzHXgUc+b8SiHRcVInZQuybnvEW72PqTc7sSg= cloud.google.com/go/websecurityscanner v1.3.0/go.mod h1:uImdKm2wyeXQevQJXeh8Uun/Ym1VqworNDlBXQevGMo= cloud.google.com/go/websecurityscanner v1.4.0/go.mod h1:ebit/Fp0a+FWu5j4JOmJEV8S8CzdTkAS77oDsiSqYWQ= +cloud.google.com/go/websecurityscanner v1.5.0/go.mod h1:Y6xdCPy81yi0SQnDY1xdNTNpfY1oAgXUlcfN3B3eSng= cloud.google.com/go/workflows v1.6.0/go.mod h1:6t9F5h/unJz41YqfBmqSASJSXccBLtD1Vwf+KmJENM0= cloud.google.com/go/workflows v1.7.0/go.mod h1:JhSrZuVZWuiDfKEFxU0/F1PQjmpnpcoISEXH2bcHC3M= cloud.google.com/go/workflows v1.8.0/go.mod h1:ysGhmEajwZxGn1OhGOGKsTXc5PyxOc0vfKf5Af+to4M= cloud.google.com/go/workflows v1.9.0/go.mod h1:ZGkj1aFIOd9c8Gerkjjq7OW7I5+l6cSvT3ujaO/WwSA= +cloud.google.com/go/workflows v1.10.0/go.mod h1:fZ8LmRmZQWacon9UCX1r/g/DfAXx5VcPALq2CxzdePw= code.cloudfoundry.org/clock v0.0.0-20180518195852-02e53af36e6c/go.mod h1:QD9Lzhd/ux6eNQVUDVRJX/RKTigpewimNYBi7ivZKY8= -contrib.go.opencensus.io/exporter/aws v0.0.0-20200617204711-c478e41e60e9/go.mod h1:uu1P0UCM/6RbsMrgPa98ll8ZcHM858i/AD06a9aLRCA= +contrib.go.opencensus.io/exporter/aws v0.0.0-20230502192102-15967c811cec/go.mod h1:uu1P0UCM/6RbsMrgPa98ll8ZcHM858i/AD06a9aLRCA= contrib.go.opencensus.io/exporter/stackdriver v0.13.14 h1:zBakwHardp9Jcb8sQHcHpXy/0+JIb1M8KjigCJzx7+4= contrib.go.opencensus.io/exporter/stackdriver v0.13.14/go.mod h1:5pSSGY0Bhuk7waTHuDf4aQ8D2DrhgETRo9fy6k3Xlzc= contrib.go.opencensus.io/integrations/ocsql v0.1.7/go.mod h1:8DsSdjz3F+APR+0z0WkU1aRorQCFfRxvqjUUPMbF3fE= dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU= +gioui.org v0.0.0-20210308172011-57750fc8a0a6/go.mod h1:RSH6KIUZ0p2xy5zHDxgAM4zumjgTw83q2ge/PI+yyw8= +git.sr.ht/~sbinet/gg v0.3.1/go.mod h1:KGYtlADtqsqANL9ueOFkWymvzUvLMQllU5Ixo+8v3pc= github.com/AdaLogics/go-fuzz-headers v0.0.0-20210715213245-6c3934b029d8/go.mod h1:CzsSbkDixRphAF5hS6wbMKq0eI6ccJRb7/A0M6JBnwg= github.com/Azure/azure-amqp-common-go/v3 v3.2.3/go.mod h1:7rPmbSfszeovxGfc5fSAXE4ehlXQZHpMja2OtxC2Tas= github.com/Azure/azure-sdk-for-go v35.0.0+incompatible/go.mod h1:9XXNKU+eRnpl9moKnB4QOLf1HestfXbmab5FXxiDBjc= @@ -440,23 +647,27 @@ github.com/Azure/azure-sdk-for-go v63.0.0+incompatible/go.mod h1:9XXNKU+eRnpl9mo github.com/Azure/azure-sdk-for-go v65.0.0+incompatible/go.mod h1:9XXNKU+eRnpl9moKnB4QOLf1HestfXbmab5FXxiDBjc= github.com/Azure/azure-sdk-for-go v66.0.0+incompatible/go.mod h1:9XXNKU+eRnpl9moKnB4QOLf1HestfXbmab5FXxiDBjc= github.com/Azure/azure-sdk-for-go/sdk/azcore v1.0.0/go.mod h1:uGG2W01BaETf0Ozp+QxxKJdMBNRWPdstHG0Fmdwn1/U= -github.com/Azure/azure-sdk-for-go/sdk/azcore v1.1.1/go.mod h1:uGG2W01BaETf0Ozp+QxxKJdMBNRWPdstHG0Fmdwn1/U= github.com/Azure/azure-sdk-for-go/sdk/azcore v1.1.2/go.mod h1:uGG2W01BaETf0Ozp+QxxKJdMBNRWPdstHG0Fmdwn1/U= github.com/Azure/azure-sdk-for-go/sdk/azcore v1.3.0/go.mod h1:tZoQYdDZNOiIjdSn0dVWVfl0NEPGOJqVLzSrcFk4Is0= -github.com/Azure/azure-sdk-for-go/sdk/azcore v1.3.1/go.mod h1:DffdKW9RFqa5VgmsjUOsS7UE7eiA5iAvYUs63bhKQ0M= +github.com/Azure/azure-sdk-for-go/sdk/azcore v1.4.0/go.mod h1:ON4tFdPTwRcgWEaVDrN3584Ef+b7GgSJaXxe5fW9t4M= +github.com/Azure/azure-sdk-for-go/sdk/azcore v1.6.0/go.mod h1:bjGvMhVMb+EEm3VRNQawDMUyMMjo+S5ewNjflkep/0Q= +github.com/Azure/azure-sdk-for-go/sdk/azcore v1.6.1/go.mod h1:bjGvMhVMb+EEm3VRNQawDMUyMMjo+S5ewNjflkep/0Q= github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.0.0/go.mod h1:+6sju8gk8FRmSajX3Oz4G5Gm7P+mbqE9FVaXXFYTkCM= github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.1.0/go.mod h1:bhXu1AjYL+wutSL/kpSq6s7733q2Rb0yuot9Zgfqa/0= github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.2.1/go.mod h1:gLa1CL2RNE4s7M3yopJ/p0iq5DdY6Yv5ZUt9MTRZOQM= +github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.3.0/go.mod h1:OQeznEEkTZ9OrhHJoDD8ZDq51FHgXjqtP9z6bEwBq9U= github.com/Azure/azure-sdk-for-go/sdk/internal v1.0.0/go.mod h1:eWRD7oawr1Mu1sLCawqVc0CUiF43ia3qQMxLscsKQ9w= github.com/Azure/azure-sdk-for-go/sdk/internal v1.1.1/go.mod h1:eWRD7oawr1Mu1sLCawqVc0CUiF43ia3qQMxLscsKQ9w= github.com/Azure/azure-sdk-for-go/sdk/internal v1.1.2/go.mod h1:eWRD7oawr1Mu1sLCawqVc0CUiF43ia3qQMxLscsKQ9w= -github.com/Azure/azure-sdk-for-go/sdk/keyvault/azkeys v0.9.0/go.mod h1:EAyXOW1F6BTJPiK2pDvmnvxOHPxoTYWoqBeIlql+QhI= -github.com/Azure/azure-sdk-for-go/sdk/keyvault/internal v0.7.0/go.mod h1:9V2j0jn9jDEkCkv8w/bKTNppX/d0FVA1ud77xCIP4KA= +github.com/Azure/azure-sdk-for-go/sdk/internal v1.2.0/go.mod h1:eWRD7oawr1Mu1sLCawqVc0CUiF43ia3qQMxLscsKQ9w= +github.com/Azure/azure-sdk-for-go/sdk/internal v1.3.0/go.mod h1:okt5dMMTOFjX/aovMlrjvvXoPMBVSPzk9185BT0+eZM= +github.com/Azure/azure-sdk-for-go/sdk/keyvault/azkeys v0.10.0/go.mod h1:Pu5Zksi2KrU7LPbZbNINx6fuVrUp/ffvpxdDj+i8LeE= github.com/Azure/azure-sdk-for-go/sdk/keyvault/internal v0.7.1/go.mod h1:9V2j0jn9jDEkCkv8w/bKTNppX/d0FVA1ud77xCIP4KA= -github.com/Azure/azure-sdk-for-go/sdk/messaging/azservicebus v1.2.0/go.mod h1:R6+0udeRV8iYSTVuT5RT7If4sc46K5Bz3ZKrmvZQF7U= +github.com/Azure/azure-sdk-for-go/sdk/messaging/azservicebus v1.4.0/go.mod h1:pXDkeh10bAqElvd+S5Ppncj+DCKvJGXNa8rRT2R7rIw= github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.0.0/go.mod h1:2e8rMJtl2+2j+HXbTBwnyGpm5Nou7KhvSfxOq8JpTag= github.com/Azure/go-amqp v0.17.0/go.mod h1:9YJ3RhxRT1gquYnzpZO1vcYMMpAdJT+QEg6fwmw9Zlg= -github.com/Azure/go-amqp v0.18.1/go.mod h1:+bg0x3ce5+Q3ahCEXnCsGG3ETpDQe3MEVnOuT2ywPwc= +github.com/Azure/go-amqp v1.0.0/go.mod h1:+bg0x3ce5+Q3ahCEXnCsGG3ETpDQe3MEVnOuT2ywPwc= +github.com/Azure/go-amqp v1.0.1/go.mod h1:+bg0x3ce5+Q3ahCEXnCsGG3ETpDQe3MEVnOuT2ywPwc= github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78/go.mod h1:LmzpDX56iTiv29bbRTIsUNlaFfuhWRQBWjQdVyAevI8= github.com/Azure/go-ansiterm v0.0.0-20210608223527-2377c96fe795/go.mod h1:LmzpDX56iTiv29bbRTIsUNlaFfuhWRQBWjQdVyAevI8= github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1/go.mod h1:xomTg63KZ2rFqZQzSB4Vz2SUXa1BpHTVz9L5PTmPC4E= @@ -475,7 +686,7 @@ github.com/Azure/go-autorest/autorest/adal v0.9.0/go.mod h1:/c022QCutn2P7uY+/oQW github.com/Azure/go-autorest/autorest/adal v0.9.5/go.mod h1:B7KF7jKIeC9Mct5spmyCB/A8CG/sEz1vwIRGv/bbw7A= github.com/Azure/go-autorest/autorest/adal v0.9.13/go.mod h1:W/MM4U6nLxnIskrw4UwWzlHfGjwUS50aOsc/I3yuU8M= github.com/Azure/go-autorest/autorest/adal v0.9.18/go.mod h1:XVVeme+LZwABT8K5Lc3hA4nAe8LDBVle26gTrguhhPQ= -github.com/Azure/go-autorest/autorest/adal v0.9.22/go.mod h1:XuAbAEUv2Tta//+voMI038TrJBqjKam0me7qR+L8Cmk= +github.com/Azure/go-autorest/autorest/adal v0.9.23/go.mod h1:5pcMqFkdPhviJdlEy3kC/v1ZLnQl0MH6XA5YCcMhy4c= github.com/Azure/go-autorest/autorest/date v0.1.0/go.mod h1:plvfp3oPSKwf2DNjlBjWF/7vwR+cUD/ELuzDCXwHUVA= github.com/Azure/go-autorest/autorest/date v0.2.0/go.mod h1:vcORJHLJEh643/Ioh9+vPmf1Ij9AEBM5FuBIXLmIy0g= github.com/Azure/go-autorest/autorest/date v0.3.0/go.mod h1:BI0uouVdmngYNUzGWeSYnokU+TrmwEsOqdt8Y6sso74= @@ -499,19 +710,21 @@ github.com/Azure/go-autorest/tracing v0.6.0/go.mod h1:+vhtPC754Xsa23ID7GlGsrdKBp github.com/AzureAD/microsoft-authentication-library-for-go v0.4.0/go.mod h1:Vt9sXTKwMyGcOxSmLDMnGPgqsUg7m8pe215qMLrDXw4= github.com/AzureAD/microsoft-authentication-library-for-go v0.5.1/go.mod h1:Vt9sXTKwMyGcOxSmLDMnGPgqsUg7m8pe215qMLrDXw4= github.com/AzureAD/microsoft-authentication-library-for-go v0.8.1/go.mod h1:4qFor3D/HDsvBME35Xy9rwW9DecL+M2sNw1ybjPtwA0= +github.com/AzureAD/microsoft-authentication-library-for-go v1.0.0/go.mod h1:kgDmCTgBzIEPFElEF+FK0SdjAor06dRq2Go927dnQ6o= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= github.com/BurntSushi/toml v1.2.1/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ= -github.com/BurntSushi/toml v1.3.0 h1:Ws8e5YmnrGEHzZEzg0YvK/7COGYtTC5PbaH9oSSbgfA= -github.com/BurntSushi/toml v1.3.0/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ= +github.com/BurntSushi/toml v1.3.2 h1:o7IhLm0Msx3BaB+n3Ag7L8EVlByGnpq14C4YWiu/gL8= +github.com/BurntSushi/toml v1.3.2/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ= github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo= github.com/CycloneDX/cyclonedx-go v0.7.1 h1:5w1SxjGm9MTMNTuRbEPyw21ObdbaagTWF/KfF0qHTRE= github.com/CycloneDX/cyclonedx-go v0.7.1/go.mod h1:N/nrdWQI2SIjaACyyDs/u7+ddCkyl/zkNs8xFsHF2Ps= github.com/DataDog/datadog-go v3.2.0+incompatible/go.mod h1:LButxg5PwREeZtORoXG3tL4fMGNddJ+vMq1mwgfaqoQ= -github.com/GoogleCloudPlatform/cloudsql-proxy v1.33.2/go.mod h1:uqoR4sJc63p7ugW8a/vsEspOsNuehbi7ptS2CHCyOnY= +github.com/GoogleCloudPlatform/cloudsql-proxy v1.33.7/go.mod h1:JBp/RvKNOoIkR5BdMSXswBksHcPZ/41sbBV+GhSjgMY= github.com/GoogleCloudPlatform/k8s-cloud-provider v0.0.0-20190822182118-27a4ced34534/go.mod h1:iroGtC8B3tQiqtds1l+mgk/BBOrxbqjH+eUfFQYRc14= github.com/HdrHistogram/hdrhistogram-go v1.1.0/go.mod h1:yDgFjdqOqDEKOvasDdhWNXYg9BVp4O+o5f6V/ehm6Oo= github.com/HdrHistogram/hdrhistogram-go v1.1.2/go.mod h1:yDgFjdqOqDEKOvasDdhWNXYg9BVp4O+o5f6V/ehm6Oo= github.com/JohnCGriffin/overflow v0.0.0-20211019200055-46fa312c352c h1:RGWPOewvKIROun94nF7v2cua9qP+thov/7M50KEoeSU= +github.com/JohnCGriffin/overflow v0.0.0-20211019200055-46fa312c352c/go.mod h1:X0CRv0ky0k6m906ixxpzmDRLvX58TFUKS2eePweuyxk= github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible/go.mod h1:r7JcOSlj0wfOMncg0iLm8Leh48TZaKVeNIfJntJ2wa0= github.com/Masterminds/semver/v3 v3.1.1/go.mod h1:VPu/7SZ7ePZ3QOrcuXROw5FAcLl4a0cBrbBpGY/8hQs= github.com/Masterminds/semver/v3 v3.2.1 h1:RN9w6+7QoMeJVGyfmbcgs28Br8cvmnucEXnY0rYXWg0= @@ -526,6 +739,7 @@ github.com/Microsoft/go-winio v0.4.17-0.20210324224401-5516f17a5958/go.mod h1:JP github.com/Microsoft/go-winio v0.4.17/go.mod h1:JPGBdM1cNvN/6ISo+n8V5iA4v8pBzdOpzfwIujj1a84= github.com/Microsoft/go-winio v0.5.1/go.mod h1:JPGBdM1cNvN/6ISo+n8V5iA4v8pBzdOpzfwIujj1a84= github.com/Microsoft/go-winio v0.5.2/go.mod h1:WpS1mjBmmwHBEWmogvA2mj8546UReBk4v8QkMxJ6pZY= +github.com/Microsoft/go-winio v0.6.0/go.mod h1:cTAf44im0RAYeL23bpB+fzCyDH2MJiz2BO69KH/soAE= github.com/Microsoft/go-winio v0.6.1 h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migciow= github.com/Microsoft/go-winio v0.6.1/go.mod h1:LRdKpFKfdobln8UmuiYcKPot9D2v6svN5+sAH+4kjUM= github.com/Microsoft/hcsshim v0.8.6/go.mod h1:Op3hHsoHPAvb6lceZHDtd9OkTew38wNoXnJs8iY7rUg= @@ -557,7 +771,12 @@ github.com/VividCortex/gohistogram v1.0.0/go.mod h1:Pf5mBqqDxYaXu3hDrrU+w6nw50o/ github.com/acomagu/bufpipe v1.0.4 h1:e3H4WUzM3npvo5uv95QuJM3cQspFNtFBzvJ2oNjKIDQ= github.com/acomagu/bufpipe v1.0.4/go.mod h1:mxdxdup/WdsKVreO5GpW4+M/1CE2sMG4jeGJ2sYmHc4= github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5/go.mod h1:SkGFH1ia65gfNATL8TAiHDNxPzPdmEL5uirI2Uyuz6c= +github.com/ajstarks/deck v0.0.0-20200831202436-30c9fc6549a9/go.mod h1:JynElWSGnm/4RlzPXRlREEwqTHAN3T56Bv2ITsFT3gY= +github.com/ajstarks/deck/generate v0.0.0-20210309230005-c3f852c02e19/go.mod h1:T13YZdzov6OU0A1+RfKZiZN9ca6VeKdBdyDV+BY97Tk= github.com/ajstarks/svgo v0.0.0-20180226025133-644b8db467af/go.mod h1:K08gAheRH3/J6wwsYMMT4xOr94bZjxIelGM0+d/wbFw= +github.com/ajstarks/svgo v0.0.0-20211024235047-1546f124cd8b/go.mod h1:1KcenG0jGWcpt8ov532z81sp/kMMUG485J2InIOyADM= +github.com/alecthomas/kingpin/v2 v2.3.1/go.mod h1:oYL5vtsvEHZGHxU7DMp32Dvx+qL+ptGn6lWaot2vCNE= +github.com/alecthomas/kingpin/v2 v2.3.2/go.mod h1:0gyi0zQnjuFk8xrkNKamJoyUo382HRL7ATRpFZCw6tE= github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc= github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc= github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0= @@ -572,6 +791,8 @@ github.com/andybalholm/brotli v1.0.4 h1:V7DdXeJtZscaqfNuAdSRuRFzuiKlHSC/Zh3zl9qY github.com/andybalholm/brotli v1.0.4/go.mod h1:fO7iG3H7G2nSZ7m0zPUDn85XEX2GTukHGRSepvi9Eig= github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be h1:9AeTilPcZAjCFIImctFaOjnTIavg87rW78vTPkQqLI8= github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY= +github.com/apache/arrow/go/v10 v10.0.1/go.mod h1:YvhnlEePVnBS4+0z3fhPfUy7W1Ikj0Ih0vcRo/gZ1M0= +github.com/apache/arrow/go/v11 v11.0.0/go.mod h1:Eg5OsL5H+e299f7u5ssuXsuHQVEGC4xei5aX110hRiI= github.com/apache/arrow/go/v12 v12.0.0 h1:xtZE63VWl7qLdB0JObIXvvhGjoVNrQ9ciIHG2OK5cmc= github.com/apache/arrow/go/v12 v12.0.0/go.mod h1:d+tV/eHZZ7Dz7RPrFKtPK02tpr+c9/PEd/zm8mDS9Vg= github.com/apache/thrift v0.16.0 h1:qEy6UW60iVOlUy+b9ZR0d5WzUWYGOo4HfopoyBaNmoY= @@ -582,6 +803,7 @@ github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmV github.com/armon/go-metrics v0.3.3/go.mod h1:4O98XIr/9W0sxpJ8UaYkvjk10Iff7SnFrb4QAOwNTFc= github.com/armon/go-metrics v0.3.9/go.mod h1:4O98XIr/9W0sxpJ8UaYkvjk10Iff7SnFrb4QAOwNTFc= github.com/armon/go-metrics v0.3.10/go.mod h1:4O98XIr/9W0sxpJ8UaYkvjk10Iff7SnFrb4QAOwNTFc= +github.com/armon/go-metrics v0.4.1/go.mod h1:E6amYzXo6aW1tqzoZGT755KkbgrJsSdpwZ+3JqfkOG4= github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8= github.com/armon/go-radix v1.0.0/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8= github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio= @@ -589,6 +811,7 @@ github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5/go.mod h1:wHh0iHkY github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a/go.mod h1:lB+ZfQJz7igIIfQNfa7Ml4HSf2uFQQRzpGGRXenZAgY= github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef/go.mod h1:WaHUgvxTVq04UNunO+XhnAqY/wQc+bxr74GqbsZ/Jqw= github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d/go.mod h1:WaHUgvxTVq04UNunO+XhnAqY/wQc+bxr74GqbsZ/Jqw= +github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2/go.mod h1:WaHUgvxTVq04UNunO+XhnAqY/wQc+bxr74GqbsZ/Jqw= github.com/aws/aws-sdk-go v1.15.27/go.mod h1:mFuSZ37Z9YOHbQEwBWztmVzqXrEkub65tZoCYDt7FT0= github.com/aws/aws-sdk-go v1.28.2/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo= github.com/aws/aws-sdk-go v1.31.6/go.mod h1:5zCpMtNQVjRREroY7sYe8lOMRSxkhG6MZveU8YkpAk0= @@ -597,52 +820,52 @@ github.com/aws/aws-sdk-go v1.40.45/go.mod h1:585smgzpB/KqRA+K3y/NL/oYRqQvpNJYvLm github.com/aws/aws-sdk-go v1.43.11/go.mod h1:y4AeaBuwd2Lk+GepC1E9v0qOiTws0MIWAX4oIKwKHZo= github.com/aws/aws-sdk-go v1.43.31/go.mod h1:y4AeaBuwd2Lk+GepC1E9v0qOiTws0MIWAX4oIKwKHZo= github.com/aws/aws-sdk-go v1.44.156/go.mod h1:aVsgQcEevwlmQ7qHE9I3h+dtQgpqhFB+i8Phjh7fkwI= -github.com/aws/aws-sdk-go v1.44.187/go.mod h1:aVsgQcEevwlmQ7qHE9I3h+dtQgpqhFB+i8Phjh7fkwI= -github.com/aws/aws-sdk-go v1.44.200 h1:JcFf/BnOaMWe9ObjaklgbbF0bGXI4XbYJwYn2eFNVyQ= -github.com/aws/aws-sdk-go v1.44.200/go.mod h1:aVsgQcEevwlmQ7qHE9I3h+dtQgpqhFB+i8Phjh7fkwI= +github.com/aws/aws-sdk-go v1.44.245/go.mod h1:aVsgQcEevwlmQ7qHE9I3h+dtQgpqhFB+i8Phjh7fkwI= +github.com/aws/aws-sdk-go v1.44.284 h1:Oc5Kubi43/VCkerlt3ZU3KpBju6BpNkoG3s7E8vj/O8= +github.com/aws/aws-sdk-go v1.44.284/go.mod h1:aVsgQcEevwlmQ7qHE9I3h+dtQgpqhFB+i8Phjh7fkwI= github.com/aws/aws-sdk-go-v2 v1.9.1/go.mod h1:cK/D0BBs0b/oWPIcX/Z/obahJK1TT7IPVjy53i/mX/4= -github.com/aws/aws-sdk-go-v2 v1.17.4 h1:wyC6p9Yfq6V2y98wfDsj6OnNQa4w2BLGCLIxzNhwOGY= -github.com/aws/aws-sdk-go-v2 v1.17.4/go.mod h1:uzbQtefpm44goOPmdKyAlXSNcwlRgF3ePWVW6EtJvvw= +github.com/aws/aws-sdk-go-v2 v1.18.1 h1:+tefE750oAb7ZQGzla6bLkOwfcQCEtC5y2RqoqCeqKo= +github.com/aws/aws-sdk-go-v2 v1.18.1/go.mod h1:uzbQtefpm44goOPmdKyAlXSNcwlRgF3ePWVW6EtJvvw= github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.10 h1:dK82zF6kkPeCo8J1e+tGx4JdvDIQzj7ygIoLg8WMuGs= github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.10/go.mod h1:VeTZetY5KRJLuD/7fkQXMU6Mw7H5m/KP2J5Iy9osMno= -github.com/aws/aws-sdk-go-v2/config v1.18.12 h1:fKs/I4wccmfrNRO9rdrbMO1NgLxct6H9rNMiPdBxHWw= -github.com/aws/aws-sdk-go-v2/config v1.18.12/go.mod h1:J36fOhj1LQBr+O4hJCiT8FwVvieeoSGOtPuvhKlsNu8= -github.com/aws/aws-sdk-go-v2/credentials v1.13.12 h1:Cb+HhuEnV19zHRaYYVglwvdHGMJWbdsyP4oHhw04xws= -github.com/aws/aws-sdk-go-v2/credentials v1.13.12/go.mod h1:37HG2MBroXK3jXfxVGtbM2J48ra2+Ltu+tmwr/jO0KA= -github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.22 h1:3aMfcTmoXtTZnaT86QlVaYh+BRMbvrrmZwIQ5jWqCZQ= -github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.22/go.mod h1:YGSIJyQ6D6FjKMQh16hVFSIUD54L4F7zTGePqYMYYJU= -github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.11.51 h1:iTFYCAdKzSAjGnVIUe88Hxvix0uaBqr0Rv7qJEOX5hE= -github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.11.51/go.mod h1:7Grl2gV+dx9SWrUIgwwlUvU40t7+lOSbx34XwfmsTkY= -github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 h1:r+XwaCLpIvCKjBIYy/HVZujQS9tsz5ohHG3ZIe0wKoE= -github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28/go.mod h1:3lwChorpIM/BhImY/hy+Z6jekmN92cXGPI1QJasVPYY= -github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 h1:7AwGYXDdqRQYsluvKFmWoqpcOQJ4bH634SkYf3FNj/A= -github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22/go.mod h1:EqK7gVrIGAHyZItrD1D8B0ilgwMD1GiWAmbU4u/JHNk= -github.com/aws/aws-sdk-go-v2/internal/ini v1.3.29 h1:J4xhFd6zHhdF9jPP0FQJ6WknzBboGMBNjKOv4iTuw4A= -github.com/aws/aws-sdk-go-v2/internal/ini v1.3.29/go.mod h1:TwuqRBGzxjQJIwH16/fOZodwXt2Zxa9/cwJC5ke4j7s= -github.com/aws/aws-sdk-go-v2/internal/v4a v1.0.19 h1:FGvpyTg2LKEmMrLlpjOgkoNp9XF5CGeyAyo33LdqZW8= -github.com/aws/aws-sdk-go-v2/internal/v4a v1.0.19/go.mod h1:8W88sW3PjamQpKFUQvHWWKay6ARsNvZnzU7+a4apubw= +github.com/aws/aws-sdk-go-v2/config v1.18.27 h1:Az9uLwmssTE6OGTpsFqOnaGpLnKDqNYOJzWuC6UAYzA= +github.com/aws/aws-sdk-go-v2/config v1.18.27/go.mod h1:0My+YgmkGxeqjXZb5BYme5pc4drjTnM+x1GJ3zv42Nw= +github.com/aws/aws-sdk-go-v2/credentials v1.13.26 h1:qmU+yhKmOCyujmuPY7tf5MxR/RKyZrOPO3V4DobiTUk= +github.com/aws/aws-sdk-go-v2/credentials v1.13.26/go.mod h1:GoXt2YC8jHUBbA4jr+W3JiemnIbkXOfxSXcisUsZ3os= +github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.4 h1:LxK/bitrAr4lnh9LnIS6i7zWbCOdMsfzKFBI6LUCS0I= +github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.4/go.mod h1:E1hLXN/BL2e6YizK1zFlYd8vsfi2GTjbjBazinMmeaM= +github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.11.70 h1:4bh28MeeXoBFTjb0JjQ5sVatzlf5xA1DziV8mZed9v4= +github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.11.70/go.mod h1:9yI5NXzqy2yOiMytv6QLZHvlyHLwYxO9iIq+bZIbrFg= +github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.34 h1:A5UqQEmPaCFpedKouS4v+dHCTUo2sKqhoKO9U5kxyWo= +github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.34/go.mod h1:wZpTEecJe0Btj3IYnDx/VlUzor9wm3fJHyvLpQF0VwY= +github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.28 h1:srIVS45eQuewqz6fKKu6ZGXaq6FuFg5NzgQBAM6g8Y4= +github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.28/go.mod h1:7VRpKQQedkfIEXb4k52I7swUnZP0wohVajJMRn3vsUw= +github.com/aws/aws-sdk-go-v2/internal/ini v1.3.35 h1:LWA+3kDM8ly001vJ1X1waCuLJdtTl48gwkPKWy9sosI= +github.com/aws/aws-sdk-go-v2/internal/ini v1.3.35/go.mod h1:0Eg1YjxE0Bhn56lx+SHJwCzhW+2JGtizsrx+lCqrfm0= +github.com/aws/aws-sdk-go-v2/internal/v4a v1.0.26 h1:wscW+pnn3J1OYnanMnza5ZVYXLX4cKk5rAvUAl4Qu+c= +github.com/aws/aws-sdk-go-v2/internal/v4a v1.0.26/go.mod h1:MtYiox5gvyB+OyP0Mr0Sm/yzbEAIPL9eijj/ouHAPw0= github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.8.1/go.mod h1:CM+19rL1+4dFWnOQKwDc7H1KwXTz+h61oUSHyhV0b3o= github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.9.11 h1:y2+VQzC6Zh2ojtV2LoC0MNwHWc6qXv/j2vrQtlftkdA= github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.9.11/go.mod h1:iV4q2hsqtNECrfmlXyord9u4zyuFEJX9eLgLpSPzWA8= -github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.1.23 h1:c5+bNdV8E4fIPteWx4HZSkqI07oY9exbfQ7JH7Yx4PI= -github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.1.23/go.mod h1:1jcUfF+FAOEwtIcNiHPaV4TSoZqkUIPzrohmD7fb95c= -github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.22 h1:LjFQf8hFuMO22HkV5VWGLBvmCLBCLPivUAmpdpnp4Vs= -github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.22/go.mod h1:xt0Au8yPIwYXf/GYPy/vl4K3CgwhfQMYbrH7DlUUIws= -github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.13.22 h1:ISLJ2BKXe4zzyZ7mp5ewKECiw0U7KpLgS3S6OxY9Cm0= -github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.13.22/go.mod h1:QFVbqK54XArazLvn2wvWMRBi/jGrWii46qbr5DyPGjc= -github.com/aws/aws-sdk-go-v2/service/kms v1.20.2/go.mod h1:vdqtUOdVuf5ooy+hJ2GnzqNo94xiAA9s1xbZ1hQgRE0= -github.com/aws/aws-sdk-go-v2/service/s3 v1.30.2 h1:5EQWIFO+Hc8E2hFcXQJ1vm6ufl/PMt/6RVRDZRju2vM= -github.com/aws/aws-sdk-go-v2/service/s3 v1.30.2/go.mod h1:SXDHd6fI2RhqB7vmAzyYQCTQnpZrIprVJvYxpzW3JAM= -github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.18.3/go.mod h1:hqPcyOuLU6yWIbLy3qMnQnmidgKuIEwqIlW6+chYnog= -github.com/aws/aws-sdk-go-v2/service/sns v1.20.2/go.mod h1:VN2n9SOMS1lNbh5YD7o+ho0/rgfifSrK//YYNiVVF5E= -github.com/aws/aws-sdk-go-v2/service/sqs v1.20.2/go.mod h1:1ttxGjUHZliCQMpPss1sU5+Ph/5NvdMFRzr96bv8gm0= -github.com/aws/aws-sdk-go-v2/service/ssm v1.35.2/go.mod h1:VLSz2SHUKYFSOlXB/GlXoLU6KPYQJAbw7I20TDJdyws= -github.com/aws/aws-sdk-go-v2/service/sso v1.12.1 h1:lQKN/LNa3qqu2cDOQZybP7oL4nMGGiFqob0jZJaR8/4= -github.com/aws/aws-sdk-go-v2/service/sso v1.12.1/go.mod h1:IgV8l3sj22nQDd5qcAGY0WenwCzCphqdbFOpfktZPrI= -github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.1 h1:0bLhH6DRAqox+g0LatcjGKjjhU6Eudyys6HB6DJVPj8= -github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.1/go.mod h1:O1YSOg3aekZibh2SngvCRRG+cRHKKlYgxf/JBF/Kr/k= -github.com/aws/aws-sdk-go-v2/service/sts v1.18.3 h1:s49mSnsBZEXjfGBkRfmK+nPqzT7Lt3+t2SmAKNyHblw= -github.com/aws/aws-sdk-go-v2/service/sts v1.18.3/go.mod h1:b+psTJn33Q4qGoDaM7ZiOVVG8uVjGI6HaZ8WBHdgDgU= +github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.1.29 h1:zZSLP3v3riMOP14H7b4XP0uyfREDQOYv2cqIrvTXDNQ= +github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.1.29/go.mod h1:z7EjRjVwZ6pWcWdI2H64dKttvzaP99jRIj5hphW0M5U= +github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.28 h1:bkRyG4a929RCnpVSTvLM2j/T4ls015ZhhYApbmYs15s= +github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.28/go.mod h1:jj7znCIg05jXlaGBlFMGP8+7UN3VtCkRBG2spnmRQkU= +github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.14.3 h1:dBL3StFxHtpBzJJ/mNEsjXVgfO+7jR0dAIEwLqMapEA= +github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.14.3/go.mod h1:f1QyiAsvIv4B49DmCqrhlXqyaR+0IxMmyX+1P+AnzOM= +github.com/aws/aws-sdk-go-v2/service/kms v1.22.2/go.mod h1:aNfh11Smy55o65PB3MyKbkM8BFyFUcZmj1k+4g8eNfg= +github.com/aws/aws-sdk-go-v2/service/s3 v1.35.0 h1:ya7fmrN2fE7s1P2gaPbNg5MTkERVWfsH8ToP1YC4Z9o= +github.com/aws/aws-sdk-go-v2/service/s3 v1.35.0/go.mod h1:aVbf0sko/TsLWHx30c/uVu7c62+0EAJ3vbxaJga0xCw= +github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.19.10/go.mod h1:ezn6mzIRqTPdAbDpm03dx4y9g6rvGRb2q33wS76dCxw= +github.com/aws/aws-sdk-go-v2/service/sns v1.20.13/go.mod h1:rWrvp9i8y/lX94lS7Kn/0iu9RY6vXzeKRqS/knVX8/c= +github.com/aws/aws-sdk-go-v2/service/sqs v1.23.2/go.mod h1:TaV67b6JMD1988x/uMDop/JnMFK6v5d4Ru+sDmFg+ww= +github.com/aws/aws-sdk-go-v2/service/ssm v1.36.6/go.mod h1:NdyMyZH/FzmCaybTrVMBD0nTCGrs1G4cOPKHFywx9Ns= +github.com/aws/aws-sdk-go-v2/service/sso v1.12.12 h1:nneMBM2p79PGWBQovYO/6Xnc2ryRMw3InnDJq1FHkSY= +github.com/aws/aws-sdk-go-v2/service/sso v1.12.12/go.mod h1:HuCOxYsF21eKrerARYO6HapNeh9GBNq7fius2AcwodY= +github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.12 h1:2qTR7IFk7/0IN/adSFhYu9Xthr0zVFTgBrmPldILn80= +github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.12/go.mod h1:E4VrHCPzmVB/KFXtqBGKb3c8zpbNBgKe3fisDNLAW5w= +github.com/aws/aws-sdk-go-v2/service/sts v1.19.2 h1:XFJ2Z6sNUUcAz9poj+245DMkrHE4h2j5I9/xD50RHfE= +github.com/aws/aws-sdk-go-v2/service/sts v1.19.2/go.mod h1:dp0yLPsLBOi++WTxzCjA/oZqi6NPIhoR+uF7GeMU9eg= github.com/aws/smithy-go v1.8.0/go.mod h1:SObp3lf9smib00L/v3U2eAKG8FyQ7iLrJnQiAmR5n+E= github.com/aws/smithy-go v1.13.5 h1:hgz0X/DX0dGqTYpGALqXJoRKRj5oQ7150i5FdTePzO8= github.com/aws/smithy-go v1.13.5/go.mod h1:Tg+OJXh4MB2R/uN61Ko2f6hTZwB/ZYGOtib8J3gBHzA= @@ -660,11 +883,14 @@ github.com/blang/semver v3.5.0+incompatible/go.mod h1:kRBLl5iJ+tD4TcOOxsy/0fnweb github.com/blang/semver v3.5.1+incompatible/go.mod h1:kRBLl5iJ+tD4TcOOxsy/0fnwebNt5EWlYSAyrTnjyyk= github.com/bombsimon/logrusr/v2 v2.0.1 h1:1VgxVNQMCvjirZIYaT9JYn6sAVGVEcNtRE0y4mvaOAM= github.com/bombsimon/logrusr/v2 v2.0.1/go.mod h1:ByVAX+vHdLGAfdroiMg6q0zgq2FODY2lc5YJvzmOJio= -github.com/bradleyfalzon/ghinstallation/v2 v2.4.0 h1:zYSzkoIwekCQAr6GT6KxISLt4YRS6kd4/ixfzMN+7yc= -github.com/bradleyfalzon/ghinstallation/v2 v2.4.0/go.mod h1:4MwZLSgBJJgg4i3nJwZJ95AMooSqN8fJDmegLVn9Q2U= +github.com/boombuler/barcode v1.0.0/go.mod h1:paBWMcWSl3LHKBqUq+rly7CNSldXjb2rDl3JlRe0mD8= +github.com/boombuler/barcode v1.0.1/go.mod h1:paBWMcWSl3LHKBqUq+rly7CNSldXjb2rDl3JlRe0mD8= +github.com/bradleyfalzon/ghinstallation/v2 v2.6.0 h1:IRY7Xy588KylkoycsUhFpW7cdGpy5Y5BPsz4IfuJtGk= +github.com/bradleyfalzon/ghinstallation/v2 v2.6.0/go.mod h1:oQ3etOwN3TRH4EwgW5/7MxSVMGlMlzG/O8TU7eYdoSk= github.com/bradleyjkemp/cupaloy/v2 v2.8.0 h1:any4BmKE+jGIaMpnU8YgH/I2LPiLBufr6oMMlVBbn9M= github.com/buger/jsonparser v1.1.1/go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx27UK13J/0= github.com/bwesterb/go-ristretto v1.2.0/go.mod h1:fUIoIZaG73pV5biE2Blr2xEzDoMj7NFEuV9ekS419A0= +github.com/bwesterb/go-ristretto v1.2.3/go.mod h1:fUIoIZaG73pV5biE2Blr2xEzDoMj7NFEuV9ekS419A0= github.com/caarlos0/env/v6 v6.10.0 h1:lA7sxiGArZ2KkiqpOQNf8ERBRWI+v8MWIH+eGjSN22I= github.com/caarlos0/env/v6 v6.10.0/go.mod h1:hvp/ryKXKipEkcuYjs9mI4bBCg+UI0Yhgm5Zu0ddvwc= github.com/casbin/casbin/v2 v2.37.0/go.mod h1:vByNa/Fchek0KZUgG5wEsl7iFsiviAYKRtgrQfcJqHg= @@ -685,11 +911,11 @@ github.com/checkpoint-restore/go-criu/v4 v4.1.0/go.mod h1:xUQBLp4RLc5zJtWY++yjOo github.com/checkpoint-restore/go-criu/v5 v5.0.0/go.mod h1:cfwC0EG7HMUenopBsUf9d89JlCLQIfgVcNsNN0t6T2M= github.com/checkpoint-restore/go-criu/v5 v5.3.0/go.mod h1:E/eQpaFtUKGOOSEBZgmKAcn+zUUwWxqcaKZlF54wK8E= github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI= -github.com/chzyer/logex v1.2.0/go.mod h1:9+9sk7u7pGNWYMkh0hdiL++6OeibzJccyQU4p4MedaY= +github.com/chzyer/logex v1.2.1/go.mod h1:JLbx6lG2kDbNRFnfkgvh4eRJRPX1QCoOIWomwysCBrQ= github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI= -github.com/chzyer/readline v1.5.0/go.mod h1:x22KAscuvRqlLoK9CsoYsmxoXZMMFVyOl86cAH8qUic= +github.com/chzyer/readline v1.5.1/go.mod h1:Eh+b79XXUwfKfcPLepksvw2tcLE/Ct21YObkaSkeBlk= github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU= -github.com/chzyer/test v0.0.0-20210722231415-061457976a23/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU= +github.com/chzyer/test v1.0.0/go.mod h1:2JlltgoNkt4TW/z9V/IzDdFaMTM2JPIi26O1pF38GC8= github.com/cilium/ebpf v0.0.0-20200110133405-4032b1d8aae3/go.mod h1:MA5e5Lr8slmEg9bt0VpxxWqJlO4iwu3FBdHUzV7wQVg= github.com/cilium/ebpf v0.0.0-20200702112145-1c8d4c9ef775/go.mod h1:7cR51M8ViRLIdUjrmSXlK9pkrsDlLHbO8jiB8X8JnOc= github.com/cilium/ebpf v0.2.0/go.mod h1:To2CFviqOWL/M0gIMsvSMlqe7em/l1ALkX1PyjrX2Qs= @@ -716,6 +942,9 @@ github.com/cncf/xds/go v0.0.0-20211001041855-01bcc9b48dfe/go.mod h1:eXthEFrGJvWH github.com/cncf/xds/go v0.0.0-20211011173535-cb28da3451f1/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= github.com/cncf/xds/go v0.0.0-20220314180256-7f1daf1720fc/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= github.com/cncf/xds/go v0.0.0-20230105202645-06c439db220b/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= +github.com/cncf/xds/go v0.0.0-20230112175826-46e39c7b9b43/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= +github.com/cncf/xds/go v0.0.0-20230310173818-32f1caf87195/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= +github.com/cncf/xds/go v0.0.0-20230607035331-e9ce68804cb4/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= github.com/cockroachdb/apd v1.1.0/go.mod h1:8Sl8LxpKi29FqWXR16WEFZRNSz3SoPzUzeMeY4+DwBQ= github.com/cockroachdb/datadriven v0.0.0-20190809214429-80d97fb3cbaa/go.mod h1:zn76sxSg3SzpJ0PPJaLDCu+Bu0Lg3sKTORVIj19EIF8= github.com/cockroachdb/datadriven v0.0.0-20200714090401-bf6692d28da5/go.mod h1:h6jFvWxBdQXxjopDMZyH2UVceIRfR84bdzbkoKrsWNo= @@ -865,19 +1094,19 @@ github.com/devigned/tab v0.1.1/go.mod h1:XG9mPq0dFghrYvoBF3xdRrJzSTX1b7IQrvaL9mz github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no= github.com/dgryski/go-sip13 v0.0.0-20200911182023-62edffca9245/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no= github.com/digitalocean/godo v1.78.0/go.mod h1:GBmu8MkjZmNARE7IXRPmkbbnocNN8+uBm0xbEVw2LCs= -github.com/digitalocean/godo v1.95.0/go.mod h1:NRpFznZFvhHjBoqZAaOD3khVzsJ3EibzKqFL4R60dmA= +github.com/digitalocean/godo v1.98.0/go.mod h1:NRpFznZFvhHjBoqZAaOD3khVzsJ3EibzKqFL4R60dmA= github.com/dnaeon/go-vcr v1.0.1/go.mod h1:aBB1+wY4s93YsC3HHjMBMrwTj2R9FHDzUr9KyGc8n1E= github.com/dnaeon/go-vcr v1.1.0/go.mod h1:M7tiix8f0r6mKKJ3Yq/kqU1OYf3MnfmBWVbPx/yU9ko= github.com/dnaeon/go-vcr v1.2.0/go.mod h1:R4UdLID7HZT3taECzJs4YgbbH6PIGXB6W/sc5OLb6RQ= github.com/docker/cli v0.0.0-20191017083524-a8ff7f821017/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8= github.com/docker/cli v23.0.5+incompatible h1:ufWmAOuD3Vmr7JP2G5K3cyuNC4YZWiAsuDEvFVVDafE= github.com/docker/cli v23.0.5+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8= -github.com/docker/distribution v2.8.0+incompatible h1:l9EaZDICImO1ngI+uTifW+ZYvvz7fKISBAKpg+MbWbY= -github.com/docker/distribution v2.8.0+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w= +github.com/docker/distribution v2.8.2+incompatible h1:T3de5rq0dB1j30rp0sA2rER+m322EBzniBPB6ZIzuh8= +github.com/docker/distribution v2.8.2+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w= github.com/docker/docker v0.7.3-0.20190327010347-be7ac8be2ae0/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= github.com/docker/docker v1.4.2-0.20190924003213-a8608b5b67c7/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= github.com/docker/docker v20.10.14+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= -github.com/docker/docker v20.10.23+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= +github.com/docker/docker v23.0.4+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= github.com/docker/docker v23.0.5+incompatible h1:DaxtlTJjFSnLOXVNUBU1+6kXGz2lpDoEAH6QoxaSg8k= github.com/docker/docker v23.0.5+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= github.com/docker/docker-credential-helpers v0.6.3/go.mod h1:WRaJzqw3CTB9bk10avuGsjVBZsD05qeibJ1/TYlvc0Y= @@ -902,8 +1131,9 @@ github.com/elazarl/goproxy v0.0.0-20180725130230-947c36da3153/go.mod h1:/Zj4wYkg github.com/elazarl/goproxy v0.0.0-20221015165544-a0805db90819 h1:RIB4cRk+lBqKK3Oy0r2gRX4ui7tuhiZq2SuTtTCi0/0= github.com/emicklei/go-restful v2.16.0+incompatible/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= github.com/emicklei/go-restful/v3 v3.8.0/go.mod h1:6n3XBCmQQb25CM2LCACGz8ukIrRry+4bhvbpWn3mrbc= -github.com/emicklei/go-restful/v3 v3.9.0 h1:XwGDlfxEnQZzuopoqxwSEllNcCOM9DhhFyhFIIGKwxE= github.com/emicklei/go-restful/v3 v3.9.0/go.mod h1:6n3XBCmQQb25CM2LCACGz8ukIrRry+4bhvbpWn3mrbc= +github.com/emicklei/go-restful/v3 v3.10.1 h1:rc42Y5YTp7Am7CS630D7JmhRjq4UlEUuEKfrDac4bSQ= +github.com/emicklei/go-restful/v3 v3.10.1/go.mod h1:6n3XBCmQQb25CM2LCACGz8ukIrRry+4bhvbpWn3mrbc= github.com/emirpasic/gods v1.18.1 h1:FXtiHYKDGKCW2KzwZKx0iC0PQmdlorYgdFG9jPXJ1Bc= github.com/emirpasic/gods v1.18.1/go.mod h1:8tpGGwCnJ5H4r6BWwaV6OrWmMoPhUl5jm/FMNAnJvWQ= github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4= @@ -917,9 +1147,13 @@ github.com/envoyproxy/go-control-plane v0.9.10-0.20210907150352-cf90f659a021/go. github.com/envoyproxy/go-control-plane v0.10.1/go.mod h1:AY7fTTXNdv/aJ2O5jwpxAPOWUZ7hQAEvzN5Pf27BkQQ= github.com/envoyproxy/go-control-plane v0.10.2-0.20220325020618-49ff273808a1/go.mod h1:KJwIaB5Mv44NWtYuAOFCVOjcI94vtpEz2JU/D2v6IjE= github.com/envoyproxy/go-control-plane v0.10.3/go.mod h1:fJJn/j26vwOu972OllsvAgJJM//w9BV6Fxbg2LuVd34= +github.com/envoyproxy/go-control-plane v0.11.0/go.mod h1:VnHyVMpzcLvCFt9yUz1UnCwHLhwx1WguiVDV7pTG/tI= +github.com/envoyproxy/go-control-plane v0.11.1-0.20230524094728-9239064ad72f/go.mod h1:sfYdkwUW4BA3PbKjySwjJy+O4Pu0h62rlqCMHNk+K+Q= github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c= github.com/envoyproxy/protoc-gen-validate v0.6.7/go.mod h1:dyJXwwfPK2VSqiB9Klm1J6romD608Ba7Hij42vrOBCo= github.com/envoyproxy/protoc-gen-validate v0.9.1/go.mod h1:OKNgG7TCp5pF4d6XftA0++PMirau2/yoOwVac3AbF2w= +github.com/envoyproxy/protoc-gen-validate v0.10.0/go.mod h1:DRjgyB0I43LtJapqN6NiRwroiAU2PaFuvk/vjgh61ss= +github.com/envoyproxy/protoc-gen-validate v0.10.1/go.mod h1:DRjgyB0I43LtJapqN6NiRwroiAU2PaFuvk/vjgh61ss= github.com/evanphx/json-patch v0.0.0-20200808040245-162e5629780b/go.mod h1:NAJj0yf/KaRKURN6nyi7A9IZydMivZEm9oQLWNjfKDc= github.com/evanphx/json-patch v4.9.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= github.com/evanphx/json-patch v4.11.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= @@ -929,12 +1163,15 @@ github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5Kwzbycv github.com/fatih/color v1.9.0/go.mod h1:eQcE1qtQxscV5RaZvpXrrb8Drkc3/DdQ+uUYCNjL+zU= github.com/fatih/color v1.10.0/go.mod h1:ELkj/draVOlAH/xkhN6mQ50Qd0MPOk5AAr3maGEBuJM= github.com/fatih/color v1.12.0/go.mod h1:ELkj/draVOlAH/xkhN6mQ50Qd0MPOk5AAr3maGEBuJM= -github.com/fatih/color v1.13.0 h1:8LOYc1KYPPmyKMuN8QV2DNRWNbLo6LZ0iLs8+mlH53w= github.com/fatih/color v1.13.0/go.mod h1:kLAiJbzzSOZDVNGyDpeOxJ47H46qBXwg5ILebYFFOfk= +github.com/fatih/color v1.14.1 h1:qfhVLaG5s+nCROl1zJsZRxFeYrHLqWroPOQ8BWiNb4w= +github.com/fatih/color v1.14.1/go.mod h1:2oHN61fhTpgcxD3TSWCgKDiH1+x4OiDVVGH8WlgGZGg= github.com/felixge/httpsnoop v1.0.1/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U= github.com/felixge/httpsnoop v1.0.2/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U= github.com/felixge/httpsnoop v1.0.3/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U= +github.com/flowstack/go-jsonschema v0.1.1/go.mod h1:yL7fNggx1o8rm9RlgXv7hTBWxdBM0rVwpMwimd3F3N0= github.com/fogleman/gg v1.2.1-0.20190220221249-0403632d5b90/go.mod h1:R/bRT+9gY/C5z7JzPU0zXsXHKM4/ayA+zqcVNZzPa1k= +github.com/fogleman/gg v1.3.0/go.mod h1:R/bRT+9gY/C5z7JzPU0zXsXHKM4/ayA+zqcVNZzPa1k= github.com/form3tech-oss/jwt-go v3.2.2+incompatible/go.mod h1:pbq4aXjuKjdthFRnoDwaVPLA+WlJuPGy+QneDUgJi2k= github.com/form3tech-oss/jwt-go v3.2.3+incompatible/go.mod h1:pbq4aXjuKjdthFRnoDwaVPLA+WlJuPGy+QneDUgJi2k= github.com/fortytw2/leaktest v1.3.0/go.mod h1:jDsjWgpAGjm2CA7WthBh/CdZYEPF31XHquHwclZch5g= @@ -942,7 +1179,7 @@ github.com/franela/goblin v0.0.0-20210519012713-85d372ac71e2/go.mod h1:VzmDKDJVZ github.com/franela/goreq v0.0.0-20171204163338-bcd34c9993f8/go.mod h1:ZhphrRTfi2rbfLwlschooIH4+wKKDR4Pdxhh+TRoA20= github.com/frankban/quicktest v1.11.3/go.mod h1:wRf/ReqHper53s+kmmSZizM8NamnL3IM0I9ntUbOk+k= github.com/frankban/quicktest v1.14.3/go.mod h1:mgiwOwqx65TmIk1wJ6Q7wvnVMocbUorkibMOrVTHZps= -github.com/frankban/quicktest v1.14.4 h1:g2rn0vABPOOXmZUj+vbmUp0lPoXEMuhTpIluN0XL9UY= +github.com/frankban/quicktest v1.14.5 h1:dfYrrRyLtiqT9GyKXgdh+k4inNeTvmGbuSgZ3lx3GhA= github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo= github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ= github.com/fsnotify/fsnotify v1.5.1/go.mod h1:T3375wBYaZdLLcVNkcVbzGHY7f1l/uK5T5Ai1i3InKU= @@ -957,6 +1194,11 @@ github.com/gin-contrib/sse v0.1.0/go.mod h1:RHrZQHXnP2xjPF+u1gW/2HnVO7nvIa9PG3Gm github.com/gin-gonic/gin v1.6.3/go.mod h1:75u5sXoLsGZoRN5Sgbi1eraJ4GU3++wFwWzhwvtwp4M= github.com/gin-gonic/gin v1.7.7/go.mod h1:axIBovoeJpVj8S3BwE0uPMTeReE4+AfFtqpqaZ1qq1U= github.com/gliderlabs/ssh v0.3.5 h1:OcaySEmAQJgyYcArR+gGGTHCyE7nvhEMTlYY+Dp8CpY= +github.com/go-fonts/dejavu v0.1.0/go.mod h1:4Wt4I4OU2Nq9asgDCteaAaWZOV24E+0/Pwo0gppep4g= +github.com/go-fonts/latin-modern v0.2.0/go.mod h1:rQVLdDMK+mK1xscDwsqM5J8U2jrRa3T0ecnM9pNujks= +github.com/go-fonts/liberation v0.1.1/go.mod h1:K6qoJYypsmfVjWg8KOVDQhLc8UDgIK2HYqyqAO9z7GY= +github.com/go-fonts/liberation v0.2.0/go.mod h1:K6qoJYypsmfVjWg8KOVDQhLc8UDgIK2HYqyqAO9z7GY= +github.com/go-fonts/stix v0.1.0/go.mod h1:w/c1f0ldAUlJmLBvlbkvVXLAD+tAMqobIIQpmnUIzUY= github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 h1:+zs/tPmkDkHx3U66DAb0lQFJrpS6731Oaa12ikc+DiI= github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376/go.mod h1:an3vInlBmSxCcxctByoQdvwPiA7DTK7jaaFDBTtu0ic= github.com/go-git/go-billy/v5 v5.4.1 h1:Uwp5tDRkPr+l/TnbHOQzp+tmJfLceOlbVucgpTz8ix4= @@ -974,10 +1216,13 @@ github.com/go-kit/kit v0.12.0/go.mod h1:lHd+EkCZPIwYItmGDDRdhinkzX2A1sj+M9biaEai github.com/go-kit/log v0.1.0/go.mod h1:zbhenjAZHb184qTLMA9ZjW7ThYL0H2mk7Q6pNt4vbaY= github.com/go-kit/log v0.2.0/go.mod h1:NwTd00d/i8cPZ3xOwwiv2PO5MOcx78fFErGNcVmBjv0= github.com/go-kit/log v0.2.1/go.mod h1:NwTd00d/i8cPZ3xOwwiv2PO5MOcx78fFErGNcVmBjv0= +github.com/go-latex/latex v0.0.0-20210118124228-b3d85cf34e07/go.mod h1:CO1AlKB2CSIqUrmQPqA0gdRIlnLEY0gK5JGjh37zN5U= +github.com/go-latex/latex v0.0.0-20210823091927-c0d11ff05a81/go.mod h1:SX0U8uGpxhq9o2S/CELCSUxEWWAuoCUcVCQWv7G2OCk= github.com/go-logfmt/logfmt v0.3.0/go.mod h1:Qt1PoO58o5twSAckw1HlFXLmHsOX5/0LbT9GBnD5lWE= github.com/go-logfmt/logfmt v0.4.0/go.mod h1:3RMwSq7FuexP4Kalkev3ejPJsZTpXXBr9+V4qmtdjCk= github.com/go-logfmt/logfmt v0.5.0/go.mod h1:wCYkCAKZfumFQihp8CzCvQ3paCTfi41vtzG1KdI/P7A= github.com/go-logfmt/logfmt v0.5.1/go.mod h1:WYhtIu8zTZfxdn5+rREduYbwxfcBr/Vr6KEVveWlfTs= +github.com/go-logfmt/logfmt v0.6.0/go.mod h1:WYhtIu8zTZfxdn5+rREduYbwxfcBr/Vr6KEVveWlfTs= github.com/go-logr/logr v0.1.0/go.mod h1:ixOQHD9gLJUVQQ2ZOR7zLEifBX6tGkNJF4QyIY7sIas= github.com/go-logr/logr v0.2.0/go.mod h1:z6/tIYblkpsD+a4lm/fGIIU9mZ+XfAiaFtq7xTgseGU= github.com/go-logr/logr v0.4.0/go.mod h1:z6/tIYblkpsD+a4lm/fGIIU9mZ+XfAiaFtq7xTgseGU= @@ -999,15 +1244,18 @@ github.com/go-openapi/errors v0.20.3/go.mod h1:Z3FlZ4I8jEGxjUK+bugx3on2mIAk4txuA github.com/go-openapi/jsonpointer v0.0.0-20160704185906-46af16f9f7b1/go.mod h1:+35s3my2LFTysnkMfxsJBAMHj/DoqoB9knIWoYG/Vk0= github.com/go-openapi/jsonpointer v0.19.2/go.mod h1:3akKfEdA7DF1sugOqz1dVQHBcuDBPKZGEoHC/NkiQRg= github.com/go-openapi/jsonpointer v0.19.3/go.mod h1:Pl9vOtqEWErmShwVjC8pYs9cog34VGT37dQOVbmoatg= -github.com/go-openapi/jsonpointer v0.19.5 h1:gZr+CIYByUqjcgeLXnQu2gHYQC9o73G2XUeOFYEICuY= github.com/go-openapi/jsonpointer v0.19.5/go.mod h1:Pl9vOtqEWErmShwVjC8pYs9cog34VGT37dQOVbmoatg= +github.com/go-openapi/jsonpointer v0.19.6 h1:eCs3fxoIi3Wh6vtgmLTOjdhSpiqphQ+DaPn38N2ZdrE= +github.com/go-openapi/jsonpointer v0.19.6/go.mod h1:osyAmYz/mB/C3I+WsTTSgw1ONzaLJoLCyoi6/zppojs= github.com/go-openapi/jsonreference v0.0.0-20160704190145-13c6e3589ad9/go.mod h1:W3Z9FmVs9qj+KR4zFKmDPGiLdk1D9Rlm7cyMvf57TTg= github.com/go-openapi/jsonreference v0.19.2/go.mod h1:jMjeRr2HHw6nAVajTXJ4eiUwohSTlpa0o73RUL1owJc= github.com/go-openapi/jsonreference v0.19.3/go.mod h1:rjx6GuL8TTa9VaixXglHmQmIL98+wF9xc8zWvFonSJ8= github.com/go-openapi/jsonreference v0.19.5/go.mod h1:RdybgQwPxbL4UEjuAruzK1x3nE69AqPYEJeo/TWfEeg= github.com/go-openapi/jsonreference v0.19.6/go.mod h1:diGHMEHg2IqXZGKxqyvWdfWU/aim5Dprw5bqpKkTvns= -github.com/go-openapi/jsonreference v0.20.0 h1:MYlu0sBgChmCfJxxUKZ8g1cPWFOB37YSZqewK7OKeyA= github.com/go-openapi/jsonreference v0.20.0/go.mod h1:Ag74Ico3lPc+zR+qjn4XBUmXymS4zJbYVCZmcgkasdo= +github.com/go-openapi/jsonreference v0.20.1/go.mod h1:Bl1zwGIM8/wsvqjsOQLJ/SH+En5Ap4rVB5KVcIDZG2k= +github.com/go-openapi/jsonreference v0.20.2 h1:3sVjiK66+uXK/6oQ8xgcRKcFgQ5KXa2KvnJRumpMGbE= +github.com/go-openapi/jsonreference v0.20.2/go.mod h1:Bl1zwGIM8/wsvqjsOQLJ/SH+En5Ap4rVB5KVcIDZG2k= github.com/go-openapi/loads v0.21.1/go.mod h1:/DtAMXXneXFjbQMGEtbamCZb+4x7eGwkvZCvBmwUG+g= github.com/go-openapi/loads v0.21.2/go.mod h1:Jq58Os6SSGz0rzh62ptiu8Z31I+OTHqmULx5e/gJbNw= github.com/go-openapi/runtime v0.23.1/go.mod h1:AKurw9fNre+h3ELZfk6ILsfvPN+bvvlaU/M9q/r9hpk= @@ -1017,10 +1265,12 @@ github.com/go-openapi/spec v0.19.3/go.mod h1:FpwSN1ksY1eteniUU7X0N/BgJ7a4WvBFVA8 github.com/go-openapi/spec v0.20.4/go.mod h1:faYFR1CvsJZ0mNsmsphTMSoRrNV3TEDoAM7FOEWeq8I= github.com/go-openapi/spec v0.20.6/go.mod h1:2OpW+JddWPrpXSCIX8eOx7lZ5iyuWj3RYR6VaaBKcWA= github.com/go-openapi/spec v0.20.7/go.mod h1:2OpW+JddWPrpXSCIX8eOx7lZ5iyuWj3RYR6VaaBKcWA= +github.com/go-openapi/spec v0.20.8/go.mod h1:2OpW+JddWPrpXSCIX8eOx7lZ5iyuWj3RYR6VaaBKcWA= github.com/go-openapi/strfmt v0.21.0/go.mod h1:ZRQ409bWMj+SOgXofQAGTIo2Ebu72Gs+WaRADcS5iNg= github.com/go-openapi/strfmt v0.21.1/go.mod h1:I/XVKeLc5+MM5oPNN7P6urMOpuLXEcNrCX/rPGuWb0k= github.com/go-openapi/strfmt v0.21.2/go.mod h1:I/XVKeLc5+MM5oPNN7P6urMOpuLXEcNrCX/rPGuWb0k= github.com/go-openapi/strfmt v0.21.3/go.mod h1:k+RzNO0Da+k3FrrynSNN8F7n/peCmQQqbbXjtDfvmGg= +github.com/go-openapi/strfmt v0.21.7/go.mod h1:adeGTkxE44sPyLk0JV235VQAO/ZXUr8KAzYjclFs3ew= github.com/go-openapi/swag v0.0.0-20160704191624-1d0bd113de87/go.mod h1:DXUve3Dpr1UfpPtxFw+EFuQ41HhCWZfha5jSVRG7C7I= github.com/go-openapi/swag v0.19.2/go.mod h1:POnQmlKehdgb5mhVOsnJFsivZCEZ/vjK9gh66Z9tfKk= github.com/go-openapi/swag v0.19.5/go.mod h1:POnQmlKehdgb5mhVOsnJFsivZCEZ/vjK9gh66Z9tfKk= @@ -1031,14 +1281,18 @@ github.com/go-openapi/swag v0.22.3 h1:yMBqmnQ0gyZvEb/+KzuWZOXgllrXT4SADYbvDaXHv/ github.com/go-openapi/swag v0.22.3/go.mod h1:UzaqsxGiab7freDnrUUra0MwWfN/q7tE4j+VcZ0yl14= github.com/go-openapi/validate v0.21.0/go.mod h1:rjnrwK57VJ7A8xqfpAOEKRH8yQSGUriMu5/zuPSQ1hg= github.com/go-openapi/validate v0.22.0/go.mod h1:rjnrwK57VJ7A8xqfpAOEKRH8yQSGUriMu5/zuPSQ1hg= +github.com/go-openapi/validate v0.22.1/go.mod h1:rjnrwK57VJ7A8xqfpAOEKRH8yQSGUriMu5/zuPSQ1hg= +github.com/go-pdf/fpdf v0.5.0/go.mod h1:HzcnA+A23uwogo0tp9yU+l3V+KXhiESpt1PMayhOh5M= +github.com/go-pdf/fpdf v0.6.0/go.mod h1:HzcnA+A23uwogo0tp9yU+l3V+KXhiESpt1PMayhOh5M= github.com/go-playground/assert/v2 v2.0.1/go.mod h1:VDjEfimB/XKnb+ZQfWdccd7VUvScMdVu0Titje2rxJ4= github.com/go-playground/locales v0.13.0/go.mod h1:taPMhCMXrRLJO55olJkUXHZBHCxTMfnGwq/HNwmWNS8= github.com/go-playground/universal-translator v0.17.0/go.mod h1:UkSxE5sNxxRwHyU+Scu5vgOQjsIJAF8j9muTVoKLVtA= github.com/go-playground/validator/v10 v10.2.0/go.mod h1:uOYAAleCW8F/7oMFd6aG0GOhaH6EGOAJShg8Id5JGkI= github.com/go-playground/validator/v10 v10.4.1/go.mod h1:nlOn6nFhuKACm19sB/8EGNn9GlaMV7XkbRSipzJ0Ii4= github.com/go-resty/resty/v2 v2.1.1-0.20191201195748-d7b97669fe48/go.mod h1:dZGr0i9PLlaaTD4H/hoZIDjQ+r6xq8mgbRzHZf7f2J8= +github.com/go-resty/resty/v2 v2.7.0/go.mod h1:9PWDzw47qPphMRFfhsyk0NnSgvluHcljSMVIq3w7q0I= github.com/go-sql-driver/mysql v1.5.0/go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg= -github.com/go-sql-driver/mysql v1.7.0/go.mod h1:OXbVy3sEdcQ2Doequ6Z5BW6fXNQTmx+9S1MCJN5yJMI= +github.com/go-sql-driver/mysql v1.7.1/go.mod h1:OXbVy3sEdcQ2Doequ6Z5BW6fXNQTmx+9S1MCJN5yJMI= github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY= github.com/go-stack/stack v1.8.1/go.mod h1:dcoOX6HbPZSZptuspn9bctJ+N/CnF5gGygcUP3XYfe4= github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0/go.mod h1:fyg7847qk6SyHyPtNmDHnmrv/HOrqktSC+C9fM+CJOE= @@ -1046,6 +1300,10 @@ github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 h1:tfuBGBXKqDEe github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572/go.mod h1:9Pwr4B2jHnOSGXyyzV8ROjYa2ojvAY6HCGYYfMoC3Ls= github.com/go-zookeeper/zk v1.0.2/go.mod h1:nOB03cncLtlp4t+UAkGSV+9beXP/akpekBwL+UX1Qcw= github.com/go-zookeeper/zk v1.0.3/go.mod h1:nOB03cncLtlp4t+UAkGSV+9beXP/akpekBwL+UX1Qcw= +github.com/goark/errs v1.1.0 h1:FKnyw4LVyRADIjM8Nj0Up6r0/y5cfADvZAd1E+tthXE= +github.com/goark/errs v1.1.0/go.mod h1:TtaPEoadm2mzqzfXdkkfpN2xuniCFm2q4JH+c1qzaqw= +github.com/goark/go-cvss v1.6.6 h1:WJFuIWqmAw1Ilb9USv0vuX+nYzOWJp8lIujseJ/y3sU= +github.com/goark/go-cvss v1.6.6/go.mod h1:H3qbfUSUlV7XtA3EwWNunvXz6OySwWHOuO+R6ZPMQPI= github.com/gobuffalo/attrs v0.0.0-20190224210810-a9411de4debd/go.mod h1:4duuawTqi2wkkpB4ePgWMaai6/Kc6WEz83bhFwpHzj0= github.com/gobuffalo/depgen v0.0.0-20190329151759-d478694a28d3/go.mod h1:3STtPUQYuzV0gBVOY3vy6CfMm/ljR4pABfrTeHNLHUY= github.com/gobuffalo/depgen v0.1.0/go.mod h1:+ifsuy7fhi15RWncXQQKjWS9JPkdah5sZvtHc2RXGlg= @@ -1159,8 +1417,9 @@ github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ github.com/google/btree v1.0.1/go.mod h1:xXMiIv4Fb/0kKde4SpL7qlzvu5cMJDRkFDxJfI9uaxA= github.com/google/flatbuffers v2.0.8+incompatible h1:ivUb1cGomAB101ZM1T0nOiWz9pSrTMoa9+EiY7igmkM= github.com/google/flatbuffers v2.0.8+incompatible/go.mod h1:1AeVuKshWv4vARoZatz6mlQ0JxURH0Kv5+zNeJKJCa8= -github.com/google/gnostic v0.5.7-v3refs h1:FhTMOKj2VhjpouxvWJAV1TL304uMlb9zcDqkl6cEI54= github.com/google/gnostic v0.5.7-v3refs/go.mod h1:73MKFl6jIHelAJNaBGFzt3SPtZULs9dYrGFt8OiIsHQ= +github.com/google/gnostic v0.6.9 h1:ZK/5VhkoX835RikCHpSUJV9a+S3e1zLh59YnyWeBW+0= +github.com/google/gnostic v0.6.9/go.mod h1:Nm8234We1lq6iB9OmlgNv3nH91XLLVZHCDayfA3xq+E= github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M= github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= @@ -1183,15 +1442,16 @@ github.com/google/go-containerregistry v0.15.2 h1:MMkSh+tjSdnmJZO7ljvEqV1DjfekB6 github.com/google/go-containerregistry v0.15.2/go.mod h1:wWK+LnOv4jXMM23IT/F1wdYftGWGr47Is8CG+pmHK1Q= github.com/google/go-github/v38 v38.1.0 h1:C6h1FkaITcBFK7gAmq4eFzt6gbhEhk7L5z6R3Uva+po= github.com/google/go-github/v38 v38.1.0/go.mod h1:cStvrz/7nFr0FoENgG6GLbp53WaelXucT+BBz/3VKx4= -github.com/google/go-github/v52 v52.0.0 h1:uyGWOY+jMQ8GVGSX8dkSwCzlehU3WfdxQ7GweO/JP7M= -github.com/google/go-github/v52 v52.0.0/go.mod h1:WJV6VEEUPuMo5pXqqa2ZCZEdbQqua4zAk2MZTIo+m+4= +github.com/google/go-github/v53 v53.2.0 h1:wvz3FyF53v4BK+AsnvCmeNhf8AkTaeh2SoYu/XUvTtI= +github.com/google/go-github/v53 v53.2.0/go.mod h1:XhFRObz+m/l+UCm9b7KSIC3lT3NWSXGt7mOsAWEloao= +github.com/google/go-pkcs11 v0.2.0/go.mod h1:6eQoGcuNJpa7jnd5pMGdkSaQpNDYvPlXWMcjXXThLlY= github.com/google/go-querystring v1.0.0/go.mod h1:odCYkC5MyYFN7vkCjXpyrEuKhc/BUO6wN/zVPAxq5ck= github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8= github.com/google/go-querystring v1.1.0/go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU= github.com/google/go-replayers/grpcreplay v1.1.0 h1:S5+I3zYyZ+GQz68OfbURDdt/+cSMqCK1wrvNx7WBzTE= github.com/google/go-replayers/grpcreplay v1.1.0/go.mod h1:qzAvJ8/wi57zq7gWqaE6AwLM6miiXUQwP1S+I9icmhk= -github.com/google/go-replayers/httpreplay v1.1.1 h1:H91sIMlt1NZzN7R+/ASswyouLJfW0WLW7fhyUFvDEkY= -github.com/google/go-replayers/httpreplay v1.1.1/go.mod h1:gN9GeLIs7l6NUoVaSSnv2RiqK1NiwAmD0MrKeC9IIks= +github.com/google/go-replayers/httpreplay v1.2.0 h1:VM1wEyyjaoU53BwrOnaf9VhAyQQEEioJvFYxYcLRKzk= +github.com/google/go-replayers/httpreplay v1.2.0/go.mod h1:WahEFFZZ7a1P4VM1qEeHy+tME4bwyqPcwWbNlUI1Mcg= github.com/google/gofuzz v0.0.0-20161122191042-44d81051d367/go.mod h1:HP5RmnzzSNb993RKQDq4+1A4ia9nllfqcQFTQJedwGI= github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= github.com/google/gofuzz v1.1.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= @@ -1205,8 +1465,8 @@ github.com/google/martian/v3 v3.1.0/go.mod h1:y5Zk1BBys9G+gd6Jrk0W3cC1+ELVxBWuIG github.com/google/martian/v3 v3.2.1/go.mod h1:oBOf6HBosgwRXnUGWUB05QECsc6uvmMiJ3+6W4l/CUk= github.com/google/martian/v3 v3.3.2 h1:IqNFLAmvJOgVlpdEBiQbDc2EwKW77amAycfTuWKdfvw= github.com/google/martian/v3 v3.3.2/go.mod h1:oBOf6HBosgwRXnUGWUB05QECsc6uvmMiJ3+6W4l/CUk= -github.com/google/osv-scanner v1.3.4 h1:OHy7cazw2IDgqijnhTZFBV0jH9Xe3f/GvnK/F4aZQ0Y= -github.com/google/osv-scanner v1.3.4/go.mod h1:lic9NGB9H6AF6XxDVGYg2guvjgfEbSXigOaSyrF93Vc= +github.com/google/osv-scanner v1.3.5 h1:c0Qysr565PEWouwm48QEY5GyS3tfgcT4aKqjOUTqGqU= +github.com/google/osv-scanner v1.3.5/go.mod h1:4SNp5Uz1X4tFjBecqtTV/3KcmCBRaQ3haUMAJuD1ij0= github.com/google/pprof v0.0.0-20181206194817-3ea8567a2e57/go.mod h1:zfwlbNMJ+OItoe0UupaVj+oy1omPYYDuagoSzA8v9mc= github.com/google/pprof v0.0.0-20190515194954-54271f7e092f/go.mod h1:zfwlbNMJ+OItoe0UupaVj+oy1omPYYDuagoSzA8v9mc= github.com/google/pprof v0.0.0-20191218002539-d4f498aebedc/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= @@ -1225,9 +1485,11 @@ github.com/google/pprof v0.0.0-20210601050228-01bbb1931b22/go.mod h1:kpwsk12EmLe github.com/google/pprof v0.0.0-20210609004039-a478d1d731e9/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= github.com/google/pprof v0.0.0-20220318212150-b2ab0324ddda/go.mod h1:KgnwoLYCZ8IQu3XUZ8Nc/bM9CCZFOyjUNOSygVozoDg= -github.com/google/pprof v0.0.0-20230111200839-76d1ae5aea2b h1:8htHrh2bw9c7Idkb7YNac+ZpTqLMjRpI+FWu51ltaQc= -github.com/google/pprof v0.0.0-20230111200839-76d1ae5aea2b/go.mod h1:dDKJzRmX4S37WGHujM7tX//fmj1uioxKzKxz3lo4HJo= +github.com/google/pprof v0.0.0-20230406165453-00490a63f317 h1:hFhpt7CTmR3DX+b4R19ydQFtofxT0Sv3QsKNMVQYTMQ= +github.com/google/pprof v0.0.0-20230406165453-00490a63f317/go.mod h1:79YE0hCXdHag9sBkw2o+N/YnZtTkXi0UT9Nnixa5eYk= github.com/google/renameio v0.1.0/go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm40UhjYkI= +github.com/google/s2a-go v0.1.0/go.mod h1:OJpEgntRZo8ugHpF9hkoLJbS5dSI20XZeXJ9JVywLlM= +github.com/google/s2a-go v0.1.3/go.mod h1:Ej+mSEMGRnqRzjc7VtF+jdBwYG5fuJfiZ8ELkjEwM0A= github.com/google/s2a-go v0.1.4 h1:1kZ/sQM3srePvKs3tXAvQzo66XfcReoqFpIpIccE7Oc= github.com/google/s2a-go v0.1.4/go.mod h1:Ej+mSEMGRnqRzjc7VtF+jdBwYG5fuJfiZ8ELkjEwM0A= github.com/google/subcommands v1.0.1/go.mod h1:ZjhPrFU+Olkh9WazFPsl27BQ4UPiG37m3yTrtFlrHVk= @@ -1243,8 +1505,10 @@ github.com/googleapis/enterprise-certificate-proxy v0.0.0-20220520183353-fd19c99 github.com/googleapis/enterprise-certificate-proxy v0.1.0/go.mod h1:17drOmN3MwGY7t0e+Ei9b45FFGA3fBs3x36SsCg1hq8= github.com/googleapis/enterprise-certificate-proxy v0.2.0/go.mod h1:8C0jb7/mgJe/9KK8Lm7X9ctZC2t60YyIpYEI16jx0Qg= github.com/googleapis/enterprise-certificate-proxy v0.2.1/go.mod h1:AwSRAtLfXpU5Nm3pW+v7rGDHp09LsPtGY9MduiEsR9k= -github.com/googleapis/enterprise-certificate-proxy v0.2.3 h1:yk9/cqRKtT9wXZSsRH9aurXEpJX+U6FLtpYTdC3R06k= github.com/googleapis/enterprise-certificate-proxy v0.2.3/go.mod h1:AwSRAtLfXpU5Nm3pW+v7rGDHp09LsPtGY9MduiEsR9k= +github.com/googleapis/enterprise-certificate-proxy v0.2.4/go.mod h1:AwSRAtLfXpU5Nm3pW+v7rGDHp09LsPtGY9MduiEsR9k= +github.com/googleapis/enterprise-certificate-proxy v0.2.5 h1:UR4rDjcgpgEnqpIEvkiqTYKBCKLNmlge2eVjoZfySzM= +github.com/googleapis/enterprise-certificate-proxy v0.2.5/go.mod h1:RxW0N9901Cko1VOCW3SXCpWP+mlIEkk2tP7jnHy9a3w= github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg= github.com/googleapis/gax-go/v2 v2.0.5/go.mod h1:DWXyrwAJ9X0FpwwEdw+IPEYBICEFu5mhpdKc/us6bOk= github.com/googleapis/gax-go/v2 v2.1.0/go.mod h1:Q3nei7sK6ybPYH7twZdmQpAd1MKb7pfu6SK+H1/DsU0= @@ -1255,8 +1519,12 @@ github.com/googleapis/gax-go/v2 v2.4.0/go.mod h1:XOTVJ59hdnfJLIP/dh8n5CGryZR2LxK github.com/googleapis/gax-go/v2 v2.5.1/go.mod h1:h6B0KMMFNtI2ddbGJn3T3ZbwkeT6yqEF02fYlzkUCyo= github.com/googleapis/gax-go/v2 v2.6.0/go.mod h1:1mjbznJAPHFpesgE5ucqfYEscaz5kMdcIDwU/6+DDoY= github.com/googleapis/gax-go/v2 v2.7.0/go.mod h1:TEop28CZZQ2y+c0VxMUmu1lV+fQx57QpBWsYpwqHJx8= -github.com/googleapis/gax-go/v2 v2.9.1 h1:DpTpJqzZ3NvX9zqjhIuI1oVzYZMvboZe+3LoeEIJjHM= +github.com/googleapis/gax-go/v2 v2.7.1/go.mod h1:4orTrqY6hXxxaUL4LHIPl6lGo8vAE38/qKbhSAKP6QI= +github.com/googleapis/gax-go/v2 v2.8.0/go.mod h1:4orTrqY6hXxxaUL4LHIPl6lGo8vAE38/qKbhSAKP6QI= github.com/googleapis/gax-go/v2 v2.9.1/go.mod h1:4FG3gMrVZlyMp5itSYKMU9z/lBE7+SbnUOvzH2HqbEY= +github.com/googleapis/gax-go/v2 v2.10.0/go.mod h1:4UOEnMCrxsSqQ940WnTiD6qJ63le2ev3xfyagutxiPw= +github.com/googleapis/gax-go/v2 v2.11.0 h1:9V9PWXEsWnPpQhu/PeQIkS4eGzMlTLGgt80cUUI8Ki4= +github.com/googleapis/gax-go/v2 v2.11.0/go.mod h1:DxmR61SGKkGLa2xigwuZIQpkCI2S5iydzRfb3peWZJI= github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY= github.com/googleapis/gnostic v0.1.0/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY= github.com/googleapis/gnostic v0.2.2/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY= @@ -1267,7 +1535,7 @@ github.com/googleapis/go-type-adapters v1.0.0/go.mod h1:zHW75FOG2aur7gAO2B+MLby+ github.com/googleapis/google-cloud-go-testing v0.0.0-20200911160855-bcd43fbb19e8/go.mod h1:dvDLG8qkwmyD9a/MJJN3XJcT3xFxOKAvTZGvuZmac9g= github.com/gophercloud/gophercloud v0.1.0/go.mod h1:vxM41WHh5uqHVBMZHzuwNOHh8XEoIEcSTewFxm1c5g8= github.com/gophercloud/gophercloud v0.24.0/go.mod h1:Q8fZtyi5zZxPS/j9aj3sSxtvj41AdQMDwyo1myduD5c= -github.com/gophercloud/gophercloud v1.1.1/go.mod h1:aAVqcocTSXh2vYFZ1JTvx4EQmfgzxRcNupUfxZbBNDM= +github.com/gophercloud/gophercloud v1.3.0/go.mod h1:aAVqcocTSXh2vYFZ1JTvx4EQmfgzxRcNupUfxZbBNDM= github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1/go.mod h1:wJfORRmW1u3UXTncJ5qlYoELFm8eSnnEO6hX4iZ3EWY= github.com/gorilla/context v1.1.1/go.mod h1:kBGZzfjB9CEq2AlWe17Uuf7NDRt0dE0s8S51q0aT7Yg= github.com/gorilla/mux v1.6.2/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs= @@ -1293,18 +1561,18 @@ github.com/grpc-ecosystem/grpc-gateway v1.9.0/go.mod h1:vNeuVxBJEsws4ogUvrchl83t github.com/grpc-ecosystem/grpc-gateway v1.9.5/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY= github.com/grpc-ecosystem/grpc-gateway v1.16.0/go.mod h1:BDjrQk3hbvj6Nolgz8mAMFbcEtjT1g+wF4CSlocrBnw= github.com/grpc-ecosystem/grpc-gateway/v2 v2.7.0/go.mod h1:hgWBS7lorOAVIJEQMi4ZsPv9hVvWI6+ch50m39Pf2Ks= -github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.1/go.mod h1:G+WkljZi4mflcqVxYSgvt8MNctRQHjEH8ubKtt1Ka3w= github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3/go.mod h1:o//XUCC/F+yRGJoPO/VU0GSB0f8Nhgmxx0VIRUvaC0w= +github.com/grpc-ecosystem/grpc-gateway/v2 v2.15.2/go.mod h1:7pdNwVWBBHGiCxa9lAszqCJMbfTISJ7oMftp8+UGV08= github.com/h2non/filetype v1.1.3 h1:FKkx9QbD7HR/zjK1Ia5XiBsq9zdLi5Kf3zGyFTAFkGg= github.com/h2non/filetype v1.1.3/go.mod h1:319b3zT68BvV+WRj7cwy856M2ehB3HqNOt6sy1HndBY= -github.com/hanwen/go-fuse/v2 v2.2.0/go.mod h1:B1nGE/6RBFyBRC1RRnf23UpwCdyJ31eukw34oAKukAc= +github.com/hanwen/go-fuse/v2 v2.3.0/go.mod h1:xKwi1cF7nXAOBCXujD5ie0ZKsxc8GGSA1rlMJc+8IJs= github.com/hashicorp/consul/api v1.1.0/go.mod h1:VmuI/Lkw1nC05EYQWNKwWGbkg+FbDBtguAZLlVdkD9Q= github.com/hashicorp/consul/api v1.10.1/go.mod h1:XjsvQN+RJGWI2TWy1/kqaE16HrR2J/FWgkYjdZQsX9M= github.com/hashicorp/consul/api v1.12.0/go.mod h1:6pVBMo0ebnYdt2S3H87XhekM/HHrUoTD2XXb/VrZVy0= -github.com/hashicorp/consul/api v1.18.0/go.mod h1:owRRGJ9M5xReDC5nfT8FTJrNAPbT4NM6p/k+d03q2v4= +github.com/hashicorp/consul/api v1.20.0/go.mod h1:nR64eD44KQ59Of/ECwt2vUmIK2DKsDzAwTmwmLl8Wpo= github.com/hashicorp/consul/sdk v0.1.1/go.mod h1:VKf9jXwCTEY1QZP2MOLRhb5i/I/ssyNV1vwHyQBF0x8= github.com/hashicorp/consul/sdk v0.8.0/go.mod h1:GBvyrGALthsZObzUGsfgHZQDXjg4lOjagTIwIR1vPms= -github.com/hashicorp/consul/sdk v0.13.0/go.mod h1:0hs/l5fOVhJy/VdcoaNqUSi2AUs95eF5WKtv+EYIQqE= +github.com/hashicorp/consul/sdk v0.13.1/go.mod h1:SW/mM4LbKfqmMvcFu8v+eiQQ7oitXEFeiBe9StxERb0= github.com/hashicorp/cronexpr v1.1.1/go.mod h1:P4wA0KBl9C5q2hABiMO7cp6jcIg96CDh1Efb3g1PWA4= github.com/hashicorp/errwrap v0.0.0-20141028054710-7554cd9344ce/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4= github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4= @@ -1317,8 +1585,9 @@ github.com/hashicorp/go-hclog v0.9.2/go.mod h1:5CU+agLiy3J7N7QjHK5d05KxGsuXiQLrj github.com/hashicorp/go-hclog v0.12.0/go.mod h1:whpDNt7SSdeAju8AWKIWsul05p54N/39EeqMAyrmvFQ= github.com/hashicorp/go-hclog v0.12.2/go.mod h1:whpDNt7SSdeAju8AWKIWsul05p54N/39EeqMAyrmvFQ= github.com/hashicorp/go-hclog v0.16.2/go.mod h1:whpDNt7SSdeAju8AWKIWsul05p54N/39EeqMAyrmvFQ= -github.com/hashicorp/go-hclog v1.2.0 h1:La19f8d7WIlm4ogzNHB0JGqs5AUDAZ2UfCY4sJXcJdM= github.com/hashicorp/go-hclog v1.2.0/go.mod h1:whpDNt7SSdeAju8AWKIWsul05p54N/39EeqMAyrmvFQ= +github.com/hashicorp/go-hclog v1.4.0 h1:ctuWFGrhFha8BnnzxqeRGidlEcQkDyL5u8J8t5eA11I= +github.com/hashicorp/go-hclog v1.4.0/go.mod h1:W4Qnvbt70Wk/zYJryRzDRU/4r0kIg0PVHBcfoyhpF5M= github.com/hashicorp/go-immutable-radix v1.0.0/go.mod h1:0y9vanUI8NX6FsYoO3zeMjhV/C5i9g4Q3DwcSNZ4P60= github.com/hashicorp/go-immutable-radix v1.2.0/go.mod h1:0y9vanUI8NX6FsYoO3zeMjhV/C5i9g4Q3DwcSNZ4P60= github.com/hashicorp/go-immutable-radix v1.3.1/go.mod h1:0y9vanUI8NX6FsYoO3zeMjhV/C5i9g4Q3DwcSNZ4P60= @@ -1356,27 +1625,28 @@ github.com/hashicorp/memberlist v0.2.2/go.mod h1:MS2lj3INKhZjWNqd3N0m3J+Jxf3DAOn github.com/hashicorp/memberlist v0.3.0/go.mod h1:MS2lj3INKhZjWNqd3N0m3J+Jxf3DAOnAH9VT3Sh9MUE= github.com/hashicorp/memberlist v0.3.1/go.mod h1:MS2lj3INKhZjWNqd3N0m3J+Jxf3DAOnAH9VT3Sh9MUE= github.com/hashicorp/memberlist v0.5.0/go.mod h1:yvyXLpo0QaGE59Y7hDTsTzDD25JYBZ4mHgHUZ8lrOI0= -github.com/hashicorp/nomad/api v0.0.0-20230124213148-69fd1a0e4bf7/go.mod h1:xYYd4dybIhRhhzDemKx7Ddt8CvCosgrEek8YM7/cF0A= +github.com/hashicorp/nomad/api v0.0.0-20230418003350-3067191c5197/go.mod h1:2TCrNvonL09r7EiQ6M2rNt+Cmjbn1QbzchFoTWJFpj4= github.com/hashicorp/serf v0.8.2/go.mod h1:6hOLApaqBFA1NXqRQAsxw9QxuDEvNxSQRwA/JwenrHc= github.com/hashicorp/serf v0.9.5/go.mod h1:UWDWwZeL5cuWDJdl0C6wrvrUwEqtQ4ZKBKKENpqIUyk= github.com/hashicorp/serf v0.9.6/go.mod h1:TXZNMjZQijwlDvp+r0b63xZ45H7JmCmgg4gpTwn9UV4= github.com/hashicorp/serf v0.9.7/go.mod h1:TXZNMjZQijwlDvp+r0b63xZ45H7JmCmgg4gpTwn9UV4= github.com/hashicorp/serf v0.10.1/go.mod h1:yL2t6BqATOLGc5HF7qbFkTfXoPIY0WZdWHfEvMqbG+4= github.com/hetznercloud/hcloud-go v1.33.1/go.mod h1:XX/TQub3ge0yWR2yHWmnDVIrB+MQbda1pHxkUmDlUME= -github.com/hetznercloud/hcloud-go v1.39.0/go.mod h1:mepQwR6va27S3UQthaEPGS86jtzSY9xWL1e9dyxXpgA= +github.com/hetznercloud/hcloud-go v1.42.0/go.mod h1:YADL8AbmQYH0Eo+1lkuyoc8LutT0UeMvaKP47nNUb+Y= github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= github.com/hudl/fargo v1.4.0/go.mod h1:9Ai6uvFy5fQNq6VPKtg+Ceq1+eTY4nKUlR2JElEOcDo= github.com/iancoleman/strcase v0.2.0/go.mod h1:iwCmte+B7n89clKwxIoIXy/HfoL7AsD47ZCWhYzw7ho= github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc= github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc= github.com/ianlancetaylor/demangle v0.0.0-20210905161508-09a460cdf81d/go.mod h1:aYm2/VgdVmcIU8iMfdMvDMsRAQjcfZSKFby6HOFvi/w= -github.com/ianlancetaylor/demangle v0.0.0-20220319035150-800ac71e25c2/go.mod h1:aYm2/VgdVmcIU8iMfdMvDMsRAQjcfZSKFby6HOFvi/w= +github.com/ianlancetaylor/demangle v0.0.0-20220517205856-0058ec4f073c/go.mod h1:aYm2/VgdVmcIU8iMfdMvDMsRAQjcfZSKFby6HOFvi/w= github.com/imdario/mergo v0.3.5/go.mod h1:2EnlNZ0deacrJVfApfmtdGgDfMuh/nq6Ok1EcJh5FfA= github.com/imdario/mergo v0.3.6/go.mod h1:2EnlNZ0deacrJVfApfmtdGgDfMuh/nq6Ok1EcJh5FfA= github.com/imdario/mergo v0.3.8/go.mod h1:2EnlNZ0deacrJVfApfmtdGgDfMuh/nq6Ok1EcJh5FfA= github.com/imdario/mergo v0.3.10/go.mod h1:jmQim1M+e3UYxmgPu/WyfjB3N3VflVyUjjjwH0dnCYA= github.com/imdario/mergo v0.3.11/go.mod h1:jmQim1M+e3UYxmgPu/WyfjB3N3VflVyUjjjwH0dnCYA= github.com/imdario/mergo v0.3.12/go.mod h1:jmQim1M+e3UYxmgPu/WyfjB3N3VflVyUjjjwH0dnCYA= +github.com/imdario/mergo v0.3.13/go.mod h1:4lJ1jqUDcsbIECGy0RUJAXNIhg+6ocWgb1ALK2O4oXg= github.com/imdario/mergo v0.3.15 h1:M8XP7IuFNsqUx6VPK2P9OSmsYsI/YFaGil0uD21V3dM= github.com/imdario/mergo v0.3.15/go.mod h1:WBLT9ZmE3lPoWsEzCh9LPo3TiwVN+ZKEjmz+hD27ysY= github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8= @@ -1384,7 +1654,7 @@ github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2 github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw= github.com/influxdata/influxdb1-client v0.0.0-20200827194710-b269163b24ab/go.mod h1:qj24IKcXYK6Iy9ceXlo3Tc+vtHo9lIhSX5JddghvEPo= github.com/intel/goresctrl v0.2.0/go.mod h1:+CZdzouYFn5EsxgqAQTEzMfwKwuc0fVdMrT9FCCAVRQ= -github.com/ionos-cloud/sdk-go/v6 v6.1.3/go.mod h1:Ox3W0iiEz0GHnfY9e5LmAxwklsxguuNFEUSu0gVRTME= +github.com/ionos-cloud/sdk-go/v6 v6.1.6/go.mod h1:EzEgRIDxBELvfoa/uBN0kOQaqovLjUWEB7iW4/Q+t4k= github.com/j-keck/arping v0.0.0-20160618110441-2cf9dc699c56/go.mod h1:ymszkNOg6tORTn+6F6j+Jc8TOr5osrynvN6ivFWZ2GA= github.com/j-keck/arping v1.0.2/go.mod h1:aJbELhR92bSk7tp79AWM/ftfc90EfEi2bQJrbBFOsPw= github.com/jackc/chunkreader v1.0.0/go.mod h1:RT6O25fNZIuasFJRyZ4R/Y2BbhasbmZXF9QQ7T3kePo= @@ -1396,7 +1666,7 @@ github.com/jackc/pgconn v0.0.0-20190831204454-2fabfa3c18b7/go.mod h1:ZJKsE/KZfsU github.com/jackc/pgconn v1.8.0/go.mod h1:1C2Pb36bGIP9QHGBYCjnyhqu7Rv3sGshaQUvmfGIB/o= github.com/jackc/pgconn v1.9.0/go.mod h1:YctiPyvzfU11JFxoXokUOOKQXQmDMoJL9vJzHH8/2JY= github.com/jackc/pgconn v1.9.1-0.20210724152538-d89c8390a530/go.mod h1:4z2w8XhRbP1hYxkpTuBjTS3ne3J48K83+u0zoyvg2pI= -github.com/jackc/pgconn v1.13.0/go.mod h1:AnowpAqO4CMIIJNZl2VJp+KrkAZciAkhEl0W0JIobpI= +github.com/jackc/pgconn v1.14.0/go.mod h1:9mBNlny0UvkgJdCDvdVHYSjI+8tD2rnKK69Wz8ti++E= github.com/jackc/pgio v1.0.0/go.mod h1:oP+2QK2wFfUWgr+gxjoBH9KGBb31Eio69xUb0w5bYf8= github.com/jackc/pgmock v0.0.0-20190831213851-13a1b77aafa2/go.mod h1:fGZlG77KXmcq05nJLRkk0+p82V8B8Dw8KN2/V9c/OAE= github.com/jackc/pgmock v0.0.0-20201204152224-4fe30f7445fd/go.mod h1:hrBW0Enj2AZTNpt/7Y5rr2xe/9Mn757Wtb2xeBzPv2c= @@ -1409,22 +1679,24 @@ github.com/jackc/pgproto3/v2 v2.0.0-rc3/go.mod h1:ryONWYqW6dqSg1Lw6vXNMXoBJhpzvW github.com/jackc/pgproto3/v2 v2.0.0-rc3.0.20190831210041-4c03ce451f29/go.mod h1:ryONWYqW6dqSg1Lw6vXNMXoBJhpzvWKnT95C46ckYeM= github.com/jackc/pgproto3/v2 v2.0.6/go.mod h1:WfJCnwN3HIg9Ish/j3sgWXnAfK8A9Y0bwXYU5xKaEdA= github.com/jackc/pgproto3/v2 v2.1.1/go.mod h1:WfJCnwN3HIg9Ish/j3sgWXnAfK8A9Y0bwXYU5xKaEdA= -github.com/jackc/pgproto3/v2 v2.3.1/go.mod h1:WfJCnwN3HIg9Ish/j3sgWXnAfK8A9Y0bwXYU5xKaEdA= +github.com/jackc/pgproto3/v2 v2.3.2/go.mod h1:WfJCnwN3HIg9Ish/j3sgWXnAfK8A9Y0bwXYU5xKaEdA= github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b/go.mod h1:vsD4gTJCa9TptPL8sPkXrLZ+hDuNrZCnj29CQpr4X1E= +github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a/go.mod h1:5TJZWKEWniPve33vlWYSoGYefn3gLQRzjfDlhSJ9ZKM= github.com/jackc/pgtype v0.0.0-20190421001408-4ed0de4755e0/go.mod h1:hdSHsc1V01CGwFsrv11mJRHWJ6aifDLfdV3aVjFF0zg= github.com/jackc/pgtype v0.0.0-20190824184912-ab885b375b90/go.mod h1:KcahbBH1nCMSo2DXpzsoWOAfFkdEtEJpPbVLq8eE+mc= github.com/jackc/pgtype v0.0.0-20190828014616-a8802b16cc59/go.mod h1:MWlu30kVJrUS8lot6TQqcg7mtthZ9T0EoIBFiJcmcyw= github.com/jackc/pgtype v1.8.1-0.20210724151600-32e20a603178/go.mod h1:C516IlIV9NKqfsMCXTdChteoXmwgUceqaLfjg2e3NlM= -github.com/jackc/pgtype v1.12.0/go.mod h1:LUMuVrfsFfdKGLw+AFFVv6KtHOFMwRgDDzBt76IqCA4= +github.com/jackc/pgtype v1.14.0/go.mod h1:LUMuVrfsFfdKGLw+AFFVv6KtHOFMwRgDDzBt76IqCA4= github.com/jackc/pgx/v4 v4.0.0-20190420224344-cc3461e65d96/go.mod h1:mdxmSJJuR08CZQyj1PVQBHy9XOp5p8/SHH6a0psbY9Y= github.com/jackc/pgx/v4 v4.0.0-20190421002000-1b8f0016e912/go.mod h1:no/Y67Jkk/9WuGR0JG/JseM9irFbnEPbuWV2EELPNuM= github.com/jackc/pgx/v4 v4.0.0-pre1.0.20190824185557-6972a5742186/go.mod h1:X+GQnOEnf1dqHGpw7JmHqHc1NxDoalibchSk9/RWuDc= github.com/jackc/pgx/v4 v4.12.1-0.20210724153913-640aa07df17c/go.mod h1:1QD0+tgSXP7iUjYm9C1NxKhny7lq6ee99u/z+IHFcgs= -github.com/jackc/pgx/v4 v4.17.2/go.mod h1:lcxIZN44yMIrWI78a5CpucdD14hX0SBDbNRvjDBItsw= +github.com/jackc/pgx/v4 v4.18.1/go.mod h1:FydWkUyadDmdNH/mHnGob881GawxeEm7TcMCzkb+qQE= github.com/jackc/puddle v0.0.0-20190413234325-e4ced69a3a2b/go.mod h1:m4B5Dj62Y0fbyuIc15OsIqK0+JU8nkqQjsgx7dvjSWk= github.com/jackc/puddle v0.0.0-20190608224051-11cab39313c9/go.mod h1:m4B5Dj62Y0fbyuIc15OsIqK0+JU8nkqQjsgx7dvjSWk= github.com/jackc/puddle v1.1.3/go.mod h1:m4B5Dj62Y0fbyuIc15OsIqK0+JU8nkqQjsgx7dvjSWk= github.com/jackc/puddle v1.3.0/go.mod h1:m4B5Dj62Y0fbyuIc15OsIqK0+JU8nkqQjsgx7dvjSWk= +github.com/jarcoal/httpmock v1.3.0/go.mod h1:3yb8rc4BI7TCBhFY8ng0gjuLKJNquuDNiPaZjnENuYg= github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 h1:BQSFePA1RWJOlocH6Fxy8MmwDt+yVQYULKfN0RoTN8A= github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99/go.mod h1:1lJo3i6rXxKeerYnT8Nvf0QmHCRC1n8sfWVwXF2Frvo= github.com/jcmturner/aescts/v2 v2.0.0/go.mod h1:AiaICIRyfYg35RUkr8yESTqvSy7csK90qZ5xfvvsoNs= @@ -1467,9 +1739,11 @@ github.com/jszwec/csvutil v1.8.0/go.mod h1:/E4ONrmGkwmWsk9ae9jpXnv9QT8pLHEPcCirM github.com/jtolds/gls v4.20.0+incompatible/go.mod h1:QJZ7F/aHp+rZTRtaJ1ow/lLfFfVYBRgL+9YlvaHOwJU= github.com/julienschmidt/httprouter v1.2.0/go.mod h1:SYymIcj16QtmaHHD7aYtjjsJG7VTCxuUUipMqKk8s4w= github.com/julienschmidt/httprouter v1.3.0/go.mod h1:JR6WtHb+2LUe8TCKY3cZOxFyyO8IZAc4RVcycCCAKdM= +github.com/jung-kurt/gofpdf v1.0.0/go.mod h1:7Id9E/uU8ce6rXgefFLlgrJj/GYY22cpxn+r32jIOes= github.com/jung-kurt/gofpdf v1.0.3-0.20190309125859-24315acbbda5/go.mod h1:7Id9E/uU8ce6rXgefFLlgrJj/GYY22cpxn+r32jIOes= github.com/karrick/godirwalk v1.8.0/go.mod h1:H5KPZjojv4lE+QYImBI8xVtrBRgYrIVsaRPx4tDPEn4= github.com/karrick/godirwalk v1.10.3/go.mod h1:RoGL9dQei4vP9ilrpETWE8CLOZ1kiN0LhBygSwrAsHA= +github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51/go.mod h1:CzGEWj7cYgsdH8dAjBGEr58BoE7ScuLd+fwFZ44+/x8= github.com/kevinburke/ssh_config v1.2.0 h1:x584FjTGwHzMwvHx18PXxbBVzfnxogHaAReU4gf13a4= github.com/kevinburke/ssh_config v1.2.0/go.mod h1:CT57kijsi8u/K/BOFA39wgDQJ9CxiF4nAY/ojJ6r6mM= github.com/kisielk/errcheck v1.1.0/go.mod h1:EZBBE59ingxPouuu3KfxchcWSUPOHkagtvWXihfKN4Q= @@ -1483,7 +1757,7 @@ github.com/klauspost/compress v1.11.3/go.mod h1:aoV0uJVorq1K+umq18yTdKaF57EivdYs github.com/klauspost/compress v1.11.13/go.mod h1:aoV0uJVorq1K+umq18yTdKaF57EivdYsUV+/s2qKfXs= github.com/klauspost/compress v1.13.4/go.mod h1:8dP1Hq4DHOhN9w426knH3Rhby4rFm6D8eO+e+Dq5Gzg= github.com/klauspost/compress v1.13.6/go.mod h1:/3/Vjq9QcHkK5uEr5lBEmyoZ1iFhe47etQ6QUkpK6sk= -github.com/klauspost/compress v1.15.1/go.mod h1:/3/Vjq9QcHkK5uEr5lBEmyoZ1iFhe47etQ6QUkpK6sk= +github.com/klauspost/compress v1.15.9/go.mod h1:PhcZ0MbTNciWF3rruxRgKxI5NkcHHrHUDtV4Yw2GlzU= github.com/klauspost/compress v1.16.5 h1:IFV2oUNUzZaz+XyusxpLzpzS8Pt5rh0Z16For/djlyI= github.com/klauspost/compress v1.16.5/go.mod h1:ntbaceVETuRiXiv4DpjP66DpAtAGkEQskQzEyD//IeE= github.com/klauspost/cpuid/v2 v2.0.9 h1:lgaqFMSdTdQYdZ04uHyN2d/eKdOMyi2YLSvlQIBFYa4= @@ -1514,12 +1788,13 @@ github.com/lib/pq v1.0.0/go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo= github.com/lib/pq v1.1.0/go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo= github.com/lib/pq v1.2.0/go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo= github.com/lib/pq v1.10.2/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o= -github.com/lib/pq v1.10.7/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o= +github.com/lib/pq v1.10.9/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o= github.com/linode/linodego v1.4.0/go.mod h1:PVsRxSlOiJyvG4/scTszpmZDTdgS+to3X6eS8pRrWI8= -github.com/linode/linodego v1.12.0/go.mod h1:NJlzvlNtdMRRkXb0oN6UWzUkj6t+IBsyveHgZ5Ppjyk= +github.com/linode/linodego v1.16.1/go.mod h1:aESRAbpLY9R6IA1WGAWHikRI9DU9Lhesapv1MhKmPHM= github.com/linuxkit/virtsock v0.0.0-20201010232012-f8cee7dfc7a3/go.mod h1:3r6x7q95whyfWQpmGZTu3gk3v2YkMi05HEzl7Tf7YEo= github.com/lyft/protoc-gen-star v0.6.0/go.mod h1:TGAoBVkt8w7MPG72TrKIu85MIdXwDuzJYeZuUPFPNwA= github.com/lyft/protoc-gen-star v0.6.1/go.mod h1:TGAoBVkt8w7MPG72TrKIu85MIdXwDuzJYeZuUPFPNwA= +github.com/lyft/protoc-gen-star/v2 v2.0.1/go.mod h1:RcCdONR2ScXaYnQC5tUzxzlpA3WVYF7/opLeUgcQs/o= github.com/magiconair/properties v1.8.0/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ= github.com/magiconair/properties v1.8.1/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ= github.com/magiconair/properties v1.8.6/go.mod h1:y3VJvCyxH9uVvJTWEGAELF3aiYNyPKd5NZ3oSwXrF60= @@ -1540,8 +1815,9 @@ github.com/mattn/go-colorable v0.1.4/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVc github.com/mattn/go-colorable v0.1.6/go.mod h1:u6P/XSegPjTcexA+o6vUJrdnUu04hMope9wVRipJSqc= github.com/mattn/go-colorable v0.1.8/go.mod h1:u6P/XSegPjTcexA+o6vUJrdnUu04hMope9wVRipJSqc= github.com/mattn/go-colorable v0.1.9/go.mod h1:u6P/XSegPjTcexA+o6vUJrdnUu04hMope9wVRipJSqc= -github.com/mattn/go-colorable v0.1.12 h1:jF+Du6AlPIjs2BiUiQlKOX0rt3SujHxPnksPKZbaA40= github.com/mattn/go-colorable v0.1.12/go.mod h1:u5H1YNBxpqRaxsYJYSkiCWKzEfiAb1Gb520KVy5xxl4= +github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA= +github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg= github.com/mattn/go-isatty v0.0.3/go.mod h1:M+lRXTBqGeGNdLjl/ufCoiOlB5xdOkqRJdNxMWT7Zi4= github.com/mattn/go-isatty v0.0.4/go.mod h1:M+lRXTBqGeGNdLjl/ufCoiOlB5xdOkqRJdNxMWT7Zi4= github.com/mattn/go-isatty v0.0.5/go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hdxcsrc5s= @@ -1551,6 +1827,7 @@ github.com/mattn/go-isatty v0.0.10/go.mod h1:qgIWMr58cqv1PHHyhnkY9lrL7etaEgOFcME github.com/mattn/go-isatty v0.0.11/go.mod h1:PhnuNfih5lzO57/f3n+odYbM4JtupLOxQOAqxQCu2WE= github.com/mattn/go-isatty v0.0.12/go.mod h1:cbi8OIDigv2wuxKPP5vlRcQ1OAZbq2CE4Kysco4FUpU= github.com/mattn/go-isatty v0.0.14/go.mod h1:7GGIvUiUoEMVVmxf/4nioHXj79iQHKdU27kJ6hsGG94= +github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM= github.com/mattn/go-isatty v0.0.17 h1:BTarxUcIeDqL27Mc+vyvdWYSL28zpIhv3RoTdsLMPng= github.com/mattn/go-isatty v0.0.17/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM= github.com/mattn/go-runewidth v0.0.2/go.mod h1:LwmH8dsx7+W8Uxz3IHJYH5QSwggIsqBzpuz5H//U1FU= @@ -1560,15 +1837,17 @@ github.com/mattn/go-runewidth v0.0.13/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh github.com/mattn/go-shellwords v1.0.3/go.mod h1:3xCvwCdWdlDJUrvuMn7Wuy9eWs4pE8vqg+NOMyg4B2o= github.com/mattn/go-shellwords v1.0.6/go.mod h1:3xCvwCdWdlDJUrvuMn7Wuy9eWs4pE8vqg+NOMyg4B2o= github.com/mattn/go-shellwords v1.0.12/go.mod h1:EZzvwXDESEeg03EKmM+RmDnNOPKG4lLtQsUlTZDWQ8Y= +github.com/mattn/go-sqlite3 v1.14.14/go.mod h1:NyWgC/yNuGj7Q9rpYnZvas74GogHl5/Z4A/KQRfk6bU= github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0= github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369/go.mod h1:BSXmuO+STAnVfrANrmjBb36TMTDstsz7MSK+HVaYKv4= github.com/matttproud/golang_protobuf_extensions v1.0.2/go.mod h1:BSXmuO+STAnVfrANrmjBb36TMTDstsz7MSK+HVaYKv4= github.com/matttproud/golang_protobuf_extensions v1.0.4/go.mod h1:BSXmuO+STAnVfrANrmjBb36TMTDstsz7MSK+HVaYKv4= +github.com/maxatome/go-testdeep v1.12.0/go.mod h1:lPZc/HAcJMP92l7yI6TRz1aZN5URwUBUAfUNvrclaNM= github.com/maxbrunsfeld/counterfeiter/v6 v6.2.2/go.mod h1:eD9eIE7cdwcMi9rYluz88Jz2VyhSmden33/aXg4oVIY= github.com/mcuadros/go-jsonschema-generator v0.0.0-20200330054847-ba7a369d4303 h1:mc6Th1b2xkPDUHTIUynE0LMJUgPEJdIDUjBLvj8yprs= github.com/mcuadros/go-jsonschema-generator v0.0.0-20200330054847-ba7a369d4303/go.mod h1:O6IeMrJ2EU+kDaxu7Dchbd0fbmrsTcjg8SGYFVJCr5A= github.com/microsoft/ApplicationInsights-Go v0.4.4/go.mod h1:fKRUseBqkw6bDiXTs3ESTiU/4YTIHsQS4W3fP2ieF4U= -github.com/microsoft/go-mssqldb v0.18.0/go.mod h1:ukJCBnnzLzpVF0qYRT+eg1e+eSwjeQ7IvenUv8QPook= +github.com/microsoft/go-mssqldb v0.21.0/go.mod h1:+4wZTUnz/SV6nffv+RRRB/ss8jPng5Sho2SmM1l2ts4= github.com/miekg/dns v1.1.25-0.20191211073109-8ebf2e419df7/go.mod h1:bPDLeHnStXmXAq1m/Ch/hvfNHr14JKNPMBo3VZKjuso= github.com/miekg/pkcs11 v1.0.3/go.mod h1:XsNlhZGX73bx86s2hdc/FuaLm2CPZJemRLMA+WTFxgs= github.com/minio/asm2plan9s v0.0.0-20200509001527-cdd76441f9d8 h1:AMFGa4R4MiIpspGNG7Z948v4n35fFGB3RR3G/ry4FWs= @@ -1602,6 +1881,7 @@ github.com/moby/spdystream v0.2.0/go.mod h1:f7i0iNDQJ059oMTcWxx8MA/zKFIuD/lY+0Gq github.com/moby/sys/mountinfo v0.4.0/go.mod h1:rEr8tzG/lsIZHBtN/JjGG+LMYx9eXgW2JI+6q0qou+A= github.com/moby/sys/mountinfo v0.4.1/go.mod h1:rEr8tzG/lsIZHBtN/JjGG+LMYx9eXgW2JI+6q0qou+A= github.com/moby/sys/mountinfo v0.5.0/go.mod h1:3bMD3Rg+zkqx8MRYPi7Pyb0Ie97QEBmdxbhnCLlSvSU= +github.com/moby/sys/mountinfo v0.6.2/go.mod h1:IJb6JQeOklcdMU9F5xQ8ZALD+CUr5VlGpwtX+VE0rpI= github.com/moby/sys/signal v0.6.0/go.mod h1:GQ6ObYZfqacOwTtlXvcmh9A26dVRul/hbOZn88Kg8Tg= github.com/moby/sys/symlink v0.1.0/go.mod h1:GGDODQmbFOjFsXvfLVn3+ZRxkch54RkSiGqsZeMYowQ= github.com/moby/sys/symlink v0.2.0/go.mod h1:7uZVF2dqJjG/NsClqul95CqKOBRQyYSNnJ6BMgR/gFs= @@ -1619,6 +1899,7 @@ github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjY github.com/modocache/gover v0.0.0-20171022184752-b58185e213c5/go.mod h1:caMODM3PzxT8aQXRPkAt8xlV/e7d7w8GM5g0fa5F0D8= github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe/go.mod h1:wL8QJuTMNUDYhXwkmfOly8iTdp5TEcJFWZD2D7SIkUc= github.com/montanaflynn/stats v0.6.6/go.mod h1:etXPPgVO6n31NxCd9KQUMvCM+ve0ruNzt6R8Bnaayow= +github.com/montanaflynn/stats v0.7.0/go.mod h1:etXPPgVO6n31NxCd9KQUMvCM+ve0ruNzt6R8Bnaayow= github.com/morikuni/aec v1.0.0/go.mod h1:BbKIizmSmc5MMPqRYbxO4ZU0S0+P200+tUnFx7PXmsc= github.com/mrunalp/fileutils v0.5.0/go.mod h1:M1WthSahJixYnrXQl/DFQuteStB1weuxD2QJNHXfbSQ= github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ= @@ -1662,8 +1943,8 @@ github.com/onsi/ginkgo/v2 v2.1.4/go.mod h1:um6tUpWM/cxCK3/FK8BXqEiUMUwRgSM4JXG47 github.com/onsi/ginkgo/v2 v2.1.6/go.mod h1:MEH45j8TBi6u9BMogfbp0stKC5cdGjumZj5Y7AG4VIk= github.com/onsi/ginkgo/v2 v2.3.0/go.mod h1:Eew0uilEqZmIEZr8JrvYlvOM7Rr6xzTmMV8AyFNU9d0= github.com/onsi/ginkgo/v2 v2.4.0/go.mod h1:iHkDK1fKGcBoEHT5W7YBq4RFWaQulw+caOMkAt4OrFo= -github.com/onsi/ginkgo/v2 v2.10.0 h1:sfUl4qgLdvkChZrWCYndY2EAu9BRIw1YphNAzy1VNWs= -github.com/onsi/ginkgo/v2 v2.10.0/go.mod h1:UDQOh5wbQUlMnkLfVaIUMtQ1Vus92oM+P2JX1aulgcE= +github.com/onsi/ginkgo/v2 v2.11.0 h1:WgqUCUt/lT6yXoQ8Wef0fsNn5cAuMK7+KT9UFRz2tcU= +github.com/onsi/ginkgo/v2 v2.11.0/go.mod h1:ZhrRA5XmEE3x3rhlzamx/JJvujdZoJ2uvgI7kR0iZvM= github.com/onsi/gomega v0.0.0-20151007035656-2152b45fa28a/go.mod h1:C1qb7wdrVGGVU+Z6iS04AVkA3Q65CEZX59MT0QO5uiA= github.com/onsi/gomega v0.0.0-20170829124025-dcabb60a477c/go.mod h1:C1qb7wdrVGGVU+Z6iS04AVkA3Q65CEZX59MT0QO5uiA= github.com/onsi/gomega v1.4.3/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY= @@ -1712,12 +1993,12 @@ github.com/opencontainers/selinux v1.10.0/go.mod h1:2i0OySw99QjzBBQByd1Gr9gSjvuh github.com/opentracing/opentracing-go v1.1.0/go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o= github.com/opentracing/opentracing-go v1.2.0/go.mod h1:GxEUsuufX4nBwe+T+Wl9TAgYrxe9dPLANfrWvHYVTgc= github.com/openzipkin/zipkin-go v0.2.5/go.mod h1:KpXfKdgRDnnhsxw4pNIH9Md5lyFqKUa4YDFlwRYAMyE= -github.com/otiai10/copy v1.11.0 h1:OKBD80J/mLBrwnzXqGtFCzprFSGioo30JcmR4APsNwc= -github.com/otiai10/copy v1.11.0/go.mod h1:rSaLseMUsZFFbsFGc7wCJnnkTAvdc5L6VWxPE4308Ww= +github.com/otiai10/copy v1.12.0 h1:cLMgSQnXBs1eehF0Wy/FAGsgDTDmAqFR7rQylBb1nDY= +github.com/otiai10/copy v1.12.0/go.mod h1:rSaLseMUsZFFbsFGc7wCJnnkTAvdc5L6VWxPE4308Ww= github.com/otiai10/mint v1.5.1 h1:XaPLeE+9vGbuyEHem1JNk3bYc7KKqyI/na0/mLd/Kks= -github.com/ovh/go-ovh v1.3.0/go.mod h1:AxitLZ5HBRPyUd+Zl60Ajaag+rNTdVXWIkzfrVuTXWA= -github.com/package-url/packageurl-go v0.1.1-0.20220428063043-89078438f170 h1:DiLBVp4DAcZlBVBEtJpNWZpZVq0AEeCY7Hqk8URVs4o= -github.com/package-url/packageurl-go v0.1.1-0.20220428063043-89078438f170/go.mod h1:uQd4a7Rh3ZsVg5j0lNyAfyxIeGde9yrlhjF78GzeW0c= +github.com/ovh/go-ovh v1.4.1/go.mod h1:6bL6pPyUT7tBfI0pqOegJgRjgjuO+mOo+MyXd1EEC0M= +github.com/package-url/packageurl-go v0.1.1 h1:KTRE0bK3sKbFKAk3yy63DpeskU7Cvs/x/Da5l+RtzyU= +github.com/package-url/packageurl-go v0.1.1/go.mod h1:uQd4a7Rh3ZsVg5j0lNyAfyxIeGde9yrlhjF78GzeW0c= github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc= github.com/pascaldekloe/goe v0.1.0/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc= github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic= @@ -1728,6 +2009,9 @@ github.com/pelletier/go-toml v1.9.5/go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCko github.com/pelletier/go-toml/v2 v2.0.5/go.mod h1:OMHamSCAODeSsVrwwvcJOaoN0LIUIaFVNZzmWyNfXas= github.com/performancecopilot/speed/v4 v4.0.0/go.mod h1:qxrSyuDGrTOWfV+uKRFhfxw6h/4HXRGUiZiufxo49BM= github.com/peterbourgon/diskv v2.0.1+incompatible/go.mod h1:uqqh8zWWbv1HBMNONnaR/tNboyR3/BZd58JJSHlUSCU= +github.com/phpdave11/gofpdf v1.4.2/go.mod h1:zpO6xFn9yxo3YLyMvW8HcKWVdbNqgIfOOp2dXMnm1mY= +github.com/phpdave11/gofpdi v1.0.12/go.mod h1:vBmVV0Do6hSBHC8uKUQ71JGW+ZGQq74llk/7bXwjDoI= +github.com/phpdave11/gofpdi v1.0.13/go.mod h1:vBmVV0Do6hSBHC8uKUQ71JGW+ZGQq74llk/7bXwjDoI= github.com/pierrec/lz4 v1.0.2-0.20190131084431-473cd7ce01a1/go.mod h1:3/3N9NVKO0jef7pBehbT1qWhCMrIgbYNnFAZCqQ5LRc= github.com/pierrec/lz4/v4 v4.1.15 h1:MO0/ucJhngq7299dKLwIMtgTfbkoSPF6AoMYDd8Q4q0= github.com/pierrec/lz4/v4 v4.1.15/go.mod h1:gZWDp/Ze/IJXGXf23ltt2EXimqmTUXEy0GFuRQyBid4= @@ -1765,6 +2049,7 @@ github.com/prometheus/client_golang v1.11.1/go.mod h1:Z6t4BnS23TR94PD6BsDNk8yVqr github.com/prometheus/client_golang v1.12.1/go.mod h1:3Z9XVyYiZYEO+YQWt3RD2R3jrbd179Rt297l4aS6nDY= github.com/prometheus/client_golang v1.13.0/go.mod h1:vTeo+zgvILHsnnj/39Ou/1fPN5nJFOEMgftOUOmlvYQ= github.com/prometheus/client_golang v1.14.0/go.mod h1:8vpkKitgIVNcqrRBWh1C4TIUQgYNtG/XQE4E/Zae36Y= +github.com/prometheus/client_golang v1.15.0/go.mod h1:e9yaBhRPU2pPNsZwE+JdQl0KEt1N9XgF6zxWmaC0xOk= github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo= github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= @@ -1783,12 +2068,14 @@ github.com/prometheus/common v0.32.1/go.mod h1:vu+V0TpY+O6vW9J44gczi3Ap/oXXR10b+ github.com/prometheus/common v0.34.0/go.mod h1:gB3sOl7P0TvJabZpLY5uQMpUqRCPPCyRLCZYc7JZTNE= github.com/prometheus/common v0.37.0/go.mod h1:phzohg0JFMnBEFGxTDbfu3QyL5GI8gTQJFhYO5B3mfA= github.com/prometheus/common v0.38.0/go.mod h1:MBXfmBQZrK5XpbCkjofnXs96LD2QQ7fEq4C0xjC/yec= -github.com/prometheus/common v0.39.0/go.mod h1:6XBZ7lYdLCbkAVhwRsWTZn+IN5AB9F/NXd5w0BbEX0Y= +github.com/prometheus/common v0.41.0/go.mod h1:xBwqVerjNdUDjgODMpudtOMwlOwf2SaTr1yjz4b7Zbc= +github.com/prometheus/common v0.42.0/go.mod h1:xBwqVerjNdUDjgODMpudtOMwlOwf2SaTr1yjz4b7Zbc= github.com/prometheus/common/assets v0.1.0/go.mod h1:D17UVUE12bHbim7HzwUvtqm6gwBEaDQ0F+hIGbFbccI= github.com/prometheus/common/assets v0.2.0/go.mod h1:D17UVUE12bHbim7HzwUvtqm6gwBEaDQ0F+hIGbFbccI= github.com/prometheus/common/sigv4 v0.1.0/go.mod h1:2Jkxxk9yYvCkE5G1sQT7GuEXm57JrvHu9k5YwTjsNtI= github.com/prometheus/exporter-toolkit v0.7.1/go.mod h1:ZUBIj498ePooX9t/2xtDjeQYwvRpiPP2lh5u4iblj2g= github.com/prometheus/exporter-toolkit v0.8.2/go.mod h1:00shzmJL7KxcsabLWcONwpyNEuWhREOnFqZW7vadFS0= +github.com/prometheus/exporter-toolkit v0.9.1/go.mod h1:iFlTmFISCix0vyuyBmm0UqOUCTao9+RsAsKJP3YM9ec= github.com/prometheus/procfs v0.0.0-20180125133057-cb4147076ac7/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk= github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk= github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA= @@ -1802,13 +2089,15 @@ github.com/prometheus/procfs v0.2.0/go.mod h1:lV6e/gmhEcM9IjHGsFOCxxuZ+z1YqCvr4O github.com/prometheus/procfs v0.6.0/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1xBZuNvfVA= github.com/prometheus/procfs v0.7.3/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1xBZuNvfVA= github.com/prometheus/procfs v0.8.0/go.mod h1:z7EfXMXOkbkqb9IINtpCn86r/to3BnA0uaxHdg830/4= +github.com/prometheus/procfs v0.9.0/go.mod h1:+pB4zwohETzFnmlpe6yd2lSc+0/46IYZRB/chUwxUZY= github.com/prometheus/prometheus v0.35.0/go.mod h1:7HaLx5kEPKJ0GDgbODG0fZgXbQ8K/XjZNJXQmbmgQlY= -github.com/prometheus/prometheus v0.42.0 h1:G769v8covTkOiNckXFIwLx01XE04OE6Fr0JPA0oR2nI= -github.com/prometheus/prometheus v0.42.0/go.mod h1:Pfqb/MLnnR2KK+0vchiaH39jXxvLMBk+3lnIGP4N7Vk= +github.com/prometheus/prometheus v0.44.0 h1:sgn8Fdx+uE5tHQn0/622swlk2XnIj6udoZCnbVjHIgc= +github.com/prometheus/prometheus v0.44.0/go.mod h1:aPsmIK3py5XammeTguyqTmuqzX/jeCdyOWWobLHNKQg= github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU= github.com/rakyll/embedmd v0.0.0-20171029212350-c8060a0752a2/go.mod h1:7jOTMgqac46PZcF54q6l2hkLEG8op93fZu61KmxWDV4= github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a/go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4= github.com/remyoudompheng/bigfft v0.0.0-20170806203942-52369c62f446/go.mod h1:uYEyJGbgTkfkS4+E/PavXkNJcbFIpEtjt2B0KDQ5+9M= +github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0/go.mod h1:qqbHyh8v60DhA7CoWK5oRCqLrMHRGoxYCSS9EjAz6Eo= github.com/rhysd/actionlint v1.6.15 h1:IxQIp10aVce77jNnoHye7NFka8/7CRBSvKXoMRGryXM= github.com/rhysd/actionlint v1.6.15/go.mod h1:R4ZRjgsIrnsT1CPU/4MdiIBzfJgMKJFd4qqGUERI098= github.com/rivo/uniseg v0.2.0 h1:S1pD9weZBuJdFmowNwbpi7BJ8TNftyUImj/0WQi72jY= @@ -1821,8 +2110,9 @@ github.com/rogpeppe/go-internal v1.1.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFR github.com/rogpeppe/go-internal v1.2.2/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= github.com/rogpeppe/go-internal v1.6.1/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc= -github.com/rogpeppe/go-internal v1.9.0 h1:73kH8U+JUqXU8lRuOHeVHaa/SZPifC7BkcraZVejAe8= github.com/rogpeppe/go-internal v1.9.0/go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs= +github.com/rogpeppe/go-internal v1.10.0/go.mod h1:UQnix2H7Ngw/k4C5ijL5+65zddjncjaFoBhdsK/akog= +github.com/rogpeppe/go-internal v1.10.1-0.20230524175051-ec119421bb97 h1:3RPlVWzZ/PDqmVuf/FKHARG5EMid/tl7cv54Sw/QRVY= github.com/rs/cors v1.8.2/go.mod h1:XyqrcTp5zjWr1wsJ8PIRZssZ8b/WMcMf71DJnit4EMU= github.com/rs/xid v1.2.1/go.mod h1:+uKXf+4Djp6Md1KODXJxgGQPKngRmWyn10oCKFzNHOQ= github.com/rs/zerolog v1.13.0/go.mod h1:YbFCdg8HfsridGWAh22vktObvhZbQsZXe4/zB0OKkWU= @@ -1830,6 +2120,8 @@ github.com/rs/zerolog v1.15.0/go.mod h1:xYTKnLHcpfU2225ny5qZjxnj9NvkumZYjJHlAThC github.com/rubiojr/go-vhd v0.0.0-20160810183302-0bfd3b39853c/go.mod h1:DM5xW0nvfNNm2uytzsvhI3OnX8uzaRAg8UX/CnDqbto= github.com/russross/blackfriday/v2 v2.0.1/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= +github.com/ruudk/golang-pdf417 v0.0.0-20181029194003-1af4ab5afa58/go.mod h1:6lfFZQK844Gfx8o5WFuvpxWRwnSoipWe/p622j1v06w= +github.com/ruudk/golang-pdf417 v0.0.0-20201230142125-a7e3863a1245/go.mod h1:pQAZKsJ8yyVxGRWYNEm9oFB8ieLgKFnamEyDmSA0BRk= github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f/go.mod h1:sm1tb6uqfes/u+d4ooFouqFdy9/2g9QGwK3SQygK0Ts= github.com/ryanuber/columnize v2.1.0+incompatible/go.mod h1:sm1tb6uqfes/u+d4ooFouqFdy9/2g9QGwK3SQygK0Ts= github.com/safchain/ethtool v0.0.0-20190326074333-42ed695e3de8/go.mod h1:Z0q5wiBQGYcxhMZ6gUqHn6pYNLypFAvaL3UvgZLR0U4= @@ -1837,7 +2129,7 @@ github.com/safchain/ethtool v0.0.0-20210803160452-9aa261dae9b1/go.mod h1:Z0q5wiB github.com/sagikazarmark/crypt v0.6.0/go.mod h1:U8+INwJo3nBv1m6A/8OBXAq7Jnpspk5AxSgDyEQcea8= github.com/satori/go.uuid v1.2.1-0.20181016170032-d91630c85102/go.mod h1:dA0hQrYB0VpLJoorglMZABFdXlWrHn1NEOzdhQKdks0= github.com/scaleway/scaleway-sdk-go v1.0.0-beta.9/go.mod h1:fCa7OJZ/9DRTnOKmxvT6pn+LPWUptQAmHF/SBJUGEcg= -github.com/scaleway/scaleway-sdk-go v1.0.0-beta.12/go.mod h1:fCa7OJZ/9DRTnOKmxvT6pn+LPWUptQAmHF/SBJUGEcg= +github.com/scaleway/scaleway-sdk-go v1.0.0-beta.15/go.mod h1:fCa7OJZ/9DRTnOKmxvT6pn+LPWUptQAmHF/SBJUGEcg= github.com/sclevine/agouti v3.0.0+incompatible/go.mod h1:b4WX9W9L1sfQKXeJf1mUTLZKJ48R1S7H23Ji7oFO5Bw= github.com/sclevine/spec v1.2.0/go.mod h1:W4J29eT/Kzv7/b9IWLB055Z+qvVC9vt0Arko24q7p+U= github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529/go.mod h1:DxrIzT+xaE7yg65j358z/aeFdxmN0P9QXhEzd20vsDc= @@ -1845,7 +2137,7 @@ github.com/seccomp/libseccomp-golang v0.9.1/go.mod h1:GbW5+tmTXfcxTToHLXlScSlAvW github.com/seccomp/libseccomp-golang v0.9.2-0.20210429002308-3879420cc921/go.mod h1:JA8cRccbGaA1s33RQf7Y1+q9gHmZX1yB/z9WDN1C6fg= github.com/sergi/go-diff v1.1.0 h1:we8PVUC3FE2uYfodKH/nBHMSetSfHDR6scGdBi+erh0= github.com/sergi/go-diff v1.1.0/go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM= -github.com/shoenig/test v0.6.0/go.mod h1:xYtyGBC5Q3kzCNyJg/SjgNpfAa2kvmgA0i5+lQso8x0= +github.com/shoenig/test v0.6.3/go.mod h1:byHiCGXqrVaflBLAMq/srcZIHynQPQgeyvkvXnjqq0k= github.com/shopspring/decimal v0.0.0-20180709203117-cd690d0c9e24/go.mod h1:M+9NzErvs504Cn4c5DxATwIqPbtswREoFCre64PpcG4= github.com/shopspring/decimal v1.2.0/go.mod h1:DKyhrW/HYNuLGql+MJL6WCR6knT2jwCFRcu2hWCYk4o= github.com/shurcooL/githubv4 v0.0.0-20201206200315-234843c633fa h1:jozR3igKlnYCj9IVHOVump59bp07oIRoLQ/CcjMYIUA= @@ -1878,8 +2170,8 @@ github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72/go.mod h1:JwIasO github.com/spdx/gordf v0.0.0-20201111095634-7098f93598fb/go.mod h1:uKWaldnbMnjsSAXRurWqqrdyZen1R7kxl8TkmWk2OyM= github.com/spdx/gordf v0.0.0-20221230105357-b735bd5aac89 h1:dArkMwZ7Mf2JiU8OfdmqIv8QaHT4oyifLIe1UhsF1SY= github.com/spdx/gordf v0.0.0-20221230105357-b735bd5aac89/go.mod h1:uKWaldnbMnjsSAXRurWqqrdyZen1R7kxl8TkmWk2OyM= -github.com/spdx/tools-golang v0.5.1 h1:fJg3SVOGG+eIva9ZUBm/hvyA7PIPVFjRxUKe6fdAgwE= -github.com/spdx/tools-golang v0.5.1/go.mod h1:/DRDQuBfB37HctM29YtrX1v+bXiVmT2OpQDalRmX9aU= +github.com/spdx/tools-golang v0.5.2 h1:dtMNjJreWPe37584ajk7m/rQtfJaLpRMk7pUGgvekOg= +github.com/spdx/tools-golang v0.5.2/go.mod h1:/ETOahiAo96Ob0/RAIBmFZw6XN0yTnyr/uFZm2NTMhI= github.com/spf13/afero v1.1.2/go.mod h1:j4pytiNVoe2o6bmDsKpLACNPDBIoEAkihy7loJ1B0CQ= github.com/spf13/afero v1.2.2/go.mod h1:9ZxEEn6pIJ8Rxe320qSDBk6AsU0r9pR7Q4OcevTdifk= github.com/spf13/afero v1.3.3/go.mod h1:5KUK8ByomD5Ti5Artl0RtHeI5pTF7MIDuXL3yY520V4= @@ -1927,12 +2219,15 @@ github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5 github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= +github.com/stretchr/testify v1.7.2/go.mod h1:R6va5+xMeoiuVRoj+gSkQ7d3FALtqAAGI1FQKckRals= github.com/stretchr/testify v1.7.4/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= github.com/stretchr/testify v1.7.5/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= -github.com/stretchr/testify v1.8.3 h1:RP3t2pwF7cMEbC1dqtB6poj3niw/9gnV4Cjg5oW5gtY= +github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= github.com/stretchr/testify v1.8.3/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= +github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk= +github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw= github.com/subosito/gotenv v1.4.1/go.mod h1:ayKnFf/c6rvx/2iiLrJUk1e6plDbT3edrFNGqEflhK0= github.com/syndtr/gocapability v0.0.0-20170704070218-db04d3cc01c8/go.mod h1:hkRG7XYTFWNJGYcbNJQlaLq0fg1yr4J4t/NcTQtrfww= @@ -1969,8 +2264,8 @@ github.com/vmware/govmomi v0.20.3/go.mod h1:URlwyTFZX72RmxtxuaFL2Uj3fD1JTvZdx59b github.com/vultr/govultr/v2 v2.17.2/go.mod h1:ZFOKGWmgjytfyjeyAdhQlSWwTjh2ig+X49cAp50dzXI= github.com/willf/bitset v1.1.11-0.20200630133818-d5bec3311243/go.mod h1:RjeCKbqT1RxIR/KWY6phxZiaY1IyutSBfGjNPySAYV4= github.com/willf/bitset v1.1.11/go.mod h1:83CECat5yLh5zVOf4P1ErAgKA5UDvKtgyUABdr3+MjI= -github.com/xanzy/go-gitlab v0.84.0 h1:PdpCaskQSgcVDsx21c6ikf8Rfyo7SNtFAJwP9PrbCFE= -github.com/xanzy/go-gitlab v0.84.0/go.mod h1:5ryv+MnpZStBH8I/77HuQBsMbBGANtVpLWC15qOjWAw= +github.com/xanzy/go-gitlab v0.86.0 h1:jR8V9cK9jXRQDb46KOB20NCF3ksY09luaG0IfXE6p7w= +github.com/xanzy/go-gitlab v0.86.0/go.mod h1:5ryv+MnpZStBH8I/77HuQBsMbBGANtVpLWC15qOjWAw= github.com/xanzy/ssh-agent v0.3.3 h1:+/15pJfg/RsTxqYcX6fHqOXZwwMP+2VyYWJeWM2qQFM= github.com/xanzy/ssh-agent v0.3.3/go.mod h1:6dzNDKs0J9rVPHPhaGCukekBHKqfl+L3KghI1Bc68Uw= github.com/xdg-go/pbkdf2 v1.0.0/go.mod h1:jrpuAogTd400dnrH08LKmI/xc1MbPOebTwRqcT5RDeI= @@ -1985,6 +2280,8 @@ github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415/go.mod h1: github.com/xeipuuv/gojsonschema v0.0.0-20180618132009-1d523034197f/go.mod h1:5yf86TLmAcydyeJq5YvxkGPE2fm/u4myDekKRoLuqhs= github.com/xeipuuv/gojsonschema v1.2.0 h1:LhYJRs+L4fBtjZUfuSZIKGeVu0QRy8e5Xi7D17UxZ74= github.com/xeipuuv/gojsonschema v1.2.0/go.mod h1:anYRn/JVcOK2ZgGU+IjEV4nwlhoK5sQluxsYJ78Id3Y= +github.com/xhit/go-str2duration v1.2.0/go.mod h1:3cPSlfZlUHVlneIVfePFWcJZsuwf+P1v2SRTV4cUmp4= +github.com/xhit/go-str2duration/v2 v2.1.0/go.mod h1:ohY8p+0f07DiV6Em5LKB0s2YpLtXVyJfNt1+BlmyAsU= github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2/go.mod h1:UETIi67q53MR2AWcXfiuqkDkRtnGDLqkBTpCHuJHxtU= github.com/xlab/treeprint v1.1.0/go.mod h1:gj5Gd3gPdKtR1ikdDK6fnFLdmIS0X30kTTuNd/WEJu0= github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77/go.mod h1:aYKd//L2LvnjZzWKhF00oedf4jCCReLcmhLdhm1A27Q= @@ -1997,6 +2294,7 @@ github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1 github.com/yuin/goldmark v1.4.1/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k= github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY= github.com/zeebo/assert v1.3.0 h1:g7C04CbJuIDKNPFHmsk4hwZDO5O+kntRxzaUoNXj+IQ= +github.com/zeebo/assert v1.3.0/go.mod h1:Pq9JiuJQpG8JLJdtkwrJESF0Foym2/D9XMU5ciN/wJ0= github.com/zeebo/xxh3 v1.0.2 h1:xZmwmqxHZA8AI603jOQ0tMqmBr9lPeFwGg6d+xy9DC0= github.com/zeebo/xxh3 v1.0.2/go.mod h1:5NWz9Sef7zIDm2JHfFlcQvNekmcEl9ekUZQQKCYaDcA= github.com/zenazn/goji v0.9.0/go.mod h1:7S9M489iMyHBNxwZnk9/EHS098H4/F6TATF2mIxtB1Q= @@ -2022,6 +2320,7 @@ go.mongodb.org/mongo-driver v1.7.5/go.mod h1:VXEWRZ6URJIkUq2SCAyapmhH0ZLRBP+FT4x go.mongodb.org/mongo-driver v1.8.3/go.mod h1:0sQWfOeY63QTntERDJJ/0SuKK0T1uVSgKCuAROlKEPY= go.mongodb.org/mongo-driver v1.10.0/go.mod h1:wsihk0Kdgv8Kqu1Anit4sfK+22vSFbUrAVEYRhCXrA8= go.mongodb.org/mongo-driver v1.11.0/go.mod h1:s7p5vEtfbeR1gYi6pnj3c3/urpbLv2T5Sfd6Rp2HBB8= +go.mongodb.org/mongo-driver v1.11.3/go.mod h1:PTSz5yu21bkT/wXpkS7WR5f0ddqw5quethTUn9WM+2g= go.mozilla.org/pkcs7 v0.0.0-20200128120323-432b2356ecb1/go.mod h1:SNgMg+EgDFwmvSmLRTNKC5fegJjB7v23qTQ0XLGUNHk= go.opencensus.io v0.15.0/go.mod h1:UffZAU+4sDEINUGP/B7UfBBkq4fqLu9zXAX7ke6CHW0= go.opencensus.io v0.21.0/go.mod h1:mSImk1erAIZhrmZN+AvHh14ztQfjbGwt4TtuofqLduU= @@ -2038,35 +2337,35 @@ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.2 go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.28.0/go.mod h1:vEhqr0m4eTc+DWxfsXoXue2GBgV2uUwVznkGIHW/e5w= go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.20.0/go.mod h1:2AboqHi0CiIZU0qwhtUfCYD1GeUzvvIXWNkhDt7ZMG4= go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.31.0/go.mod h1:PFmBsWbldL1kiWZk9+0LBZz2brhByaGsvp6pRICMlPE= -go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.37.0/go.mod h1:+ARmXlUlc51J7sZeCBkBJNdHGySrdOzgzxp6VWRWM1U= +go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.40.0/go.mod h1:pcQ3MM3SWvrA71U4GDqv9UFDJ3HQsW7y5ZO3tDTlUdI= go.opentelemetry.io/otel v0.20.0/go.mod h1:Y3ugLH2oa81t5QO+Lty+zXf8zC9L26ax4Nzoxm/dooo= go.opentelemetry.io/otel v1.3.0/go.mod h1:PWIKzi6JCp7sM0k9yZ43VX+T345uNbAkDKwHVjb2PTs= go.opentelemetry.io/otel v1.6.0/go.mod h1:bfJD2DZVw0LBxghOTlgnlI0CV3hLDu9XF/QKOUXMTQQ= go.opentelemetry.io/otel v1.6.1/go.mod h1:blzUabWHkX6LJewxvadmzafgh/wnvBSDBdOuwkAtrWQ= go.opentelemetry.io/otel v1.11.1/go.mod h1:1nNhXBbWSD0nsL38H6btgnFN2k4i0sNLHNNMZMSbUGE= -go.opentelemetry.io/otel v1.11.2/go.mod h1:7p4EUV+AqgdlNV9gL97IgUZiVR3yrFXYo53f9BM3tRI= +go.opentelemetry.io/otel v1.14.0/go.mod h1:o4buv+dJzx8rohcUeRmWUZhqupFvzWis188WlggnNeU= go.opentelemetry.io/otel/exporters/otlp v0.20.0/go.mod h1:YIieizyaN77rtLJra0buKiNBOm9XQfkPEKBeuhoMwAM= go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.3.0/go.mod h1:VpP4/RMn8bv8gNo9uK7/IMY4mtWLELsS+JIP0inH0h4= go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.6.1/go.mod h1:NEu79Xo32iVb+0gVNV8PMd7GoWqnyDXRlj04yFjqz40= -go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.11.2/go.mod h1:rqbht/LlhVBgn5+k3M5QK96K5Xb0DvXpMJ5SFQpY6uw= +go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.14.0/go.mod h1:UFG7EBMRdXyFstOwH028U0sVf+AvukSGhF0g8+dmNG8= go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.3.0/go.mod h1:hO1KLR7jcKaDDKDkvI9dP/FIhpmna5lkqPUQdEjFAM8= go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.6.1/go.mod h1:YJ/JbY5ag/tSQFXzH3mtDmHqzF3aFn3DI/aB1n7pt4w= -go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.11.2/go.mod h1:5Qn6qvgkMsLDX+sYK64rHb1FPhpn0UtxF+ouX1uhyJE= +go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.14.0/go.mod h1:HrbCVv40OOLTABmOn1ZWty6CHXkU8DK/Urc43tHug70= go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.3.0/go.mod h1:keUU7UfnwWTWpJ+FWnyqmogPa82nuU5VUANFq49hlMY= go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.6.1/go.mod h1:UJJXJj0rltNIemDMwkOJyggsvyMG9QHfJeFH0HS5JjM= -go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.11.2/go.mod h1:jWZUM2MWhWCJ9J9xVbRx7tzK1mXKpAlze4CeulycwVY= +go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.14.0/go.mod h1:5w41DY6S9gZrbjuq6Y+753e96WfPha5IcsOSZTtullM= go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.3.0/go.mod h1:QNX1aly8ehqqX1LEa6YniTU7VY9I6R3X/oPxhGdTceE= go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.6.1/go.mod h1:DAKwdo06hFLc0U88O10x4xnb5sc7dDRDqRuiN+io8JE= -go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.11.2/go.mod h1:GZWSQQky8AgdJj50r1KJm8oiQiIPaAX7uZCFQX9GzC8= +go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.14.0/go.mod h1:+N7zNjIJv4K+DeX67XXET0P+eIciESgaFDBqh+ZJFS4= go.opentelemetry.io/otel/metric v0.20.0/go.mod h1:598I5tYlH1vzBjn+BTuhzTCSb/9debfNp6R3s7Pr1eU= go.opentelemetry.io/otel/metric v0.28.0/go.mod h1:TrzsfQAmQaB1PDcdhBauLMk7nyyg9hm+GoQq/ekE9Iw= -go.opentelemetry.io/otel/metric v0.34.0/go.mod h1:ZFuI4yQGNCupurTXCwkeD/zHBt+C2bR7bw5JqUm/AP8= +go.opentelemetry.io/otel/metric v0.37.0/go.mod h1:DmdaHfGt54iV6UKxsV9slj2bBRJcKC1B1uvDLIioc1s= go.opentelemetry.io/otel/oteltest v0.20.0/go.mod h1:L7bgKf9ZB7qCwT9Up7i9/pn0PWIa9FqQ2IQ8LoxiGnw= go.opentelemetry.io/otel/sdk v0.20.0/go.mod h1:g/IcepuwNsoiX5Byy2nNV0ySUF1em498m7hBWC279Yc= go.opentelemetry.io/otel/sdk v1.3.0/go.mod h1:rIo4suHNhQwBIPg9axF8V9CA72Wz2mKF1teNrup8yzs= go.opentelemetry.io/otel/sdk v1.6.1/go.mod h1:IVYrddmFZ+eJqu2k38qD3WezFR2pymCzm8tdxyh3R4E= go.opentelemetry.io/otel/sdk v1.11.1/go.mod h1:/l3FE4SupHJ12TduVjUkZtlfFqDCQJlOlithYrdktys= -go.opentelemetry.io/otel/sdk v1.11.2/go.mod h1:wZ1WxImwpq+lVRo4vsmSOxdd+xwoUJ6rqyLc3SyX9aU= +go.opentelemetry.io/otel/sdk v1.14.0/go.mod h1:bwIC5TjrNG6QDCHNWvW4HLHtUQ4I+VQDsnjhvyZCALM= go.opentelemetry.io/otel/sdk/export/metric v0.20.0/go.mod h1:h7RBNMsDJ5pmI1zExLi+bJK+Dr8NQCh0qGhm1KDnNlE= go.opentelemetry.io/otel/sdk/metric v0.20.0/go.mod h1:knxiS8Xd4E/N+ZqKmUPf3gTTZ4/0TjTXukfxjzSTpHE= go.opentelemetry.io/otel/trace v0.20.0/go.mod h1:6GjCW8zgDjwGHGa6GkyeB8+/5vjT16gUEi0Nf1iBdgw= @@ -2074,7 +2373,7 @@ go.opentelemetry.io/otel/trace v1.3.0/go.mod h1:c/VDhno8888bvQYmbYLqe41/Ldmr/KKu go.opentelemetry.io/otel/trace v1.6.0/go.mod h1:qs7BrU5cZ8dXQHBGxHMOxwME/27YH2qEp4/+tZLLwJE= go.opentelemetry.io/otel/trace v1.6.1/go.mod h1:RkFRM1m0puWIq10oxImnGEduNBzxiN7TXluRBtE+5j0= go.opentelemetry.io/otel/trace v1.11.1/go.mod h1:f/Q9G7vzk5u91PhbmKbg1Qn0rzH1LJ4vbPHFGkTPtOk= -go.opentelemetry.io/otel/trace v1.11.2/go.mod h1:4N+yC7QEz7TTsG9BSRLNAa63eg5E06ObSbKPmxQ/pKA= +go.opentelemetry.io/otel/trace v1.14.0/go.mod h1:8avnQLK+CG77yNLUae4ea2JDQ6iT+gozhnZjy/rw9G8= go.opentelemetry.io/proto/otlp v0.7.0/go.mod h1:PqfVotwruBrMGOCsRd/89rSnXhoiJIqeYNgFYFoEGnI= go.opentelemetry.io/proto/otlp v0.11.0/go.mod h1:QpEjXPrNQzrFDZgoTo49dgHR9RYRSrg3NAKnUGl9YpQ= go.opentelemetry.io/proto/otlp v0.12.1/go.mod h1:H7XAot3MsfNsj7EXtrA2q5xSNQ10UqI405h3+duxN4U= @@ -2087,18 +2386,20 @@ go.uber.org/atomic v1.6.0/go.mod h1:sABNBOSYdrvTF6hTgEIbc7YasKWGhgEQZyfxyTvoXHQ= go.uber.org/atomic v1.7.0/go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc= go.uber.org/atomic v1.9.0/go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc= go.uber.org/atomic v1.10.0/go.mod h1:LUxbIzbOniOlMKjJjyPfpl4v+PKK2cNJn91OQbhoJI0= +go.uber.org/atomic v1.11.0/go.mod h1:LUxbIzbOniOlMKjJjyPfpl4v+PKK2cNJn91OQbhoJI0= go.uber.org/automaxprocs v1.5.1/go.mod h1:BF4eumQw0P9GtnuxxovUd06vwm1o18oMzFtK66vU6XU= +go.uber.org/automaxprocs v1.5.2/go.mod h1:eRbA25aqJrxAbsLO0xy5jVwPt7FQnRgjW+efnwa1WM0= go.uber.org/goleak v1.1.10/go.mod h1:8a7PlsEVH3e/a/GLqe5IIrQx6GzcnRmZEufDUTk4A7A= go.uber.org/goleak v1.1.11-0.20210813005559-691160354723/go.mod h1:cwTWslyiVhfpKIDGSZEM2HlOvcqm+tG4zioyIeLoqMQ= go.uber.org/goleak v1.1.11/go.mod h1:cwTWslyiVhfpKIDGSZEM2HlOvcqm+tG4zioyIeLoqMQ= go.uber.org/goleak v1.1.12/go.mod h1:cwTWslyiVhfpKIDGSZEM2HlOvcqm+tG4zioyIeLoqMQ= -go.uber.org/goleak v1.2.0/go.mod h1:XJYK+MuIchqpmGmUSAzotztawfKvYLUIgg7guXrwVUo= +go.uber.org/goleak v1.2.1/go.mod h1:qlT2yGI9QafXHhZZLxlSuNsMw3FFLxBr+tBRlmO1xH4= go.uber.org/multierr v1.1.0/go.mod h1:wR5kodmAFQ0UK8QlbwjlSNy0Z68gJhDJUG5sjR94q/0= go.uber.org/multierr v1.3.0/go.mod h1:VgVr7evmIr6uPjLBxg28wmKNXyqE9akIJ5XnfpiKl+4= go.uber.org/multierr v1.5.0/go.mod h1:FeouvMocqHpRaaGuG9EjoKcStLC43Zu/fmqdUMPcKYU= go.uber.org/multierr v1.6.0/go.mod h1:cdWPpRnG4AhwMwsgIHip0KRBQjJy5kYEpYjJxpXp9iU= go.uber.org/multierr v1.7.0/go.mod h1:7EAYxJLBy9rStEaz58O2t4Uvip6FSURkq8/ppBp95ak= -go.uber.org/multierr v1.9.0/go.mod h1:X2jQV1h+kxSjClGpnseKVIxpmcjrj7MNnI0bnlfKTVQ= +go.uber.org/multierr v1.11.0/go.mod h1:20+QtiLqy0Nd6FdQB9TLXag12DsQkrbs3htMFfDN80Y= go.uber.org/tools v0.0.0-20190618225709-2cfd321de3ee/go.mod h1:vJERXedbb3MVM5f9Ejo0C68/HhF8uaILCdgjnY+goOA= go.uber.org/zap v1.9.1/go.mod h1:vwi/ZaCAaUcBkycHslxD9B2zi4UTXhF60s6SWpuDF0Q= go.uber.org/zap v1.10.0/go.mod h1:vwi/ZaCAaUcBkycHslxD9B2zi4UTXhF60s6SWpuDF0Q= @@ -2106,8 +2407,8 @@ go.uber.org/zap v1.13.0/go.mod h1:zwrFLgMcdUuIBviXEYEH1YKNaOBnKXsx2IPda5bBwHM= go.uber.org/zap v1.17.0/go.mod h1:MXVU+bhUf/A7Xi2HNOnopQOrmycQ5Ih87HtOu4q5SSo= go.uber.org/zap v1.19.1/go.mod h1:j3DNczoxDZroyBnOT1L/Q79cfUMGZxlv/9dzN7SM1rI= go.uber.org/zap v1.24.0/go.mod h1:2kMP+WWQ8aoFoedH3T2sq6iJ2yDWpHbP0f6MQbS9Gkg= -gocloud.dev v0.29.0 h1:fBy0jwJSmxs0IjT0fE32MO+Mj+307VZQwyHaTyFZbC4= -gocloud.dev v0.29.0/go.mod h1:E3dAjji80g+lIkq4CQeF/BTWqv1CBeTftmOb+gpyapQ= +gocloud.dev v0.30.0 h1:PRgA+DXUz8/uuTJDA7wc8o2Hwj9yZ2qAsShZ60esbE8= +gocloud.dev v0.30.0/go.mod h1:w+GlGVg/Jy9JV0Xc9eSXzUZeVEmSWW49W0syFK1+T9U= golang.org/x/crypto v0.0.0-20171113213409-9f005a07e0d3/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20180904163835-0709b304e793/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20181009213950-7c1a557ab941/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= @@ -2154,10 +2455,13 @@ golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa/go.mod h1:IxCIyHEi3zRg3s0 golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= golang.org/x/crypto v0.0.0-20221012134737-56aed061732a/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= golang.org/x/crypto v0.1.0/go.mod h1:RecgLatLF4+eUMCP1PoPZQb+cVrJcOPbHkTkbkB9sbw= +golang.org/x/crypto v0.3.1-0.20221117191849-2c476679df9a/go.mod h1:hebNnKkNXi2UzZN1eVRvBB7co0a+JxK6XbPiWVs/3J4= golang.org/x/crypto v0.6.0/go.mod h1:OFC/31mSvZgRz0V1QTNCzfAI1aIRzbiufJtkMIlEp58= golang.org/x/crypto v0.7.0/go.mod h1:pYwdfH91IfpZVANVyUOhSIPZaFoJGxTFbZhFTx+dXZU= -golang.org/x/crypto v0.9.0 h1:LF6fAI+IutBocDJ2OT0Q1g8plpYljMZ4+lty+dsqw3g= golang.org/x/crypto v0.9.0/go.mod h1:yrmDGqONDYtNj3tH8X9dzUun2m2lzPa9ngI6/RUPGR0= +golang.org/x/crypto v0.10.0/go.mod h1:o4eNf7Ede1fv+hwOwZsTHl9EsPFO6q6ZvYR8vYfY45I= +golang.org/x/crypto v0.11.0 h1:6Ewdq3tDic1mg5xRO4milcWCfMVQhI4NkqWWvqejpuA= +golang.org/x/crypto v0.11.0/go.mod h1:xgJhtzW8F9jGdVFWZESrid1U1bjeNy4zgy5cRr/CIio= golang.org/x/exp v0.0.0-20180321215751-8460e604b9de/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20180807140117-3d87b88a115f/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= @@ -2166,19 +2470,31 @@ golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL golang.org/x/exp v0.0.0-20190312203227-4b39c73a6495/go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8= golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522/go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8= golang.org/x/exp v0.0.0-20190829153037-c13cbed26979/go.mod h1:86+5VVa7VpoJ4kLfm080zCjGlMRFzhUhsZKEZO7MGek= +golang.org/x/exp v0.0.0-20191002040644-a1355ae1e2c3/go.mod h1:NOZ3BPKG0ec/BKJQgnvsSFpcKLM5xXVWnvZS97DWHgE= golang.org/x/exp v0.0.0-20191030013958-a1ab85dbe136/go.mod h1:JXzH8nQsPlswgeRAPE3MuO9GYsAcnJvJ4vnMwN/5qkY= golang.org/x/exp v0.0.0-20191129062945-2f5052295587/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4= golang.org/x/exp v0.0.0-20191227195350-da58074b4299/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4= golang.org/x/exp v0.0.0-20200119233911-0405dc783f0a/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4= golang.org/x/exp v0.0.0-20200207192155-f17229e696bd/go.mod h1:J/WKrq2StrnmMY6+EHIKF9dgMWnmCNThgcyBT1FY9mM= golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6/go.mod h1:3jZMyOhIsHpP37uCMkUooju7aAi5cS1Q23tOzKc+0MU= +golang.org/x/exp v0.0.0-20220827204233-334a2380cb91/go.mod h1:cyybsKvd6eL0RnXn6p/Grxp8F5bW7iYuBgsNCOHpMYE= golang.org/x/exp v0.0.0-20230108222341-4b8118a2686a/go.mod h1:CxIveKay+FTh1D0yPZemJVgC/95VzuuOLq5Qi4xnoYc= -golang.org/x/exp v0.0.0-20230124195608-d38c7dcee874/go.mod h1:CxIveKay+FTh1D0yPZemJVgC/95VzuuOLq5Qi4xnoYc= +golang.org/x/exp v0.0.0-20230321023759-10a507213a29/go.mod h1:CxIveKay+FTh1D0yPZemJVgC/95VzuuOLq5Qi4xnoYc= golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1 h1:k/i9J1pBpvlfR+9QsetwPyERsqu1GIbi967PQMq3Ivc= golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1/go.mod h1:V1LtkGg67GoY2N1AnLN78QLrzxkLyJw7RJb1gzOOz9w= golang.org/x/image v0.0.0-20180708004352-c73c2afc3b81/go.mod h1:ux5Hcp/YLpHSI86hEcLt0YII63i6oz57MZXIpbrjZUs= golang.org/x/image v0.0.0-20190227222117-0694c2d4d067/go.mod h1:kZ7UVZpmo3dzQBMxlp+ypCbDeSB+sBbTgSJuh5dn5js= golang.org/x/image v0.0.0-20190802002840-cff245a6509b/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0= +golang.org/x/image v0.0.0-20190910094157-69e4b8554b2a/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0= +golang.org/x/image v0.0.0-20200119044424-58c23975cae1/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0= +golang.org/x/image v0.0.0-20200430140353-33d19683fad8/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0= +golang.org/x/image v0.0.0-20200618115811-c13761719519/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0= +golang.org/x/image v0.0.0-20201208152932-35266b937fa6/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0= +golang.org/x/image v0.0.0-20210216034530-4410531fe030/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0= +golang.org/x/image v0.0.0-20210607152325-775e3b0c77b9/go.mod h1:023OzeP/+EPmXeapQh35lcL3II3LrY8Ic+EFFKVhULM= +golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d/go.mod h1:023OzeP/+EPmXeapQh35lcL3II3LrY8Ic+EFFKVhULM= +golang.org/x/image v0.0.0-20211028202545-6944b10bf410/go.mod h1:023OzeP/+EPmXeapQh35lcL3II3LrY8Ic+EFFKVhULM= +golang.org/x/image v0.0.0-20220302094943-723b81ca9867/go.mod h1:023OzeP/+EPmXeapQh35lcL3II3LrY8Ic+EFFKVhULM= golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= golang.org/x/lint v0.0.0-20190227174305-5b3e6a55c961/go.mod h1:wehouNa3lNwaWXcvxsM5YxQ5yQlVC4a0KAMCusXpPoU= golang.org/x/lint v0.0.0-20190301231843-5614ed5bae6f/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= @@ -2209,8 +2525,10 @@ golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91 golang.org/x/mod v0.6.0/go.mod h1:4mET923SAdbXp2ki8ey+zGs1SLqsuM2Y0uvdZR/fUNI= golang.org/x/mod v0.7.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= -golang.org/x/mod v0.10.0 h1:lFO9qtOdlre5W1jxS3r/4szv2/6iXxScdzjoBMXNhYk= +golang.org/x/mod v0.9.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= golang.org/x/mod v0.10.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= +golang.org/x/mod v0.12.0 h1:rmsUpXtvNzj340zd98LZ4KntptpfRHwpFOHG188oHXc= +golang.org/x/mod v0.12.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= golang.org/x/net v0.0.0-20170114055629-f2499483f923/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= @@ -2270,10 +2588,12 @@ golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420/go.mod h1:9nx3DQGgdP8bBQD5qx golang.org/x/net v0.0.0-20210520170846-37e1c6afe023/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/net v0.0.0-20210525063256-abc453219eb5/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/net v0.0.0-20210614182718-04defd469f4e/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= +golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/net v0.0.0-20210825183410-e898025ed96a/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/net v0.0.0-20210917221730-978cfadd31cf/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= +golang.org/x/net v0.0.0-20211029224645-99673261e6eb/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/net v0.0.0-20211209124913-491a49abca63/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/net v0.0.0-20211216030914-fe4d6282115f/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= @@ -2295,14 +2615,16 @@ golang.org/x/net v0.0.0-20221014081412-f15817d10f9b/go.mod h1:YDH+HFinaLZZlnHAfS golang.org/x/net v0.1.0/go.mod h1:Cx3nUiGt4eDBEyega/BKRp+/AlGL8hYe7U9odMt2Cco= golang.org/x/net v0.2.0/go.mod h1:KqCZLdyyvdV855qA2rE3GC2aiw5xGR5TEjj8smXukLY= golang.org/x/net v0.3.0/go.mod h1:MBQ8lrhLObU/6UmLb4fmbmk5OcyYmqtbGd/9yIeKjEE= -golang.org/x/net v0.3.1-0.20221206200815-1e63c2f08a10/go.mod h1:MBQ8lrhLObU/6UmLb4fmbmk5OcyYmqtbGd/9yIeKjEE= golang.org/x/net v0.4.0/go.mod h1:MBQ8lrhLObU/6UmLb4fmbmk5OcyYmqtbGd/9yIeKjEE= golang.org/x/net v0.5.0/go.mod h1:DivGGAXEgPSlEBzxGzZI+ZLohi+xUj054jfeKui00ws= golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs= +golang.org/x/net v0.7.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs= golang.org/x/net v0.8.0/go.mod h1:QVkue5JL9kW//ek3r6jTKnTFis1tRmNAW2P1shuFdJc= golang.org/x/net v0.9.0/go.mod h1:d48xBJpPfHeWQsugry2m+kC02ZBRGRgulfHnEXEuWns= -golang.org/x/net v0.10.0 h1:X2//UzNDwYmtCLn7To6G58Wr6f5ahEAQgKNzv9Y951M= golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg= +golang.org/x/net v0.11.0/go.mod h1:2L/ixqYpgIVXmeoSA/4Lu7BzTG4KIyPIryS4IsOd1oQ= +golang.org/x/net v0.12.0 h1:cfawfvKITfUsFCeJIHJrbSxpeu/E81khclypR0GVT50= +golang.org/x/net v0.12.0/go.mod h1:zEVYFnQC7m/vmpQFELhcD1EWkZlX69l4oqgmer6hfKA= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= @@ -2331,12 +2653,14 @@ golang.org/x/oauth2 v0.0.0-20220822191816-0ebed06d0094/go.mod h1:h4gKUeWbJ4rQPri golang.org/x/oauth2 v0.0.0-20220909003341-f21342109be1/go.mod h1:h4gKUeWbJ4rQPri7E0u6Gs4e9Ri2zaLxzw5DI5XGrYg= golang.org/x/oauth2 v0.0.0-20221006150949-b44042a4b9c1/go.mod h1:h4gKUeWbJ4rQPri7E0u6Gs4e9Ri2zaLxzw5DI5XGrYg= golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783/go.mod h1:h4gKUeWbJ4rQPri7E0u6Gs4e9Ri2zaLxzw5DI5XGrYg= -golang.org/x/oauth2 v0.3.0/go.mod h1:rQrIauxkUhJ6CuwEXwymO2/eh4xz2ZWF1nBkcxS+tGk= golang.org/x/oauth2 v0.4.0/go.mod h1:RznEsdpjGAINPTOF0UH/t+xJ75L18YO3Ho6Pyn+uRec= golang.org/x/oauth2 v0.5.0/go.mod h1:9/XBHVqLaWO3/BRHs5jbpYCnOZVjj5V0ndyaAM7KB4I= +golang.org/x/oauth2 v0.6.0/go.mod h1:ycmewcwgD4Rpr3eZJLSB4Kyyljb3qDh40vJ8STE5HKw= golang.org/x/oauth2 v0.7.0/go.mod h1:hPLQkd9LyjfXTiRohC/41GhcFqxisoUQ99sCUOHO9x4= -golang.org/x/oauth2 v0.8.0 h1:6dkIjl3j3LtZ/O3sTgZTMsLKSftL/B8Zgq4huOIIUu8= golang.org/x/oauth2 v0.8.0/go.mod h1:yr7u4HXZRm1R1kBWqr/xKNqewf0plRYoB7sla+BCIXE= +golang.org/x/oauth2 v0.9.0/go.mod h1:qYgFZaFiu6Wg24azG8bdV52QJXJGbZzIIsRCdVKzbLw= +golang.org/x/oauth2 v0.10.0 h1:zHCpF2Khkwy4mMB4bv0U37YtJdTGW8jI0glAApi0Kh8= +golang.org/x/oauth2 v0.10.0/go.mod h1:kTpgurOux7LqtuxjuyZa4Gj2gdezIt/jQtGnNFfypQI= golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= @@ -2352,10 +2676,12 @@ golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJ golang.org/x/sync v0.0.0-20220513210516-0976fa681c29/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.0.0-20220819030929-7fc1605a5dde/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20220929204114-8fcdb60fdcc0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.2.0 h1:PUR+T4wwASmuSTYdKjYHI5TD22Wy5ogLU5qZCOLxBrI= golang.org/x/sync v0.2.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.3.0 h1:ftCYgMx6zT/asHUrPw8BLLscYtGznsLAnjq5RH9P66E= +golang.org/x/sync v0.3.0/go.mod h1:FU7BRWz2tNW+3quACPkgCx/L+uEAv1htQ0V83Z9Rj+Y= golang.org/x/sys v0.0.0-20170830134202-bb24a47a89ea/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20180823144017-11551d06cbcc/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= @@ -2445,6 +2771,7 @@ golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210220050731-9a76102bfb43/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210225134936-a50acf3fe073/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20210304124612-50617c2ba197/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210305230114-8fe3ee5dd75b/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210315160823-c6e025ad8005/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= @@ -2501,8 +2828,8 @@ golang.org/x/sys v0.0.0-20220624220833-87e55d714810/go.mod h1:oPkhp1MJrh7nUepCBc golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20220731174439-a90be440212d/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220829200755-d48e67d00261/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220906165534-d0df966e6959/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220908164124-27713097b956/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= @@ -2513,8 +2840,10 @@ golang.org/x/sys v0.4.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.7.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.8.0 h1:EBmGv8NaZBZTWvrbjNoL6HVt+IVy3QDQpJs7VRIw3tU= golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.9.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.10.0 h1:SqMFp9UcQJZa+pmYuAKjd9xq1f0j5rLcDIk0mj4qAsA= +golang.org/x/sys v0.10.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/term v0.0.0-20201117132131-f5c789dd3221/go.mod h1:Nr5EML6q2oocZ2LXRh80K7BxOlk5/8JxuGnuhpl+muw= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= @@ -2528,8 +2857,10 @@ golang.org/x/term v0.4.0/go.mod h1:9P2UbLfCdcvo3p/nzKvsmas4TnlujnuoV9hGgYzW1lQ= golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k= golang.org/x/term v0.6.0/go.mod h1:m6U89DPEgQRMq3DNkDClhWw02AUbt2daBVO4cn4Hv9U= golang.org/x/term v0.7.0/go.mod h1:P32HKFT3hSsZrRxla30E9HqToFYAQPCMs/zFMBUFqPY= -golang.org/x/term v0.8.0 h1:n5xxQn2i3PC0yLAbjTpNT85q/Kgzcr2gIoX9OrJUols= golang.org/x/term v0.8.0/go.mod h1:xPskH00ivmX89bAKVGSKKtLOWNx2+17Eiy94tnKShWo= +golang.org/x/term v0.9.0/go.mod h1:M6DEAAIenWoTxdKrOltXcmDY3rSplQUkrvaDU5FcQyo= +golang.org/x/term v0.10.0 h1:3R7pNqamzBraeqj/Tj8qt1aQ2HpmlC+Cx/qL/7hn4/c= +golang.org/x/term v0.10.0/go.mod h1:lpqdcUyK/oCiQxvxVrppt5ggO2KCZ5QblwqPnfZ6d5o= golang.org/x/text v0.0.0-20160726164857-2910a502d2bf/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= @@ -2546,8 +2877,10 @@ golang.org/x/text v0.5.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= golang.org/x/text v0.6.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= golang.org/x/text v0.8.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8= -golang.org/x/text v0.9.0 h1:2sjJmO8cDvYveuX97RDLsxlyUxLl+GHoLxBiRdHllBE= golang.org/x/text v0.9.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8= +golang.org/x/text v0.10.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE= +golang.org/x/text v0.11.0 h1:LAntKIrcmeSKERyiOh0XMV39LXS8IE9UL2yP7+f5ij4= +golang.org/x/text v0.11.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE= golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= @@ -2594,6 +2927,7 @@ golang.org/x/tools v0.0.0-20190823170909-c4a336ef6a2f/go.mod h1:b+2E5dAYhXwXZwtn golang.org/x/tools v0.0.0-20190907020128-2ca718005c18/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20190911174233-4f2ddba30aff/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20190920225731-5eefd052ad72/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= +golang.org/x/tools v0.0.0-20190927191325-030b2cf1153e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191012152004-8de300cfc20a/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191029041327-9cc4af7d6b2c/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191029190741-b9c20aec41a5/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= @@ -2631,6 +2965,7 @@ golang.org/x/tools v0.0.0-20200825202427-b303f430e36d/go.mod h1:njjCfa9FT2d7l9Bc golang.org/x/tools v0.0.0-20200904185747-39188db58858/go.mod h1:Cj7w3i3Rnn0Xh82ur9kSqwfTHTeVxaDqrfMjpcNT6bE= golang.org/x/tools v0.0.0-20200916195026-c9a70fc28ce3/go.mod h1:z6u4i615ZeAfBE4XtMziQW1fSVJXACjjbWkB/mvPzlU= golang.org/x/tools v0.0.0-20201110124207-079ba7bd75cd/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= +golang.org/x/tools v0.0.0-20201124115921-2c860bdd6e78/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= golang.org/x/tools v0.0.0-20201201161351-ac6f37ff4c2a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= golang.org/x/tools v0.0.0-20201208233053-a543418bbed2/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= golang.org/x/tools v0.0.0-20201224043029-2b0845dc783e/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= @@ -2649,10 +2984,13 @@ golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc golang.org/x/tools v0.2.0/go.mod h1:y4OqIKeOV/fWJetJ8bXPU1sEVniLMIyDAZWeHdV+NTA= golang.org/x/tools v0.3.0/go.mod h1:/rWhSS2+zyEVwoJf8YAX6L2f0ntZ7Kn/mGgAWcipA5k= golang.org/x/tools v0.4.0/go.mod h1:UE5sM2OK9E/d67R0ANs2xJizIymRP5gJU295PvKXxjQ= -golang.org/x/tools v0.5.0/go.mod h1:N+Kgy78s5I24c24dU8OfWNEotWjutIs8SnJvn5IDq+k= golang.org/x/tools v0.6.0/go.mod h1:Xwgl3UAJ/d3gWutnCtw505GrjyAbvKui8lOU390QaIU= -golang.org/x/tools v0.9.3 h1:Gn1I8+64MsuTb/HpH+LmQtNas23LhUVr3rYZ0eKuaMM= -golang.org/x/tools v0.9.3/go.mod h1:owI94Op576fPu3cIGQeHs3joujW/2Oc6MtlxbF5dfNc= +golang.org/x/tools v0.7.0/go.mod h1:4pg6aUX35JBAogB10C9AtvVL+qowtN4pT3CGSQex14s= +golang.org/x/tools v0.8.0/go.mod h1:JxBZ99ISMI5ViVkT1tr6tdNmXeTrcpVSD3vZ1RsRdN4= +golang.org/x/tools v0.11.0 h1:EMCa6U9S2LtZXLAMoWiR/R8dAQFRqbAitmbJ2UKhoi8= +golang.org/x/tools v0.11.0/go.mod h1:anzJrxPjNtfgiYQYirP2CPGzGLxrH2u2QBhn6Bf3qY8= +golang.org/x/tools/go/vcs v0.1.0-deprecated h1:cOIJqWBl99H1dH5LWizPa+0ImeeJq3t3cJjaeOWUAL4= +golang.org/x/tools/go/vcs v0.1.0-deprecated/go.mod h1:zUrvATBAvEI9535oC0yWYsLsHIV4Z7g63sNPVMtuBy8= golang.org/x/vuln v0.0.0-20230303230808-d3042fecc4e3 h1:9GJsAwSzB/ztwMwsEm3ihUgCXHCULbNsubxqIrdKa44= golang.org/x/vuln v0.0.0-20230303230808-d3042fecc4e3/go.mod h1:LTLnfk/dpXDNKsX6aCg/cI4LyCVnTyrQhgV/yLJuly0= golang.org/x/xerrors v0.0.0-20190410155217-1f06c39b4373/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= @@ -2669,10 +3007,14 @@ golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2/go.mod h1:K8+ghG5WaK9qNq gonum.org/v1/gonum v0.0.0-20180816165407-929014505bf4/go.mod h1:Y+Yx5eoAFn32cQvJDxZx5Dpnq+c3wtXuadVZAcxbbBo= gonum.org/v1/gonum v0.0.0-20190331200053-3d26580ed485/go.mod h1:2ltnJ7xHfj0zHS40VVPYEAAMTa3ZGguvHGBSJeRWqE0= gonum.org/v1/gonum v0.8.2/go.mod h1:oe/vMfY3deqTw+1EZJhuvEW2iwGF1bW9wwu7XCu0+v0= +gonum.org/v1/gonum v0.9.3/go.mod h1:TZumC3NeyVQskjXqmyWt4S3bINhy7B4eYwW69EbyX+0= gonum.org/v1/gonum v0.11.0 h1:f1IJhK4Km5tBJmaiJXtk/PkL4cdVX6J+tGiM187uT5E= +gonum.org/v1/gonum v0.11.0/go.mod h1:fSG4YDCxxUZQJ7rKsQrj0gMOg00Il0Z96/qMA4bVQhA= gonum.org/v1/netlib v0.0.0-20190313105609-8cb42192e0e0/go.mod h1:wa6Ws7BG/ESfp6dHfk7C6KdzKA7wR7u/rKwOGE66zvw= gonum.org/v1/netlib v0.0.0-20190331212654-76723241ea4e/go.mod h1:kS+toOQn6AQKjmKJ7gzohV1XkqsFehRA2FbsbkopSuQ= gonum.org/v1/plot v0.0.0-20190515093506-e2840ee46a6b/go.mod h1:Wt8AAjI+ypCyYX3nZBvf6cAIx93T+c/OS2HFAYskSZc= +gonum.org/v1/plot v0.9.0/go.mod h1:3Pcqqmp6RHvJI72kgb8fThyUnav364FOsdDo2aGW5lY= +gonum.org/v1/plot v0.10.1/go.mod h1:VZW5OlhkL1mysU9vaqNHnsy86inf6Ot+jB3r+BczCEo= google.golang.org/api v0.4.0/go.mod h1:8k5glujaEP+g9n7WNsDg8QP6cUVNI86fCNMcbazEtwE= google.golang.org/api v0.6.1-0.20190607001116-5213b8090861/go.mod h1:btoxGiFvQNVUZQ8W08zLtrVS08CNpINPEfxXxgJL1Q4= google.golang.org/api v0.7.0/go.mod h1:WtwebWUNSVBH/HAw79HIFXZNqEvBhG+Ra+ax0hx3E3M= @@ -2729,13 +3071,20 @@ google.golang.org/api v0.99.0/go.mod h1:1YOf74vkVndF7pG6hIHuINsM7eWwpVTAfNMNiL91 google.golang.org/api v0.100.0/go.mod h1:ZE3Z2+ZOr87Rx7dqFsdRQkRBk36kDtp/h+QpHbB7a70= google.golang.org/api v0.102.0/go.mod h1:3VFl6/fzoA+qNuS1N1/VfXY4LjoXN/wzeIp7TweWwGo= google.golang.org/api v0.103.0/go.mod h1:hGtW6nK1AC+d9si/UBhw8Xli+QMOf6xyNAyJw4qU9w0= -google.golang.org/api v0.104.0/go.mod h1:JCspTXJbBxa5ySXw4UgUqVer7DfVxbvc/CTUFqAED5U= google.golang.org/api v0.106.0/go.mod h1:2Ts0XTHNVWxypznxWOYUeI4g3WdP9Pk2Qk58+a/O9MY= google.golang.org/api v0.107.0/go.mod h1:2Ts0XTHNVWxypznxWOYUeI4g3WdP9Pk2Qk58+a/O9MY= google.golang.org/api v0.108.0/go.mod h1:2Ts0XTHNVWxypznxWOYUeI4g3WdP9Pk2Qk58+a/O9MY= google.golang.org/api v0.110.0/go.mod h1:7FC4Vvx1Mooxh8C5HWjzZHcavuS2f6pmJpZx60ca7iI= -google.golang.org/api v0.124.0 h1:dP6Ef1VgOGqQ8eiv4GiY8RhmeyqzovcXBYPDUYG8Syo= +google.golang.org/api v0.111.0/go.mod h1:qtFHvU9mhgTJegR31csQ+rwxyUTHOKFqCKWp1J0fdw0= +google.golang.org/api v0.114.0/go.mod h1:ifYI2ZsFK6/uGddGfAD5BMxlnkBqCmqHSDUVi45N5Yg= +google.golang.org/api v0.118.0/go.mod h1:76TtD3vkgmZ66zZzp72bUUklpmQmKlhh6sYtIjYK+5E= +google.golang.org/api v0.122.0/go.mod h1:gcitW0lvnyWjSp9nKxAbdHKIZ6vF4aajGueeslZOyms= +google.golang.org/api v0.123.0/go.mod h1:gcitW0lvnyWjSp9nKxAbdHKIZ6vF4aajGueeslZOyms= google.golang.org/api v0.124.0/go.mod h1:xu2HQurE5gi/3t1aFCvhPD781p0a3p11sdunTJ2BlP4= +google.golang.org/api v0.125.0/go.mod h1:mBwVAtz+87bEN6CbA1GtZPDOqY2R5ONPqJeIlvyo4Aw= +google.golang.org/api v0.126.0/go.mod h1:mBwVAtz+87bEN6CbA1GtZPDOqY2R5ONPqJeIlvyo4Aw= +google.golang.org/api v0.128.0 h1:RjPESny5CnQRn9V6siglged+DZCgfu9l6mO9dkX9VOg= +google.golang.org/api v0.128.0/go.mod h1:Y611qgqaE92On/7g65MQgxYul3c0rEB894kniWLY750= google.golang.org/appengine v1.1.0/go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9YwlJXL52JkM= google.golang.org/appengine v1.4.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= google.golang.org/appengine v1.5.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= @@ -2821,6 +3170,7 @@ google.golang.org/genproto v0.0.0-20211118181313-81c1377c94b1/go.mod h1:5CzLGKJ6 google.golang.org/genproto v0.0.0-20211206160659-862468c7d6e0/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc= google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc= google.golang.org/genproto v0.0.0-20211221195035-429b39de9b1c/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc= +google.golang.org/genproto v0.0.0-20220107163113-42d7afdf6368/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc= google.golang.org/genproto v0.0.0-20220126215142-9970aeb2e350/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc= google.golang.org/genproto v0.0.0-20220207164111-0872dc986b00/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc= google.golang.org/genproto v0.0.0-20220218161850-94dd64e39d7c/go.mod h1:kGP+zUP2Ddo0ayMi4YuN7C3WZyJvGLZRh8Z5wnAqvEI= @@ -2845,7 +3195,6 @@ google.golang.org/genproto v0.0.0-20220617124728-180714bec0ad/go.mod h1:KEWEmljW google.golang.org/genproto v0.0.0-20220624142145-8cd45d7dbd1f/go.mod h1:KEWEmljWE5zPzLBa/oHl6DaEt9LmfH6WtH1OHIvleBA= google.golang.org/genproto v0.0.0-20220628213854-d9e0b6570c03/go.mod h1:KEWEmljWE5zPzLBa/oHl6DaEt9LmfH6WtH1OHIvleBA= google.golang.org/genproto v0.0.0-20220722212130-b98a9ff5e252/go.mod h1:GkXuJDJ6aQ7lnJcRF+SJVgFdQhypqgl3LB1C9vabdRE= -google.golang.org/genproto v0.0.0-20220728213248-dd149ef739b9/go.mod h1:iHe1svFLAZg9VWz891+QbRMwUv9O/1Ww+/mngYeThbc= google.golang.org/genproto v0.0.0-20220801145646-83ce21fca29f/go.mod h1:iHe1svFLAZg9VWz891+QbRMwUv9O/1Ww+/mngYeThbc= google.golang.org/genproto v0.0.0-20220815135757-37a418bb8959/go.mod h1:dbqgFATTzChvnt+ujMdZwITVAJHFtfyN1qUhDqEiIlk= google.golang.org/genproto v0.0.0-20220817144833-d7fd3f11b9b1/go.mod h1:dbqgFATTzChvnt+ujMdZwITVAJHFtfyN1qUhDqEiIlk= @@ -2866,22 +3215,47 @@ google.golang.org/genproto v0.0.0-20221014213838-99cd37c6964a/go.mod h1:1vXfmgAz google.golang.org/genproto v0.0.0-20221024153911-1573dae28c9c/go.mod h1:9qHF0xnpdSfF6knlcsnpzUu5y+rpwgbvsyGAZPBMg4s= google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e/go.mod h1:9qHF0xnpdSfF6knlcsnpzUu5y+rpwgbvsyGAZPBMg4s= google.golang.org/genproto v0.0.0-20221027153422-115e99e71e1c/go.mod h1:CGI5F/G+E5bKwmfYo09AXuVN4dD894kIKUFmVbP2/Fo= +google.golang.org/genproto v0.0.0-20221109142239-94d6d90a7d66/go.mod h1:rZS5c/ZVYMaOGBfO68GWtjOw/eLaZM1X6iVtgjZ+EWg= google.golang.org/genproto v0.0.0-20221114212237-e4508ebdbee1/go.mod h1:rZS5c/ZVYMaOGBfO68GWtjOw/eLaZM1X6iVtgjZ+EWg= google.golang.org/genproto v0.0.0-20221117204609-8f9c96812029/go.mod h1:rZS5c/ZVYMaOGBfO68GWtjOw/eLaZM1X6iVtgjZ+EWg= google.golang.org/genproto v0.0.0-20221118155620-16455021b5e6/go.mod h1:rZS5c/ZVYMaOGBfO68GWtjOw/eLaZM1X6iVtgjZ+EWg= google.golang.org/genproto v0.0.0-20221201164419-0e50fba7f41c/go.mod h1:rZS5c/ZVYMaOGBfO68GWtjOw/eLaZM1X6iVtgjZ+EWg= +google.golang.org/genproto v0.0.0-20221201204527-e3fa12d562f3/go.mod h1:rZS5c/ZVYMaOGBfO68GWtjOw/eLaZM1X6iVtgjZ+EWg= google.golang.org/genproto v0.0.0-20221202195650-67e5cbc046fd/go.mod h1:cTsE614GARnxrLsqKREzmNYJACSWWpAWdNMwnD7c2BE= -google.golang.org/genproto v0.0.0-20221205194025-8222ab48f5fc/go.mod h1:1dOng4TWOomJrDGhpXjfCD35wQC6jnC7HpRmOFRqEV0= -google.golang.org/genproto v0.0.0-20221206210731-b1a01be3a5f6/go.mod h1:1dOng4TWOomJrDGhpXjfCD35wQC6jnC7HpRmOFRqEV0= google.golang.org/genproto v0.0.0-20221227171554-f9683d7f8bef/go.mod h1:RGgjbofJ8xD9Sq1VVhDM1Vok1vRONV+rg+CjzG4SZKM= google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f/go.mod h1:RGgjbofJ8xD9Sq1VVhDM1Vok1vRONV+rg+CjzG4SZKM= google.golang.org/genproto v0.0.0-20230112194545-e10362b5ecf9/go.mod h1:RGgjbofJ8xD9Sq1VVhDM1Vok1vRONV+rg+CjzG4SZKM= google.golang.org/genproto v0.0.0-20230113154510-dbe35b8444a5/go.mod h1:RGgjbofJ8xD9Sq1VVhDM1Vok1vRONV+rg+CjzG4SZKM= +google.golang.org/genproto v0.0.0-20230123190316-2c411cf9d197/go.mod h1:RGgjbofJ8xD9Sq1VVhDM1Vok1vRONV+rg+CjzG4SZKM= google.golang.org/genproto v0.0.0-20230124163310-31e0e69b6fc2/go.mod h1:RGgjbofJ8xD9Sq1VVhDM1Vok1vRONV+rg+CjzG4SZKM= google.golang.org/genproto v0.0.0-20230125152338-dcaf20b6aeaa/go.mod h1:RGgjbofJ8xD9Sq1VVhDM1Vok1vRONV+rg+CjzG4SZKM= +google.golang.org/genproto v0.0.0-20230127162408-596548ed4efa/go.mod h1:RGgjbofJ8xD9Sq1VVhDM1Vok1vRONV+rg+CjzG4SZKM= google.golang.org/genproto v0.0.0-20230209215440-0dfe4f8abfcc/go.mod h1:RGgjbofJ8xD9Sq1VVhDM1Vok1vRONV+rg+CjzG4SZKM= -google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 h1:KpwkzHKEF7B9Zxg18WzOa7djJ+Ha5DzthMyZYQfEn2A= +google.golang.org/genproto v0.0.0-20230216225411-c8e22ba71e44/go.mod h1:8B0gmkoRebU8ukX6HP+4wrVQUY1+6PkQ44BSyIlflHA= +google.golang.org/genproto v0.0.0-20230222225845-10f96fb3dbec/go.mod h1:3Dl5ZL0q0isWJt+FVcfpQyirqemEuLAK/iFvg1UP1Hw= +google.golang.org/genproto v0.0.0-20230223222841-637eb2293923/go.mod h1:3Dl5ZL0q0isWJt+FVcfpQyirqemEuLAK/iFvg1UP1Hw= +google.golang.org/genproto v0.0.0-20230303212802-e74f57abe488/go.mod h1:TvhZT5f700eVlTNwND1xoEZQeWTB2RY/65kplwl/bFA= +google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4/go.mod h1:NWraEVixdDnqcqQ30jipen1STv2r/n24Wb7twVTGR4s= +google.golang.org/genproto v0.0.0-20230320184635-7606e756e683/go.mod h1:NWraEVixdDnqcqQ30jipen1STv2r/n24Wb7twVTGR4s= +google.golang.org/genproto v0.0.0-20230323212658-478b75c54725/go.mod h1:UUQDJDOlWu4KYeJZffbWgBkS1YFobzKbLVfK69pe0Ak= +google.golang.org/genproto v0.0.0-20230330154414-c0448cd141ea/go.mod h1:UUQDJDOlWu4KYeJZffbWgBkS1YFobzKbLVfK69pe0Ak= +google.golang.org/genproto v0.0.0-20230331144136-dcfb400f0633/go.mod h1:UUQDJDOlWu4KYeJZffbWgBkS1YFobzKbLVfK69pe0Ak= +google.golang.org/genproto v0.0.0-20230403163135-c38d8f061ccd/go.mod h1:UUQDJDOlWu4KYeJZffbWgBkS1YFobzKbLVfK69pe0Ak= google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1/go.mod h1:nKE/iIaLqn2bQwXBg8f1g2Ylh6r5MN5CmZvuzZCgsCU= +google.golang.org/genproto v0.0.0-20230525234025-438c736192d0/go.mod h1:9ExIQyXL5hZrHzQceCwuSYwZZ5QZBazOcprJ5rgs3lY= +google.golang.org/genproto v0.0.0-20230530153820-e85fd2cbaebc h1:8DyZCyvI8mE1IdLy/60bS+52xfymkE72wv1asokgtao= +google.golang.org/genproto v0.0.0-20230530153820-e85fd2cbaebc/go.mod h1:xZnkP7mREFX5MORlOPEzLMr+90PPZQ2QWzrVTWfAq64= +google.golang.org/genproto/googleapis/api v0.0.0-20230525234020-1aefcd67740a/go.mod h1:ts19tUU+Z0ZShN1y3aPyq2+O3d5FUNNgT6FtOzmrNn8= +google.golang.org/genproto/googleapis/api v0.0.0-20230525234035-dd9d682886f9/go.mod h1:vHYtlOoi6TsQ3Uk2yxR7NI5z8uoV+3pZtR4jmHIkRig= +google.golang.org/genproto/googleapis/api v0.0.0-20230526203410-71b5a4ffd15e/go.mod h1:vHYtlOoi6TsQ3Uk2yxR7NI5z8uoV+3pZtR4jmHIkRig= +google.golang.org/genproto/googleapis/api v0.0.0-20230530153820-e85fd2cbaebc h1:kVKPf/IiYSBWEWtkIn6wZXwWGCnLKcC8oWfZvXjsGnM= +google.golang.org/genproto/googleapis/api v0.0.0-20230530153820-e85fd2cbaebc/go.mod h1:vHYtlOoi6TsQ3Uk2yxR7NI5z8uoV+3pZtR4jmHIkRig= +google.golang.org/genproto/googleapis/bytestream v0.0.0-20230530153820-e85fd2cbaebc/go.mod h1:ylj+BE99M198VPbBh6A8d9n3w8fChvyLK3wwBOjXBFA= +google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234015-3fc162c6f38a/go.mod h1:xURIpW9ES5+/GZhnV6beoEtxQrnkRGIfP5VQG2tCBLc= +google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234030-28d5490b6b19/go.mod h1:66JfowdXAEgad5O9NnYcsNPLCPZJD++2L9X0PCMODrA= +google.golang.org/genproto/googleapis/rpc v0.0.0-20230526203410-71b5a4ffd15e/go.mod h1:66JfowdXAEgad5O9NnYcsNPLCPZJD++2L9X0PCMODrA= +google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc h1:XSJ8Vk1SWuNr8S18z1NZSziL0CPIXLCCMDOEFtHBOFc= +google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc/go.mod h1:66JfowdXAEgad5O9NnYcsNPLCPZJD++2L9X0PCMODrA= google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c= google.golang.org/grpc v1.20.1/go.mod h1:10oTOabMzJvdu6/UiuZezV6QK5dSlG84ov/aaiqXj38= google.golang.org/grpc v1.21.0/go.mod h1:oYelfM1adQP15Ek0mdvEgi9Df8B9CZIaU1084ijfRaM= @@ -2923,10 +3297,13 @@ google.golang.org/grpc v1.49.0/go.mod h1:ZgQEeidpAuNRZ8iRrlBKXZQP1ghovWIVhdJRyCD google.golang.org/grpc v1.50.0/go.mod h1:ZgQEeidpAuNRZ8iRrlBKXZQP1ghovWIVhdJRyCDK+GI= google.golang.org/grpc v1.50.1/go.mod h1:ZgQEeidpAuNRZ8iRrlBKXZQP1ghovWIVhdJRyCDK+GI= google.golang.org/grpc v1.51.0/go.mod h1:wgNDFcnuBGmxLKI/qn4T+m5BtEBYXJPvibbUPsAIPww= -google.golang.org/grpc v1.52.1/go.mod h1:pu6fVzoFb+NBYNAvQL08ic+lvB2IojljRYuun5vorUY= +google.golang.org/grpc v1.52.0/go.mod h1:pu6fVzoFb+NBYNAvQL08ic+lvB2IojljRYuun5vorUY= +google.golang.org/grpc v1.52.3/go.mod h1:pu6fVzoFb+NBYNAvQL08ic+lvB2IojljRYuun5vorUY= google.golang.org/grpc v1.53.0/go.mod h1:OnIrk0ipVdj4N5d9IUoFUx72/VlD7+jUsHwZgwSMQpw= -google.golang.org/grpc v1.55.0 h1:3Oj82/tFSCeUrRTg/5E/7d/W5A1tj6Ky1ABAuZuv5ag= +google.golang.org/grpc v1.54.0/go.mod h1:PUSEXI6iWghWaB6lXM4knEgpJNu2qUcKfDtNci3EC2g= google.golang.org/grpc v1.55.0/go.mod h1:iYEXKGkEBhg1PjZQvoYEVPTDkHo1/bjTnfwTeGONTY8= +google.golang.org/grpc v1.56.0 h1:+y7Bs8rtMd07LeXmL3NxcTLn7mUkbKZqEpPhMNkwJEE= +google.golang.org/grpc v1.56.0/go.mod h1:I9bI3vqKfayGqPUAwGdOSu7kt6oIJLixfffKrpXqQ9s= google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0/go.mod h1:6Kw0yEErY5E/yWrBtf03jp27GLLJujG4z/JK95pnjjw= google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8= google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0= @@ -2943,8 +3320,10 @@ google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQ google.golang.org/protobuf v1.27.1/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= google.golang.org/protobuf v1.28.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I= google.golang.org/protobuf v1.28.1/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I= -google.golang.org/protobuf v1.30.0 h1:kPPoIgf3TsEvrm0PFe15JQ+570QVxYzEvvHqChK+cng= +google.golang.org/protobuf v1.29.1/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I= google.golang.org/protobuf v1.30.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I= +google.golang.org/protobuf v1.31.0 h1:g0LDEJHgrBl9N9r17Ru3sqWhkIx2NB67okBHPwC7hs8= +google.golang.org/protobuf v1.31.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I= gopkg.in/airbrake/gobrake.v2 v2.0.9/go.mod h1:/h5ZAUhDkGaJfjzjKLSjv6zCL6O0LLBxU4K+aSYdM/U= gopkg.in/alecthomas/kingpin.v2 v2.2.6/go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLkstjWtayDeSgw= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= @@ -2965,7 +3344,6 @@ gopkg.in/inconshreveable/log15.v2 v2.0.0-20180818164646-67afb5ed74ec/go.mod h1:a gopkg.in/inf.v0 v0.9.1 h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc= gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw= gopkg.in/ini.v1 v1.51.0/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= -gopkg.in/ini.v1 v1.57.0/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= gopkg.in/ini.v1 v1.66.6/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= gopkg.in/ini.v1 v1.67.0/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= gopkg.in/natefinch/lumberjack.v2 v2.0.0/go.mod h1:l0ndWWf7gzL7RNwBG7wST/UCcT4T24xpD6X8LsfU/+k= @@ -2994,6 +3372,7 @@ gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C gopkg.in/yaml.v3 v3.0.0-20200605160147-a5ece683394c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= +gopkg.in/yaml.v3 v3.0.0/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gotest.tools v2.2.0+incompatible h1:VsBPFP1AI068pPrMxtb/S8Zkgf9xEmTLJjfM+P5UIEo= @@ -3008,6 +3387,7 @@ honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWh honnef.co/go/tools v0.0.1-2019.2.3/go.mod h1:a3bituU0lyd329TUQxRnasdCoJDkEUEAqEt0JzvZhAg= honnef.co/go/tools v0.0.1-2020.1.3/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k= honnef.co/go/tools v0.0.1-2020.1.4/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k= +honnef.co/go/tools v0.1.3/go.mod h1:NgwopIslSNH47DimFoV78dnkksY2EFtX0ajyb3K/las= honnef.co/go/tools v0.2.2 h1:MNh1AVMyVX23VUHE2O27jm6lNj3vjO5DexS4A1xvnzk= k8s.io/api v0.18.8/go.mod h1:d/CXqwWv+Z2XEG1LgceeDmHQwpUJhROPx16SlxJgERY= k8s.io/api v0.20.1/go.mod h1:KqwcCVogGxQY3nBlRpwt+wpAMF/KjaCc7RpywacvqUo= @@ -3015,8 +3395,8 @@ k8s.io/api v0.20.4/go.mod h1:++lNL1AJMkDymriNniQsWRkMDzRaX2Y/POTUi8yvqYQ= k8s.io/api v0.20.6/go.mod h1:X9e8Qag6JV/bL5G6bU8sdVRltWKmdHsFUGS3eVndqE8= k8s.io/api v0.22.5/go.mod h1:mEhXyLaSD1qTOf40rRiKXkc+2iCem09rWLlFwhCEiAs= k8s.io/api v0.23.5/go.mod h1:Na4XuKng8PXJ2JsploYYrivXrINeTaycCGcYgF91Xm8= -k8s.io/api v0.26.1 h1:f+SWYiPd/GsiWwVRz+NbFyCgvv75Pk9NK6dlkZgpCRQ= -k8s.io/api v0.26.1/go.mod h1:xd/GBNgR0f707+ATNyPmQ1oyKSgndzXij81FzWGsejg= +k8s.io/api v0.26.2 h1:dM3cinp3PGB6asOySalOZxEG4CZ0IAdJsrYZXE/ovGQ= +k8s.io/api v0.26.2/go.mod h1:1kjMQsFE+QHPfskEcVNgL3+Hp88B80uj0QtSOlj8itU= k8s.io/apimachinery v0.18.8/go.mod h1:6sQd+iHEqmOtALqOFjSWp2KZ9F0wlU/nWm0ZgsYWMig= k8s.io/apimachinery v0.20.1/go.mod h1:WlLqWAHZGg07AeltaI0MV5uk1Omp8xaN0JGLY6gkRpU= k8s.io/apimachinery v0.20.4/go.mod h1:WlLqWAHZGg07AeltaI0MV5uk1Omp8xaN0JGLY6gkRpU= @@ -3024,8 +3404,8 @@ k8s.io/apimachinery v0.20.6/go.mod h1:ejZXtW1Ra6V1O5H8xPBGz+T3+4gfkTCeExAHKU57MA k8s.io/apimachinery v0.22.1/go.mod h1:O3oNtNadZdeOMxHFVxOreoznohCpy0z6mocxbZr7oJ0= k8s.io/apimachinery v0.22.5/go.mod h1:xziclGKwuuJ2RM5/rSFQSYAj0zdbci3DH8kj+WvyN0U= k8s.io/apimachinery v0.23.5/go.mod h1:BEuFMMBaIbcOqVIJqNZJXGFTP4W6AycEpb5+m/97hrM= -k8s.io/apimachinery v0.26.1 h1:8EZ/eGJL+hY/MYCNwhmDzVqq2lPl3N3Bo8rvweJwXUQ= -k8s.io/apimachinery v0.26.1/go.mod h1:tnPmbONNJ7ByJNz9+n9kMjNP8ON+1qoAIIC70lztu74= +k8s.io/apimachinery v0.26.2 h1:da1u3D5wfR5u2RpLhE/ZtZS2P7QvDgLZTi9wrNZl/tQ= +k8s.io/apimachinery v0.26.2/go.mod h1:ats7nN1LExKHvJ9TmwootT00Yz05MuYqPXEXaVeOy5I= k8s.io/apiserver v0.18.8/go.mod h1:12u5FuGql8Cc497ORNj79rhPdiXQC4bf53X/skR/1YM= k8s.io/apiserver v0.20.1/go.mod h1:ro5QHeQkgMS7ZGpvf4tSMx6bBOgPfE+f52KwvXfScaU= k8s.io/apiserver v0.20.4/go.mod h1:Mc80thBKOyy7tbvFtB4kJv1kbdD0eIH8k8vianJcbFM= @@ -3037,8 +3417,8 @@ k8s.io/client-go v0.20.4/go.mod h1:LiMv25ND1gLUdBeYxBIwKpkSC5IsozMMmOOeSJboP+k= k8s.io/client-go v0.20.6/go.mod h1:nNQMnOvEUEsOzRRFIIkdmYOjAZrC8bgq0ExboWSU1I0= k8s.io/client-go v0.22.5/go.mod h1:cs6yf/61q2T1SdQL5Rdcjg9J1ElXSwbjSrW2vFImM4Y= k8s.io/client-go v0.23.5/go.mod h1:flkeinTO1CirYgzMPRWxUCnV0G4Fbu2vLhYCObnt/r4= -k8s.io/client-go v0.26.1 h1:87CXzYJnAMGaa/IDDfRdhTzxk/wzGZ+/HUQpqgVSZXU= -k8s.io/client-go v0.26.1/go.mod h1:IWNSglg+rQ3OcvDkhY6+QLeasV4OYHDjdqeWkDQZwGE= +k8s.io/client-go v0.26.2 h1:s1WkVujHX3kTp4Zn4yGNFK+dlDXy1bAAkIl+cFAiuYI= +k8s.io/client-go v0.26.2/go.mod h1:u5EjOuSyBa09yqqyY7m3abZeovO/7D/WehVVlZ2qcqU= k8s.io/cloud-provider v0.18.8/go.mod h1:cn9AlzMPVIXA4HHLVbgGUigaQlZyHSZ7WAwDEFNrQSs= k8s.io/code-generator v0.17.2/go.mod h1:DVmfPQgxQENqDIzVR2ddLXMH34qeszkKSdH/N+s+38s= k8s.io/code-generator v0.19.7/go.mod h1:lwEq3YnLYb/7uVXLorOJfxg+cUu2oihFhHZ0n9NIla0= @@ -3068,8 +3448,9 @@ k8s.io/klog/v2 v2.4.0/go.mod h1:Od+F08eJP+W3HUb4pSrPpgp9DGU4GzlpG/TmITuYh/Y= k8s.io/klog/v2 v2.9.0/go.mod h1:hy9LJ/NvuK+iVyP4Ehqva4HxZG/oXyIS3n3Jmire4Ec= k8s.io/klog/v2 v2.30.0/go.mod h1:y1WjHnz7Dj687irZUWR/WLkLc5N1YHtjLdmgWjndZn0= k8s.io/klog/v2 v2.40.1/go.mod h1:y1WjHnz7Dj687irZUWR/WLkLc5N1YHtjLdmgWjndZn0= -k8s.io/klog/v2 v2.80.1 h1:atnLQ121W371wYYFawwYx1aEY2eUfs4l3J72wtgAwV4= k8s.io/klog/v2 v2.80.1/go.mod h1:y1WjHnz7Dj687irZUWR/WLkLc5N1YHtjLdmgWjndZn0= +k8s.io/klog/v2 v2.90.1 h1:m4bYOKall2MmOiRaR1J+We67Do7vm9KiQVlT96lnHUw= +k8s.io/klog/v2 v2.90.1/go.mod h1:y1WjHnz7Dj687irZUWR/WLkLc5N1YHtjLdmgWjndZn0= k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a/go.mod h1:1TqjTSzOxsLGIKfj0lK8EeCP7K1iUG65v09OM0/WG5E= k8s.io/kube-openapi v0.0.0-20200410145947-61e04a5be9a6/go.mod h1:GRQhZsXIAJ1xR0C9bd8UpWHZ5plfAS9fzPjJuQ6JL3E= k8s.io/kube-openapi v0.0.0-20200410163147-594e756bea31/go.mod h1:1TqjTSzOxsLGIKfj0lK8EeCP7K1iUG65v09OM0/WG5E= @@ -3079,8 +3460,8 @@ k8s.io/kube-openapi v0.0.0-20210421082810-95288971da7e/go.mod h1:vHXdDvt9+2spS2R k8s.io/kube-openapi v0.0.0-20211109043538-20434351676c/go.mod h1:vHXdDvt9+2spS2Rx9ql3I8tycm3H9FDfdUoIuKCefvw= k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65/go.mod h1:sX9MT8g7NVZM5lVL/j8QyCCJe8YSMW30QvGZWaCIDIk= k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280/go.mod h1:+Axhij7bCpeqhklhUTe3xmOn6bWxolyZEeyaFpjGtl4= -k8s.io/kube-openapi v0.0.0-20221207184640-f3cff1453715 h1:tBEbstoM+K0FiBV5KGAKQ0kuvf54v/hwpldiJt69w1s= -k8s.io/kube-openapi v0.0.0-20221207184640-f3cff1453715/go.mod h1:+Axhij7bCpeqhklhUTe3xmOn6bWxolyZEeyaFpjGtl4= +k8s.io/kube-openapi v0.0.0-20230303024457-afdc3dddf62d h1:VcFq5n7wCJB2FQMCIHfC+f+jNcGgNMar1uKd6rVlifU= +k8s.io/kube-openapi v0.0.0-20230303024457-afdc3dddf62d/go.mod h1:y5VtZWM9sHHc2ZodIH/6SHzXj+TPU5USoA8lcIeKEKY= k8s.io/kubernetes v1.13.0/go.mod h1:ocZa8+6APFNC2tX1DZASIbocyYT5jHzqFVsY5aoB7Jk= k8s.io/legacy-cloud-providers v0.18.8/go.mod h1:tgp4xYf6lvjrWnjQwTOPvWQE9IVqSBGPF4on0IyICQE= k8s.io/utils v0.0.0-20200324210504-a9aa75ae1b89/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew= @@ -3090,17 +3471,51 @@ k8s.io/utils v0.0.0-20210819203725-bdf08cb9a70a/go.mod h1:jPW/WVKK9YHAvNhRxK0md/ k8s.io/utils v0.0.0-20210930125809-cb0fa318a74b/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA= k8s.io/utils v0.0.0-20211116205334-6203023598ed/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA= k8s.io/utils v0.0.0-20221107191617-1a15be271d1d/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0= -k8s.io/utils v0.0.0-20221128185143-99ec85e7a448 h1:KTgPnR10d5zhztWptI952TNtt/4u5h3IzDXkdIMuo2Y= -k8s.io/utils v0.0.0-20221128185143-99ec85e7a448/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0= +k8s.io/utils v0.0.0-20230308161112-d77c459e9343 h1:m7tbIjXGcGIAtpmQr7/NAi7RsWoW3E7Zcm4jI1HicTc= +k8s.io/utils v0.0.0-20230308161112-d77c459e9343/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0= +lukechampine.com/uint128 v1.1.1/go.mod h1:c4eWIwlEGaxC/+H1VguhU4PHXNWDCDMUlWdIWl2j1gk= +lukechampine.com/uint128 v1.2.0/go.mod h1:c4eWIwlEGaxC/+H1VguhU4PHXNWDCDMUlWdIWl2j1gk= modernc.org/cc v1.0.0/go.mod h1:1Sk4//wdnYJiUIxnW8ddKpaOJCF37yAdqYnkxUpaYxw= +modernc.org/cc/v3 v3.36.0/go.mod h1:NFUHyPn4ekoC/JHeZFfZurN6ixxawE1BnVonP/oahEI= +modernc.org/cc/v3 v3.36.2/go.mod h1:NFUHyPn4ekoC/JHeZFfZurN6ixxawE1BnVonP/oahEI= +modernc.org/cc/v3 v3.36.3/go.mod h1:NFUHyPn4ekoC/JHeZFfZurN6ixxawE1BnVonP/oahEI= +modernc.org/ccgo/v3 v3.0.0-20220428102840-41399a37e894/go.mod h1:eI31LL8EwEBKPpNpA4bU1/i+sKOwOrQy8D87zWUcRZc= +modernc.org/ccgo/v3 v3.0.0-20220430103911-bc99d88307be/go.mod h1:bwdAnOoaIt8Ax9YdWGjxWsdkPcZyRPHqrOvJxaKAKGw= +modernc.org/ccgo/v3 v3.16.4/go.mod h1:tGtX0gE9Jn7hdZFeU88slbTh1UtCYKusWOoCJuvkWsQ= +modernc.org/ccgo/v3 v3.16.6/go.mod h1:tGtX0gE9Jn7hdZFeU88slbTh1UtCYKusWOoCJuvkWsQ= +modernc.org/ccgo/v3 v3.16.8/go.mod h1:zNjwkizS+fIFDrDjIAgBSCLkWbJuHF+ar3QRn+Z9aws= +modernc.org/ccgo/v3 v3.16.9/go.mod h1:zNMzC9A9xeNUepy6KuZBbugn3c0Mc9TeiJO4lgvkJDo= +modernc.org/ccorpus v1.11.6/go.mod h1:2gEUTrWqdpH2pXsmTM1ZkjeSrUWDpjMu2T6m29L/ErQ= modernc.org/golex v1.0.0/go.mod h1:b/QX9oBD/LhixY6NDh+IdGv17hgB+51fET1i2kPSmvk= +modernc.org/httpfs v1.0.6/go.mod h1:7dosgurJGp0sPaRanU53W4xZYKh14wfzX420oZADeHM= +modernc.org/libc v0.0.0-20220428101251-2d5f3daf273b/go.mod h1:p7Mg4+koNjc8jkqwcoFBJx7tXkpj00G77X7A72jXPXA= +modernc.org/libc v1.16.0/go.mod h1:N4LD6DBE9cf+Dzf9buBlzVJndKr/iJHG97vGLHYnb5A= +modernc.org/libc v1.16.1/go.mod h1:JjJE0eu4yeK7tab2n4S1w8tlWd9MxXLRzheaRnAKymU= +modernc.org/libc v1.16.17/go.mod h1:hYIV5VZczAmGZAnG15Vdngn5HSF5cSkbvfz2B7GRuVU= +modernc.org/libc v1.16.19/go.mod h1:p7Mg4+koNjc8jkqwcoFBJx7tXkpj00G77X7A72jXPXA= +modernc.org/libc v1.17.0/go.mod h1:XsgLldpP4aWlPlsjqKRdHPqCxCjISdHfM/yeWC5GyW0= +modernc.org/libc v1.17.1/go.mod h1:FZ23b+8LjxZs7XtFMbSzL/EhPxNbfZbErxEHc7cbD9s= modernc.org/mathutil v1.0.0/go.mod h1:wU0vUrJsVWBZ4P6e7xtFJEhFSNsfRLJ8H458uRjg03k= +modernc.org/mathutil v1.2.2/go.mod h1:mZW8CKdRPY1v87qxC/wUdX5O1qDzXMP5TH3wjfpga6E= +modernc.org/mathutil v1.4.1/go.mod h1:mZW8CKdRPY1v87qxC/wUdX5O1qDzXMP5TH3wjfpga6E= +modernc.org/mathutil v1.5.0/go.mod h1:mZW8CKdRPY1v87qxC/wUdX5O1qDzXMP5TH3wjfpga6E= +modernc.org/memory v1.1.1/go.mod h1:/0wo5ibyrQiaoUoH7f9D8dnglAmILJ5/cxZlRECf+Nw= +modernc.org/memory v1.2.0/go.mod h1:/0wo5ibyrQiaoUoH7f9D8dnglAmILJ5/cxZlRECf+Nw= +modernc.org/memory v1.2.1/go.mod h1:PkUhL0Mugw21sHPeskwZW4D6VscE/GQJOnIpCnW6pSU= +modernc.org/opt v0.1.1/go.mod h1:WdSiB5evDcignE70guQKxYUl14mgWtbClRi5wmkkTX0= +modernc.org/opt v0.1.3/go.mod h1:WdSiB5evDcignE70guQKxYUl14mgWtbClRi5wmkkTX0= +modernc.org/sqlite v1.18.1/go.mod h1:6ho+Gow7oX5V+OiOQ6Tr4xeqbx13UZ6t+Fw9IRUG4d4= modernc.org/strutil v1.0.0/go.mod h1:lstksw84oURvj9y3tn8lGvRxyRC1S2+g5uuIzNfIOBs= +modernc.org/strutil v1.1.1/go.mod h1:DE+MQQ/hjKBZS2zNInV5hhcipt5rLPWkmpbGeW5mmdw= +modernc.org/strutil v1.1.3/go.mod h1:MEHNA7PdEnEwLvspRMtWTNnp2nnyvMfkimT1NKNAGbw= +modernc.org/tcl v1.13.1/go.mod h1:XOLfOwzhkljL4itZkK6T72ckMgvj0BDsnKNdZVUOecw= +modernc.org/token v1.0.0/go.mod h1:UGzOrNV1mAFSEB63lOFHIpNRUVMvYTc6yu1SMY/XTDM= modernc.org/xc v1.0.0/go.mod h1:mRNCo0bvLjGhHO9WsyuKVU4q0ceiDDDoEeWDJHrNx8I= -mvdan.cc/sh/v3 v3.6.0 h1:gtva4EXJ0dFNvl5bHjcUEvws+KRcDslT8VKheTYkbGU= -mvdan.cc/sh/v3 v3.6.0/go.mod h1:U4mhtBLZ32iWhif5/lD+ygy1zrgaQhUu+XFy7C8+TTA= +modernc.org/z v1.5.1/go.mod h1:eWFB510QWW5Th9YGZT81s+LwvaAs3Q2yr4sP0rmLkv8= +mvdan.cc/sh/v3 v3.7.0 h1:lSTjdP/1xsddtaKfGg7Myu7DnlHItd3/M2tomOcNNBg= +mvdan.cc/sh/v3 v3.7.0/go.mod h1:K2gwkaesF/D7av7Kxl0HbF5kGOd2ArupNTX3X44+8l8= mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 h1:Jh3LAeMt1eGpxomyu3jVkmVZWW2MxZ1qIIV2TZ/nRio= -nhooyr.io/websocket v1.8.6/go.mod h1:B70DZP8IakI65RVQ51MsWP/8jndNma26DVA/nFSCgW0= +nhooyr.io/websocket v1.8.7/go.mod h1:B70DZP8IakI65RVQ51MsWP/8jndNma26DVA/nFSCgW0= rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8= rsc.io/pdf v0.1.1/go.mod h1:n8OzWcQ6Sp37PL01nO98y4iUCRdTGarVfzxY20ICaU4= rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0= diff --git a/log/log.go b/log/log.go index 368440c6ce5..b86d16d3f7c 100644 --- a/log/log.go +++ b/log/log.go @@ -41,6 +41,23 @@ func NewLogger(logLevel Level) *Logger { return NewLogrusLogger(logrusLog) } +// NewCronLogger creates an instance of *Logger. +func NewCronLogger(logLevel Level) *Logger { + logrusLog := logrus.New() + + // for stackdriver, see: https://cloud.google.com/logging/docs/structured-logging#special-payload-fields + logrusLog.SetFormatter(&logrus.JSONFormatter{FieldMap: logrus.FieldMap{ + logrus.FieldKeyLevel: "severity", + logrus.FieldKeyMsg: "message", + }}) + + // Set log level from logrus + logrusLevel := parseLogrusLevel(logLevel) + logrusLog.SetLevel(logrusLevel) + + return NewLogrusLogger(logrusLog) +} + // NewLogrusLogger creates an instance of *Logger backed by the supplied // logrusLog instance. func NewLogrusLogger(logrusLog *logrus.Logger) *Logger { diff --git a/options/flags.go b/options/flags.go index 66a48c2b85a..7c974f02971 100644 --- a/options/flags.go +++ b/options/flags.go @@ -45,6 +45,9 @@ const ( // FlagRubyGems is the flag name for specifying a RubyGems repository. FlagRubyGems = "rubygems" + // FlagNuget is the flag name for specifying a Nuget repository. + FlagNuget = "nuget" + // FlagMetadata is the flag name for specifying metadata for the project. FlagMetadata = "metadata" @@ -96,7 +99,7 @@ func (o *Options) AddFlags(cmd *cobra.Command) { &o.LogLevel, FlagLogLevel, o.LogLevel, - "set the log level", + "Set the log level. Possible values are: 'info', 'debug', 'warn'. Add --show-details to see the results.", ) cmd.Flags().StringVar( @@ -120,6 +123,13 @@ func (o *Options) AddFlags(cmd *cobra.Command) { "rubygems package to check, given that the rubygems package has a GitHub repository", ) + cmd.Flags().StringVar( + &o.Nuget, + FlagNuget, + o.Nuget, + "nuget package to check, given that the nuget package has a GitHub repository", + ) + cmd.Flags().StringSliceVar( &o.Metadata, FlagMetadata, diff --git a/options/options.go b/options/options.go index 164c356b821..5be1fda1feb 100644 --- a/options/options.go +++ b/options/options.go @@ -37,6 +37,7 @@ type Options struct { NPM string PyPI string RubyGems string + Nuget string PolicyFile string // TODO(action): Add logic for writing results to file ResultsFile string @@ -113,7 +114,7 @@ var ( errPolicyFileNotSupported = errors.New("policy file is not supported yet") errRawOptionNotSupported = errors.New("raw option is not supported yet") errRepoOptionMustBeSet = errors.New( - "exactly one of `repo`, `npm`, `pypi`, `rubygems` or `local` must be set", + "exactly one of `repo`, `npm`, `pypi`, `rubygems`, `nuget` or `local` must be set", ) errSARIFNotSupported = errors.New("SARIF format is not supported yet") errValidate = errors.New("some options could not be validated") @@ -124,11 +125,12 @@ var ( func (o *Options) Validate() error { var errs []error - // Validate exactly one of `--repo`, `--npm`, `--pypi`, `--rubygems`, `--local` is enabled. + // Validate exactly one of `--repo`, `--npm`, `--pypi`, `--rubygems`, `--nuget`, `--local` is enabled. if boolSum(o.Repo != "", o.NPM != "", o.PyPI != "", o.RubyGems != "", + o.Nuget != "", o.Local != "") != 1 { errs = append( errs, diff --git a/options/options_test.go b/options/options_test.go index b69d5c35e07..8098e8ebc90 100644 --- a/options/options_test.go +++ b/options/options_test.go @@ -21,7 +21,7 @@ import ( ) // Cannot run parallel tests because of the ENV variables. -//nolint +// nolint func TestOptions_Validate(t *testing.T) { type fields struct { Repo string @@ -32,6 +32,7 @@ func TestOptions_Validate(t *testing.T) { NPM string PyPI string RubyGems string + Nuget string PolicyFile string ResultsFile string ChecksToRun []string @@ -99,6 +100,7 @@ func TestOptions_Validate(t *testing.T) { NPM: tt.fields.NPM, PyPI: tt.fields.PyPI, RubyGems: tt.fields.RubyGems, + Nuget: tt.fields.Nuget, PolicyFile: tt.fields.PolicyFile, ResultsFile: tt.fields.ResultsFile, ChecksToRun: tt.fields.ChecksToRun, diff --git a/tools/go.mod b/tools/go.mod index 518a912f316..21b18ea8bc5 100644 --- a/tools/go.mod +++ b/tools/go.mod @@ -4,104 +4,107 @@ go 1.19 require ( github.com/golang/mock v1.6.0 - github.com/golangci/golangci-lint v1.52.2 + github.com/golangci/golangci-lint v1.53.3 github.com/google/addlicense v1.1.1 - github.com/google/ko v0.13.0 - github.com/goreleaser/goreleaser v1.18.2 + github.com/google/ko v0.14.1 + github.com/goreleaser/goreleaser v1.19.2 github.com/naveensrinivasan/stunning-tribble v0.4.2 - github.com/onsi/ginkgo/v2 v2.10.0 - google.golang.org/protobuf v1.30.0 + github.com/onsi/ginkgo/v2 v2.11.0 + google.golang.org/protobuf v1.31.0 ) require ( 4d63.com/gocheckcompilerdirectives v1.2.1 // indirect 4d63.com/gochecknoglobals v0.2.1 // indirect - cloud.google.com/go v0.110.0 // indirect - cloud.google.com/go/compute v1.19.0 // indirect + cloud.google.com/go v0.110.2 // indirect + cloud.google.com/go/compute v1.20.0 // indirect cloud.google.com/go/compute/metadata v0.2.3 // indirect - cloud.google.com/go/iam v0.13.0 // indirect - cloud.google.com/go/kms v1.10.2 // indirect - cloud.google.com/go/storage v1.29.0 // indirect + cloud.google.com/go/iam v1.1.0 // indirect + cloud.google.com/go/kms v1.12.0 // indirect + cloud.google.com/go/storage v1.30.1 // indirect code.gitea.io/sdk/gitea v0.15.1 // indirect + github.com/4meepo/tagalign v1.2.2 // indirect github.com/Abirdcfly/dupword v0.0.11 // indirect github.com/AlekSi/pointer v1.2.0 // indirect - github.com/Antonboom/errname v0.1.9 // indirect - github.com/Antonboom/nilnil v0.1.3 // indirect + github.com/Antonboom/errname v0.1.10 // indirect + github.com/Antonboom/nilnil v0.1.5 // indirect github.com/Azure/azure-sdk-for-go v68.0.0+incompatible // indirect - github.com/Azure/azure-sdk-for-go/sdk/azcore v1.3.1 // indirect - github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.2.1 // indirect - github.com/Azure/azure-sdk-for-go/sdk/internal v1.1.2 // indirect - github.com/Azure/azure-sdk-for-go/sdk/keyvault/azkeys v0.9.0 // indirect + github.com/Azure/azure-sdk-for-go/sdk/azcore v1.6.1 // indirect + github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.3.0 // indirect + github.com/Azure/azure-sdk-for-go/sdk/internal v1.3.0 // indirect + github.com/Azure/azure-sdk-for-go/sdk/keyvault/azkeys v0.10.0 // indirect github.com/Azure/azure-sdk-for-go/sdk/keyvault/internal v0.7.1 // indirect github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.0.0 // indirect github.com/Azure/go-autorest v14.2.0+incompatible // indirect github.com/Azure/go-autorest/autorest v0.11.29 // indirect - github.com/Azure/go-autorest/autorest/adal v0.9.22 // indirect + github.com/Azure/go-autorest/autorest/adal v0.9.23 // indirect github.com/Azure/go-autorest/autorest/azure/auth v0.5.12 // indirect github.com/Azure/go-autorest/autorest/azure/cli v0.4.6 // indirect github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect github.com/Azure/go-autorest/logger v0.2.1 // indirect github.com/Azure/go-autorest/tracing v0.6.0 // indirect - github.com/AzureAD/microsoft-authentication-library-for-go v0.8.1 // indirect - github.com/BurntSushi/toml v1.2.1 // indirect + github.com/AzureAD/microsoft-authentication-library-for-go v1.0.0 // indirect + github.com/BurntSushi/toml v1.3.2 // indirect github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 // indirect github.com/GaijinEntertainment/go-exhaustruct/v2 v2.3.0 // indirect github.com/Masterminds/goutils v1.1.1 // indirect github.com/Masterminds/semver v1.5.0 // indirect github.com/Masterminds/semver/v3 v3.2.1 // indirect - github.com/Masterminds/sprig v2.22.0+incompatible // indirect - github.com/Microsoft/go-winio v0.6.0 // indirect - github.com/OpenPeeDeeP/depguard v1.1.1 // indirect - github.com/ProtonMail/go-crypto v0.0.0-20220812142511-0d231b687066 // indirect - github.com/acomagu/bufpipe v1.0.3 // indirect + github.com/Masterminds/sprig/v3 v3.2.3 // indirect + github.com/Microsoft/go-winio v0.6.1 // indirect + github.com/OpenPeeDeeP/depguard/v2 v2.1.0 // indirect + github.com/ProtonMail/go-crypto v0.0.0-20230626094100-7e9e0395ebec // indirect + github.com/acomagu/bufpipe v1.0.4 // indirect github.com/alessio/shellescape v1.4.1 // indirect + github.com/alexkohler/nakedret/v2 v2.0.2 // indirect github.com/alexkohler/prealloc v1.0.0 // indirect github.com/alingse/asasalint v0.0.11 // indirect github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect - github.com/ashanbrown/forbidigo v1.5.1 // indirect + github.com/ashanbrown/forbidigo v1.5.3 // indirect github.com/ashanbrown/makezero v1.1.1 // indirect - github.com/atc0005/go-teams-notify/v2 v2.7.0 // indirect - github.com/aws/aws-sdk-go v1.44.257 // indirect - github.com/aws/aws-sdk-go-v2 v1.18.0 // indirect + github.com/atc0005/go-teams-notify/v2 v2.7.1 // indirect + github.com/aws/aws-sdk-go v1.44.284 // indirect + github.com/aws/aws-sdk-go-v2 v1.18.1 // indirect github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.10 // indirect - github.com/aws/aws-sdk-go-v2/config v1.18.23 // indirect - github.com/aws/aws-sdk-go-v2/credentials v1.13.22 // indirect - github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.3 // indirect - github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.11.51 // indirect - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.33 // indirect - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.27 // indirect - github.com/aws/aws-sdk-go-v2/internal/ini v1.3.34 // indirect - github.com/aws/aws-sdk-go-v2/internal/v4a v1.0.19 // indirect + github.com/aws/aws-sdk-go-v2/config v1.18.27 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.13.26 // indirect + github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.4 // indirect + github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.11.70 // indirect + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.34 // indirect + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.28 // indirect + github.com/aws/aws-sdk-go-v2/internal/ini v1.3.35 // indirect + github.com/aws/aws-sdk-go-v2/internal/v4a v1.0.26 // indirect github.com/aws/aws-sdk-go-v2/service/ecr v1.17.12 // indirect github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.13.12 // indirect github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.9.11 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.1.23 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.27 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.13.22 // indirect - github.com/aws/aws-sdk-go-v2/service/kms v1.21.1 // indirect - github.com/aws/aws-sdk-go-v2/service/s3 v1.30.2 // indirect - github.com/aws/aws-sdk-go-v2/service/sso v1.12.10 // indirect - github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.10 // indirect - github.com/aws/aws-sdk-go-v2/service/sts v1.18.11 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.1.29 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.28 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.14.3 // indirect + github.com/aws/aws-sdk-go-v2/service/kms v1.22.2 // indirect + github.com/aws/aws-sdk-go-v2/service/s3 v1.35.0 // indirect + github.com/aws/aws-sdk-go-v2/service/sso v1.12.12 // indirect + github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.12 // indirect + github.com/aws/aws-sdk-go-v2/service/sts v1.19.2 // indirect github.com/aws/smithy-go v1.13.5 // indirect github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.0.0-20220802171026-617dc7abb2ea // indirect github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect github.com/beorn7/perks v1.0.1 // indirect - github.com/bkielbasa/cyclop v1.2.0 // indirect + github.com/bkielbasa/cyclop v1.2.1 // indirect github.com/blakesmith/ar v0.0.0-20190502131153-809d4375e1fb // indirect github.com/blizzy78/varnamelen v0.8.0 // indirect github.com/bmatcuk/doublestar/v4 v4.2.0 // indirect github.com/bombsimon/wsl/v3 v3.4.0 // indirect github.com/breml/bidichk v0.2.4 // indirect github.com/breml/errchkjson v0.3.1 // indirect - github.com/butuzov/ireturn v0.1.1 // indirect + github.com/butuzov/ireturn v0.2.0 // indirect + github.com/butuzov/mirror v1.1.0 // indirect github.com/caarlos0/ctrlc v1.2.0 // indirect - github.com/caarlos0/env/v8 v8.0.0 // indirect + github.com/caarlos0/env/v9 v9.0.0 // indirect github.com/caarlos0/go-reddit/v3 v3.0.1 // indirect github.com/caarlos0/go-shellwords v1.0.12 // indirect github.com/caarlos0/go-version v0.1.1 // indirect - github.com/caarlos0/log v0.4.1 // indirect + github.com/caarlos0/log v0.4.2 // indirect github.com/cavaliergopher/cpio v1.0.1 // indirect github.com/cenkalti/backoff/v4 v4.2.0 // indirect github.com/cespare/xxhash/v2 v2.2.0 // indirect @@ -120,13 +123,13 @@ require ( github.com/dghubble/oauth1 v0.7.2 // indirect github.com/dghubble/sling v1.4.0 // indirect github.com/dimchansky/utfbom v1.1.1 // indirect - github.com/disgoorg/disgo v0.16.3 // indirect - github.com/disgoorg/json v1.0.0 // indirect + github.com/disgoorg/disgo v0.16.7 // indirect + github.com/disgoorg/json v1.1.0 // indirect github.com/disgoorg/log v1.2.0 // indirect github.com/disgoorg/snowflake/v2 v2.0.1 // indirect - github.com/docker/cli v23.0.1+incompatible // indirect + github.com/docker/cli v23.0.5+incompatible // indirect github.com/docker/distribution v2.8.2+incompatible // indirect - github.com/docker/docker v23.0.3+incompatible // indirect + github.com/docker/docker v24.0.2+incompatible // indirect github.com/docker/docker-credential-helpers v0.7.0 // indirect github.com/docker/go-connections v0.4.0 // indirect github.com/docker/go-units v0.5.0 // indirect @@ -141,15 +144,15 @@ require ( github.com/firefart/nonamedreturns v1.0.4 // indirect github.com/fsnotify/fsnotify v1.6.0 // indirect github.com/fzipp/gocyclo v0.6.0 // indirect - github.com/go-critic/go-critic v0.7.0 // indirect - github.com/go-git/gcfg v1.5.0 // indirect - github.com/go-git/go-billy/v5 v5.3.1 // indirect - github.com/go-git/go-git/v5 v5.4.2 // indirect + github.com/go-critic/go-critic v0.8.1 // indirect + github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect + github.com/go-git/go-billy/v5 v5.4.1 // indirect + github.com/go-git/go-git/v5 v5.7.0 // indirect github.com/go-logr/logr v1.2.4 // indirect github.com/go-openapi/analysis v0.21.4 // indirect github.com/go-openapi/errors v0.20.3 // indirect - github.com/go-openapi/jsonpointer v0.19.5 // indirect - github.com/go-openapi/jsonreference v0.20.0 // indirect + github.com/go-openapi/jsonpointer v0.19.6 // indirect + github.com/go-openapi/jsonreference v0.20.2 // indirect github.com/go-openapi/loads v0.21.2 // indirect github.com/go-openapi/runtime v0.26.0 // indirect github.com/go-openapi/spec v0.20.9 // indirect @@ -182,20 +185,20 @@ require ( github.com/golangci/revgrep v0.0.0-20220804021717-745bb2f7c2e6 // indirect github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 // indirect github.com/google/go-cmp v0.5.9 // indirect - github.com/google/go-containerregistry v0.14.0 // indirect - github.com/google/go-github/v50 v50.1.0 // indirect + github.com/google/go-containerregistry v0.15.2 // indirect + github.com/google/go-github/v53 v53.2.0 // indirect github.com/google/go-querystring v1.1.0 // indirect - github.com/google/pprof v0.0.0-20230111200839-76d1ae5aea2b // indirect - github.com/google/s2a-go v0.1.3 // indirect + github.com/google/pprof v0.0.0-20230406165453-00490a63f317 // indirect + github.com/google/s2a-go v0.1.4 // indirect github.com/google/safetext v0.0.0-20220905092116-b49f7bc46da2 // indirect github.com/google/uuid v1.3.0 // indirect github.com/google/wire v0.5.0 // indirect - github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect - github.com/googleapis/gax-go/v2 v2.8.0 // indirect - github.com/gordonklaus/ineffassign v0.0.0-20230107090616-13ace0543b28 // indirect - github.com/goreleaser/chglog v0.4.2 // indirect + github.com/googleapis/enterprise-certificate-proxy v0.2.5 // indirect + github.com/googleapis/gax-go/v2 v2.11.0 // indirect + github.com/gordonklaus/ineffassign v0.0.0-20230610083614-0e73809eb601 // indirect + github.com/goreleaser/chglog v0.5.0 // indirect github.com/goreleaser/fileglob v1.3.0 // indirect - github.com/goreleaser/nfpm/v2 v2.29.0 // indirect + github.com/goreleaser/nfpm/v2 v2.31.0 // indirect github.com/gorilla/websocket v1.5.0 // indirect github.com/gostaticanalysis/analysisutil v0.7.1 // indirect github.com/gostaticanalysis/comment v1.4.2 // indirect @@ -208,9 +211,9 @@ require ( github.com/hashicorp/go-version v1.6.0 // indirect github.com/hashicorp/hcl v1.0.0 // indirect github.com/hexops/gotextdiff v1.0.3 // indirect - github.com/huandu/xstrings v1.3.2 // indirect + github.com/huandu/xstrings v1.3.3 // indirect github.com/iancoleman/orderedmap v0.2.0 // indirect - github.com/imdario/mergo v0.3.15 // indirect + github.com/imdario/mergo v0.3.16 // indirect github.com/inconshreveable/mousetrap v1.1.0 // indirect github.com/invopop/jsonschema v0.7.0 // indirect github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect @@ -220,19 +223,18 @@ require ( github.com/jmespath/go-jmespath v0.4.0 // indirect github.com/josharian/intern v1.0.0 // indirect github.com/julz/importas v0.1.0 // indirect - github.com/junk1tm/musttag v0.5.0 // indirect github.com/kevinburke/ssh_config v1.2.0 // indirect github.com/kisielk/errcheck v1.6.3 // indirect github.com/kisielk/gotool v1.0.0 // indirect github.com/kkHAIKE/contextcheck v1.1.4 // indirect - github.com/klauspost/compress v1.16.5 // indirect + github.com/klauspost/compress v1.16.6 // indirect github.com/klauspost/pgzip v1.2.6 // indirect github.com/kulti/thelper v0.6.3 // indirect - github.com/kunwardeep/paralleltest v1.0.6 // indirect + github.com/kunwardeep/paralleltest v1.0.7 // indirect github.com/kylelemons/godebug v1.1.0 // indirect github.com/kyoh86/exportloopref v0.1.11 // indirect github.com/ldez/gomoddirectives v0.2.3 // indirect - github.com/ldez/tagliatelle v0.4.0 // indirect + github.com/ldez/tagliatelle v0.5.0 // indirect github.com/leonklingele/grouper v1.1.1 // indirect github.com/letsencrypt/boulder v0.0.0-20221109233200-85aa52084eaf // indirect github.com/lucasb-eyer/go-colorful v1.2.0 // indirect @@ -243,12 +245,12 @@ require ( github.com/maratori/testpackage v1.1.1 // indirect github.com/matoous/godox v0.0.0-20230222163458-006bad1f9d26 // indirect github.com/mattn/go-colorable v0.1.13 // indirect - github.com/mattn/go-isatty v0.0.17 // indirect + github.com/mattn/go-isatty v0.0.18 // indirect github.com/mattn/go-mastodon v0.0.6 // indirect github.com/mattn/go-runewidth v0.0.14 // indirect github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect github.com/mbilski/exhaustivestruct v1.2.0 // indirect - github.com/mgechev/revive v1.3.1 // indirect + github.com/mgechev/revive v1.3.2 // indirect github.com/mitchellh/copystructure v1.2.0 // indirect github.com/mitchellh/go-homedir v1.1.0 // indirect github.com/mitchellh/mapstructure v1.5.0 // indirect @@ -259,22 +261,23 @@ require ( github.com/muesli/mango-pflag v0.1.0 // indirect github.com/muesli/reflow v0.3.0 // indirect github.com/muesli/roff v0.1.0 // indirect - github.com/muesli/termenv v0.15.1 // indirect + github.com/muesli/termenv v0.15.2 // indirect github.com/nakabonne/nestif v0.3.1 // indirect github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 // indirect - github.com/nishanths/exhaustive v0.9.5 // indirect + github.com/nishanths/exhaustive v0.11.0 // indirect github.com/nishanths/predeclared v0.2.2 // indirect - github.com/nunnatsa/ginkgolinter v0.9.0 // indirect + github.com/nunnatsa/ginkgolinter v0.12.1 // indirect github.com/oklog/ulid v1.3.1 // indirect github.com/olekukonko/tablewriter v0.0.5 // indirect github.com/opencontainers/go-digest v1.0.0 // indirect - github.com/opencontainers/image-spec v1.1.0-rc2 // indirect + github.com/opencontainers/image-spec v1.1.0-rc3 // indirect github.com/pelletier/go-toml v1.9.5 // indirect - github.com/pelletier/go-toml/v2 v2.0.6 // indirect + github.com/pelletier/go-toml/v2 v2.0.8 // indirect + github.com/pjbgf/sha1cd v0.3.0 // indirect github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect github.com/pkg/errors v0.9.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect - github.com/polyfloyd/go-errorlint v1.4.0 // indirect + github.com/polyfloyd/go-errorlint v1.4.2 // indirect github.com/prometheus/client_golang v1.15.1 // indirect github.com/prometheus/client_model v0.4.0 // indirect github.com/prometheus/common v0.42.0 // indirect @@ -291,36 +294,38 @@ require ( github.com/sasha-s/go-csync v0.0.0-20210812194225-61421b77c44b // indirect github.com/sashamelentyev/interfacebloat v1.1.0 // indirect github.com/sashamelentyev/usestdlibvars v1.23.0 // indirect - github.com/securego/gosec/v2 v2.15.0 // indirect + github.com/securego/gosec/v2 v2.16.0 // indirect github.com/sergi/go-diff v1.2.0 // indirect github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c // indirect - github.com/sigstore/cosign/v2 v2.0.0 // indirect + github.com/shopspring/decimal v1.2.0 // indirect + github.com/sigstore/cosign/v2 v2.0.3-0.20230523133326-0544abd8fc8a // indirect github.com/sigstore/rekor v1.2.0 // indirect github.com/sigstore/sigstore v1.6.4 // indirect - github.com/sirupsen/logrus v1.9.0 // indirect - github.com/sivchari/containedctx v1.0.2 // indirect + github.com/sirupsen/logrus v1.9.3 // indirect + github.com/sivchari/containedctx v1.0.3 // indirect github.com/sivchari/nosnakecase v1.7.0 // indirect github.com/sivchari/tenv v1.7.1 // indirect + github.com/skeema/knownhosts v1.1.1 // indirect github.com/slack-go/slack v0.12.2 // indirect github.com/sonatard/noctx v0.0.2 // indirect github.com/sourcegraph/go-diff v0.7.0 // indirect - github.com/spf13/afero v1.9.3 // indirect - github.com/spf13/cast v1.5.0 // indirect + github.com/spf13/afero v1.9.5 // indirect + github.com/spf13/cast v1.5.1 // indirect github.com/spf13/cobra v1.7.0 // indirect github.com/spf13/jwalterweatherman v1.1.0 // indirect github.com/spf13/pflag v1.0.5 // indirect - github.com/spf13/viper v1.15.0 // indirect + github.com/spf13/viper v1.16.0 // indirect github.com/ssgreg/nlreturn/v2 v2.2.1 // indirect github.com/stbenjam/no-sprintf-host-port v0.1.1 // indirect github.com/stretchr/objx v0.5.0 // indirect - github.com/stretchr/testify v1.8.3 // indirect + github.com/stretchr/testify v1.8.4 // indirect github.com/subosito/gotenv v1.4.2 // indirect github.com/t-yuki/gocover-cobertura v0.0.0-20180217150009-aaee18c8195c // indirect github.com/tdakkota/asciicheck v0.2.0 // indirect github.com/technoweenie/multipartstreamer v1.0.1 // indirect github.com/tetafro/godot v1.4.11 // indirect github.com/theupdateframework/go-tuf v0.5.2 // indirect - github.com/timakin/bodyclose v0.0.0-20221125081123-e39cf3fc478e // indirect + github.com/timakin/bodyclose v0.0.0-20230421092635-574207250966 // indirect github.com/timonwong/loggercheck v0.9.4 // indirect github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399 // indirect github.com/tomarrell/wrapcheck/v2 v2.8.1 // indirect @@ -330,38 +335,43 @@ require ( github.com/ultraware/funlen v0.0.3 // indirect github.com/ultraware/whitespace v0.0.5 // indirect github.com/uudashr/gocognit v1.0.6 // indirect - github.com/vbatts/tar-split v0.11.2 // indirect + github.com/vbatts/tar-split v0.11.3 // indirect github.com/withfig/autocomplete-tools/integrations/cobra v1.2.1 // indirect - github.com/xanzy/go-gitlab v0.83.0 // indirect - github.com/xanzy/ssh-agent v0.3.1 // indirect + github.com/xanzy/go-gitlab v0.86.0 // indirect + github.com/xanzy/ssh-agent v0.3.3 // indirect + github.com/xen0n/gosmopolitan v1.2.1 // indirect github.com/yagipy/maintidx v1.0.0 // indirect github.com/yeya24/promlinter v0.2.0 // indirect + github.com/ykadowak/zerologlint v0.1.2 // indirect gitlab.com/bosi/decorder v0.2.3 // indirect gitlab.com/digitalxero/go-conventional-commit v1.0.7 // indirect go.mongodb.org/mongo-driver v1.11.3 // indirect go.opencensus.io v0.24.0 // indirect - go.uber.org/atomic v1.10.0 // indirect + go.tmz.dev/musttag v0.7.0 // indirect + go.uber.org/atomic v1.11.0 // indirect go.uber.org/automaxprocs v1.5.2 // indirect - go.uber.org/multierr v1.9.0 // indirect + go.uber.org/multierr v1.11.0 // indirect go.uber.org/zap v1.24.0 // indirect - gocloud.dev v0.29.0 // indirect - golang.org/x/crypto v0.9.0 // indirect - golang.org/x/exp v0.0.0-20230321023759-10a507213a29 // indirect + gocloud.dev v0.30.0 // indirect + golang.org/x/crypto v0.10.0 // indirect + golang.org/x/exp v0.0.0-20230510235704-dd950f8aeaea // indirect golang.org/x/exp/typeparams v0.0.0-20230224173230-c95f2b4c22f2 // indirect - golang.org/x/mod v0.10.0 // indirect - golang.org/x/net v0.10.0 // indirect - golang.org/x/oauth2 v0.7.0 // indirect - golang.org/x/sync v0.2.0 // indirect - golang.org/x/sys v0.8.0 // indirect - golang.org/x/term v0.8.0 // indirect - golang.org/x/text v0.9.0 // indirect + golang.org/x/mod v0.11.0 // indirect + golang.org/x/net v0.11.0 // indirect + golang.org/x/oauth2 v0.9.0 // indirect + golang.org/x/sync v0.3.0 // indirect + golang.org/x/sys v0.9.0 // indirect + golang.org/x/term v0.9.0 // indirect + golang.org/x/text v0.10.0 // indirect golang.org/x/time v0.3.0 // indirect - golang.org/x/tools v0.9.3 // indirect + golang.org/x/tools v0.10.0 // indirect golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect - google.golang.org/api v0.121.0 // indirect + google.golang.org/api v0.128.0 // indirect google.golang.org/appengine v1.6.7 // indirect - google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect - google.golang.org/grpc v1.55.0 // indirect + google.golang.org/genproto v0.0.0-20230530153820-e85fd2cbaebc // indirect + google.golang.org/genproto/googleapis/api v0.0.0-20230530153820-e85fd2cbaebc // indirect + google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc // indirect + google.golang.org/grpc v1.56.0 // indirect gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect gopkg.in/ini.v1 v1.67.0 // indirect gopkg.in/mail.v2 v2.3.1 // indirect @@ -371,14 +381,14 @@ require ( gopkg.in/yaml.v3 v3.0.1 // indirect gotest.tools/v3 v3.1.0 // indirect honnef.co/go/tools v0.4.3 // indirect - k8s.io/apimachinery v0.26.2 // indirect + k8s.io/apimachinery v0.27.3 // indirect k8s.io/klog/v2 v2.100.1 // indirect - k8s.io/utils v0.0.0-20230115233650-391b47cb4029 // indirect - mvdan.cc/gofumpt v0.4.0 // indirect + k8s.io/utils v0.0.0-20230406110748-d93618cff8a2 // indirect + mvdan.cc/gofumpt v0.5.0 // indirect mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed // indirect mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b // indirect mvdan.cc/unparam v0.0.0-20221223090309-7455f1af531d // indirect - sigs.k8s.io/kind v0.17.0 // indirect + sigs.k8s.io/kind v0.20.0 // indirect sigs.k8s.io/yaml v1.3.0 // indirect ) diff --git a/tools/go.sum b/tools/go.sum index 875fcb16d03..7a9edf0ac53 100644 --- a/tools/go.sum +++ b/tools/go.sum @@ -42,50 +42,85 @@ cloud.google.com/go v0.102.1/go.mod h1:XZ77E9qnTEnrgEOvr4xzfdX5TRo7fB4T2F4O6+34h cloud.google.com/go v0.104.0/go.mod h1:OO6xxXdJyvuJPcEPBLN9BJPD+jep5G1+2U5B5gkRYtA= cloud.google.com/go v0.105.0/go.mod h1:PrLgOJNe5nfE9UMxKxgXj4mD3voiP+YQ6gdt6KMFOKM= cloud.google.com/go v0.107.0/go.mod h1:wpc2eNrD7hXUTy8EKS10jkxpZBjASrORK7goS+3YX2I= -cloud.google.com/go v0.109.0/go.mod h1:2sYycXt75t/CSB5R9M2wPU1tJmire7AQZTPtITcGBVE= -cloud.google.com/go v0.110.0 h1:Zc8gqp3+a9/Eyph2KDmcGaPtbKRIoqq4YTlL4NMD0Ys= cloud.google.com/go v0.110.0/go.mod h1:SJnCLqQ0FCFGSZMUNUf84MV3Aia54kn7pi8st7tMzaY= +cloud.google.com/go v0.110.2 h1:sdFPBr6xG9/wkBbfhmUz/JmZC7X6LavQgcrVINrKiVA= +cloud.google.com/go v0.110.2/go.mod h1:k04UEeEtb6ZBRTv3dZz4CeJC3jKGxyhl0sAiVVquxiw= cloud.google.com/go/accessapproval v1.4.0/go.mod h1:zybIuC3KpDOvotz59lFe5qxRZx6C75OtwbisN56xYB4= cloud.google.com/go/accessapproval v1.5.0/go.mod h1:HFy3tuiGvMdcd/u+Cu5b9NkO1pEICJ46IR82PoUdplw= +cloud.google.com/go/accessapproval v1.6.0/go.mod h1:R0EiYnwV5fsRFiKZkPHr6mwyk2wxUJ30nL4j2pcFY2E= cloud.google.com/go/accesscontextmanager v1.3.0/go.mod h1:TgCBehyr5gNMz7ZaH9xubp+CE8dkrszb4oK9CWyvD4o= cloud.google.com/go/accesscontextmanager v1.4.0/go.mod h1:/Kjh7BBu/Gh83sv+K60vN9QE5NJcd80sU33vIe2IFPE= +cloud.google.com/go/accesscontextmanager v1.6.0/go.mod h1:8XCvZWfYw3K/ji0iVnp+6pu7huxoQTLmxAbVjbloTtM= +cloud.google.com/go/accesscontextmanager v1.7.0/go.mod h1:CEGLewx8dwa33aDAZQujl7Dx+uYhS0eay198wB/VumQ= cloud.google.com/go/aiplatform v1.22.0/go.mod h1:ig5Nct50bZlzV6NvKaTwmplLLddFx0YReh9WfTO5jKw= cloud.google.com/go/aiplatform v1.24.0/go.mod h1:67UUvRBKG6GTayHKV8DBv2RtR1t93YRu5B1P3x99mYY= cloud.google.com/go/aiplatform v1.27.0/go.mod h1:Bvxqtl40l0WImSb04d0hXFU7gDOiq9jQmorivIiWcKg= +cloud.google.com/go/aiplatform v1.35.0/go.mod h1:7MFT/vCaOyZT/4IIFfxH4ErVg/4ku6lKv3w0+tFTgXQ= +cloud.google.com/go/aiplatform v1.36.1/go.mod h1:WTm12vJRPARNvJ+v6P52RDHCNe4AhvjcIZ/9/RRHy/k= +cloud.google.com/go/aiplatform v1.37.0/go.mod h1:IU2Cv29Lv9oCn/9LkFiiuKfwrRTq+QQMbW+hPCxJGZw= cloud.google.com/go/analytics v0.11.0/go.mod h1:DjEWCu41bVbYcKyvlws9Er60YE4a//bK6mnhWvQeFNI= cloud.google.com/go/analytics v0.12.0/go.mod h1:gkfj9h6XRf9+TS4bmuhPEShsh3hH8PAZzm/41OOhQd4= +cloud.google.com/go/analytics v0.17.0/go.mod h1:WXFa3WSym4IZ+JiKmavYdJwGG/CvpqiqczmL59bTD9M= +cloud.google.com/go/analytics v0.18.0/go.mod h1:ZkeHGQlcIPkw0R/GW+boWHhCOR43xz9RN/jn7WcqfIE= +cloud.google.com/go/analytics v0.19.0/go.mod h1:k8liqf5/HCnOUkbawNtrWWc+UAzyDlW89doe8TtoDsE= cloud.google.com/go/apigateway v1.3.0/go.mod h1:89Z8Bhpmxu6AmUxuVRg/ECRGReEdiP3vQtk4Z1J9rJk= cloud.google.com/go/apigateway v1.4.0/go.mod h1:pHVY9MKGaH9PQ3pJ4YLzoj6U5FUDeDFBllIz7WmzJoc= +cloud.google.com/go/apigateway v1.5.0/go.mod h1:GpnZR3Q4rR7LVu5951qfXPJCHquZt02jf7xQx7kpqN8= cloud.google.com/go/apigeeconnect v1.3.0/go.mod h1:G/AwXFAKo0gIXkPTVfZDd2qA1TxBXJ3MgMRBQkIi9jc= cloud.google.com/go/apigeeconnect v1.4.0/go.mod h1:kV4NwOKqjvt2JYR0AoIWo2QGfoRtn/pkS3QlHp0Ni04= +cloud.google.com/go/apigeeconnect v1.5.0/go.mod h1:KFaCqvBRU6idyhSNyn3vlHXc8VMDJdRmwDF6JyFRqZ8= +cloud.google.com/go/apigeeregistry v0.4.0/go.mod h1:EUG4PGcsZvxOXAdyEghIdXwAEi/4MEaoqLMLDMIwKXY= +cloud.google.com/go/apigeeregistry v0.5.0/go.mod h1:YR5+s0BVNZfVOUkMa5pAR2xGd0A473vA5M7j247o1wM= +cloud.google.com/go/apigeeregistry v0.6.0/go.mod h1:BFNzW7yQVLZ3yj0TKcwzb8n25CFBri51GVGOEUcgQsc= +cloud.google.com/go/apikeys v0.4.0/go.mod h1:XATS/yqZbaBK0HOssf+ALHp8jAlNHUgyfprvNcBIszU= +cloud.google.com/go/apikeys v0.5.0/go.mod h1:5aQfwY4D+ewMMWScd3hm2en3hCj+BROlyrt3ytS7KLI= +cloud.google.com/go/apikeys v0.6.0/go.mod h1:kbpXu5upyiAlGkKrJgQl8A0rKNNJ7dQ377pdroRSSi8= cloud.google.com/go/appengine v1.4.0/go.mod h1:CS2NhuBuDXM9f+qscZ6V86m1MIIqPj3WC/UoEuR1Sno= cloud.google.com/go/appengine v1.5.0/go.mod h1:TfasSozdkFI0zeoxW3PTBLiNqRmzraodCWatWI9Dmak= +cloud.google.com/go/appengine v1.6.0/go.mod h1:hg6i0J/BD2cKmDJbaFSYHFyZkgBEfQrDg/X0V5fJn84= +cloud.google.com/go/appengine v1.7.0/go.mod h1:eZqpbHFCqRGa2aCdope7eC0SWLV1j0neb/QnMJVWx6A= +cloud.google.com/go/appengine v1.7.1/go.mod h1:IHLToyb/3fKutRysUlFO0BPt5j7RiQ45nrzEJmKTo6E= cloud.google.com/go/area120 v0.5.0/go.mod h1:DE/n4mp+iqVyvxHN41Vf1CR602GiHQjFPusMFW6bGR4= cloud.google.com/go/area120 v0.6.0/go.mod h1:39yFJqWVgm0UZqWTOdqkLhjoC7uFfgXRC8g/ZegeAh0= +cloud.google.com/go/area120 v0.7.0/go.mod h1:a3+8EUD1SX5RUcCs3MY5YasiO1z6yLiNLRiFrykbynY= +cloud.google.com/go/area120 v0.7.1/go.mod h1:j84i4E1RboTWjKtZVWXPqvK5VHQFJRF2c1Nm69pWm9k= cloud.google.com/go/artifactregistry v1.6.0/go.mod h1:IYt0oBPSAGYj/kprzsBjZ/4LnG/zOcHyFHjWPCi6SAQ= cloud.google.com/go/artifactregistry v1.7.0/go.mod h1:mqTOFOnGZx8EtSqK/ZWcsm/4U8B77rbcLP6ruDU2Ixk= cloud.google.com/go/artifactregistry v1.8.0/go.mod h1:w3GQXkJX8hiKN0v+at4b0qotwijQbYUqF2GWkZzAhC0= cloud.google.com/go/artifactregistry v1.9.0/go.mod h1:2K2RqvA2CYvAeARHRkLDhMDJ3OXy26h3XW+3/Jh2uYc= +cloud.google.com/go/artifactregistry v1.11.1/go.mod h1:lLYghw+Itq9SONbCa1YWBoWs1nOucMH0pwXN1rOBZFI= +cloud.google.com/go/artifactregistry v1.11.2/go.mod h1:nLZns771ZGAwVLzTX/7Al6R9ehma4WUEhZGWV6CeQNQ= +cloud.google.com/go/artifactregistry v1.12.0/go.mod h1:o6P3MIvtzTOnmvGagO9v/rOjjA0HmhJ+/6KAXrmYDCI= +cloud.google.com/go/artifactregistry v1.13.0/go.mod h1:uy/LNfoOIivepGhooAUpL1i30Hgee3Cu0l4VTWHUC08= cloud.google.com/go/asset v1.5.0/go.mod h1:5mfs8UvcM5wHhqtSv8J1CtxxaQq3AdBxxQi2jGW/K4o= cloud.google.com/go/asset v1.7.0/go.mod h1:YbENsRK4+xTiL+Ofoj5Ckf+O17kJtgp3Y3nn4uzZz5s= cloud.google.com/go/asset v1.8.0/go.mod h1:mUNGKhiqIdbr8X7KNayoYvyc4HbbFO9URsjbytpUaW0= cloud.google.com/go/asset v1.9.0/go.mod h1:83MOE6jEJBMqFKadM9NLRcs80Gdw76qGuHn8m3h8oHQ= cloud.google.com/go/asset v1.10.0/go.mod h1:pLz7uokL80qKhzKr4xXGvBQXnzHn5evJAEAtZiIb0wY= +cloud.google.com/go/asset v1.11.1/go.mod h1:fSwLhbRvC9p9CXQHJ3BgFeQNM4c9x10lqlrdEUYXlJo= +cloud.google.com/go/asset v1.12.0/go.mod h1:h9/sFOa4eDIyKmH6QMpm4eUK3pDojWnUhTgJlk762Hg= +cloud.google.com/go/asset v1.13.0/go.mod h1:WQAMyYek/b7NBpYq/K4KJWcRqzoalEsxz/t/dTk4THw= cloud.google.com/go/assuredworkloads v1.5.0/go.mod h1:n8HOZ6pff6re5KYfBXcFvSViQjDwxFkAkmUFffJRbbY= cloud.google.com/go/assuredworkloads v1.6.0/go.mod h1:yo2YOk37Yc89Rsd5QMVECvjaMKymF9OP+QXWlKXUkXw= cloud.google.com/go/assuredworkloads v1.7.0/go.mod h1:z/736/oNmtGAyU47reJgGN+KVoYoxeLBoj4XkKYscNI= cloud.google.com/go/assuredworkloads v1.8.0/go.mod h1:AsX2cqyNCOvEQC8RMPnoc0yEarXQk6WEKkxYfL6kGIo= cloud.google.com/go/assuredworkloads v1.9.0/go.mod h1:kFuI1P78bplYtT77Tb1hi0FMxM0vVpRC7VVoJC3ZoT0= +cloud.google.com/go/assuredworkloads v1.10.0/go.mod h1:kwdUQuXcedVdsIaKgKTp9t0UJkE5+PAVNhdQm4ZVq2E= cloud.google.com/go/automl v1.5.0/go.mod h1:34EjfoFGMZ5sgJ9EoLsRtdPSNZLcfflJR39VbVNS2M0= cloud.google.com/go/automl v1.6.0/go.mod h1:ugf8a6Fx+zP0D59WLhqgTDsQI9w07o64uf/Is3Nh5p8= cloud.google.com/go/automl v1.7.0/go.mod h1:RL9MYCCsJEOmt0Wf3z9uzG0a7adTT1fe+aObgSpkCt8= cloud.google.com/go/automl v1.8.0/go.mod h1:xWx7G/aPEe/NP+qzYXktoBSDfjO+vnKMGgsApGJJquM= +cloud.google.com/go/automl v1.12.0/go.mod h1:tWDcHDp86aMIuHmyvjuKeeHEGq76lD7ZqfGLN6B0NuU= cloud.google.com/go/baremetalsolution v0.3.0/go.mod h1:XOrocE+pvK1xFfleEnShBlNAXf+j5blPPxrhjKgnIFc= cloud.google.com/go/baremetalsolution v0.4.0/go.mod h1:BymplhAadOO/eBa7KewQ0Ppg4A4Wplbn+PsFKRLo0uI= +cloud.google.com/go/baremetalsolution v0.5.0/go.mod h1:dXGxEkmR9BMwxhzBhV0AioD0ULBmuLZI8CdwalUxuss= cloud.google.com/go/batch v0.3.0/go.mod h1:TR18ZoAekj1GuirsUsR1ZTKN3FC/4UDnScjT8NXImFE= cloud.google.com/go/batch v0.4.0/go.mod h1:WZkHnP43R/QCGQsZ+0JyG4i79ranE2u8xvjq/9+STPE= +cloud.google.com/go/batch v0.7.0/go.mod h1:vLZN95s6teRUqRQ4s3RLDsH8PvboqBK+rn1oevL159g= cloud.google.com/go/beyondcorp v0.2.0/go.mod h1:TB7Bd+EEtcw9PCPQhCJtJGjk/7TC6ckmnSFS+xwTfm4= cloud.google.com/go/beyondcorp v0.3.0/go.mod h1:E5U5lcrcXMsCuoDNyGrpyTm/hn7ne941Jz2vmksAxW8= +cloud.google.com/go/beyondcorp v0.4.0/go.mod h1:3ApA0mbhHx6YImmuubf5pyW8srKnCEPON32/5hj+RmM= +cloud.google.com/go/beyondcorp v0.5.0/go.mod h1:uFqj9X+dSfrheVp7ssLTaRHd2EHqSL4QZmH4e8WXGGU= cloud.google.com/go/bigquery v1.0.1/go.mod h1:i/xbL2UlR5RvWAURpBYZTtm/cXjCha9lbfbpx4poX+o= cloud.google.com/go/bigquery v1.3.0/go.mod h1:PjpwJnslEMmckchkHFfq+HTD2DmtT67aNFKH1/VBDHE= cloud.google.com/go/bigquery v1.4.0/go.mod h1:S8dzgnTigyfTmLBfrtrhyYhwRxG72rYxvftPBK2Dvzc= @@ -95,26 +130,42 @@ cloud.google.com/go/bigquery v1.8.0/go.mod h1:J5hqkt3O0uAFnINi6JXValWIb1v0goeZM7 cloud.google.com/go/bigquery v1.42.0/go.mod h1:8dRTJxhtG+vwBKzE5OseQn/hiydoQN3EedCaOdYmxRA= cloud.google.com/go/bigquery v1.43.0/go.mod h1:ZMQcXHsl+xmU1z36G2jNGZmKp9zNY5BUua5wDgmNCfw= cloud.google.com/go/bigquery v1.44.0/go.mod h1:0Y33VqXTEsbamHJvJHdFmtqHvMIY28aK1+dFsvaChGc= +cloud.google.com/go/bigquery v1.47.0/go.mod h1:sA9XOgy0A8vQK9+MWhEQTY6Tix87M/ZurWFIxmF9I/E= +cloud.google.com/go/bigquery v1.48.0/go.mod h1:QAwSz+ipNgfL5jxiaK7weyOhzdoAy1zFm0Nf1fysJac= +cloud.google.com/go/bigquery v1.49.0/go.mod h1:Sv8hMmTFFYBlt/ftw2uN6dFdQPzBlREY9yBh7Oy7/4Q= +cloud.google.com/go/bigquery v1.50.0/go.mod h1:YrleYEh2pSEbgTBZYMJ5SuSr0ML3ypjRB1zgf7pvQLU= cloud.google.com/go/billing v1.4.0/go.mod h1:g9IdKBEFlItS8bTtlrZdVLWSSdSyFUZKXNS02zKMOZY= cloud.google.com/go/billing v1.5.0/go.mod h1:mztb1tBc3QekhjSgmpf/CV4LzWXLzCArwpLmP2Gm88s= cloud.google.com/go/billing v1.6.0/go.mod h1:WoXzguj+BeHXPbKfNWkqVtDdzORazmCjraY+vrxcyvI= cloud.google.com/go/billing v1.7.0/go.mod h1:q457N3Hbj9lYwwRbnlD7vUpyjq6u5U1RAOArInEiD5Y= +cloud.google.com/go/billing v1.12.0/go.mod h1:yKrZio/eu+okO/2McZEbch17O5CB5NpZhhXG6Z766ss= +cloud.google.com/go/billing v1.13.0/go.mod h1:7kB2W9Xf98hP9Sr12KfECgfGclsH3CQR0R08tnRlRbc= cloud.google.com/go/binaryauthorization v1.1.0/go.mod h1:xwnoWu3Y84jbuHa0zd526MJYmtnVXn0syOjaJgy4+dM= cloud.google.com/go/binaryauthorization v1.2.0/go.mod h1:86WKkJHtRcv5ViNABtYMhhNWRrD1Vpi//uKEy7aYEfI= cloud.google.com/go/binaryauthorization v1.3.0/go.mod h1:lRZbKgjDIIQvzYQS1p99A7/U1JqvqeZg0wiI5tp6tg0= cloud.google.com/go/binaryauthorization v1.4.0/go.mod h1:tsSPQrBd77VLplV70GUhBf/Zm3FsKmgSqgm4UmiDItk= +cloud.google.com/go/binaryauthorization v1.5.0/go.mod h1:OSe4OU1nN/VswXKRBmciKpo9LulY41gch5c68htf3/Q= cloud.google.com/go/certificatemanager v1.3.0/go.mod h1:n6twGDvcUBFu9uBgt4eYvvf3sQ6My8jADcOVwHmzadg= cloud.google.com/go/certificatemanager v1.4.0/go.mod h1:vowpercVFyqs8ABSmrdV+GiFf2H/ch3KyudYQEMM590= +cloud.google.com/go/certificatemanager v1.6.0/go.mod h1:3Hh64rCKjRAX8dXgRAyOcY5vQ/fE1sh8o+Mdd6KPgY8= cloud.google.com/go/channel v1.8.0/go.mod h1:W5SwCXDJsq/rg3tn3oG0LOxpAo6IMxNa09ngphpSlnk= cloud.google.com/go/channel v1.9.0/go.mod h1:jcu05W0my9Vx4mt3/rEHpfxc9eKi9XwsdDL8yBMbKUk= +cloud.google.com/go/channel v1.11.0/go.mod h1:IdtI0uWGqhEeatSB62VOoJ8FSUhJ9/+iGkJVqp74CGE= +cloud.google.com/go/channel v1.12.0/go.mod h1:VkxCGKASi4Cq7TbXxlaBezonAYpp1GCnKMY6tnMQnLU= cloud.google.com/go/cloudbuild v1.3.0/go.mod h1:WequR4ULxlqvMsjDEEEFnOG5ZSRSgWOywXYDb1vPE6U= cloud.google.com/go/cloudbuild v1.4.0/go.mod h1:5Qwa40LHiOXmz3386FrjrYM93rM/hdRr7b53sySrTqA= +cloud.google.com/go/cloudbuild v1.6.0/go.mod h1:UIbc/w9QCbH12xX+ezUsgblrWv+Cv4Tw83GiSMHOn9M= +cloud.google.com/go/cloudbuild v1.7.0/go.mod h1:zb5tWh2XI6lR9zQmsm1VRA+7OCuve5d8S+zJUul8KTg= +cloud.google.com/go/cloudbuild v1.9.0/go.mod h1:qK1d7s4QlO0VwfYn5YuClDGg2hfmLZEb4wQGAbIgL1s= cloud.google.com/go/clouddms v1.3.0/go.mod h1:oK6XsCDdW4Ib3jCCBugx+gVjevp2TMXFtgxvPSee3OM= cloud.google.com/go/clouddms v1.4.0/go.mod h1:Eh7sUGCC+aKry14O1NRljhjyrr0NFC0G2cjwX0cByRk= +cloud.google.com/go/clouddms v1.5.0/go.mod h1:QSxQnhikCLUw13iAbffF2CZxAER3xDGNHjsTAkQJcQA= cloud.google.com/go/cloudtasks v1.5.0/go.mod h1:fD92REy1x5woxkKEkLdvavGnPJGEn8Uic9nWuLzqCpY= cloud.google.com/go/cloudtasks v1.6.0/go.mod h1:C6Io+sxuke9/KNRkbQpihnW93SWDU3uXt92nu85HkYI= cloud.google.com/go/cloudtasks v1.7.0/go.mod h1:ImsfdYWwlWNJbdgPIIGJWC+gemEGTBK/SunNQQNCAb4= cloud.google.com/go/cloudtasks v1.8.0/go.mod h1:gQXUIwCSOI4yPVK7DgTVFiiP0ZW/eQkydWzwVMdHxrI= +cloud.google.com/go/cloudtasks v1.9.0/go.mod h1:w+EyLsVkLWHcOaqNEyvcKAsWp9p29dL6uL9Nst1cI7Y= +cloud.google.com/go/cloudtasks v1.10.0/go.mod h1:NDSoTLkZ3+vExFEWu2UJV1arUyzVDAiZtdWcsUyNwBs= cloud.google.com/go/compute v0.1.0/go.mod h1:GAesmwr110a34z04OlxYkATPBEfVhkymfTBXtfbBFow= cloud.google.com/go/compute v1.3.0/go.mod h1:cCZiE1NHEtai4wiufUhW8I8S1JKkAnhnQJWM7YD99wM= cloud.google.com/go/compute v1.5.0/go.mod h1:9SMHyhJlzhlkJqrPAc839t2BZFTSk6Jdj6mkzQJeu0M= @@ -128,174 +179,266 @@ cloud.google.com/go/compute v1.13.0/go.mod h1:5aPTS0cUNMIc1CE546K+Th6weJUNQErARy cloud.google.com/go/compute v1.14.0/go.mod h1:YfLtxrj9sU4Yxv+sXzZkyPjEyPBZfXHUvjxega5vAdo= cloud.google.com/go/compute v1.15.1/go.mod h1:bjjoF/NtFUrkD/urWfdHaKuOPDR5nWIs63rR+SXhcpA= cloud.google.com/go/compute v1.18.0/go.mod h1:1X7yHxec2Ga+Ss6jPyjxRxpu2uu7PLgsOVXvgU0yacs= -cloud.google.com/go/compute v1.19.0 h1:+9zda3WGgW1ZSTlVppLCYFIr48Pa35q1uG2N1itbCEQ= cloud.google.com/go/compute v1.19.0/go.mod h1:rikpw2y+UMidAe9tISo04EHNOIf42RLYF/q8Bs93scU= +cloud.google.com/go/compute v1.19.1/go.mod h1:6ylj3a05WF8leseCdIf77NK0g1ey+nj5IKd5/kvShxE= +cloud.google.com/go/compute v1.19.3/go.mod h1:qxvISKp/gYnXkSAD1ppcSOveRAmzxicEv/JlizULFrI= +cloud.google.com/go/compute v1.20.0 h1:cUOcywWuowO9It2i1KX1lIb0HH7gLv6nENKuZGnlcSo= +cloud.google.com/go/compute v1.20.0/go.mod h1:kn5BhC++qUWR/AM3Dn21myV7QbgqejW04cAOrtppaQI= cloud.google.com/go/compute/metadata v0.1.0/go.mod h1:Z1VN+bulIf6bt4P/C37K4DyZYZEXYonfTBHHFPO/4UU= cloud.google.com/go/compute/metadata v0.2.0/go.mod h1:zFmK7XCadkQkj6TtorcaGlCW1hT1fIilQDwofLpJ20k= cloud.google.com/go/compute/metadata v0.2.1/go.mod h1:jgHgmJd2RKBGzXqF5LR2EZMGxBkeanZ9wwa75XHJgOM= -cloud.google.com/go/compute/metadata v0.2.2/go.mod h1:jgHgmJd2RKBGzXqF5LR2EZMGxBkeanZ9wwa75XHJgOM= cloud.google.com/go/compute/metadata v0.2.3 h1:mg4jlk7mCAj6xXp9UJ4fjI9VUI5rubuGBW5aJ7UnBMY= cloud.google.com/go/compute/metadata v0.2.3/go.mod h1:VAV5nSsACxMJvgaAuX6Pk2AawlZn8kiOGuCv6gTkwuA= cloud.google.com/go/contactcenterinsights v1.3.0/go.mod h1:Eu2oemoePuEFc/xKFPjbTuPSj0fYJcPls9TFlPNnHHY= cloud.google.com/go/contactcenterinsights v1.4.0/go.mod h1:L2YzkGbPsv+vMQMCADxJoT9YiTTnSEd6fEvCeHTYVck= +cloud.google.com/go/contactcenterinsights v1.6.0/go.mod h1:IIDlT6CLcDoyv79kDv8iWxMSTZhLxSCofVV5W6YFM/w= cloud.google.com/go/container v1.6.0/go.mod h1:Xazp7GjJSeUYo688S+6J5V+n/t+G5sKBTFkKNudGRxg= cloud.google.com/go/container v1.7.0/go.mod h1:Dp5AHtmothHGX3DwwIHPgq45Y8KmNsgN3amoYfxVkLo= +cloud.google.com/go/container v1.13.1/go.mod h1:6wgbMPeQRw9rSnKBCAJXnds3Pzj03C4JHamr8asWKy4= +cloud.google.com/go/container v1.14.0/go.mod h1:3AoJMPhHfLDxLvrlVWaK57IXzaPnLaZq63WX59aQBfM= +cloud.google.com/go/container v1.15.0/go.mod h1:ft+9S0WGjAyjDggg5S06DXj+fHJICWg8L7isCQe9pQA= cloud.google.com/go/containeranalysis v0.5.1/go.mod h1:1D92jd8gRR/c0fGMlymRgxWD3Qw9C1ff6/T7mLgVL8I= cloud.google.com/go/containeranalysis v0.6.0/go.mod h1:HEJoiEIu+lEXM+k7+qLCci0h33lX3ZqoYFdmPcoO7s4= +cloud.google.com/go/containeranalysis v0.7.0/go.mod h1:9aUL+/vZ55P2CXfuZjS4UjQ9AgXoSw8Ts6lemfmxBxI= +cloud.google.com/go/containeranalysis v0.9.0/go.mod h1:orbOANbwk5Ejoom+s+DUCTTJ7IBdBQJDcSylAx/on9s= cloud.google.com/go/datacatalog v1.3.0/go.mod h1:g9svFY6tuR+j+hrTw3J2dNcmI0dzmSiyOzm8kpLq0a0= cloud.google.com/go/datacatalog v1.5.0/go.mod h1:M7GPLNQeLfWqeIm3iuiruhPzkt65+Bx8dAKvScX8jvs= cloud.google.com/go/datacatalog v1.6.0/go.mod h1:+aEyF8JKg+uXcIdAmmaMUmZ3q1b/lKLtXCmXdnc0lbc= cloud.google.com/go/datacatalog v1.7.0/go.mod h1:9mEl4AuDYWw81UGc41HonIHH7/sn52H0/tc8f8ZbZIE= cloud.google.com/go/datacatalog v1.8.0/go.mod h1:KYuoVOv9BM8EYz/4eMFxrr4DUKhGIOXxZoKYF5wdISM= +cloud.google.com/go/datacatalog v1.8.1/go.mod h1:RJ58z4rMp3gvETA465Vg+ag8BGgBdnRPEMMSTr5Uv+M= +cloud.google.com/go/datacatalog v1.12.0/go.mod h1:CWae8rFkfp6LzLumKOnmVh4+Zle4A3NXLzVJ1d1mRm0= +cloud.google.com/go/datacatalog v1.13.0/go.mod h1:E4Rj9a5ZtAxcQJlEBTLgMTphfP11/lNaAshpoBgemX8= cloud.google.com/go/dataflow v0.6.0/go.mod h1:9QwV89cGoxjjSR9/r7eFDqqjtvbKxAK2BaYU6PVk9UM= cloud.google.com/go/dataflow v0.7.0/go.mod h1:PX526vb4ijFMesO1o202EaUmouZKBpjHsTlCtB4parQ= +cloud.google.com/go/dataflow v0.8.0/go.mod h1:Rcf5YgTKPtQyYz8bLYhFoIV/vP39eL7fWNcSOyFfLJE= cloud.google.com/go/dataform v0.3.0/go.mod h1:cj8uNliRlHpa6L3yVhDOBrUXH+BPAO1+KFMQQNSThKo= cloud.google.com/go/dataform v0.4.0/go.mod h1:fwV6Y4Ty2yIFL89huYlEkwUPtS7YZinZbzzj5S9FzCE= cloud.google.com/go/dataform v0.5.0/go.mod h1:GFUYRe8IBa2hcomWplodVmUx/iTL0FrsauObOM3Ipr0= +cloud.google.com/go/dataform v0.6.0/go.mod h1:QPflImQy33e29VuapFdf19oPbE4aYTJxr31OAPV+ulA= +cloud.google.com/go/dataform v0.7.0/go.mod h1:7NulqnVozfHvWUBpMDfKMUESr+85aJsC/2O0o3jWPDE= cloud.google.com/go/datafusion v1.4.0/go.mod h1:1Zb6VN+W6ALo85cXnM1IKiPw+yQMKMhB9TsTSRDo/38= cloud.google.com/go/datafusion v1.5.0/go.mod h1:Kz+l1FGHB0J+4XF2fud96WMmRiq/wj8N9u007vyXZ2w= +cloud.google.com/go/datafusion v1.6.0/go.mod h1:WBsMF8F1RhSXvVM8rCV3AeyWVxcC2xY6vith3iw3S+8= cloud.google.com/go/datalabeling v0.5.0/go.mod h1:TGcJ0G2NzcsXSE/97yWjIZO0bXj0KbVlINXMG9ud42I= cloud.google.com/go/datalabeling v0.6.0/go.mod h1:WqdISuk/+WIGeMkpw/1q7bK/tFEZxsrFJOJdY2bXvTQ= +cloud.google.com/go/datalabeling v0.7.0/go.mod h1:WPQb1y08RJbmpM3ww0CSUAGweL0SxByuW2E+FU+wXcM= cloud.google.com/go/dataplex v1.3.0/go.mod h1:hQuRtDg+fCiFgC8j0zV222HvzFQdRd+SVX8gdmFcZzA= cloud.google.com/go/dataplex v1.4.0/go.mod h1:X51GfLXEMVJ6UN47ESVqvlsRplbLhcsAt0kZCCKsU0A= +cloud.google.com/go/dataplex v1.5.2/go.mod h1:cVMgQHsmfRoI5KFYq4JtIBEUbYwc3c7tXmIDhRmNNVQ= +cloud.google.com/go/dataplex v1.6.0/go.mod h1:bMsomC/aEJOSpHXdFKFGQ1b0TDPIeL28nJObeO1ppRs= cloud.google.com/go/dataproc v1.7.0/go.mod h1:CKAlMjII9H90RXaMpSxQ8EU6dQx6iAYNPcYPOkSbi8s= cloud.google.com/go/dataproc v1.8.0/go.mod h1:5OW+zNAH0pMpw14JVrPONsxMQYMBqJuzORhIBfBn9uI= +cloud.google.com/go/dataproc v1.12.0/go.mod h1:zrF3aX0uV3ikkMz6z4uBbIKyhRITnxvr4i3IjKsKrw4= cloud.google.com/go/dataqna v0.5.0/go.mod h1:90Hyk596ft3zUQ8NkFfvICSIfHFh1Bc7C4cK3vbhkeo= cloud.google.com/go/dataqna v0.6.0/go.mod h1:1lqNpM7rqNLVgWBJyk5NF6Uen2PHym0jtVJonplVsDA= +cloud.google.com/go/dataqna v0.7.0/go.mod h1:Lx9OcIIeqCrw1a6KdO3/5KMP1wAmTc0slZWwP12Qq3c= cloud.google.com/go/datastore v1.0.0/go.mod h1:LXYbyblFSglQ5pkeyhO+Qmw7ukd3C+pD7TKLgZqpHYE= cloud.google.com/go/datastore v1.1.0/go.mod h1:umbIZjpQpHh4hmRpGhH4tLFup+FVzqBi1b3c64qFpCk= cloud.google.com/go/datastore v1.10.0/go.mod h1:PC5UzAmDEkAmkfaknstTYbNpgE49HAgW2J1gcgUfmdM= +cloud.google.com/go/datastore v1.11.0/go.mod h1:TvGxBIHCS50u8jzG+AW/ppf87v1of8nwzFNgEZU1D3c= cloud.google.com/go/datastream v1.2.0/go.mod h1:i/uTP8/fZwgATHS/XFu0TcNUhuA0twZxxQ3EyCUQMwo= cloud.google.com/go/datastream v1.3.0/go.mod h1:cqlOX8xlyYF/uxhiKn6Hbv6WjwPPuI9W2M9SAXwaLLQ= cloud.google.com/go/datastream v1.4.0/go.mod h1:h9dpzScPhDTs5noEMQVWP8Wx8AFBRyS0s8KWPx/9r0g= cloud.google.com/go/datastream v1.5.0/go.mod h1:6TZMMNPwjUqZHBKPQ1wwXpb0d5VDVPl2/XoS5yi88q4= +cloud.google.com/go/datastream v1.6.0/go.mod h1:6LQSuswqLa7S4rPAOZFVjHIG3wJIjZcZrw8JDEDJuIs= +cloud.google.com/go/datastream v1.7.0/go.mod h1:uxVRMm2elUSPuh65IbZpzJNMbuzkcvu5CjMqVIUHrww= cloud.google.com/go/deploy v1.4.0/go.mod h1:5Xghikd4VrmMLNaF6FiRFDlHb59VM59YoDQnOUdsH/c= cloud.google.com/go/deploy v1.5.0/go.mod h1:ffgdD0B89tToyW/U/D2eL0jN2+IEV/3EMuXHA0l4r+s= +cloud.google.com/go/deploy v1.6.0/go.mod h1:f9PTHehG/DjCom3QH0cntOVRm93uGBDt2vKzAPwpXQI= +cloud.google.com/go/deploy v1.8.0/go.mod h1:z3myEJnA/2wnB4sgjqdMfgxCA0EqC3RBTNcVPs93mtQ= cloud.google.com/go/dialogflow v1.15.0/go.mod h1:HbHDWs33WOGJgn6rfzBW1Kv807BE3O1+xGbn59zZWI4= cloud.google.com/go/dialogflow v1.16.1/go.mod h1:po6LlzGfK+smoSmTBnbkIZY2w8ffjz/RcGSS+sh1el0= cloud.google.com/go/dialogflow v1.17.0/go.mod h1:YNP09C/kXA1aZdBgC/VtXX74G/TKn7XVCcVumTflA+8= cloud.google.com/go/dialogflow v1.18.0/go.mod h1:trO7Zu5YdyEuR+BhSNOqJezyFQ3aUzz0njv7sMx/iek= cloud.google.com/go/dialogflow v1.19.0/go.mod h1:JVmlG1TwykZDtxtTXujec4tQ+D8SBFMoosgy+6Gn0s0= +cloud.google.com/go/dialogflow v1.29.0/go.mod h1:b+2bzMe+k1s9V+F2jbJwpHPzrnIyHihAdRFMtn2WXuM= +cloud.google.com/go/dialogflow v1.31.0/go.mod h1:cuoUccuL1Z+HADhyIA7dci3N5zUssgpBJmCzI6fNRB4= +cloud.google.com/go/dialogflow v1.32.0/go.mod h1:jG9TRJl8CKrDhMEcvfcfFkkpp8ZhgPz3sBGmAUYJ2qE= cloud.google.com/go/dlp v1.6.0/go.mod h1:9eyB2xIhpU0sVwUixfBubDoRwP+GjeUoxxeueZmqvmM= cloud.google.com/go/dlp v1.7.0/go.mod h1:68ak9vCiMBjbasxeVD17hVPxDEck+ExiHavX8kiHG+Q= +cloud.google.com/go/dlp v1.9.0/go.mod h1:qdgmqgTyReTz5/YNSSuueR8pl7hO0o9bQ39ZhtgkWp4= cloud.google.com/go/documentai v1.7.0/go.mod h1:lJvftZB5NRiFSX4moiye1SMxHx0Bc3x1+p9e/RfXYiU= cloud.google.com/go/documentai v1.8.0/go.mod h1:xGHNEB7CtsnySCNrCFdCyyMz44RhFEEX2Q7UD0c5IhU= cloud.google.com/go/documentai v1.9.0/go.mod h1:FS5485S8R00U10GhgBC0aNGrJxBP8ZVpEeJ7PQDZd6k= cloud.google.com/go/documentai v1.10.0/go.mod h1:vod47hKQIPeCfN2QS/jULIvQTugbmdc0ZvxxfQY1bg4= +cloud.google.com/go/documentai v1.16.0/go.mod h1:o0o0DLTEZ+YnJZ+J4wNfTxmDVyrkzFvttBXXtYRMHkM= +cloud.google.com/go/documentai v1.18.0/go.mod h1:F6CK6iUH8J81FehpskRmhLq/3VlwQvb7TvwOceQ2tbs= cloud.google.com/go/domains v0.6.0/go.mod h1:T9Rz3GasrpYk6mEGHh4rymIhjlnIuB4ofT1wTxDeT4Y= cloud.google.com/go/domains v0.7.0/go.mod h1:PtZeqS1xjnXuRPKE/88Iru/LdfoRyEHYA9nFQf4UKpg= +cloud.google.com/go/domains v0.8.0/go.mod h1:M9i3MMDzGFXsydri9/vW+EWz9sWb4I6WyHqdlAk0idE= cloud.google.com/go/edgecontainer v0.1.0/go.mod h1:WgkZ9tp10bFxqO8BLPqv2LlfmQF1X8lZqwW4r1BTajk= cloud.google.com/go/edgecontainer v0.2.0/go.mod h1:RTmLijy+lGpQ7BXuTDa4C4ssxyXT34NIuHIgKuP4s5w= +cloud.google.com/go/edgecontainer v0.3.0/go.mod h1:FLDpP4nykgwwIfcLt6zInhprzw0lEi2P1fjO6Ie0qbc= +cloud.google.com/go/edgecontainer v1.0.0/go.mod h1:cttArqZpBB2q58W/upSG++ooo6EsblxDIolxa3jSjbY= cloud.google.com/go/errorreporting v0.3.0/go.mod h1:xsP2yaAp+OAW4OIm60An2bbLpqIhKXdWR/tawvl7QzU= cloud.google.com/go/essentialcontacts v1.3.0/go.mod h1:r+OnHa5jfj90qIfZDO/VztSFqbQan7HV75p8sA+mdGI= cloud.google.com/go/essentialcontacts v1.4.0/go.mod h1:8tRldvHYsmnBCHdFpvU+GL75oWiBKl80BiqlFh9tp+8= +cloud.google.com/go/essentialcontacts v1.5.0/go.mod h1:ay29Z4zODTuwliK7SnX8E86aUF2CTzdNtvv42niCX0M= cloud.google.com/go/eventarc v1.7.0/go.mod h1:6ctpF3zTnaQCxUjHUdcfgcA1A2T309+omHZth7gDfmc= cloud.google.com/go/eventarc v1.8.0/go.mod h1:imbzxkyAU4ubfsaKYdQg04WS1NvncblHEup4kvF+4gw= +cloud.google.com/go/eventarc v1.10.0/go.mod h1:u3R35tmZ9HvswGRBnF48IlYgYeBcPUCjkr4BTdem2Kw= +cloud.google.com/go/eventarc v1.11.0/go.mod h1:PyUjsUKPWoRBCHeOxZd/lbOOjahV41icXyUY5kSTvVY= cloud.google.com/go/filestore v1.3.0/go.mod h1:+qbvHGvXU1HaKX2nD0WEPo92TP/8AQuCVEBXNY9z0+w= cloud.google.com/go/filestore v1.4.0/go.mod h1:PaG5oDfo9r224f8OYXURtAsY+Fbyq/bLYoINEK8XQAI= +cloud.google.com/go/filestore v1.5.0/go.mod h1:FqBXDWBp4YLHqRnVGveOkHDf8svj9r5+mUDLupOWEDs= +cloud.google.com/go/filestore v1.6.0/go.mod h1:di5unNuss/qfZTw2U9nhFqo8/ZDSc466dre85Kydllg= cloud.google.com/go/firestore v1.1.0/go.mod h1:ulACoGHTpvq5r8rxGJ4ddJZBZqakUQqClKRT5SZwBmk= cloud.google.com/go/firestore v1.6.1/go.mod h1:asNXNOzBdyVQmEU+ggO8UPodTkEVFW5Qx+rwHnAz+EY= cloud.google.com/go/firestore v1.9.0/go.mod h1:HMkjKHNTtRyZNiMzu7YAsLr9K3X2udY2AMwDaMEQiiE= +cloud.google.com/go/firestore v1.10.0/go.mod h1:eAeoQCV8F35Mcy4k8ZrQbcSYZOayIwoiU7ZJ6xzH1+o= cloud.google.com/go/functions v1.6.0/go.mod h1:3H1UA3qiIPRWD7PeZKLvHZ9SaQhR26XIJcC0A5GbvAk= cloud.google.com/go/functions v1.7.0/go.mod h1:+d+QBcWM+RsrgZfV9xo6KfA1GlzJfxcfZcRPEhDDfzg= cloud.google.com/go/functions v1.8.0/go.mod h1:RTZ4/HsQjIqIYP9a9YPbU+QFoQsAlYgrwOXJWHn1POY= cloud.google.com/go/functions v1.9.0/go.mod h1:Y+Dz8yGguzO3PpIjhLTbnqV1CWmgQ5UwtlpzoyquQ08= +cloud.google.com/go/functions v1.10.0/go.mod h1:0D3hEOe3DbEvCXtYOZHQZmD+SzYsi1YbI7dGvHfldXw= +cloud.google.com/go/functions v1.12.0/go.mod h1:AXWGrF3e2C/5ehvwYo/GH6O5s09tOPksiKhz+hH8WkA= +cloud.google.com/go/functions v1.13.0/go.mod h1:EU4O007sQm6Ef/PwRsI8N2umygGqPBS/IZQKBQBcJ3c= cloud.google.com/go/gaming v1.5.0/go.mod h1:ol7rGcxP/qHTRQE/RO4bxkXq+Fix0j6D4LFPzYTIrDM= cloud.google.com/go/gaming v1.6.0/go.mod h1:YMU1GEvA39Qt3zWGyAVA9bpYz/yAhTvaQ1t2sK4KPUA= cloud.google.com/go/gaming v1.7.0/go.mod h1:LrB8U7MHdGgFG851iHAfqUdLcKBdQ55hzXy9xBJz0+w= cloud.google.com/go/gaming v1.8.0/go.mod h1:xAqjS8b7jAVW0KFYeRUxngo9My3f33kFmua++Pi+ggM= +cloud.google.com/go/gaming v1.9.0/go.mod h1:Fc7kEmCObylSWLO334NcO+O9QMDyz+TKC4v1D7X+Bc0= cloud.google.com/go/gkebackup v0.2.0/go.mod h1:XKvv/4LfG829/B8B7xRkk8zRrOEbKtEam6yNfuQNH60= cloud.google.com/go/gkebackup v0.3.0/go.mod h1:n/E671i1aOQvUxT541aTkCwExO/bTer2HDlj4TsBRAo= +cloud.google.com/go/gkebackup v0.4.0/go.mod h1:byAyBGUwYGEEww7xsbnUTBHIYcOPy/PgUWUtOeRm9Vg= cloud.google.com/go/gkeconnect v0.5.0/go.mod h1:c5lsNAg5EwAy7fkqX/+goqFsU1Da/jQFqArp+wGNr/o= cloud.google.com/go/gkeconnect v0.6.0/go.mod h1:Mln67KyU/sHJEBY8kFZ0xTeyPtzbq9StAVvEULYK16A= +cloud.google.com/go/gkeconnect v0.7.0/go.mod h1:SNfmVqPkaEi3bF/B3CNZOAYPYdg7sU+obZ+QTky2Myw= cloud.google.com/go/gkehub v0.9.0/go.mod h1:WYHN6WG8w9bXU0hqNxt8rm5uxnk8IH+lPY9J2TV7BK0= cloud.google.com/go/gkehub v0.10.0/go.mod h1:UIPwxI0DsrpsVoWpLB0stwKCP+WFVG9+y977wO+hBH0= +cloud.google.com/go/gkehub v0.11.0/go.mod h1:JOWHlmN+GHyIbuWQPl47/C2RFhnFKH38jH9Ascu3n0E= +cloud.google.com/go/gkehub v0.12.0/go.mod h1:djiIwwzTTBrF5NaXCGv3mf7klpEMcST17VBTVVDcuaw= cloud.google.com/go/gkemulticloud v0.3.0/go.mod h1:7orzy7O0S+5kq95e4Hpn7RysVA7dPs8W/GgfUtsPbrA= cloud.google.com/go/gkemulticloud v0.4.0/go.mod h1:E9gxVBnseLWCk24ch+P9+B2CoDFJZTyIgLKSalC7tuI= +cloud.google.com/go/gkemulticloud v0.5.0/go.mod h1:W0JDkiyi3Tqh0TJr//y19wyb1yf8llHVto2Htf2Ja3Y= cloud.google.com/go/grafeas v0.2.0/go.mod h1:KhxgtF2hb0P191HlY5besjYm6MqTSTj3LSI+M+ByZHc= cloud.google.com/go/gsuiteaddons v1.3.0/go.mod h1:EUNK/J1lZEZO8yPtykKxLXI6JSVN2rg9bN8SXOa0bgM= cloud.google.com/go/gsuiteaddons v1.4.0/go.mod h1:rZK5I8hht7u7HxFQcFei0+AtfS9uSushomRlg+3ua1o= +cloud.google.com/go/gsuiteaddons v1.5.0/go.mod h1:TFCClYLd64Eaa12sFVmUyG62tk4mdIsI7pAnSXRkcFo= cloud.google.com/go/iam v0.1.0/go.mod h1:vcUNEa0pEm0qRVpmWepWaFMIAI8/hjB9mO8rNCJtF6c= cloud.google.com/go/iam v0.3.0/go.mod h1:XzJPvDayI+9zsASAFO68Hk07u3z+f+JrT2xXNdp4bnY= cloud.google.com/go/iam v0.5.0/go.mod h1:wPU9Vt0P4UmCux7mqtRu6jcpPAb74cP1fh50J3QpkUc= cloud.google.com/go/iam v0.6.0/go.mod h1:+1AH33ueBne5MzYccyMHtEKqLE4/kJOibtffMHDMFMc= cloud.google.com/go/iam v0.7.0/go.mod h1:H5Br8wRaDGNc8XP3keLc4unfUUZeyH3Sfl9XpQEYOeg= cloud.google.com/go/iam v0.8.0/go.mod h1:lga0/y3iH6CX7sYqypWJ33hf7kkfXJag67naqGESjkE= -cloud.google.com/go/iam v0.10.0/go.mod h1:nXAECrMt2qHpF6RZUZseteD6QyanL68reN4OXPw0UWM= -cloud.google.com/go/iam v0.13.0 h1:+CmB+K0J/33d0zSQ9SlFWUeCCEn5XJA0ZMZ3pHE9u8k= +cloud.google.com/go/iam v0.11.0/go.mod h1:9PiLDanza5D+oWFZiH1uG+RnRCfEGKoyl6yo4cgWZGY= +cloud.google.com/go/iam v0.12.0/go.mod h1:knyHGviacl11zrtZUoDuYpDgLjvr28sLQaG0YB2GYAY= cloud.google.com/go/iam v0.13.0/go.mod h1:ljOg+rcNfzZ5d6f1nAUJ8ZIxOaZUVoS14bKCtaLZ/D0= +cloud.google.com/go/iam v1.0.1/go.mod h1:yR3tmSL8BcZB4bxByRv2jkSIahVmCtfKZwLYGBalRE8= +cloud.google.com/go/iam v1.1.0 h1:67gSqaPukx7O8WLLHMa0PNs3EBGd2eE4d+psbO/CO94= +cloud.google.com/go/iam v1.1.0/go.mod h1:nxdHjaKfCr7fNYx/HJMM8LgiMugmveWlkatear5gVyk= cloud.google.com/go/iap v1.4.0/go.mod h1:RGFwRJdihTINIe4wZ2iCP0zF/qu18ZwyKxrhMhygBEc= cloud.google.com/go/iap v1.5.0/go.mod h1:UH/CGgKd4KyohZL5Pt0jSKE4m3FR51qg6FKQ/z/Ix9A= +cloud.google.com/go/iap v1.6.0/go.mod h1:NSuvI9C/j7UdjGjIde7t7HBz+QTwBcapPE07+sSRcLk= +cloud.google.com/go/iap v1.7.0/go.mod h1:beqQx56T9O1G1yNPph+spKpNibDlYIiIixiqsQXxLIo= +cloud.google.com/go/iap v1.7.1/go.mod h1:WapEwPc7ZxGt2jFGB/C/bm+hP0Y6NXzOYGjpPnmMS74= cloud.google.com/go/ids v1.1.0/go.mod h1:WIuwCaYVOzHIj2OhN9HAwvW+DBdmUAdcWlFxRl+KubM= cloud.google.com/go/ids v1.2.0/go.mod h1:5WXvp4n25S0rA/mQWAg1YEEBBq6/s+7ml1RDCW1IrcY= +cloud.google.com/go/ids v1.3.0/go.mod h1:JBdTYwANikFKaDP6LtW5JAi4gubs57SVNQjemdt6xV4= cloud.google.com/go/iot v1.3.0/go.mod h1:r7RGh2B61+B8oz0AGE+J72AhA0G7tdXItODWsaA2oLs= cloud.google.com/go/iot v1.4.0/go.mod h1:dIDxPOn0UvNDUMD8Ger7FIaTuvMkj+aGk94RPP0iV+g= +cloud.google.com/go/iot v1.5.0/go.mod h1:mpz5259PDl3XJthEmh9+ap0affn/MqNSP4My77Qql9o= +cloud.google.com/go/iot v1.6.0/go.mod h1:IqdAsmE2cTYYNO1Fvjfzo9po179rAtJeVGUvkLN3rLE= cloud.google.com/go/kms v1.4.0/go.mod h1:fajBHndQ+6ubNw6Ss2sSd+SWvjL26RNo/dr7uxsnnOA= cloud.google.com/go/kms v1.5.0/go.mod h1:QJS2YY0eJGBg3mnDfuaCyLauWwBJiHRboYxJ++1xJNg= cloud.google.com/go/kms v1.6.0/go.mod h1:Jjy850yySiasBUDi6KFUwUv2n1+o7QZFyuUJg6OgjA0= cloud.google.com/go/kms v1.8.0/go.mod h1:4xFEhYFqvW+4VMELtZyxomGSYtSQKzM178ylFW4jMAg= -cloud.google.com/go/kms v1.10.2 h1:8UePKEypK3SQ6g+4mn/s/VgE5L7XOh+FwGGRUqvY3Hw= +cloud.google.com/go/kms v1.9.0/go.mod h1:qb1tPTgfF9RQP8e1wq4cLFErVuTJv7UsSC915J8dh3w= +cloud.google.com/go/kms v1.10.0/go.mod h1:ng3KTUtQQU9bPX3+QGLsflZIHlkbn8amFAMY63m8d24= +cloud.google.com/go/kms v1.10.1/go.mod h1:rIWk/TryCkR59GMC3YtHtXeLzd634lBbKenvyySAyYI= cloud.google.com/go/kms v1.10.2/go.mod h1:9mX3Q6pdroWzL20pbK6RaOdBbXBEhMNgK4Pfz2bweb4= +cloud.google.com/go/kms v1.12.0 h1:IEYV44WsGc6yVO1PlvnRlYzsHM2ImpB598Cglh/3uGw= +cloud.google.com/go/kms v1.12.0/go.mod h1:syfpIBSOqQ/ZqK48RLPkwUhFhvbsA1SyGAq/vPohd20= cloud.google.com/go/language v1.4.0/go.mod h1:F9dRpNFQmJbkaop6g0JhSBXCNlO90e1KWx5iDdxbWic= cloud.google.com/go/language v1.6.0/go.mod h1:6dJ8t3B+lUYfStgls25GusK04NLh3eDLQnWM3mdEbhI= cloud.google.com/go/language v1.7.0/go.mod h1:DJ6dYN/W+SQOjF8e1hLQXMF21AkH2w9wiPzPCJa2MIE= cloud.google.com/go/language v1.8.0/go.mod h1:qYPVHf7SPoNNiCL2Dr0FfEFNil1qi3pQEyygwpgVKB8= +cloud.google.com/go/language v1.9.0/go.mod h1:Ns15WooPM5Ad/5no/0n81yUetis74g3zrbeJBE+ptUY= cloud.google.com/go/lifesciences v0.5.0/go.mod h1:3oIKy8ycWGPUyZDR/8RNnTOYevhaMLqh5vLUXs9zvT8= cloud.google.com/go/lifesciences v0.6.0/go.mod h1:ddj6tSX/7BOnhxCSd3ZcETvtNr8NZ6t/iPhY2Tyfu08= +cloud.google.com/go/lifesciences v0.8.0/go.mod h1:lFxiEOMqII6XggGbOnKiyZ7IBwoIqA84ClvoezaA/bo= cloud.google.com/go/logging v1.6.1/go.mod h1:5ZO0mHHbvm8gEmeEUHrmDlTDSu5imF6MUP9OfilNXBw= +cloud.google.com/go/logging v1.7.0/go.mod h1:3xjP2CjkM3ZkO73aj4ASA5wRPGGCRrPIAeNqVNkzY8M= cloud.google.com/go/longrunning v0.1.1/go.mod h1:UUFxuDWkv22EuY93jjmDMFT5GPQKeFVJBIF6QlTqdsE= cloud.google.com/go/longrunning v0.3.0/go.mod h1:qth9Y41RRSUE69rDcOn6DdK3HfQfsUI0YSmW3iIlLJc= -cloud.google.com/go/longrunning v0.4.0/go.mod h1:eF3Qsw58iX/bkKtVjMTYpH0LRjQ2goDkjkNQTlzq/ZM= -cloud.google.com/go/longrunning v0.4.1 h1:v+yFJOfKC3yZdY6ZUI933pIYdhyhV8S3NpWrXWmg7jM= +cloud.google.com/go/longrunning v0.4.1/go.mod h1:4iWDqhBZ70CvZ6BfETbvam3T8FMvLK+eFj0E6AaRQTo= +cloud.google.com/go/longrunning v0.4.2/go.mod h1:OHrnaYyLUV6oqwh0xiS7e5sLQhP1m0QU9R+WhGDMgIQ= +cloud.google.com/go/longrunning v0.5.0/go.mod h1:0JNuqRShmscVAhIACGtskSAWtqtOoPkwP0YF1oVEchc= cloud.google.com/go/managedidentities v1.3.0/go.mod h1:UzlW3cBOiPrzucO5qWkNkh0w33KFtBJU281hacNvsdE= cloud.google.com/go/managedidentities v1.4.0/go.mod h1:NWSBYbEMgqmbZsLIyKvxrYbtqOsxY1ZrGM+9RgDqInM= +cloud.google.com/go/managedidentities v1.5.0/go.mod h1:+dWcZ0JlUmpuxpIDfyP5pP5y0bLdRwOS4Lp7gMni/LA= cloud.google.com/go/maps v0.1.0/go.mod h1:BQM97WGyfw9FWEmQMpZ5T6cpovXXSd1cGmFma94eubI= +cloud.google.com/go/maps v0.6.0/go.mod h1:o6DAMMfb+aINHz/p/jbcY+mYeXBoZoxTfdSQ8VAJaCw= +cloud.google.com/go/maps v0.7.0/go.mod h1:3GnvVl3cqeSvgMcpRlQidXsPYuDGQ8naBis7MVzpXsY= cloud.google.com/go/mediatranslation v0.5.0/go.mod h1:jGPUhGTybqsPQn91pNXw0xVHfuJ3leR1wj37oU3y1f4= cloud.google.com/go/mediatranslation v0.6.0/go.mod h1:hHdBCTYNigsBxshbznuIMFNe5QXEowAuNmmC7h8pu5w= +cloud.google.com/go/mediatranslation v0.7.0/go.mod h1:LCnB/gZr90ONOIQLgSXagp8XUW1ODs2UmUMvcgMfI2I= cloud.google.com/go/memcache v1.4.0/go.mod h1:rTOfiGZtJX1AaFUrOgsMHX5kAzaTQ8azHiuDoTPzNsE= cloud.google.com/go/memcache v1.5.0/go.mod h1:dk3fCK7dVo0cUU2c36jKb4VqKPS22BTkf81Xq617aWM= cloud.google.com/go/memcache v1.6.0/go.mod h1:XS5xB0eQZdHtTuTF9Hf8eJkKtR3pVRCcvJwtm68T3rA= cloud.google.com/go/memcache v1.7.0/go.mod h1:ywMKfjWhNtkQTxrWxCkCFkoPjLHPW6A7WOTVI8xy3LY= +cloud.google.com/go/memcache v1.9.0/go.mod h1:8oEyzXCu+zo9RzlEaEjHl4KkgjlNDaXbCQeQWlzNFJM= cloud.google.com/go/metastore v1.5.0/go.mod h1:2ZNrDcQwghfdtCwJ33nM0+GrBGlVuh8rakL3vdPY3XY= cloud.google.com/go/metastore v1.6.0/go.mod h1:6cyQTls8CWXzk45G55x57DVQ9gWg7RiH65+YgPsNh9s= cloud.google.com/go/metastore v1.7.0/go.mod h1:s45D0B4IlsINu87/AsWiEVYbLaIMeUSoxlKKDqBGFS8= cloud.google.com/go/metastore v1.8.0/go.mod h1:zHiMc4ZUpBiM7twCIFQmJ9JMEkDSyZS9U12uf7wHqSI= +cloud.google.com/go/metastore v1.10.0/go.mod h1:fPEnH3g4JJAk+gMRnrAnoqyv2lpUCqJPWOodSaf45Eo= cloud.google.com/go/monitoring v1.1.0/go.mod h1:L81pzz7HKn14QCMaCs6NTQkdBnE87TElyanS95vIcl4= cloud.google.com/go/monitoring v1.7.0/go.mod h1:HpYse6kkGo//7p6sT0wsIC6IBDET0RhIsnmlA53dvEk= cloud.google.com/go/monitoring v1.8.0/go.mod h1:E7PtoMJ1kQXWxPjB6mv2fhC5/15jInuulFdYYtlcvT4= cloud.google.com/go/monitoring v1.12.0/go.mod h1:yx8Jj2fZNEkL/GYZyTLS4ZtZEZN8WtDEiEqG4kLK50w= +cloud.google.com/go/monitoring v1.13.0/go.mod h1:k2yMBAB1H9JT/QETjNkgdCGD9bPF712XiLTVr+cBrpw= +cloud.google.com/go/monitoring v1.15.0/go.mod h1:/LPLNIY93ZtCpPKuO38kEYh+WhhiqIt8HYch2srelRM= cloud.google.com/go/networkconnectivity v1.4.0/go.mod h1:nOl7YL8odKyAOtzNX73/M5/mGZgqqMeryi6UPZTk/rA= cloud.google.com/go/networkconnectivity v1.5.0/go.mod h1:3GzqJx7uhtlM3kln0+x5wyFvuVH1pIBJjhCpjzSt75o= cloud.google.com/go/networkconnectivity v1.6.0/go.mod h1:OJOoEXW+0LAxHh89nXd64uGG+FbQoeH8DtxCHVOMlaM= cloud.google.com/go/networkconnectivity v1.7.0/go.mod h1:RMuSbkdbPwNMQjB5HBWD5MpTBnNm39iAVpC3TmsExt8= +cloud.google.com/go/networkconnectivity v1.10.0/go.mod h1:UP4O4sWXJG13AqrTdQCD9TnLGEbtNRqjuaaA7bNjF5E= +cloud.google.com/go/networkconnectivity v1.11.0/go.mod h1:iWmDD4QF16VCDLXUqvyspJjIEtBR/4zq5hwnY2X3scM= cloud.google.com/go/networkmanagement v1.4.0/go.mod h1:Q9mdLLRn60AsOrPc8rs8iNV6OHXaGcDdsIQe1ohekq8= cloud.google.com/go/networkmanagement v1.5.0/go.mod h1:ZnOeZ/evzUdUsnvRt792H0uYEnHQEMaz+REhhzJRcf4= +cloud.google.com/go/networkmanagement v1.6.0/go.mod h1:5pKPqyXjB/sgtvB5xqOemumoQNB7y95Q7S+4rjSOPYY= cloud.google.com/go/networksecurity v0.5.0/go.mod h1:xS6fOCoqpVC5zx15Z/MqkfDwH4+m/61A3ODiDV1xmiQ= cloud.google.com/go/networksecurity v0.6.0/go.mod h1:Q5fjhTr9WMI5mbpRYEbiexTzROf7ZbDzvzCrNl14nyU= +cloud.google.com/go/networksecurity v0.7.0/go.mod h1:mAnzoxx/8TBSyXEeESMy9OOYwo1v+gZ5eMRnsT5bC8k= +cloud.google.com/go/networksecurity v0.8.0/go.mod h1:B78DkqsxFG5zRSVuwYFRZ9Xz8IcQ5iECsNrPn74hKHU= cloud.google.com/go/notebooks v1.2.0/go.mod h1:9+wtppMfVPUeJ8fIWPOq1UnATHISkGXGqTkxeieQ6UY= cloud.google.com/go/notebooks v1.3.0/go.mod h1:bFR5lj07DtCPC7YAAJ//vHskFBxA5JzYlH68kXVdk34= cloud.google.com/go/notebooks v1.4.0/go.mod h1:4QPMngcwmgb6uw7Po99B2xv5ufVoIQ7nOGDyL4P8AgA= cloud.google.com/go/notebooks v1.5.0/go.mod h1:q8mwhnP9aR8Hpfnrc5iN5IBhrXUy8S2vuYs+kBJ/gu0= +cloud.google.com/go/notebooks v1.7.0/go.mod h1:PVlaDGfJgj1fl1S3dUwhFMXFgfYGhYQt2164xOMONmE= +cloud.google.com/go/notebooks v1.8.0/go.mod h1:Lq6dYKOYOWUCTvw5t2q1gp1lAp0zxAxRycayS0iJcqQ= cloud.google.com/go/optimization v1.1.0/go.mod h1:5po+wfvX5AQlPznyVEZjGJTMr4+CAkJf2XSTQOOl9l4= cloud.google.com/go/optimization v1.2.0/go.mod h1:Lr7SOHdRDENsh+WXVmQhQTrzdu9ybg0NecjHidBq6xs= +cloud.google.com/go/optimization v1.3.1/go.mod h1:IvUSefKiwd1a5p0RgHDbWCIbDFgKuEdB+fPPuP0IDLI= cloud.google.com/go/orchestration v1.3.0/go.mod h1:Sj5tq/JpWiB//X/q3Ngwdl5K7B7Y0KZ7bfv0wL6fqVA= cloud.google.com/go/orchestration v1.4.0/go.mod h1:6W5NLFWs2TlniBphAViZEVhrXRSMgUGDfW7vrWKvsBk= +cloud.google.com/go/orchestration v1.6.0/go.mod h1:M62Bevp7pkxStDfFfTuCOaXgaaqRAga1yKyoMtEoWPQ= cloud.google.com/go/orgpolicy v1.4.0/go.mod h1:xrSLIV4RePWmP9P3tBl8S93lTmlAxjm06NSm2UTmKvE= cloud.google.com/go/orgpolicy v1.5.0/go.mod h1:hZEc5q3wzwXJaKrsx5+Ewg0u1LxJ51nNFlext7Tanwc= +cloud.google.com/go/orgpolicy v1.10.0/go.mod h1:w1fo8b7rRqlXlIJbVhOMPrwVljyuW5mqssvBtU18ONc= cloud.google.com/go/osconfig v1.7.0/go.mod h1:oVHeCeZELfJP7XLxcBGTMBvRO+1nQ5tFG9VQTmYS2Fs= cloud.google.com/go/osconfig v1.8.0/go.mod h1:EQqZLu5w5XA7eKizepumcvWx+m8mJUhEwiPqWiZeEdg= cloud.google.com/go/osconfig v1.9.0/go.mod h1:Yx+IeIZJ3bdWmzbQU4fxNl8xsZ4amB+dygAwFPlvnNo= cloud.google.com/go/osconfig v1.10.0/go.mod h1:uMhCzqC5I8zfD9zDEAfvgVhDS8oIjySWh+l4WK6GnWw= +cloud.google.com/go/osconfig v1.11.0/go.mod h1:aDICxrur2ogRd9zY5ytBLV89KEgT2MKB2L/n6x1ooPw= cloud.google.com/go/oslogin v1.4.0/go.mod h1:YdgMXWRaElXz/lDk1Na6Fh5orF7gvmJ0FGLIs9LId4E= cloud.google.com/go/oslogin v1.5.0/go.mod h1:D260Qj11W2qx/HVF29zBg+0fd6YCSjSqLUkY/qEenQU= cloud.google.com/go/oslogin v1.6.0/go.mod h1:zOJ1O3+dTU8WPlGEkFSh7qeHPPSoxrcMbbK1Nm2iX70= cloud.google.com/go/oslogin v1.7.0/go.mod h1:e04SN0xO1UNJ1M5GP0vzVBFicIe4O53FOfcixIqTyXo= +cloud.google.com/go/oslogin v1.9.0/go.mod h1:HNavntnH8nzrn8JCTT5fj18FuJLFJc4NaZJtBnQtKFs= cloud.google.com/go/phishingprotection v0.5.0/go.mod h1:Y3HZknsK9bc9dMi+oE8Bim0lczMU6hrX0UpADuMefr0= cloud.google.com/go/phishingprotection v0.6.0/go.mod h1:9Y3LBLgy0kDTcYET8ZH3bq/7qni15yVUoAxiFxnlSUA= +cloud.google.com/go/phishingprotection v0.7.0/go.mod h1:8qJI4QKHoda/sb/7/YmMQ2omRLSLYSu9bU0EKCNI+Lk= cloud.google.com/go/policytroubleshooter v1.3.0/go.mod h1:qy0+VwANja+kKrjlQuOzmlvscn4RNsAc0e15GGqfMxg= cloud.google.com/go/policytroubleshooter v1.4.0/go.mod h1:DZT4BcRw3QoO8ota9xw/LKtPa8lKeCByYeKTIf/vxdE= +cloud.google.com/go/policytroubleshooter v1.5.0/go.mod h1:Rz1WfV+1oIpPdN2VvvuboLVRsB1Hclg3CKQ53j9l8vw= +cloud.google.com/go/policytroubleshooter v1.6.0/go.mod h1:zYqaPTsmfvpjm5ULxAyD/lINQxJ0DDsnWOP/GZ7xzBc= cloud.google.com/go/privatecatalog v0.5.0/go.mod h1:XgosMUvvPyxDjAVNDYxJ7wBW8//hLDDYmnsNcMGq1K0= cloud.google.com/go/privatecatalog v0.6.0/go.mod h1:i/fbkZR0hLN29eEWiiwue8Pb+GforiEIBnV9yrRUOKI= +cloud.google.com/go/privatecatalog v0.7.0/go.mod h1:2s5ssIFO69F5csTXcwBP7NPFTZvps26xGzvQ2PQaBYg= +cloud.google.com/go/privatecatalog v0.8.0/go.mod h1:nQ6pfaegeDAq/Q5lrfCQzQLhubPiZhSaNhIgfJlnIXs= cloud.google.com/go/pubsub v1.0.1/go.mod h1:R0Gpsv3s54REJCy4fxDixWD93lHJMoZTyQ2kNxGRt3I= cloud.google.com/go/pubsub v1.1.0/go.mod h1:EwwdRX2sKPjnvnqCa270oGRyludottCI76h+R3AArQw= cloud.google.com/go/pubsub v1.2.0/go.mod h1:jhfEVHT8odbXTkndysNHCcx0awwzvfOlguIAii9o8iA= @@ -303,67 +446,104 @@ cloud.google.com/go/pubsub v1.3.1/go.mod h1:i+ucay31+CNRpDW4Lu78I4xXG+O1r/MAHgjp cloud.google.com/go/pubsub v1.26.0/go.mod h1:QgBH3U/jdJy/ftjPhTkyXNj543Tin1pRYcdcPRnFIRI= cloud.google.com/go/pubsub v1.27.1/go.mod h1:hQN39ymbV9geqBnfQq6Xf63yNhUAhv9CZhzp5O6qsW0= cloud.google.com/go/pubsub v1.28.0/go.mod h1:vuXFpwaVoIPQMGXqRyUQigu/AX1S3IWugR9xznmcXX8= +cloud.google.com/go/pubsub v1.30.0/go.mod h1:qWi1OPS0B+b5L+Sg6Gmc9zD1Y+HaM0MdUr7LsupY1P4= +cloud.google.com/go/pubsub v1.31.0/go.mod h1:dYmJ3K97NCQ/e4OwZ20rD4Ym3Bu8Gu9m/aJdWQjdcks= cloud.google.com/go/pubsublite v1.5.0/go.mod h1:xapqNQ1CuLfGi23Yda/9l4bBCKz/wC3KIJ5gKcxveZg= +cloud.google.com/go/pubsublite v1.6.0/go.mod h1:1eFCS0U11xlOuMFV/0iBqw3zP12kddMeCbj/F3FSj9k= +cloud.google.com/go/pubsublite v1.7.0/go.mod h1:8hVMwRXfDfvGm3fahVbtDbiLePT3gpoiJYJY+vxWxVM= cloud.google.com/go/recaptchaenterprise v1.3.1/go.mod h1:OdD+q+y4XGeAlxRaMn1Y7/GveP6zmq76byL6tjPE7d4= cloud.google.com/go/recaptchaenterprise/v2 v2.1.0/go.mod h1:w9yVqajwroDNTfGuhmOjPDN//rZGySaf6PtFVcSCa7o= cloud.google.com/go/recaptchaenterprise/v2 v2.2.0/go.mod h1:/Zu5jisWGeERrd5HnlS3EUGb/D335f9k51B/FVil0jk= cloud.google.com/go/recaptchaenterprise/v2 v2.3.0/go.mod h1:O9LwGCjrhGHBQET5CA7dd5NwwNQUErSgEDit1DLNTdo= cloud.google.com/go/recaptchaenterprise/v2 v2.4.0/go.mod h1:Am3LHfOuBstrLrNCBrlI5sbwx9LBg3te2N6hGvHn2mE= cloud.google.com/go/recaptchaenterprise/v2 v2.5.0/go.mod h1:O8LzcHXN3rz0j+LBC91jrwI3R+1ZSZEWrfL7XHgNo9U= +cloud.google.com/go/recaptchaenterprise/v2 v2.6.0/go.mod h1:RPauz9jeLtB3JVzg6nCbe12qNoaa8pXc4d/YukAmcnA= +cloud.google.com/go/recaptchaenterprise/v2 v2.7.0/go.mod h1:19wVj/fs5RtYtynAPJdDTb69oW0vNHYDBTbB4NvMD9c= cloud.google.com/go/recommendationengine v0.5.0/go.mod h1:E5756pJcVFeVgaQv3WNpImkFP8a+RptV6dDLGPILjvg= cloud.google.com/go/recommendationengine v0.6.0/go.mod h1:08mq2umu9oIqc7tDy8sx+MNJdLG0fUi3vaSVbztHgJ4= +cloud.google.com/go/recommendationengine v0.7.0/go.mod h1:1reUcE3GIu6MeBz/h5xZJqNLuuVjNg1lmWMPyjatzac= cloud.google.com/go/recommender v1.5.0/go.mod h1:jdoeiBIVrJe9gQjwd759ecLJbxCDED4A6p+mqoqDvTg= cloud.google.com/go/recommender v1.6.0/go.mod h1:+yETpm25mcoiECKh9DEScGzIRyDKpZ0cEhWGo+8bo+c= cloud.google.com/go/recommender v1.7.0/go.mod h1:XLHs/W+T8olwlGOgfQenXBTbIseGclClff6lhFVe9Bs= cloud.google.com/go/recommender v1.8.0/go.mod h1:PkjXrTT05BFKwxaUxQmtIlrtj0kph108r02ZZQ5FE70= +cloud.google.com/go/recommender v1.9.0/go.mod h1:PnSsnZY7q+VL1uax2JWkt/UegHssxjUVVCrX52CuEmQ= cloud.google.com/go/redis v1.7.0/go.mod h1:V3x5Jq1jzUcg+UNsRvdmsfuFnit1cfe3Z/PGyq/lm4Y= cloud.google.com/go/redis v1.8.0/go.mod h1:Fm2szCDavWzBk2cDKxrkmWBqoCiL1+Ctwq7EyqBCA/A= cloud.google.com/go/redis v1.9.0/go.mod h1:HMYQuajvb2D0LvMgZmLDZW8V5aOC/WxstZHiy4g8OiA= cloud.google.com/go/redis v1.10.0/go.mod h1:ThJf3mMBQtW18JzGgh41/Wld6vnDDc/F/F35UolRZPM= +cloud.google.com/go/redis v1.11.0/go.mod h1:/X6eicana+BWcUda5PpwZC48o37SiFVTFSs0fWAJ7uQ= cloud.google.com/go/resourcemanager v1.3.0/go.mod h1:bAtrTjZQFJkiWTPDb1WBjzvc6/kifjj4QBYuKCCoqKA= cloud.google.com/go/resourcemanager v1.4.0/go.mod h1:MwxuzkumyTX7/a3n37gmsT3py7LIXwrShilPh3P1tR0= +cloud.google.com/go/resourcemanager v1.5.0/go.mod h1:eQoXNAiAvCf5PXxWxXjhKQoTMaUSNrEfg+6qdf/wots= +cloud.google.com/go/resourcemanager v1.6.0/go.mod h1:YcpXGRs8fDzcUl1Xw8uOVmI8JEadvhRIkoXXUNVYcVo= +cloud.google.com/go/resourcemanager v1.7.0/go.mod h1:HlD3m6+bwhzj9XCouqmeiGuni95NTrExfhoSrkC/3EI= cloud.google.com/go/resourcesettings v1.3.0/go.mod h1:lzew8VfESA5DQ8gdlHwMrqZs1S9V87v3oCnKCWoOuQU= cloud.google.com/go/resourcesettings v1.4.0/go.mod h1:ldiH9IJpcrlC3VSuCGvjR5of/ezRrOxFtpJoJo5SmXg= +cloud.google.com/go/resourcesettings v1.5.0/go.mod h1:+xJF7QSG6undsQDfsCJyqWXyBwUoJLhetkRMDRnIoXA= cloud.google.com/go/retail v1.8.0/go.mod h1:QblKS8waDmNUhghY2TI9O3JLlFk8jybHeV4BF19FrE4= cloud.google.com/go/retail v1.9.0/go.mod h1:g6jb6mKuCS1QKnH/dpu7isX253absFl6iE92nHwlBUY= cloud.google.com/go/retail v1.10.0/go.mod h1:2gDk9HsL4HMS4oZwz6daui2/jmKvqShXKQuB2RZ+cCc= cloud.google.com/go/retail v1.11.0/go.mod h1:MBLk1NaWPmh6iVFSz9MeKG/Psyd7TAgm6y/9L2B4x9Y= +cloud.google.com/go/retail v1.12.0/go.mod h1:UMkelN/0Z8XvKymXFbD4EhFJlYKRx1FGhQkVPU5kF14= cloud.google.com/go/run v0.2.0/go.mod h1:CNtKsTA1sDcnqqIFR3Pb5Tq0usWxJJvsWOCPldRU3Do= cloud.google.com/go/run v0.3.0/go.mod h1:TuyY1+taHxTjrD0ZFk2iAR+xyOXEA0ztb7U3UNA0zBo= +cloud.google.com/go/run v0.8.0/go.mod h1:VniEnuBwqjigv0A7ONfQUaEItaiCRVujlMqerPPiktM= +cloud.google.com/go/run v0.9.0/go.mod h1:Wwu+/vvg8Y+JUApMwEDfVfhetv30hCG4ZwDR/IXl2Qg= cloud.google.com/go/scheduler v1.4.0/go.mod h1:drcJBmxF3aqZJRhmkHQ9b3uSSpQoltBPGPxGAWROx6s= cloud.google.com/go/scheduler v1.5.0/go.mod h1:ri073ym49NW3AfT6DZi21vLZrG07GXr5p3H1KxN5QlI= cloud.google.com/go/scheduler v1.6.0/go.mod h1:SgeKVM7MIwPn3BqtcBntpLyrIJftQISRrYB5ZtT+KOk= cloud.google.com/go/scheduler v1.7.0/go.mod h1:jyCiBqWW956uBjjPMMuX09n3x37mtyPJegEWKxRsn44= +cloud.google.com/go/scheduler v1.8.0/go.mod h1:TCET+Y5Gp1YgHT8py4nlg2Sew8nUHMqcpousDgXJVQc= +cloud.google.com/go/scheduler v1.9.0/go.mod h1:yexg5t+KSmqu+njTIh3b7oYPheFtBWGcbVUYF1GGMIc= cloud.google.com/go/secretmanager v1.6.0/go.mod h1:awVa/OXF6IiyaU1wQ34inzQNc4ISIDIrId8qE5QGgKA= cloud.google.com/go/secretmanager v1.8.0/go.mod h1:hnVgi/bN5MYHd3Gt0SPuTPPp5ENina1/LxM+2W9U9J4= cloud.google.com/go/secretmanager v1.9.0/go.mod h1:b71qH2l1yHmWQHt9LC80akm86mX8AL6X1MA01dW8ht4= cloud.google.com/go/secretmanager v1.10.0/go.mod h1:MfnrdvKMPNra9aZtQFvBcvRU54hbPD8/HayQdlUgJpU= +cloud.google.com/go/secretmanager v1.11.0/go.mod h1:qeQq0/jyJqrGeULu0GkRsVSPKTvf98AEqJnuEIQiJwA= cloud.google.com/go/security v1.5.0/go.mod h1:lgxGdyOKKjHL4YG3/YwIL2zLqMFCKs0UbQwgyZmfJl4= cloud.google.com/go/security v1.7.0/go.mod h1:mZklORHl6Bg7CNnnjLH//0UlAlaXqiG7Lb9PsPXLfD0= cloud.google.com/go/security v1.8.0/go.mod h1:hAQOwgmaHhztFhiQ41CjDODdWP0+AE1B3sX4OFlq+GU= cloud.google.com/go/security v1.9.0/go.mod h1:6Ta1bO8LXI89nZnmnsZGp9lVoVWXqsVbIq/t9dzI+2Q= cloud.google.com/go/security v1.10.0/go.mod h1:QtOMZByJVlibUT2h9afNDWRZ1G96gVywH8T5GUSb9IA= +cloud.google.com/go/security v1.12.0/go.mod h1:rV6EhrpbNHrrxqlvW0BWAIawFWq3X90SduMJdFwtLB8= +cloud.google.com/go/security v1.13.0/go.mod h1:Q1Nvxl1PAgmeW0y3HTt54JYIvUdtcpYKVfIB8AOMZ+0= cloud.google.com/go/securitycenter v1.13.0/go.mod h1:cv5qNAqjY84FCN6Y9z28WlkKXyWsgLO832YiWwkCWcU= cloud.google.com/go/securitycenter v1.14.0/go.mod h1:gZLAhtyKv85n52XYWt6RmeBdydyxfPeTrpToDPw4Auc= cloud.google.com/go/securitycenter v1.15.0/go.mod h1:PeKJ0t8MoFmmXLXWm41JidyzI3PJjd8sXWaVqg43WWk= cloud.google.com/go/securitycenter v1.16.0/go.mod h1:Q9GMaLQFUD+5ZTabrbujNWLtSLZIZF7SAR0wWECrjdk= +cloud.google.com/go/securitycenter v1.18.1/go.mod h1:0/25gAzCM/9OL9vVx4ChPeM/+DlfGQJDwBy/UC8AKK0= +cloud.google.com/go/securitycenter v1.19.0/go.mod h1:LVLmSg8ZkkyaNy4u7HCIshAngSQ8EcIRREP3xBnyfag= cloud.google.com/go/servicecontrol v1.4.0/go.mod h1:o0hUSJ1TXJAmi/7fLJAedOovnujSEvjKCAFNXPQ1RaU= cloud.google.com/go/servicecontrol v1.5.0/go.mod h1:qM0CnXHhyqKVuiZnGKrIurvVImCs8gmqWsDoqe9sU1s= +cloud.google.com/go/servicecontrol v1.10.0/go.mod h1:pQvyvSRh7YzUF2efw7H87V92mxU8FnFDawMClGCNuAA= +cloud.google.com/go/servicecontrol v1.11.0/go.mod h1:kFmTzYzTUIuZs0ycVqRHNaNhgR+UMUpw9n02l/pY+mc= +cloud.google.com/go/servicecontrol v1.11.1/go.mod h1:aSnNNlwEFBY+PWGQ2DoM0JJ/QUXqV5/ZD9DOLB7SnUk= cloud.google.com/go/servicedirectory v1.4.0/go.mod h1:gH1MUaZCgtP7qQiI+F+A+OpeKF/HQWgtAddhTbhL2bs= cloud.google.com/go/servicedirectory v1.5.0/go.mod h1:QMKFL0NUySbpZJ1UZs3oFAmdvVxhhxB6eJ/Vlp73dfg= cloud.google.com/go/servicedirectory v1.6.0/go.mod h1:pUlbnWsLH9c13yGkxCmfumWEPjsRs1RlmJ4pqiNjVL4= cloud.google.com/go/servicedirectory v1.7.0/go.mod h1:5p/U5oyvgYGYejufvxhgwjL8UVXjkuw7q5XcG10wx1U= +cloud.google.com/go/servicedirectory v1.8.0/go.mod h1:srXodfhY1GFIPvltunswqXpVxFPpZjf8nkKQT7XcXaY= +cloud.google.com/go/servicedirectory v1.9.0/go.mod h1:29je5JjiygNYlmsGz8k6o+OZ8vd4f//bQLtvzkPPT/s= cloud.google.com/go/servicemanagement v1.4.0/go.mod h1:d8t8MDbezI7Z2R1O/wu8oTggo3BI2GKYbdG4y/SJTco= cloud.google.com/go/servicemanagement v1.5.0/go.mod h1:XGaCRe57kfqu4+lRxaFEAuqmjzF0r+gWHjWqKqBvKFo= +cloud.google.com/go/servicemanagement v1.6.0/go.mod h1:aWns7EeeCOtGEX4OvZUWCCJONRZeFKiptqKf1D0l/Jc= +cloud.google.com/go/servicemanagement v1.8.0/go.mod h1:MSS2TDlIEQD/fzsSGfCdJItQveu9NXnUniTrq/L8LK4= cloud.google.com/go/serviceusage v1.3.0/go.mod h1:Hya1cozXM4SeSKTAgGXgj97GlqUvF5JaoXacR1JTP/E= cloud.google.com/go/serviceusage v1.4.0/go.mod h1:SB4yxXSaYVuUBYUml6qklyONXNLt83U0Rb+CXyhjEeU= +cloud.google.com/go/serviceusage v1.5.0/go.mod h1:w8U1JvqUqwJNPEOTQjrMHkw3IaIFLoLsPLvsE3xueec= +cloud.google.com/go/serviceusage v1.6.0/go.mod h1:R5wwQcbOWsyuOfbP9tGdAnCAc6B9DRwPG1xtWMDeuPA= cloud.google.com/go/shell v1.3.0/go.mod h1:VZ9HmRjZBsjLGXusm7K5Q5lzzByZmJHf1d0IWHEN5X4= cloud.google.com/go/shell v1.4.0/go.mod h1:HDxPzZf3GkDdhExzD/gs8Grqk+dmYcEjGShZgYa9URw= +cloud.google.com/go/shell v1.6.0/go.mod h1:oHO8QACS90luWgxP3N9iZVuEiSF84zNyLytb+qE2f9A= cloud.google.com/go/spanner v1.41.0/go.mod h1:MLYDBJR/dY4Wt7ZaMIQ7rXOTLjYrmxLE/5ve9vFfWos= +cloud.google.com/go/spanner v1.44.0/go.mod h1:G8XIgYdOK+Fbcpbs7p2fiprDw4CaZX63whnSMLVBxjk= +cloud.google.com/go/spanner v1.45.0/go.mod h1:FIws5LowYz8YAE1J8fOS7DJup8ff7xJeetWEo5REA2M= cloud.google.com/go/speech v1.6.0/go.mod h1:79tcr4FHCimOp56lwC01xnt/WPJZc4v3gzyT7FoBkCM= cloud.google.com/go/speech v1.7.0/go.mod h1:KptqL+BAQIhMsj1kOP2la5DSEEerPDuOP/2mmkhHhZQ= cloud.google.com/go/speech v1.8.0/go.mod h1:9bYIl1/tjsAnMgKGHKmBZzXKEkGgtU+MpdDPTE9f7y0= cloud.google.com/go/speech v1.9.0/go.mod h1:xQ0jTcmnRFFM2RfX/U+rk6FQNUF6DQlydUSyoooSpco= +cloud.google.com/go/speech v1.14.1/go.mod h1:gEosVRPJ9waG7zqqnsHpYTOoAS4KouMRLDFMekpJ0J0= +cloud.google.com/go/speech v1.15.0/go.mod h1:y6oH7GhqCaZANH7+Oe0BhgIogsNInLlz542tg3VqeYI= cloud.google.com/go/storage v1.0.0/go.mod h1:IhtSnM/ZTZV8YYJWCY8RULGVqBDmpoyjwiyrjsg+URw= cloud.google.com/go/storage v1.5.0/go.mod h1:tpKbwo567HUNpVclU5sGELwQWBDZ8gh0ZeosJ0Rtdos= cloud.google.com/go/storage v1.6.0/go.mod h1:N7U0C8pVQ/+NIKOBQyamJIeKQKkZ+mxpohlUTyfDhBk= @@ -374,67 +554,97 @@ cloud.google.com/go/storage v1.22.1/go.mod h1:S8N1cAStu7BOeFfE8KAQzmyyLkK8p/vmRq cloud.google.com/go/storage v1.23.0/go.mod h1:vOEEDNFnciUMhBeT6hsJIn3ieU5cFRmzeLgDvXzfIXc= cloud.google.com/go/storage v1.27.0/go.mod h1:x9DOL8TK/ygDUMieqwfhdpQryTeEkhGKMi80i/iqR2s= cloud.google.com/go/storage v1.28.1/go.mod h1:Qnisd4CqDdo6BGs2AD5LLnEsmSQ80wQ5ogcBBKhU86Y= -cloud.google.com/go/storage v1.29.0 h1:6weCgzRvMg7lzuUurI4697AqIRPU1SvzHhynwpW31jI= cloud.google.com/go/storage v1.29.0/go.mod h1:4puEjyTKnku6gfKoTfNOU/W+a9JyuVNxjpS5GBrB8h4= +cloud.google.com/go/storage v1.30.1 h1:uOdMxAs8HExqBlnLtnQyP0YkvbiDpdGShGKtx6U/oNM= +cloud.google.com/go/storage v1.30.1/go.mod h1:NfxhC0UJE1aXSx7CIIbCf7y9HKT7BiccwkR7+P7gN8E= cloud.google.com/go/storagetransfer v1.5.0/go.mod h1:dxNzUopWy7RQevYFHewchb29POFv3/AaBgnhqzqiK0w= cloud.google.com/go/storagetransfer v1.6.0/go.mod h1:y77xm4CQV/ZhFZH75PLEXY0ROiS7Gh6pSKrM8dJyg6I= +cloud.google.com/go/storagetransfer v1.7.0/go.mod h1:8Giuj1QNb1kfLAiWM1bN6dHzfdlDAVC9rv9abHot2W4= +cloud.google.com/go/storagetransfer v1.8.0/go.mod h1:JpegsHHU1eXg7lMHkvf+KE5XDJ7EQu0GwNJbbVGanEw= cloud.google.com/go/talent v1.1.0/go.mod h1:Vl4pt9jiHKvOgF9KoZo6Kob9oV4lwd/ZD5Cto54zDRw= cloud.google.com/go/talent v1.2.0/go.mod h1:MoNF9bhFQbiJ6eFD3uSsg0uBALw4n4gaCaEjBw9zo8g= cloud.google.com/go/talent v1.3.0/go.mod h1:CmcxwJ/PKfRgd1pBjQgU6W3YBwiewmUzQYH5HHmSCmM= cloud.google.com/go/talent v1.4.0/go.mod h1:ezFtAgVuRf8jRsvyE6EwmbTK5LKciD4KVnHuDEFmOOA= +cloud.google.com/go/talent v1.5.0/go.mod h1:G+ODMj9bsasAEJkQSzO2uHQWXHHXUomArjWQQYkqK6c= cloud.google.com/go/texttospeech v1.4.0/go.mod h1:FX8HQHA6sEpJ7rCMSfXuzBcysDAuWusNNNvN9FELDd8= cloud.google.com/go/texttospeech v1.5.0/go.mod h1:oKPLhR4n4ZdQqWKURdwxMy0uiTS1xU161C8W57Wkea4= +cloud.google.com/go/texttospeech v1.6.0/go.mod h1:YmwmFT8pj1aBblQOI3TfKmwibnsfvhIBzPXcW4EBovc= cloud.google.com/go/tpu v1.3.0/go.mod h1:aJIManG0o20tfDQlRIej44FcwGGl/cD0oiRyMKG19IQ= cloud.google.com/go/tpu v1.4.0/go.mod h1:mjZaX8p0VBgllCzF6wcU2ovUXN9TONFLd7iz227X2Xg= +cloud.google.com/go/tpu v1.5.0/go.mod h1:8zVo1rYDFuW2l4yZVY0R0fb/v44xLh3llq7RuV61fPM= cloud.google.com/go/trace v1.0.0/go.mod h1:4iErSByzxkyHWzzlAj63/Gmjz0NH1ASqhJguHpGcr6A= cloud.google.com/go/trace v1.3.0/go.mod h1:FFUE83d9Ca57C+K8rDl/Ih8LwOzWIV1krKgxg6N0G28= cloud.google.com/go/trace v1.4.0/go.mod h1:UG0v8UBqzusp+z63o7FK74SdFE+AXpCLdFb1rshXG+Y= cloud.google.com/go/trace v1.8.0/go.mod h1:zH7vcsbAhklH8hWFig58HvxcxyQbaIqMarMg9hn5ECA= +cloud.google.com/go/trace v1.9.0/go.mod h1:lOQqpE5IaWY0Ixg7/r2SjixMuc6lfTFeO4QGM4dQWOk= +cloud.google.com/go/trace v1.10.0/go.mod h1:X3g0Th7+AIjj4rUVhv9JpMv7jpsRIJ9et+wYjCHYbQs= cloud.google.com/go/translate v1.3.0/go.mod h1:gzMUwRjvOqj5i69y/LYLd8RrNQk+hOmIXTi9+nb3Djs= cloud.google.com/go/translate v1.4.0/go.mod h1:06Dn/ppvLD6WvA5Rhdp029IX2Mi3Mn7fpMRLPvXT5Wg= +cloud.google.com/go/translate v1.5.0/go.mod h1:29YDSYveqqpA1CQFD7NQuP49xymq17RXNaUDdc0mNu0= +cloud.google.com/go/translate v1.6.0/go.mod h1:lMGRudH1pu7I3n3PETiOB2507gf3HnfLV8qlkHZEyos= +cloud.google.com/go/translate v1.7.0/go.mod h1:lMGRudH1pu7I3n3PETiOB2507gf3HnfLV8qlkHZEyos= cloud.google.com/go/video v1.8.0/go.mod h1:sTzKFc0bUSByE8Yoh8X0mn8bMymItVGPfTuUBUyRgxk= cloud.google.com/go/video v1.9.0/go.mod h1:0RhNKFRF5v92f8dQt0yhaHrEuH95m068JYOvLZYnJSw= +cloud.google.com/go/video v1.12.0/go.mod h1:MLQew95eTuaNDEGriQdcYn0dTwf9oWiA4uYebxM5kdg= +cloud.google.com/go/video v1.13.0/go.mod h1:ulzkYlYgCp15N2AokzKjy7MQ9ejuynOJdf1tR5lGthk= +cloud.google.com/go/video v1.14.0/go.mod h1:SkgaXwT+lIIAKqWAJfktHT/RbgjSuY6DobxEp0C5yTQ= +cloud.google.com/go/video v1.15.0/go.mod h1:SkgaXwT+lIIAKqWAJfktHT/RbgjSuY6DobxEp0C5yTQ= cloud.google.com/go/videointelligence v1.6.0/go.mod h1:w0DIDlVRKtwPCn/C4iwZIJdvC69yInhW0cfi+p546uU= cloud.google.com/go/videointelligence v1.7.0/go.mod h1:k8pI/1wAhjznARtVT9U1llUaFNPh7muw8QyOUpavru4= cloud.google.com/go/videointelligence v1.8.0/go.mod h1:dIcCn4gVDdS7yte/w+koiXn5dWVplOZkE+xwG9FgK+M= cloud.google.com/go/videointelligence v1.9.0/go.mod h1:29lVRMPDYHikk3v8EdPSaL8Ku+eMzDljjuvRs105XoU= +cloud.google.com/go/videointelligence v1.10.0/go.mod h1:LHZngX1liVtUhZvi2uNS0VQuOzNi2TkY1OakiuoUOjU= cloud.google.com/go/vision v1.2.0/go.mod h1:SmNwgObm5DpFBme2xpyOyasvBc1aPdjvMk2bBk0tKD0= cloud.google.com/go/vision/v2 v2.2.0/go.mod h1:uCdV4PpN1S0jyCyq8sIM42v2Y6zOLkZs+4R9LrGYwFo= cloud.google.com/go/vision/v2 v2.3.0/go.mod h1:UO61abBx9QRMFkNBbf1D8B1LXdS2cGiiCRx0vSpZoUo= cloud.google.com/go/vision/v2 v2.4.0/go.mod h1:VtI579ll9RpVTrdKdkMzckdnwMyX2JILb+MhPqRbPsY= cloud.google.com/go/vision/v2 v2.5.0/go.mod h1:MmaezXOOE+IWa+cS7OhRRLK2cNv1ZL98zhqFFZaaH2E= +cloud.google.com/go/vision/v2 v2.6.0/go.mod h1:158Hes0MvOS9Z/bDMSFpjwsUrZ5fPrdwuyyvKSGAGMY= +cloud.google.com/go/vision/v2 v2.7.0/go.mod h1:H89VysHy21avemp6xcf9b9JvZHVehWbET0uT/bcuY/0= cloud.google.com/go/vmmigration v1.2.0/go.mod h1:IRf0o7myyWFSmVR1ItrBSFLFD/rJkfDCUTO4vLlJvsE= cloud.google.com/go/vmmigration v1.3.0/go.mod h1:oGJ6ZgGPQOFdjHuocGcLqX4lc98YQ7Ygq8YQwHh9A7g= +cloud.google.com/go/vmmigration v1.5.0/go.mod h1:E4YQ8q7/4W9gobHjQg4JJSgXXSgY21nA5r8swQV+Xxc= +cloud.google.com/go/vmmigration v1.6.0/go.mod h1:bopQ/g4z+8qXzichC7GW1w2MjbErL54rk3/C843CjfY= cloud.google.com/go/vmwareengine v0.1.0/go.mod h1:RsdNEf/8UDvKllXhMz5J40XxDrNJNN4sagiox+OI208= +cloud.google.com/go/vmwareengine v0.2.2/go.mod h1:sKdctNJxb3KLZkE/6Oui94iw/xs9PRNC2wnNLXsHvH8= +cloud.google.com/go/vmwareengine v0.3.0/go.mod h1:wvoyMvNWdIzxMYSpH/R7y2h5h3WFkx6d+1TIsP39WGY= cloud.google.com/go/vpcaccess v1.4.0/go.mod h1:aQHVbTWDYUR1EbTApSVvMq1EnT57ppDmQzZ3imqIk4w= cloud.google.com/go/vpcaccess v1.5.0/go.mod h1:drmg4HLk9NkZpGfCmZ3Tz0Bwnm2+DKqViEpeEpOq0m8= +cloud.google.com/go/vpcaccess v1.6.0/go.mod h1:wX2ILaNhe7TlVa4vC5xce1bCnqE3AeH27RV31lnmZes= cloud.google.com/go/webrisk v1.4.0/go.mod h1:Hn8X6Zr+ziE2aNd8SliSDWpEnSS1u4R9+xXZmFiHmGE= cloud.google.com/go/webrisk v1.5.0/go.mod h1:iPG6fr52Tv7sGk0H6qUFzmL3HHZev1htXuWDEEsqMTg= cloud.google.com/go/webrisk v1.6.0/go.mod h1:65sW9V9rOosnc9ZY7A7jsy1zoHS5W9IAXv6dGqhMQMc= cloud.google.com/go/webrisk v1.7.0/go.mod h1:mVMHgEYH0r337nmt1JyLthzMr6YxwN1aAIEc2fTcq7A= +cloud.google.com/go/webrisk v1.8.0/go.mod h1:oJPDuamzHXgUc+b8SiHRcVInZQuybnvEW72PqTc7sSg= cloud.google.com/go/websecurityscanner v1.3.0/go.mod h1:uImdKm2wyeXQevQJXeh8Uun/Ym1VqworNDlBXQevGMo= cloud.google.com/go/websecurityscanner v1.4.0/go.mod h1:ebit/Fp0a+FWu5j4JOmJEV8S8CzdTkAS77oDsiSqYWQ= +cloud.google.com/go/websecurityscanner v1.5.0/go.mod h1:Y6xdCPy81yi0SQnDY1xdNTNpfY1oAgXUlcfN3B3eSng= cloud.google.com/go/workflows v1.6.0/go.mod h1:6t9F5h/unJz41YqfBmqSASJSXccBLtD1Vwf+KmJENM0= cloud.google.com/go/workflows v1.7.0/go.mod h1:JhSrZuVZWuiDfKEFxU0/F1PQjmpnpcoISEXH2bcHC3M= cloud.google.com/go/workflows v1.8.0/go.mod h1:ysGhmEajwZxGn1OhGOGKsTXc5PyxOc0vfKf5Af+to4M= cloud.google.com/go/workflows v1.9.0/go.mod h1:ZGkj1aFIOd9c8Gerkjjq7OW7I5+l6cSvT3ujaO/WwSA= +cloud.google.com/go/workflows v1.10.0/go.mod h1:fZ8LmRmZQWacon9UCX1r/g/DfAXx5VcPALq2CxzdePw= code.cloudfoundry.org/clock v0.0.0-20180518195852-02e53af36e6c/go.mod h1:QD9Lzhd/ux6eNQVUDVRJX/RKTigpewimNYBi7ivZKY8= code.gitea.io/gitea-vet v0.2.1/go.mod h1:zcNbT/aJEmivCAhfmkHOlT645KNOf9W2KnkLgFjGGfE= code.gitea.io/sdk/gitea v0.15.1 h1:WJreC7YYuxbn0UDaPuWIe/mtiNKTvLN8MLkaw71yx/M= code.gitea.io/sdk/gitea v0.15.1/go.mod h1:klY2LVI3s3NChzIk/MzMn7G1FHrfU7qd63iSMVoHRBA= -contrib.go.opencensus.io/exporter/aws v0.0.0-20200617204711-c478e41e60e9/go.mod h1:uu1P0UCM/6RbsMrgPa98ll8ZcHM858i/AD06a9aLRCA= +contrib.go.opencensus.io/exporter/aws v0.0.0-20230502192102-15967c811cec/go.mod h1:uu1P0UCM/6RbsMrgPa98ll8ZcHM858i/AD06a9aLRCA= contrib.go.opencensus.io/exporter/stackdriver v0.13.14/go.mod h1:5pSSGY0Bhuk7waTHuDf4aQ8D2DrhgETRo9fy6k3Xlzc= contrib.go.opencensus.io/integrations/ocsql v0.1.7/go.mod h1:8DsSdjz3F+APR+0z0WkU1aRorQCFfRxvqjUUPMbF3fE= dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU= +gioui.org v0.0.0-20210308172011-57750fc8a0a6/go.mod h1:RSH6KIUZ0p2xy5zHDxgAM4zumjgTw83q2ge/PI+yyw8= +git.sr.ht/~sbinet/gg v0.3.1/go.mod h1:KGYtlADtqsqANL9ueOFkWymvzUvLMQllU5Ixo+8v3pc= +github.com/4meepo/tagalign v1.2.2 h1:kQeUTkFTaBRtd/7jm8OKJl9iHk0gAO+TDFPHGSna0aw= +github.com/4meepo/tagalign v1.2.2/go.mod h1:Q9c1rYMZJc9dPRkbQPpcBNCLEmY2njbAsXhQOZFE2dE= github.com/Abirdcfly/dupword v0.0.11 h1:z6v8rMETchZXUIuHxYNmlUAuKuB21PeaSymTed16wgU= github.com/Abirdcfly/dupword v0.0.11/go.mod h1:wH8mVGuf3CP5fsBTkfWwwwKTjDnVVCxtU8d8rgeVYXA= github.com/AdaLogics/go-fuzz-headers v0.0.0-20210715213245-6c3934b029d8/go.mod h1:CzsSbkDixRphAF5hS6wbMKq0eI6ccJRb7/A0M6JBnwg= github.com/AlekSi/pointer v1.2.0 h1:glcy/gc4h8HnG2Z3ZECSzZ1IX1x2JxRVuDzaJwQE0+w= github.com/AlekSi/pointer v1.2.0/go.mod h1:gZGfd3dpW4vEc/UlyfKKi1roIqcCgwOIvb0tSNSBle0= -github.com/Antonboom/errname v0.1.9 h1:BZDX4r3l4TBZxZ2o2LNrlGxSHran4d1u4veZdoORTT4= -github.com/Antonboom/errname v0.1.9/go.mod h1:nLTcJzevREuAsgTbG85UsuiWpMpAqbKD1HNZ29OzE58= -github.com/Antonboom/nilnil v0.1.3 h1:6RTbx3d2mcEu3Zwq9TowQpQMVpP75zugwOtqY1RTtcE= -github.com/Antonboom/nilnil v0.1.3/go.mod h1:iOov/7gRcXkeEU+EMGpBu2ORih3iyVEiWjeste1SJm8= +github.com/Antonboom/errname v0.1.10 h1:RZ7cYo/GuZqjr1nuJLNe8ZH+a+Jd9DaZzttWzak9Bls= +github.com/Antonboom/errname v0.1.10/go.mod h1:xLeiCIrvVNpUtsN0wxAh05bNIZpqE22/qDMnTBTttiA= +github.com/Antonboom/nilnil v0.1.5 h1:X2JAdEVcbPaOom2TUa1FxZ3uyuUlex0XMLGYMemu6l0= +github.com/Antonboom/nilnil v0.1.5/go.mod h1:I24toVuBKhfP5teihGWctrRiPbRKHwZIFOvc6v3HZXk= github.com/Azure/azure-amqp-common-go/v3 v3.2.3/go.mod h1:7rPmbSfszeovxGfc5fSAXE4ehlXQZHpMja2OtxC2Tas= github.com/Azure/azure-sdk-for-go v16.2.1+incompatible/go.mod h1:9XXNKU+eRnpl9moKnB4QOLf1HestfXbmab5FXxiDBjc= github.com/Azure/azure-sdk-for-go v63.0.0+incompatible/go.mod h1:9XXNKU+eRnpl9moKnB4QOLf1HestfXbmab5FXxiDBjc= @@ -443,33 +653,37 @@ github.com/Azure/azure-sdk-for-go v66.0.0+incompatible/go.mod h1:9XXNKU+eRnpl9mo github.com/Azure/azure-sdk-for-go v68.0.0+incompatible h1:fcYLmCpyNYRnvJbPerq7U0hS+6+I79yEDJBqVNcqUzU= github.com/Azure/azure-sdk-for-go v68.0.0+incompatible/go.mod h1:9XXNKU+eRnpl9moKnB4QOLf1HestfXbmab5FXxiDBjc= github.com/Azure/azure-sdk-for-go/sdk/azcore v1.0.0/go.mod h1:uGG2W01BaETf0Ozp+QxxKJdMBNRWPdstHG0Fmdwn1/U= -github.com/Azure/azure-sdk-for-go/sdk/azcore v1.1.1/go.mod h1:uGG2W01BaETf0Ozp+QxxKJdMBNRWPdstHG0Fmdwn1/U= github.com/Azure/azure-sdk-for-go/sdk/azcore v1.1.2/go.mod h1:uGG2W01BaETf0Ozp+QxxKJdMBNRWPdstHG0Fmdwn1/U= github.com/Azure/azure-sdk-for-go/sdk/azcore v1.3.0/go.mod h1:tZoQYdDZNOiIjdSn0dVWVfl0NEPGOJqVLzSrcFk4Is0= -github.com/Azure/azure-sdk-for-go/sdk/azcore v1.3.1 h1:gVXuXcWd1i4C2Ruxe321aU+IKGaStvGB/S90PUPB/W8= -github.com/Azure/azure-sdk-for-go/sdk/azcore v1.3.1/go.mod h1:DffdKW9RFqa5VgmsjUOsS7UE7eiA5iAvYUs63bhKQ0M= +github.com/Azure/azure-sdk-for-go/sdk/azcore v1.4.0/go.mod h1:ON4tFdPTwRcgWEaVDrN3584Ef+b7GgSJaXxe5fW9t4M= +github.com/Azure/azure-sdk-for-go/sdk/azcore v1.6.0/go.mod h1:bjGvMhVMb+EEm3VRNQawDMUyMMjo+S5ewNjflkep/0Q= +github.com/Azure/azure-sdk-for-go/sdk/azcore v1.6.1 h1:SEy2xmstIphdPwNBUi7uhvjyjhVKISfwjfOJmuy7kg4= +github.com/Azure/azure-sdk-for-go/sdk/azcore v1.6.1/go.mod h1:bjGvMhVMb+EEm3VRNQawDMUyMMjo+S5ewNjflkep/0Q= github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.0.0/go.mod h1:+6sju8gk8FRmSajX3Oz4G5Gm7P+mbqE9FVaXXFYTkCM= github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.1.0/go.mod h1:bhXu1AjYL+wutSL/kpSq6s7733q2Rb0yuot9Zgfqa/0= -github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.2.1 h1:T8quHYlUGyb/oqtSTwqlCr1ilJHrDv+ZtpSfo+hm1BU= github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.2.1/go.mod h1:gLa1CL2RNE4s7M3yopJ/p0iq5DdY6Yv5ZUt9MTRZOQM= +github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.3.0 h1:vcYCAze6p19qBW7MhZybIsqD8sMV8js0NyQM8JDnVtg= +github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.3.0/go.mod h1:OQeznEEkTZ9OrhHJoDD8ZDq51FHgXjqtP9z6bEwBq9U= github.com/Azure/azure-sdk-for-go/sdk/internal v1.0.0/go.mod h1:eWRD7oawr1Mu1sLCawqVc0CUiF43ia3qQMxLscsKQ9w= github.com/Azure/azure-sdk-for-go/sdk/internal v1.1.1/go.mod h1:eWRD7oawr1Mu1sLCawqVc0CUiF43ia3qQMxLscsKQ9w= -github.com/Azure/azure-sdk-for-go/sdk/internal v1.1.2 h1:+5VZ72z0Qan5Bog5C+ZkgSqUbeVUd9wgtHOrIKuc5b8= github.com/Azure/azure-sdk-for-go/sdk/internal v1.1.2/go.mod h1:eWRD7oawr1Mu1sLCawqVc0CUiF43ia3qQMxLscsKQ9w= -github.com/Azure/azure-sdk-for-go/sdk/keyvault/azkeys v0.9.0 h1:TOFrNxfjslms5nLLIMjW7N0+zSALX4KiGsptmpb16AA= -github.com/Azure/azure-sdk-for-go/sdk/keyvault/azkeys v0.9.0/go.mod h1:EAyXOW1F6BTJPiK2pDvmnvxOHPxoTYWoqBeIlql+QhI= -github.com/Azure/azure-sdk-for-go/sdk/keyvault/internal v0.7.0/go.mod h1:9V2j0jn9jDEkCkv8w/bKTNppX/d0FVA1ud77xCIP4KA= +github.com/Azure/azure-sdk-for-go/sdk/internal v1.2.0/go.mod h1:eWRD7oawr1Mu1sLCawqVc0CUiF43ia3qQMxLscsKQ9w= +github.com/Azure/azure-sdk-for-go/sdk/internal v1.3.0 h1:sXr+ck84g/ZlZUOZiNELInmMgOsuGwdjjVkEIde0OtY= +github.com/Azure/azure-sdk-for-go/sdk/internal v1.3.0/go.mod h1:okt5dMMTOFjX/aovMlrjvvXoPMBVSPzk9185BT0+eZM= +github.com/Azure/azure-sdk-for-go/sdk/keyvault/azkeys v0.10.0 h1:m/sWOGCREuSBqg2htVQTBY8nOZpyajYztF0vUvSZTuM= +github.com/Azure/azure-sdk-for-go/sdk/keyvault/azkeys v0.10.0/go.mod h1:Pu5Zksi2KrU7LPbZbNINx6fuVrUp/ffvpxdDj+i8LeE= github.com/Azure/azure-sdk-for-go/sdk/keyvault/internal v0.7.1 h1:FbH3BbSb4bvGluTesZZ+ttN/MDsnMmQP36OSnDuSXqw= github.com/Azure/azure-sdk-for-go/sdk/keyvault/internal v0.7.1/go.mod h1:9V2j0jn9jDEkCkv8w/bKTNppX/d0FVA1ud77xCIP4KA= -github.com/Azure/azure-sdk-for-go/sdk/messaging/azservicebus v1.2.0/go.mod h1:R6+0udeRV8iYSTVuT5RT7If4sc46K5Bz3ZKrmvZQF7U= +github.com/Azure/azure-sdk-for-go/sdk/messaging/azservicebus v1.4.0/go.mod h1:pXDkeh10bAqElvd+S5Ppncj+DCKvJGXNa8rRT2R7rIw= github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.0.0 h1:u/LLAOFgsMv7HmNL4Qufg58y+qElGOt5qv0z1mURkRY= github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.0.0/go.mod h1:2e8rMJtl2+2j+HXbTBwnyGpm5Nou7KhvSfxOq8JpTag= github.com/Azure/go-amqp v0.17.0/go.mod h1:9YJ3RhxRT1gquYnzpZO1vcYMMpAdJT+QEg6fwmw9Zlg= -github.com/Azure/go-amqp v0.18.1/go.mod h1:+bg0x3ce5+Q3ahCEXnCsGG3ETpDQe3MEVnOuT2ywPwc= +github.com/Azure/go-amqp v1.0.0/go.mod h1:+bg0x3ce5+Q3ahCEXnCsGG3ETpDQe3MEVnOuT2ywPwc= +github.com/Azure/go-amqp v1.0.1/go.mod h1:+bg0x3ce5+Q3ahCEXnCsGG3ETpDQe3MEVnOuT2ywPwc= github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78/go.mod h1:LmzpDX56iTiv29bbRTIsUNlaFfuhWRQBWjQdVyAevI8= github.com/Azure/go-ansiterm v0.0.0-20210608223527-2377c96fe795/go.mod h1:LmzpDX56iTiv29bbRTIsUNlaFfuhWRQBWjQdVyAevI8= -github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 h1:UQHMgLO+TxOElx5B5HZ4hJQsoJ/PvUvKRhJHDQXO8P8= github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1/go.mod h1:xomTg63KZ2rFqZQzSB4Vz2SUXa1BpHTVz9L5PTmPC4E= +github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 h1:L/gRVlceqvL25UVaW/CKtUDjefjrs0SPonmDGUVOYP0= github.com/Azure/go-autorest v10.8.1+incompatible/go.mod h1:r+4oMnoxhatjLLJ6zxSWATqVooLgysK6ZNox3g/xq24= github.com/Azure/go-autorest v14.2.0+incompatible h1:V5VMDjClD3GiElqLWO7mz2MxNAK/vTfRHdAubSIPRgs= github.com/Azure/go-autorest v14.2.0+incompatible/go.mod h1:r+4oMnoxhatjLLJ6zxSWATqVooLgysK6ZNox3g/xq24= @@ -484,8 +698,9 @@ github.com/Azure/go-autorest/autorest/adal v0.9.0/go.mod h1:/c022QCutn2P7uY+/oQW github.com/Azure/go-autorest/autorest/adal v0.9.5/go.mod h1:B7KF7jKIeC9Mct5spmyCB/A8CG/sEz1vwIRGv/bbw7A= github.com/Azure/go-autorest/autorest/adal v0.9.13/go.mod h1:W/MM4U6nLxnIskrw4UwWzlHfGjwUS50aOsc/I3yuU8M= github.com/Azure/go-autorest/autorest/adal v0.9.18/go.mod h1:XVVeme+LZwABT8K5Lc3hA4nAe8LDBVle26gTrguhhPQ= -github.com/Azure/go-autorest/autorest/adal v0.9.22 h1:/GblQdIudfEM3AWWZ0mrYJQSd7JS4S/Mbzh6F0ov0Xc= github.com/Azure/go-autorest/autorest/adal v0.9.22/go.mod h1:XuAbAEUv2Tta//+voMI038TrJBqjKam0me7qR+L8Cmk= +github.com/Azure/go-autorest/autorest/adal v0.9.23 h1:Yepx8CvFxwNKpH6ja7RZ+sKX+DWYNldbLiALMC3BTz8= +github.com/Azure/go-autorest/autorest/adal v0.9.23/go.mod h1:5pcMqFkdPhviJdlEy3kC/v1ZLnQl0MH6XA5YCcMhy4c= github.com/Azure/go-autorest/autorest/azure/auth v0.5.12 h1:wkAZRgT/pn8HhFyzfe9UnqOjJYqlembgCTi72Bm/xKk= github.com/Azure/go-autorest/autorest/azure/auth v0.5.12/go.mod h1:84w/uV8E37feW2NCJ08uT9VBfjfUHpgLVnG2InYD6cg= github.com/Azure/go-autorest/autorest/azure/cli v0.4.5/go.mod h1:ADQAXrkgm7acgWVUNamOgh8YNrv4p27l3Wc55oVfpzg= @@ -507,12 +722,14 @@ github.com/Azure/go-autorest/tracing v0.6.0 h1:TYi4+3m5t6K48TGI9AUdb+IzbnSxvnvUM github.com/Azure/go-autorest/tracing v0.6.0/go.mod h1:+vhtPC754Xsa23ID7GlGsrdKBpUA79WCAKPPZVC2DeU= github.com/AzureAD/microsoft-authentication-library-for-go v0.4.0/go.mod h1:Vt9sXTKwMyGcOxSmLDMnGPgqsUg7m8pe215qMLrDXw4= github.com/AzureAD/microsoft-authentication-library-for-go v0.5.1/go.mod h1:Vt9sXTKwMyGcOxSmLDMnGPgqsUg7m8pe215qMLrDXw4= -github.com/AzureAD/microsoft-authentication-library-for-go v0.8.1 h1:oPdPEZFSbl7oSPEAIPMPBMUmiL+mqgzBJwM/9qYcwNg= github.com/AzureAD/microsoft-authentication-library-for-go v0.8.1/go.mod h1:4qFor3D/HDsvBME35Xy9rwW9DecL+M2sNw1ybjPtwA0= +github.com/AzureAD/microsoft-authentication-library-for-go v1.0.0 h1:OBhqkivkhkMqLPymWEppkm7vgPQY2XsHoEkaMQ0AdZY= +github.com/AzureAD/microsoft-authentication-library-for-go v1.0.0/go.mod h1:kgDmCTgBzIEPFElEF+FK0SdjAor06dRq2Go927dnQ6o= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= github.com/BurntSushi/toml v1.0.0/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ= -github.com/BurntSushi/toml v1.2.1 h1:9F2/+DoOYIOksmaJFPw1tGFy1eDnIJXg+UHjuD8lTak= github.com/BurntSushi/toml v1.2.1/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ= +github.com/BurntSushi/toml v1.3.2 h1:o7IhLm0Msx3BaB+n3Ag7L8EVlByGnpq14C4YWiu/gL8= +github.com/BurntSushi/toml v1.3.2/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ= github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo= github.com/DataDog/datadog-go v3.2.0+incompatible/go.mod h1:LButxg5PwREeZtORoXG3tL4fMGNddJ+vMq1mwgfaqoQ= github.com/DataDog/zstd v1.4.5 h1:EndNeuB0l9syBZhut0wns3gV1hL8zX8LIu6ZiVHWLIQ= @@ -520,19 +737,21 @@ github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 h1:sHglBQTwgx+rW github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24/go.mod h1:4UJr5HIiMZrwgkSPdsjy2uOQExX/WEILpIrO9UPGuXs= github.com/GaijinEntertainment/go-exhaustruct/v2 v2.3.0 h1:+r1rSv4gvYn0wmRjC8X7IAzX8QezqtFV9m0MUHFJgts= github.com/GaijinEntertainment/go-exhaustruct/v2 v2.3.0/go.mod h1:b3g59n2Y+T5xmcxJL+UEG2f8cQploZm1mR/v6BW0mU0= -github.com/GoogleCloudPlatform/cloudsql-proxy v1.33.2/go.mod h1:uqoR4sJc63p7ugW8a/vsEspOsNuehbi7ptS2CHCyOnY= +github.com/GoogleCloudPlatform/cloudsql-proxy v1.33.7/go.mod h1:JBp/RvKNOoIkR5BdMSXswBksHcPZ/41sbBV+GhSjgMY= github.com/HdrHistogram/hdrhistogram-go v1.1.0/go.mod h1:yDgFjdqOqDEKOvasDdhWNXYg9BVp4O+o5f6V/ehm6Oo= github.com/HdrHistogram/hdrhistogram-go v1.1.2/go.mod h1:yDgFjdqOqDEKOvasDdhWNXYg9BVp4O+o5f6V/ehm6Oo= +github.com/JohnCGriffin/overflow v0.0.0-20211019200055-46fa312c352c/go.mod h1:X0CRv0ky0k6m906ixxpzmDRLvX58TFUKS2eePweuyxk= github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible/go.mod h1:r7JcOSlj0wfOMncg0iLm8Leh48TZaKVeNIfJntJ2wa0= github.com/Masterminds/goutils v1.1.1 h1:5nUrii3FMTL5diU80unEVvNevw1nH4+ZV4DSLVJLSYI= github.com/Masterminds/goutils v1.1.1/go.mod h1:8cTjp+g8YejhMuvIA5y2vz3BpJxksy863GQaJW2MFNU= github.com/Masterminds/semver v1.5.0 h1:H65muMkzWKEuNDnfl9d70GUjFniHKHRbFPGBuZ3QEww= github.com/Masterminds/semver v1.5.0/go.mod h1:MB6lktGJrhw8PrUyiEoblNEGEQ+RzHPF078ddwwvV3Y= github.com/Masterminds/semver/v3 v3.1.1/go.mod h1:VPu/7SZ7ePZ3QOrcuXROw5FAcLl4a0cBrbBpGY/8hQs= +github.com/Masterminds/semver/v3 v3.2.0/go.mod h1:qvl/7zhW3nngYb5+80sSMF+FG2BjYrf8m9wsX0PNOMQ= github.com/Masterminds/semver/v3 v3.2.1 h1:RN9w6+7QoMeJVGyfmbcgs28Br8cvmnucEXnY0rYXWg0= github.com/Masterminds/semver/v3 v3.2.1/go.mod h1:qvl/7zhW3nngYb5+80sSMF+FG2BjYrf8m9wsX0PNOMQ= -github.com/Masterminds/sprig v2.22.0+incompatible h1:z4yfnGrZ7netVz+0EDJ0Wi+5VZCSYp4Z0m2dk6cEM60= -github.com/Masterminds/sprig v2.22.0+incompatible/go.mod h1:y6hNFY5UBTIWBxnzTeuNhlNS5hqE0NB0E6fgfo2Br3o= +github.com/Masterminds/sprig/v3 v3.2.3 h1:eL2fZNezLomi0uOLqjQoN6BfsDD+fyLtgbJMAj9n6YA= +github.com/Masterminds/sprig/v3 v3.2.3/go.mod h1:rXcFaZ2zZbLRJv/xSysmlgIM1u11eBaRMhvYXJNkGuM= github.com/Microsoft/go-winio v0.4.11/go.mod h1:VhR8bwka0BXejwEJY73c50VrPtXAaKcyvVC4A4RozmA= github.com/Microsoft/go-winio v0.4.14/go.mod h1:qXqCSQ3Xa7+6tgxaGTIe4Kpcdsi+P8jBhyzoq1bpyYA= github.com/Microsoft/go-winio v0.4.15-0.20190919025122-fc70bd9a86b5/go.mod h1:tTuCMEN+UleMWgg9dVx4Hu52b1bJo+59jBh3ajtinzw= @@ -541,10 +760,11 @@ github.com/Microsoft/go-winio v0.4.16/go.mod h1:XB6nPKklQyQ7GC9LdcBEcBl8PF76WugX github.com/Microsoft/go-winio v0.4.17-0.20210211115548-6eac466e5fa3/go.mod h1:JPGBdM1cNvN/6ISo+n8V5iA4v8pBzdOpzfwIujj1a84= github.com/Microsoft/go-winio v0.4.17-0.20210324224401-5516f17a5958/go.mod h1:JPGBdM1cNvN/6ISo+n8V5iA4v8pBzdOpzfwIujj1a84= github.com/Microsoft/go-winio v0.4.17/go.mod h1:JPGBdM1cNvN/6ISo+n8V5iA4v8pBzdOpzfwIujj1a84= -github.com/Microsoft/go-winio v0.5.0/go.mod h1:JPGBdM1cNvN/6ISo+n8V5iA4v8pBzdOpzfwIujj1a84= github.com/Microsoft/go-winio v0.5.1/go.mod h1:JPGBdM1cNvN/6ISo+n8V5iA4v8pBzdOpzfwIujj1a84= -github.com/Microsoft/go-winio v0.6.0 h1:slsWYD/zyx7lCXoZVlvQrj0hPTM1HI4+v1sIda2yDvg= +github.com/Microsoft/go-winio v0.5.2/go.mod h1:WpS1mjBmmwHBEWmogvA2mj8546UReBk4v8QkMxJ6pZY= github.com/Microsoft/go-winio v0.6.0/go.mod h1:cTAf44im0RAYeL23bpB+fzCyDH2MJiz2BO69KH/soAE= +github.com/Microsoft/go-winio v0.6.1 h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migciow= +github.com/Microsoft/go-winio v0.6.1/go.mod h1:LRdKpFKfdobln8UmuiYcKPot9D2v6svN5+sAH+4kjUM= github.com/Microsoft/hcsshim v0.8.6/go.mod h1:Op3hHsoHPAvb6lceZHDtd9OkTew38wNoXnJs8iY7rUg= github.com/Microsoft/hcsshim v0.8.7-0.20190325164909-8abdbb8205e4/go.mod h1:Op3hHsoHPAvb6lceZHDtd9OkTew38wNoXnJs8iY7rUg= github.com/Microsoft/hcsshim v0.8.7/go.mod h1:OHd7sQqRFrYd3RmSgbgji+ctCwkbq2wbEYNSzOYtcBQ= @@ -562,13 +782,12 @@ github.com/NYTimes/gziphandler v0.0.0-20170623195520-56545f4a5d46/go.mod h1:3wb0 github.com/NYTimes/gziphandler v1.1.1/go.mod h1:n/CVRwUEOgIxrgPvAQhUUr9oeUtvrhMomdKFjzJNB0c= github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 h1:TngWCqHvy9oXAN6lEVMRuU21PR1EtLVZJmdB18Gu3Rw= github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU= -github.com/OpenPeeDeeP/depguard v1.1.1 h1:TSUznLjvp/4IUP+OQ0t/4jF4QUyxIcVX8YnghZdunyA= -github.com/OpenPeeDeeP/depguard v1.1.1/go.mod h1:JtAMzWkmFEzDPyAd+W0NHl1lvpQKTvT9jnRVsohBKpc= -github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7/go.mod h1:z4/9nQmJSSwwds7ejkxaJwO37dru3geImFUdJlaLzQo= -github.com/ProtonMail/go-crypto v0.0.0-20220812142511-0d231b687066 h1:RhBLDn2Z5h+f6yo9DZD6bpFSVc7UsB8S/LqFYDhxm9I= -github.com/ProtonMail/go-crypto v0.0.0-20220812142511-0d231b687066/go.mod h1:UBYPn8k0D56RtnR8RFQMjmh4KrZzWJ5o7Z9SYjossQ8= -github.com/ProtonMail/go-mime v0.0.0-20190923161245-9b5a4261663a h1:W6RrgN/sTxg1msqzFFb+G80MFmpjMw61IU+slm+wln4= -github.com/ProtonMail/gopenpgp/v2 v2.2.2 h1:u2m7xt+CZWj88qK1UUNBoXeJCFJwJCZ/Ff4ymGoxEXs= +github.com/OpenPeeDeeP/depguard/v2 v2.1.0 h1:aQl70G173h/GZYhWf36aE5H0KaujXfVMnn/f1kSDVYY= +github.com/OpenPeeDeeP/depguard/v2 v2.1.0/go.mod h1:PUBgk35fX4i7JDmwzlJwJ+GMe6NfO1723wmJMgPThNQ= +github.com/ProtonMail/go-crypto v0.0.0-20230626094100-7e9e0395ebec h1:vV3RryLxt42+ZIVOFbYJCH1jsZNTNmj2NYru5zfx+4E= +github.com/ProtonMail/go-crypto v0.0.0-20230626094100-7e9e0395ebec/go.mod h1:EjAoLdwvbIOoOQr3ihjnSoLZRtE8azugULFRteWMNc0= +github.com/ProtonMail/go-mime v0.0.0-20230322103455-7d82a3887f2f h1:tCbYj7/299ekTTXpdwKYF8eBlsYsDVoggDAuAjoK66k= +github.com/ProtonMail/gopenpgp/v2 v2.7.1 h1:Awsg7MPc2gD3I7IFac2qE3Gdls0lZW8SzrFZ3k1oz0s= github.com/PuerkitoBio/purell v1.0.0/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0= github.com/PuerkitoBio/purell v1.1.1/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0= github.com/PuerkitoBio/urlesc v0.0.0-20160726150825-5bd2802263f2/go.mod h1:uGdkoq3SwY9Y+13GIhn11/XLaGBb4BfwItxLd5jeuXE= @@ -577,10 +796,15 @@ github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d/go.mod h1:H github.com/Shopify/sarama v1.19.0/go.mod h1:FVkBWblsNy7DGZRfXLU0O9RCGt5g3g3yEuWXgklEdEo= github.com/Shopify/toxiproxy v2.1.4+incompatible/go.mod h1:OXgGpZ6Cli1/URJOF1DMxUHB2q5Ap20/P/eIdh4G0pI= github.com/VividCortex/gohistogram v1.0.0/go.mod h1:Pf5mBqqDxYaXu3hDrrU+w6nw50o/4+TcAqDqk/vUH7g= -github.com/acomagu/bufpipe v1.0.3 h1:fxAGrHZTgQ9w5QqVItgzwj235/uYZYgbXitB+dLupOk= -github.com/acomagu/bufpipe v1.0.3/go.mod h1:mxdxdup/WdsKVreO5GpW4+M/1CE2sMG4jeGJ2sYmHc4= +github.com/acomagu/bufpipe v1.0.4 h1:e3H4WUzM3npvo5uv95QuJM3cQspFNtFBzvJ2oNjKIDQ= +github.com/acomagu/bufpipe v1.0.4/go.mod h1:mxdxdup/WdsKVreO5GpW4+M/1CE2sMG4jeGJ2sYmHc4= github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5/go.mod h1:SkGFH1ia65gfNATL8TAiHDNxPzPdmEL5uirI2Uyuz6c= +github.com/ajstarks/deck v0.0.0-20200831202436-30c9fc6549a9/go.mod h1:JynElWSGnm/4RlzPXRlREEwqTHAN3T56Bv2ITsFT3gY= +github.com/ajstarks/deck/generate v0.0.0-20210309230005-c3f852c02e19/go.mod h1:T13YZdzov6OU0A1+RfKZiZN9ca6VeKdBdyDV+BY97Tk= github.com/ajstarks/svgo v0.0.0-20180226025133-644b8db467af/go.mod h1:K08gAheRH3/J6wwsYMMT4xOr94bZjxIelGM0+d/wbFw= +github.com/ajstarks/svgo v0.0.0-20211024235047-1546f124cd8b/go.mod h1:1KcenG0jGWcpt8ov532z81sp/kMMUG485J2InIOyADM= +github.com/alecthomas/kingpin/v2 v2.3.1/go.mod h1:oYL5vtsvEHZGHxU7DMp32Dvx+qL+ptGn6lWaot2vCNE= +github.com/alecthomas/kingpin/v2 v2.3.2/go.mod h1:0gyi0zQnjuFk8xrkNKamJoyUo382HRL7ATRpFZCw6tE= github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc= github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc= github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0= @@ -591,19 +815,25 @@ github.com/alessio/shellescape v1.4.1 h1:V7yhSDDn8LP4lc4jS8pFkt0zCnzVJlG5JXy9BVK github.com/alessio/shellescape v1.4.1/go.mod h1:PZAiSCk0LJaZkiCSkPv8qIobYglO3FPpyFjDCtHLS30= github.com/alexflint/go-filemutex v0.0.0-20171022225611-72bdc8eae2ae/go.mod h1:CgnQgUtFrFz9mxFNtED3jI5tLDjKlOM+oUF/sTk6ps0= github.com/alexflint/go-filemutex v1.1.0/go.mod h1:7P4iRhttt/nUvUOrYIhcpMzv2G6CY9UnI16Z+UJqRyk= +github.com/alexkohler/nakedret/v2 v2.0.2 h1:qnXuZNvv3/AxkAb22q/sEsEpcA99YxLFACDtEw9TPxE= +github.com/alexkohler/nakedret/v2 v2.0.2/go.mod h1:2b8Gkk0GsOrqQv/gPWjNLDSKwG8I5moSXG1K4VIBcTQ= github.com/alexkohler/prealloc v1.0.0 h1:Hbq0/3fJPQhNkN0dR95AVrr6R7tou91y0uHG5pOcUuw= github.com/alexkohler/prealloc v1.0.0/go.mod h1:VetnK3dIgFBBKmg0YnD9F9x6Icjd+9cvfHR56wJVlKE= github.com/alingse/asasalint v0.0.11 h1:SFwnQXJ49Kx/1GghOFz1XGqHYKp21Kq1nHad/0WQRnw= github.com/alingse/asasalint v0.0.11/go.mod h1:nCaoMhw7a9kSJObvQyVzNTPBDbNpdocqrSP7t/cW5+I= -github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239 h1:kFOfPq6dUM1hTo4JG6LR5AXSUEsOjtdm0kw0FtQtMJA= -github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239/go.mod h1:2FmKhYUyUczH0OGQWaF5ceTx0UBShxjsH6f8oGKYe2c= +github.com/andybalholm/brotli v1.0.4/go.mod h1:fO7iG3H7G2nSZ7m0zPUDn85XEX2GTukHGRSepvi9Eig= +github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be h1:9AeTilPcZAjCFIImctFaOjnTIavg87rW78vTPkQqLI8= github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY= +github.com/apache/arrow/go/v10 v10.0.1/go.mod h1:YvhnlEePVnBS4+0z3fhPfUy7W1Ikj0Ih0vcRo/gZ1M0= +github.com/apache/arrow/go/v11 v11.0.0/go.mod h1:Eg5OsL5H+e299f7u5ssuXsuHQVEGC4xei5aX110hRiI= +github.com/apache/thrift v0.16.0/go.mod h1:PHK3hniurgQaNMZYaCLEqXKsYK8upmhPbmdP2FXSqgU= github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o= github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6/go.mod h1:grANhF5doyWs3UAsr3K4I6qtAmlQcZDesFNEHPZAzj8= github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmVTwzkszR9V5SSuryQ31EELlFMUz1kKyl939pY= github.com/armon/go-metrics v0.3.3/go.mod h1:4O98XIr/9W0sxpJ8UaYkvjk10Iff7SnFrb4QAOwNTFc= github.com/armon/go-metrics v0.3.9/go.mod h1:4O98XIr/9W0sxpJ8UaYkvjk10Iff7SnFrb4QAOwNTFc= github.com/armon/go-metrics v0.3.10/go.mod h1:4O98XIr/9W0sxpJ8UaYkvjk10Iff7SnFrb4QAOwNTFc= +github.com/armon/go-metrics v0.4.1/go.mod h1:E6amYzXo6aW1tqzoZGT755KkbgrJsSdpwZ+3JqfkOG4= github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8= github.com/armon/go-radix v1.0.0/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8= github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio= @@ -613,12 +843,12 @@ github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef/go.mod h1:W github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d/go.mod h1:WaHUgvxTVq04UNunO+XhnAqY/wQc+bxr74GqbsZ/Jqw= github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 h1:DklsrG3dyBCFEj5IhUbnKptjxatkF07cF2ak3yi77so= github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2/go.mod h1:WaHUgvxTVq04UNunO+XhnAqY/wQc+bxr74GqbsZ/Jqw= -github.com/ashanbrown/forbidigo v1.5.1 h1:WXhzLjOlnuDYPYQo/eFlcFMi8X/kLfvWLYu6CSoebis= -github.com/ashanbrown/forbidigo v1.5.1/go.mod h1:Y8j9jy9ZYAEHXdu723cUlraTqbzjKF1MUyfOKL+AjcU= +github.com/ashanbrown/forbidigo v1.5.3 h1:jfg+fkm/snMx+V9FBwsl1d340BV/99kZGv5jN9hBoXk= +github.com/ashanbrown/forbidigo v1.5.3/go.mod h1:Y8j9jy9ZYAEHXdu723cUlraTqbzjKF1MUyfOKL+AjcU= github.com/ashanbrown/makezero v1.1.1 h1:iCQ87C0V0vSyO+M9E/FZYbu65auqH0lnsOkf5FcB28s= github.com/ashanbrown/makezero v1.1.1/go.mod h1:i1bJLCRSCHOcOa9Y6MyF2FTfMZMFdHvxKHxgO5Z1axI= -github.com/atc0005/go-teams-notify/v2 v2.7.0 h1:yRKblRTM/v+FnbibPAQiBcgT+aUBn/8zj9E/UxBdIRg= -github.com/atc0005/go-teams-notify/v2 v2.7.0/go.mod h1:nJeYAr8U1KtT376MUHHiy47nqy/4Mn0UR8veVQxdMcM= +github.com/atc0005/go-teams-notify/v2 v2.7.1 h1:ksY4tG9KAIzx9BJrBYqq5CZaVMk+WrlgsxwrLV5wUVQ= +github.com/atc0005/go-teams-notify/v2 v2.7.1/go.mod h1:wm/+j2d5u6Rg0BeAwp1T5YXhEhf3uRMZAEwP6ZY6TRg= github.com/aws/aws-sdk-go v1.15.11/go.mod h1:mFuSZ37Z9YOHbQEwBWztmVzqXrEkub65tZoCYDt7FT0= github.com/aws/aws-sdk-go v1.15.27/go.mod h1:mFuSZ37Z9YOHbQEwBWztmVzqXrEkub65tZoCYDt7FT0= github.com/aws/aws-sdk-go v1.38.35/go.mod h1:hcU610XS61/+aQV88ixoOzUoG7v3b31pl2zKMmprdro= @@ -626,51 +856,43 @@ github.com/aws/aws-sdk-go v1.40.45/go.mod h1:585smgzpB/KqRA+K3y/NL/oYRqQvpNJYvLm github.com/aws/aws-sdk-go v1.43.11/go.mod h1:y4AeaBuwd2Lk+GepC1E9v0qOiTws0MIWAX4oIKwKHZo= github.com/aws/aws-sdk-go v1.43.31/go.mod h1:y4AeaBuwd2Lk+GepC1E9v0qOiTws0MIWAX4oIKwKHZo= github.com/aws/aws-sdk-go v1.44.156/go.mod h1:aVsgQcEevwlmQ7qHE9I3h+dtQgpqhFB+i8Phjh7fkwI= -github.com/aws/aws-sdk-go v1.44.187/go.mod h1:aVsgQcEevwlmQ7qHE9I3h+dtQgpqhFB+i8Phjh7fkwI= -github.com/aws/aws-sdk-go v1.44.200/go.mod h1:aVsgQcEevwlmQ7qHE9I3h+dtQgpqhFB+i8Phjh7fkwI= -github.com/aws/aws-sdk-go v1.44.257 h1:HwelXYZZ8c34uFFhgVw3ybu2gB5fkk8KLj2idTvzZb8= -github.com/aws/aws-sdk-go v1.44.257/go.mod h1:aVsgQcEevwlmQ7qHE9I3h+dtQgpqhFB+i8Phjh7fkwI= +github.com/aws/aws-sdk-go v1.44.245/go.mod h1:aVsgQcEevwlmQ7qHE9I3h+dtQgpqhFB+i8Phjh7fkwI= +github.com/aws/aws-sdk-go v1.44.284 h1:Oc5Kubi43/VCkerlt3ZU3KpBju6BpNkoG3s7E8vj/O8= +github.com/aws/aws-sdk-go v1.44.284/go.mod h1:aVsgQcEevwlmQ7qHE9I3h+dtQgpqhFB+i8Phjh7fkwI= github.com/aws/aws-sdk-go-v2 v1.9.1/go.mod h1:cK/D0BBs0b/oWPIcX/Z/obahJK1TT7IPVjy53i/mX/4= github.com/aws/aws-sdk-go-v2 v1.16.7/go.mod h1:6CpKuLXg2w7If3ABZCl/qZ6rEgwtjZTn4eAf4RcEyuw= github.com/aws/aws-sdk-go-v2 v1.16.8/go.mod h1:6CpKuLXg2w7If3ABZCl/qZ6rEgwtjZTn4eAf4RcEyuw= github.com/aws/aws-sdk-go-v2 v1.16.11/go.mod h1:WTACcleLz6VZTp7fak4EO5b9Q4foxbn+8PIz3PmyKlo= -github.com/aws/aws-sdk-go-v2 v1.17.4/go.mod h1:uzbQtefpm44goOPmdKyAlXSNcwlRgF3ePWVW6EtJvvw= -github.com/aws/aws-sdk-go-v2 v1.18.0 h1:882kkTpSFhdgYRKVZ/VCgf7sd0ru57p2JCxz4/oN5RY= -github.com/aws/aws-sdk-go-v2 v1.18.0/go.mod h1:uzbQtefpm44goOPmdKyAlXSNcwlRgF3ePWVW6EtJvvw= +github.com/aws/aws-sdk-go-v2 v1.18.1 h1:+tefE750oAb7ZQGzla6bLkOwfcQCEtC5y2RqoqCeqKo= +github.com/aws/aws-sdk-go-v2 v1.18.1/go.mod h1:uzbQtefpm44goOPmdKyAlXSNcwlRgF3ePWVW6EtJvvw= github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.10 h1:dK82zF6kkPeCo8J1e+tGx4JdvDIQzj7ygIoLg8WMuGs= github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.10/go.mod h1:VeTZetY5KRJLuD/7fkQXMU6Mw7H5m/KP2J5Iy9osMno= github.com/aws/aws-sdk-go-v2/config v1.15.15/go.mod h1:A1Lzyy/o21I5/s2FbyX5AevQfSVXpvvIDCoVFD0BC4E= -github.com/aws/aws-sdk-go-v2/config v1.18.12/go.mod h1:J36fOhj1LQBr+O4hJCiT8FwVvieeoSGOtPuvhKlsNu8= -github.com/aws/aws-sdk-go-v2/config v1.18.23 h1:gc3lPsAnZpwfi2exupmgHfva0JiAY2BWDg5JWYlmA28= -github.com/aws/aws-sdk-go-v2/config v1.18.23/go.mod h1:rx0ruaQ+gk3OrLFHRRx56lA//XxP8K8uPzeNiKNuWVY= +github.com/aws/aws-sdk-go-v2/config v1.18.27 h1:Az9uLwmssTE6OGTpsFqOnaGpLnKDqNYOJzWuC6UAYzA= +github.com/aws/aws-sdk-go-v2/config v1.18.27/go.mod h1:0My+YgmkGxeqjXZb5BYme5pc4drjTnM+x1GJ3zv42Nw= github.com/aws/aws-sdk-go-v2/credentials v1.12.10/go.mod h1:g5eIM5XRs/OzIIK81QMBl+dAuDyoLN0VYaLP+tBqEOk= -github.com/aws/aws-sdk-go-v2/credentials v1.13.12/go.mod h1:37HG2MBroXK3jXfxVGtbM2J48ra2+Ltu+tmwr/jO0KA= -github.com/aws/aws-sdk-go-v2/credentials v1.13.22 h1:Hp9rwJS4giQ48xqonRV/s7QcDf/wxF6UY7osRmBabvI= -github.com/aws/aws-sdk-go-v2/credentials v1.13.22/go.mod h1:BfNcm6A9nSd+bzejDcMJ5RE+k6WbkCwWkQil7q4heRk= +github.com/aws/aws-sdk-go-v2/credentials v1.13.26 h1:qmU+yhKmOCyujmuPY7tf5MxR/RKyZrOPO3V4DobiTUk= +github.com/aws/aws-sdk-go-v2/credentials v1.13.26/go.mod h1:GoXt2YC8jHUBbA4jr+W3JiemnIbkXOfxSXcisUsZ3os= github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.9/go.mod h1:KDCCm4ONIdHtUloDcFvK2+vshZvx4Zmj7UMDfusuz5s= -github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.22/go.mod h1:YGSIJyQ6D6FjKMQh16hVFSIUD54L4F7zTGePqYMYYJU= -github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.3 h1:jJPgroehGvjrde3XufFIJUZVK5A2L9a3KwSFgKy9n8w= -github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.3/go.mod h1:4Q0UFP0YJf0NrsEuEYHpM9fTSEVnD16Z3uyEF7J9JGM= -github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.11.51 h1:iTFYCAdKzSAjGnVIUe88Hxvix0uaBqr0Rv7qJEOX5hE= -github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.11.51/go.mod h1:7Grl2gV+dx9SWrUIgwwlUvU40t7+lOSbx34XwfmsTkY= +github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.4 h1:LxK/bitrAr4lnh9LnIS6i7zWbCOdMsfzKFBI6LUCS0I= +github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.4/go.mod h1:E1hLXN/BL2e6YizK1zFlYd8vsfi2GTjbjBazinMmeaM= +github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.11.70 h1:4bh28MeeXoBFTjb0JjQ5sVatzlf5xA1DziV8mZed9v4= +github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.11.70/go.mod h1:9yI5NXzqy2yOiMytv6QLZHvlyHLwYxO9iIq+bZIbrFg= github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.14/go.mod h1:kdjrMwHwrC3+FsKhNcCMJ7tUVj/8uSD5CZXeQ4wV6fM= github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.15/go.mod h1:pWrr2OoHlT7M/Pd2y4HV3gJyPb3qj5qMmnPkKSNPYK4= github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.18/go.mod h1:348MLhzV1GSlZSMusdwQpXKbhD7X2gbI/TxwAPKkYZQ= -github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28/go.mod h1:3lwChorpIM/BhImY/hy+Z6jekmN92cXGPI1QJasVPYY= -github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.33 h1:kG5eQilShqmJbv11XL1VpyDbaEJzWxd4zRiCG30GSn4= -github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.33/go.mod h1:7i0PF1ME/2eUPFcjkVIwq+DOygHEoK92t5cDqNgYbIw= +github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.34 h1:A5UqQEmPaCFpedKouS4v+dHCTUo2sKqhoKO9U5kxyWo= +github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.34/go.mod h1:wZpTEecJe0Btj3IYnDx/VlUzor9wm3fJHyvLpQF0VwY= github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.8/go.mod h1:ZIV8GYoC6WLBW5KGs+o4rsc65/ozd+eQ0L31XF5VDwk= github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.9/go.mod h1:08tUpeSGN33QKSO7fwxXczNfiwCpbj+GxK6XKwqWVv0= github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.12/go.mod h1:ckaCVTEdGAxO6KwTGzgskxR1xM+iJW4lxMyDFVda2Fc= -github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22/go.mod h1:EqK7gVrIGAHyZItrD1D8B0ilgwMD1GiWAmbU4u/JHNk= -github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.27 h1:vFQlirhuM8lLlpI7imKOMsjdQLuN9CPi+k44F/OFVsk= -github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.27/go.mod h1:UrHnn3QV/d0pBZ6QBAEQcqFLf8FAzLmoUfPVIueOvoM= +github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.28 h1:srIVS45eQuewqz6fKKu6ZGXaq6FuFg5NzgQBAM6g8Y4= +github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.28/go.mod h1:7VRpKQQedkfIEXb4k52I7swUnZP0wohVajJMRn3vsUw= github.com/aws/aws-sdk-go-v2/internal/ini v1.3.16/go.mod h1:CYmI+7x03jjJih8kBEEFKRQc40UjUokT0k7GbvrhhTc= -github.com/aws/aws-sdk-go-v2/internal/ini v1.3.29/go.mod h1:TwuqRBGzxjQJIwH16/fOZodwXt2Zxa9/cwJC5ke4j7s= -github.com/aws/aws-sdk-go-v2/internal/ini v1.3.34 h1:gGLG7yKaXG02/jBlg210R7VgQIotiQntNhsCFejawx8= -github.com/aws/aws-sdk-go-v2/internal/ini v1.3.34/go.mod h1:Etz2dj6UHYuw+Xw830KfzCfWGMzqvUTCjUj5b76GVDc= -github.com/aws/aws-sdk-go-v2/internal/v4a v1.0.19 h1:FGvpyTg2LKEmMrLlpjOgkoNp9XF5CGeyAyo33LdqZW8= -github.com/aws/aws-sdk-go-v2/internal/v4a v1.0.19/go.mod h1:8W88sW3PjamQpKFUQvHWWKay6ARsNvZnzU7+a4apubw= +github.com/aws/aws-sdk-go-v2/internal/ini v1.3.35 h1:LWA+3kDM8ly001vJ1X1waCuLJdtTl48gwkPKWy9sosI= +github.com/aws/aws-sdk-go-v2/internal/ini v1.3.35/go.mod h1:0Eg1YjxE0Bhn56lx+SHJwCzhW+2JGtizsrx+lCqrfm0= +github.com/aws/aws-sdk-go-v2/internal/v4a v1.0.26 h1:wscW+pnn3J1OYnanMnza5ZVYXLX4cKk5rAvUAl4Qu+c= +github.com/aws/aws-sdk-go-v2/internal/v4a v1.0.26/go.mod h1:MtYiox5gvyB+OyP0Mr0Sm/yzbEAIPL9eijj/ouHAPw0= github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.8.1/go.mod h1:CM+19rL1+4dFWnOQKwDc7H1KwXTz+h61oUSHyhV0b3o= github.com/aws/aws-sdk-go-v2/service/ecr v1.17.9/go.mod h1:fkIc4qe3SfQhPt/HAmDG7DJMjMBHElHV44axRyUSojA= github.com/aws/aws-sdk-go-v2/service/ecr v1.17.12 h1:qBuF6exFzbKurzWqBR+7ptvnuKuWipm9LclsB7A/AUo= @@ -680,34 +902,29 @@ github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.13.12 h1:JfDKV54iJuX2YE1NzzHMQ github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.13.12/go.mod h1:Hcfe3RBksYrl0fgSxZ4wvhSt6IiZBh+VlkaTKQLu9PE= github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.9.11 h1:y2+VQzC6Zh2ojtV2LoC0MNwHWc6qXv/j2vrQtlftkdA= github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.9.11/go.mod h1:iV4q2hsqtNECrfmlXyord9u4zyuFEJX9eLgLpSPzWA8= -github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.1.23 h1:c5+bNdV8E4fIPteWx4HZSkqI07oY9exbfQ7JH7Yx4PI= -github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.1.23/go.mod h1:1jcUfF+FAOEwtIcNiHPaV4TSoZqkUIPzrohmD7fb95c= +github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.1.29 h1:zZSLP3v3riMOP14H7b4XP0uyfREDQOYv2cqIrvTXDNQ= +github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.1.29/go.mod h1:z7EjRjVwZ6pWcWdI2H64dKttvzaP99jRIj5hphW0M5U= github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.9/go.mod h1:yQowTpvdZkFVuHrLBXmczat4W+WJKg/PafBZnGBLga0= -github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.22/go.mod h1:xt0Au8yPIwYXf/GYPy/vl4K3CgwhfQMYbrH7DlUUIws= -github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.27 h1:0iKliEXAcCa2qVtRs7Ot5hItA2MsufrphbRFlz1Owxo= -github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.27/go.mod h1:EOwBD4J4S5qYszS5/3DpkejfuK+Z5/1uzICfPaZLtqw= -github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.13.22 h1:ISLJ2BKXe4zzyZ7mp5ewKECiw0U7KpLgS3S6OxY9Cm0= -github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.13.22/go.mod h1:QFVbqK54XArazLvn2wvWMRBi/jGrWii46qbr5DyPGjc= -github.com/aws/aws-sdk-go-v2/service/kms v1.20.2/go.mod h1:vdqtUOdVuf5ooy+hJ2GnzqNo94xiAA9s1xbZ1hQgRE0= -github.com/aws/aws-sdk-go-v2/service/kms v1.21.1 h1:Q03Jqh1enA8keCiGZpLetpk58Ll9iGejE5bOErxyGAU= -github.com/aws/aws-sdk-go-v2/service/kms v1.21.1/go.mod h1:EEfb4gfSphdVpRo5sGf2W3KvJbelYUno5VaXR5MJ3z4= -github.com/aws/aws-sdk-go-v2/service/s3 v1.30.2 h1:5EQWIFO+Hc8E2hFcXQJ1vm6ufl/PMt/6RVRDZRju2vM= -github.com/aws/aws-sdk-go-v2/service/s3 v1.30.2/go.mod h1:SXDHd6fI2RhqB7vmAzyYQCTQnpZrIprVJvYxpzW3JAM= -github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.18.3/go.mod h1:hqPcyOuLU6yWIbLy3qMnQnmidgKuIEwqIlW6+chYnog= -github.com/aws/aws-sdk-go-v2/service/sns v1.20.2/go.mod h1:VN2n9SOMS1lNbh5YD7o+ho0/rgfifSrK//YYNiVVF5E= -github.com/aws/aws-sdk-go-v2/service/sqs v1.20.2/go.mod h1:1ttxGjUHZliCQMpPss1sU5+Ph/5NvdMFRzr96bv8gm0= -github.com/aws/aws-sdk-go-v2/service/ssm v1.35.2/go.mod h1:VLSz2SHUKYFSOlXB/GlXoLU6KPYQJAbw7I20TDJdyws= +github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.28 h1:bkRyG4a929RCnpVSTvLM2j/T4ls015ZhhYApbmYs15s= +github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.28/go.mod h1:jj7znCIg05jXlaGBlFMGP8+7UN3VtCkRBG2spnmRQkU= +github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.14.3 h1:dBL3StFxHtpBzJJ/mNEsjXVgfO+7jR0dAIEwLqMapEA= +github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.14.3/go.mod h1:f1QyiAsvIv4B49DmCqrhlXqyaR+0IxMmyX+1P+AnzOM= +github.com/aws/aws-sdk-go-v2/service/kms v1.22.2 h1:jwmtdM1/l1DRNy5jQrrYpsQm8zwetkgeqhAqefDr1yI= +github.com/aws/aws-sdk-go-v2/service/kms v1.22.2/go.mod h1:aNfh11Smy55o65PB3MyKbkM8BFyFUcZmj1k+4g8eNfg= +github.com/aws/aws-sdk-go-v2/service/s3 v1.35.0 h1:ya7fmrN2fE7s1P2gaPbNg5MTkERVWfsH8ToP1YC4Z9o= +github.com/aws/aws-sdk-go-v2/service/s3 v1.35.0/go.mod h1:aVbf0sko/TsLWHx30c/uVu7c62+0EAJ3vbxaJga0xCw= +github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.19.10/go.mod h1:ezn6mzIRqTPdAbDpm03dx4y9g6rvGRb2q33wS76dCxw= +github.com/aws/aws-sdk-go-v2/service/sns v1.20.13/go.mod h1:rWrvp9i8y/lX94lS7Kn/0iu9RY6vXzeKRqS/knVX8/c= +github.com/aws/aws-sdk-go-v2/service/sqs v1.23.2/go.mod h1:TaV67b6JMD1988x/uMDop/JnMFK6v5d4Ru+sDmFg+ww= +github.com/aws/aws-sdk-go-v2/service/ssm v1.36.6/go.mod h1:NdyMyZH/FzmCaybTrVMBD0nTCGrs1G4cOPKHFywx9Ns= github.com/aws/aws-sdk-go-v2/service/sso v1.11.13/go.mod h1:d7ptRksDDgvXaUvxyHZ9SYh+iMDymm94JbVcgvSYSzU= -github.com/aws/aws-sdk-go-v2/service/sso v1.12.1/go.mod h1:IgV8l3sj22nQDd5qcAGY0WenwCzCphqdbFOpfktZPrI= -github.com/aws/aws-sdk-go-v2/service/sso v1.12.10 h1:UBQjaMTCKwyUYwiVnUt6toEJwGXsLBI6al083tpjJzY= -github.com/aws/aws-sdk-go-v2/service/sso v1.12.10/go.mod h1:ouy2P4z6sJN70fR3ka3wD3Ro3KezSxU6eKGQI2+2fjI= -github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.1/go.mod h1:O1YSOg3aekZibh2SngvCRRG+cRHKKlYgxf/JBF/Kr/k= -github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.10 h1:PkHIIJs8qvq0e5QybnZoG1K/9QTrLr9OsqCIo59jOBA= -github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.10/go.mod h1:AFvkxc8xfBe8XA+5St5XIHHrQQtkxqrRincx4hmMHOk= +github.com/aws/aws-sdk-go-v2/service/sso v1.12.12 h1:nneMBM2p79PGWBQovYO/6Xnc2ryRMw3InnDJq1FHkSY= +github.com/aws/aws-sdk-go-v2/service/sso v1.12.12/go.mod h1:HuCOxYsF21eKrerARYO6HapNeh9GBNq7fius2AcwodY= +github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.12 h1:2qTR7IFk7/0IN/adSFhYu9Xthr0zVFTgBrmPldILn80= +github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.12/go.mod h1:E4VrHCPzmVB/KFXtqBGKb3c8zpbNBgKe3fisDNLAW5w= github.com/aws/aws-sdk-go-v2/service/sts v1.16.10/go.mod h1:cftkHYN6tCDNfkSasAmclSfl4l7cySoay8vz7p/ce0E= -github.com/aws/aws-sdk-go-v2/service/sts v1.18.3/go.mod h1:b+psTJn33Q4qGoDaM7ZiOVVG8uVjGI6HaZ8WBHdgDgU= -github.com/aws/aws-sdk-go-v2/service/sts v1.18.11 h1:uBE+Zj478pfxV98L6SEpvxYiADNjTlMNY714PJLE7uo= -github.com/aws/aws-sdk-go-v2/service/sts v1.18.11/go.mod h1:BgQOMsg8av8jset59jelyPW7NoZcZXLVpDsXunGDrk8= +github.com/aws/aws-sdk-go-v2/service/sts v1.19.2 h1:XFJ2Z6sNUUcAz9poj+245DMkrHE4h2j5I9/xD50RHfE= +github.com/aws/aws-sdk-go-v2/service/sts v1.19.2/go.mod h1:dp0yLPsLBOi++WTxzCjA/oZqi6NPIhoR+uF7GeMU9eg= github.com/aws/smithy-go v1.8.0/go.mod h1:SObp3lf9smib00L/v3U2eAKG8FyQ7iLrJnQiAmR5n+E= github.com/aws/smithy-go v1.12.0/go.mod h1:Tg+OJXh4MB2R/uN61Ko2f6hTZwB/ZYGOtib8J3gBHzA= github.com/aws/smithy-go v1.12.1/go.mod h1:Tg+OJXh4MB2R/uN61Ko2f6hTZwB/ZYGOtib8J3gBHzA= @@ -730,8 +947,8 @@ github.com/bgentry/speakeasy v0.1.0/go.mod h1:+zsyZBPWlz7T6j88CTgSN5bM796AkVf0kB github.com/bitly/go-simplejson v0.5.0/go.mod h1:cXHtHw4XUPsvGaxgjIAn8PhEWG9NfngEKAMDJEczWVA= github.com/bits-and-blooms/bitset v1.2.0/go.mod h1:gIdJ4wp64HaoK2YrL1Q5/N7Y16edYb8uY+O0FJTyyDA= github.com/bketelsen/crypt v0.0.3-0.20200106085610-5cbc8cc4026c/go.mod h1:MKsuJmJgSg28kpZDP6UIiPt0e0Oz0kqKNGyRaWEPv84= -github.com/bkielbasa/cyclop v1.2.0 h1:7Jmnh0yL2DjKfw28p86YTd/B4lRGcNuu12sKE35sM7A= -github.com/bkielbasa/cyclop v1.2.0/go.mod h1:qOI0yy6A7dYC4Zgsa72Ppm9kONl0RoIlPbzot9mhmeI= +github.com/bkielbasa/cyclop v1.2.1 h1:AeF71HZDob1P2/pRm1so9cd1alZnrpyc4q2uP2l0gJY= +github.com/bkielbasa/cyclop v1.2.1/go.mod h1:K/dT/M0FPAiYjBgQGau7tz+3TMh4FWAEqlMhzFWCrgM= github.com/blakesmith/ar v0.0.0-20190502131153-809d4375e1fb h1:m935MPodAbYS46DG4pJSv7WO+VECIWUQ7OJYSoTrMh4= github.com/blakesmith/ar v0.0.0-20190502131153-809d4375e1fb/go.mod h1:PkYb9DJNAwrSvRx5DYA+gUcOIgTGVMNkfSCbZM8cWpI= github.com/blang/semver v3.1.0+incompatible/go.mod h1:kRBLl5iJ+tD4TcOOxsy/0fnwebNt5EWlYSAyrTnjyyk= @@ -744,6 +961,8 @@ github.com/bmatcuk/doublestar/v4 v4.2.0/go.mod h1:xBQ8jztBU6kakFMg+8WGxn0c6z1fTS github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869/go.mod h1:Ekp36dRnpXw/yCqJaO+ZrUyxD+3VXMFFr56k5XYrpB4= github.com/bombsimon/wsl/v3 v3.4.0 h1:RkSxjT3tmlptwfgEgTgU+KYKLI35p/tviNXNXiL2aNU= github.com/bombsimon/wsl/v3 v3.4.0/go.mod h1:KkIB+TXkqy6MvK9BDZVbZxKNYsE1/oLRJbIFtf14qqo= +github.com/boombuler/barcode v1.0.0/go.mod h1:paBWMcWSl3LHKBqUq+rly7CNSldXjb2rDl3JlRe0mD8= +github.com/boombuler/barcode v1.0.1/go.mod h1:paBWMcWSl3LHKBqUq+rly7CNSldXjb2rDl3JlRe0mD8= github.com/breml/bidichk v0.2.4 h1:i3yedFWWQ7YzjdZJHnPo9d/xURinSq3OM+gyM43K4/8= github.com/breml/bidichk v0.2.4/go.mod h1:7Zk0kRFt1LIZxtQdl9W9JwGAcLTTkOs+tN7wuEYGJ3s= github.com/breml/errchkjson v0.3.1 h1:hlIeXuspTyt8Y/UmP5qy1JocGNR00KQHgfaNtRAjoxQ= @@ -754,13 +973,15 @@ github.com/buger/jsonparser v1.1.1/go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx2 github.com/bugsnag/bugsnag-go v0.0.0-20141110184014-b1d153021fcd/go.mod h1:2oa8nejYd4cQ/b0hMIopN0lCRxU0bueqREvZLWFrtK8= github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b/go.mod h1:obH5gd0BsqsP2LwDJ9aOkm/6J86V6lyAXCoQWGw3K50= github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0/go.mod h1:D/8v3kj0zr8ZAKg1AQ6crr+5VwKN5eIywRkfhyM/+dE= -github.com/butuzov/ireturn v0.1.1 h1:QvrO2QF2+/Cx1WA/vETCIYBKtRjc30vesdoPUNo1EbY= -github.com/butuzov/ireturn v0.1.1/go.mod h1:Wh6Zl3IMtTpaIKbmwzqi6olnM9ptYQxxVacMsOEFPoc= -github.com/bwesterb/go-ristretto v1.2.0/go.mod h1:fUIoIZaG73pV5biE2Blr2xEzDoMj7NFEuV9ekS419A0= +github.com/butuzov/ireturn v0.2.0 h1:kCHi+YzC150GE98WFuZQu9yrTn6GEydO2AuPLbTgnO4= +github.com/butuzov/ireturn v0.2.0/go.mod h1:Wh6Zl3IMtTpaIKbmwzqi6olnM9ptYQxxVacMsOEFPoc= +github.com/butuzov/mirror v1.1.0 h1:ZqX54gBVMXu78QLoiqdwpl2mgmoOJTk7s4p4o+0avZI= +github.com/butuzov/mirror v1.1.0/go.mod h1:8Q0BdQU6rC6WILDiBM60DBfvV78OLJmMmixe7GF45AE= +github.com/bwesterb/go-ristretto v1.2.3/go.mod h1:fUIoIZaG73pV5biE2Blr2xEzDoMj7NFEuV9ekS419A0= github.com/caarlos0/ctrlc v1.2.0 h1:AtbThhmbeYx1WW3WXdWrd94EHKi+0NPRGS4/4pzrjwk= github.com/caarlos0/ctrlc v1.2.0/go.mod h1:n3gDlSjsXZ7rbD9/RprIR040b7oaLfNStikPd4gFago= -github.com/caarlos0/env/v8 v8.0.0 h1:POhxHhSpuxrLMIdvTGARuZqR4Jjm8AYmoi/JKlcScs0= -github.com/caarlos0/env/v8 v8.0.0/go.mod h1:7K4wMY9bH0esiXSSHlfHLX5xKGQMnkH5Fk4TDSSSzfo= +github.com/caarlos0/env/v9 v9.0.0 h1:SI6JNsOA+y5gj9njpgybykATIylrRMklbs5ch6wO6pc= +github.com/caarlos0/env/v9 v9.0.0/go.mod h1:ye5mlCVMYh6tZ+vCgrs/B95sj88cg5Tlnc0XIzgZ020= github.com/caarlos0/go-reddit/v3 v3.0.1 h1:w8ugvsrHhaE/m4ez0BO/sTBOBWI9WZTjG7VTecHnql4= github.com/caarlos0/go-reddit/v3 v3.0.1/go.mod h1:QlwgmG5SAqxMeQvg/A2dD1x9cIZCO56BMnMdjXLoisI= github.com/caarlos0/go-rpmutils v0.2.1-0.20211112020245-2cd62ff89b11 h1:IRrDwVlWQr6kS1U8/EtyA1+EHcc4yl8pndcqXWrEamg= @@ -768,8 +989,8 @@ github.com/caarlos0/go-shellwords v1.0.12 h1:HWrUnu6lGbWfrDcFiHcZiwOLzHWjjrPVehU github.com/caarlos0/go-shellwords v1.0.12/go.mod h1:bYeeX1GrTLPl5cAMYEzdm272qdsQAZiaHgeF0KTk1Gw= github.com/caarlos0/go-version v0.1.1 h1:1bikKHkGGVIIxqCmufhSSs3hpBScgHGacrvsi8FuIfc= github.com/caarlos0/go-version v0.1.1/go.mod h1:Ze5Qx4TsBBi5FyrSKVg1Ibc44KGV/llAaKGp86oTwZ0= -github.com/caarlos0/log v0.4.1 h1:99+ocwxvbvQPK/effsNa4Di8MA0Xt7gBQK3vY20xG18= -github.com/caarlos0/log v0.4.1/go.mod h1:Uv+r6RfrgaRmW/xoarK1S9csv+BQgS7fZbcKYXn8ggo= +github.com/caarlos0/log v0.4.2 h1:Zi5DNvCJLU0zJAI7B3sYf2zRfHW3xS8ahKQg1eh5/LQ= +github.com/caarlos0/log v0.4.2/go.mod h1:xwKkgWnQMD39Cb/HgTWrhsG3l3MTTGwf2UZqbki2eqM= github.com/caarlos0/sshmarshal v0.1.0 h1:zTCZrDORFfWh526Tsb7vCm3+Yg/SfW/Ub8aQDeosk0I= github.com/caarlos0/testfs v0.4.4 h1:3PHvzHi5Lt+g332CiShwS8ogTgS3HjrmzZxCm6JCDr8= github.com/caarlos0/testfs v0.4.4/go.mod h1:bRN55zgG4XCUVVHZCeU+/Tz1Q6AxEJOEJTliBy+1DMk= @@ -792,7 +1013,7 @@ github.com/cespare/xxhash/v2 v2.2.0 h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj github.com/cespare/xxhash/v2 v2.2.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= github.com/charithe/durationcheck v0.0.10 h1:wgw73BiocdBDQPik+zcEoBG/ob8uyBHf2iyoHGPf5w4= github.com/charithe/durationcheck v0.0.10/go.mod h1:bCWXb7gYRysD1CU3C+u4ceO49LoGOY1C1L6uouGNreQ= -github.com/charmbracelet/keygen v0.4.2 h1:TNHua2MlXc6W1dQB2iW4msSZGKlb8RtxtmYDWUs4iRw= +github.com/charmbracelet/keygen v0.4.3 h1:ywOZRwkDlpmkawl0BgLTxaYWDSqp6Y4nfVVmgyyO1Mg= github.com/charmbracelet/lipgloss v0.7.1 h1:17WMwi7N1b1rVWOjMT+rCh7sQkvDU75B2hbZpc5Kc1E= github.com/charmbracelet/lipgloss v0.7.1/go.mod h1:yG0k3giv8Qj8edTCbbg6AlQ5e8KNWpFujkNawKNhE2c= github.com/chavacava/garif v0.0.0-20230227094218-b8c73b2037b8 h1:W9o46d2kbNL06lq7UNDPV0zYLzkrde/bjIqO02eoll0= @@ -803,11 +1024,11 @@ github.com/checkpoint-restore/go-criu/v5 v5.3.0/go.mod h1:E/eQpaFtUKGOOSEBZgmKAc github.com/chrismellard/docker-credential-acr-env v0.0.0-20220327082430-c57b701bfc08 h1:9Qh4lJ/KMr5iS1zfZ8I97+3MDpiKjl+0lZVUNBhdvRs= github.com/chrismellard/docker-credential-acr-env v0.0.0-20220327082430-c57b701bfc08/go.mod h1:MAuu1uDJNOS3T3ui0qmKdPUwm59+bO19BbTph2wZafE= github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI= -github.com/chzyer/logex v1.2.0/go.mod h1:9+9sk7u7pGNWYMkh0hdiL++6OeibzJccyQU4p4MedaY= +github.com/chzyer/logex v1.2.1/go.mod h1:JLbx6lG2kDbNRFnfkgvh4eRJRPX1QCoOIWomwysCBrQ= github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI= -github.com/chzyer/readline v1.5.0/go.mod h1:x22KAscuvRqlLoK9CsoYsmxoXZMMFVyOl86cAH8qUic= +github.com/chzyer/readline v1.5.1/go.mod h1:Eh+b79XXUwfKfcPLepksvw2tcLE/Ct21YObkaSkeBlk= github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU= -github.com/chzyer/test v0.0.0-20210722231415-061457976a23/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU= +github.com/chzyer/test v1.0.0/go.mod h1:2JlltgoNkt4TW/z9V/IzDdFaMTM2JPIi26O1pF38GC8= github.com/cilium/ebpf v0.0.0-20200110133405-4032b1d8aae3/go.mod h1:MA5e5Lr8slmEg9bt0VpxxWqJlO4iwu3FBdHUzV7wQVg= github.com/cilium/ebpf v0.0.0-20200702112145-1c8d4c9ef775/go.mod h1:7cR51M8ViRLIdUjrmSXlK9pkrsDlLHbO8jiB8X8JnOc= github.com/cilium/ebpf v0.2.0/go.mod h1:To2CFviqOWL/M0gIMsvSMlqe7em/l1ALkX1PyjrX2Qs= @@ -818,7 +1039,6 @@ github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible/go.mod h1:nmEj6D github.com/circonus-labs/circonusllhist v0.1.3/go.mod h1:kMXHVDlOchFAehlya5ePtbp5jckzBHf4XRpQvBOLI+I= github.com/clbanning/mxj v1.8.4/go.mod h1:BVjHeAH+rl9rs6f+QIpeRl0tfu10SXn1pUSa5PVGJng= github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw= -github.com/cloudflare/circl v1.1.0/go.mod h1:prBCrKB9DV4poKZY1l9zBXg2QJY7mvgRvtMxxK7fi4I= github.com/cloudflare/circl v1.3.3 h1:fE/Qz0QdIGqeWfnwq0RE0R7MI51s0M2E4Ga9kq5AEMs= github.com/cloudflare/circl v1.3.3/go.mod h1:5XYMA4rFBvNIrhs50XuiBJ15vF2pZn4nnUKZrLbUZFA= github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc= @@ -833,6 +1053,9 @@ github.com/cncf/xds/go v0.0.0-20211001041855-01bcc9b48dfe/go.mod h1:eXthEFrGJvWH github.com/cncf/xds/go v0.0.0-20211011173535-cb28da3451f1/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= github.com/cncf/xds/go v0.0.0-20220314180256-7f1daf1720fc/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= github.com/cncf/xds/go v0.0.0-20230105202645-06c439db220b/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= +github.com/cncf/xds/go v0.0.0-20230112175826-46e39c7b9b43/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= +github.com/cncf/xds/go v0.0.0-20230310173818-32f1caf87195/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= +github.com/cncf/xds/go v0.0.0-20230607035331-e9ce68804cb4/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= github.com/cockroachdb/apd v1.1.0/go.mod h1:8Sl8LxpKi29FqWXR16WEFZRNSz3SoPzUzeMeY4+DwBQ= github.com/cockroachdb/datadriven v0.0.0-20190809214429-80d97fb3cbaa/go.mod h1:zn76sxSg3SzpJ0PPJaLDCu+Bu0Lg3sKTORVIj19EIF8= github.com/cockroachdb/datadriven v0.0.0-20200714090401-bf6692d28da5/go.mod h1:h6jFvWxBdQXxjopDMZyH2UVceIRfR84bdzbkoKrsWNo= @@ -996,13 +1219,13 @@ github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZm github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no= github.com/dgryski/go-sip13 v0.0.0-20200911182023-62edffca9245/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no= github.com/digitalocean/godo v1.78.0/go.mod h1:GBmu8MkjZmNARE7IXRPmkbbnocNN8+uBm0xbEVw2LCs= -github.com/digitalocean/godo v1.95.0/go.mod h1:NRpFznZFvhHjBoqZAaOD3khVzsJ3EibzKqFL4R60dmA= +github.com/digitalocean/godo v1.98.0/go.mod h1:NRpFznZFvhHjBoqZAaOD3khVzsJ3EibzKqFL4R60dmA= github.com/dimchansky/utfbom v1.1.1 h1:vV6w1AhK4VMnhBno/TPVCoK9U/LP0PkLCS9tbxHdi/U= github.com/dimchansky/utfbom v1.1.1/go.mod h1:SxdoEBH5qIqFocHMyGOXVAybYJdr71b1Q/j0mACtrfE= -github.com/disgoorg/disgo v0.16.3 h1:9wI7ZTL/RTJlaTCb2T0DviPvXgpDTNmBk4wGnxIo5Ko= -github.com/disgoorg/disgo v0.16.3/go.mod h1:hUkznOmm+f+owh/MuOBX0sDviQV5cL0FqcWbpIyV1Y0= -github.com/disgoorg/json v1.0.0 h1:kDhSM661fgIuNoZF3BO5/odaR5NSq80AWb937DH+Pdo= -github.com/disgoorg/json v1.0.0/go.mod h1:BHDwdde0rpQFDVsRLKhma6Y7fTbQKub/zdGO5O9NqqA= +github.com/disgoorg/disgo v0.16.7 h1:Y4cI+DpLXCMbHJcjIFs5dspKfn4Ous4lN/et2vKgcb8= +github.com/disgoorg/disgo v0.16.7/go.mod h1:wo61ZLPn6bxHVdUODjyZ3fZTnCT7giD3uknsDUwMGn8= +github.com/disgoorg/json v1.1.0 h1:7xigHvomlVA9PQw9bMGO02PHGJJPqvX5AnwlYg/Tnys= +github.com/disgoorg/json v1.1.0/go.mod h1:BHDwdde0rpQFDVsRLKhma6Y7fTbQKub/zdGO5O9NqqA= github.com/disgoorg/log v1.2.0 h1:sqlXnu/ZKAlIlHV9IO+dbMto7/hCQ474vlIdMWk8QKo= github.com/disgoorg/log v1.2.0/go.mod h1:3x1KDG6DI1CE2pDwi3qlwT3wlXpeHW/5rVay+1qDqOo= github.com/disgoorg/snowflake/v2 v2.0.1 h1:CuUxGLwggUxEswZOmZ+mZ5i0xSumQdXW9tXW7uGqe+0= @@ -1013,8 +1236,8 @@ github.com/dnaeon/go-vcr v1.1.0/go.mod h1:M7tiix8f0r6mKKJ3Yq/kqU1OYf3MnfmBWVbPx/ github.com/dnaeon/go-vcr v1.2.0 h1:zHCHvJYTMh1N7xnV7zf1m1GPBF9Ad0Jk/whtQ1663qI= github.com/dnaeon/go-vcr v1.2.0/go.mod h1:R4UdLID7HZT3taECzJs4YgbbH6PIGXB6W/sc5OLb6RQ= github.com/docker/cli v0.0.0-20191017083524-a8ff7f821017/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8= -github.com/docker/cli v23.0.1+incompatible h1:LRyWITpGzl2C9e9uGxzisptnxAn1zfZKXy13Ul2Q5oM= -github.com/docker/cli v23.0.1+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8= +github.com/docker/cli v23.0.5+incompatible h1:ufWmAOuD3Vmr7JP2G5K3cyuNC4YZWiAsuDEvFVVDafE= +github.com/docker/cli v23.0.5+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8= github.com/docker/distribution v0.0.0-20190905152932-14b96e55d84c/go.mod h1:0+TTO4EOBfRPhZXAeF1Vu+W3hHZ8eLp8PgKVZlcvtFY= github.com/docker/distribution v2.7.1-0.20190205005809-0d3efadf0154+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w= github.com/docker/distribution v2.7.1+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w= @@ -1023,9 +1246,9 @@ github.com/docker/distribution v2.8.2+incompatible h1:T3de5rq0dB1j30rp0sA2rER+m3 github.com/docker/distribution v2.8.2+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w= github.com/docker/docker v1.4.2-0.20190924003213-a8608b5b67c7/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= github.com/docker/docker v20.10.14+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= -github.com/docker/docker v20.10.23+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= -github.com/docker/docker v23.0.3+incompatible h1:9GhVsShNWz1hO//9BNg/dpMnZW25KydO4wtVxWAIbho= -github.com/docker/docker v23.0.3+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= +github.com/docker/docker v23.0.4+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= +github.com/docker/docker v24.0.2+incompatible h1:eATx+oLz9WdNVkQrr0qjQ8HvRJ4bOOxfzEo8R+dA3cg= +github.com/docker/docker v24.0.2+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= github.com/docker/docker-credential-helpers v0.6.3/go.mod h1:WRaJzqw3CTB9bk10avuGsjVBZsD05qeibJ1/TYlvc0Y= github.com/docker/docker-credential-helpers v0.6.4/go.mod h1:ofX3UI0Gz1TteYBjtgs07O36Pyasyp66D2uKT7H8W1c= github.com/docker/docker-credential-helpers v0.7.0 h1:xtCHsjxogADNZcdv1pKUHXryefjlVRqWqIhk/uXJp0A= @@ -1053,13 +1276,14 @@ github.com/eapache/queue v1.1.0/go.mod h1:6eCeP0CKFpHLu8blIFXhExK/dRa7WDZfr6jVFP github.com/edsrzf/mmap-go v1.0.0/go.mod h1:YO35OhQPt3KJa3ryjFM5Bs14WD66h8eGKpfaBNrHW5M= github.com/edsrzf/mmap-go v1.1.0/go.mod h1:19H/e8pUPLicwkyNgOykDXkJ9F0MHE+Z52B8EIth78Q= github.com/elazarl/goproxy v0.0.0-20180725130230-947c36da3153/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc= +github.com/elazarl/goproxy v0.0.0-20221015165544-a0805db90819 h1:RIB4cRk+lBqKK3Oy0r2gRX4ui7tuhiZq2SuTtTCi0/0= github.com/elliotchance/orderedmap/v2 v2.2.0 h1:7/2iwO98kYT4XkOjA9mBEIwvi4KpGB4cyHeOFOnj4Vk= github.com/elliotchance/orderedmap/v2 v2.2.0/go.mod h1:85lZyVbpGaGvHvnKa7Qhx7zncAdBIBq6u56Hb1PRU5Q= github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= github.com/emicklei/go-restful v2.9.5+incompatible/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= github.com/emicklei/go-restful/v3 v3.8.0/go.mod h1:6n3XBCmQQb25CM2LCACGz8ukIrRry+4bhvbpWn3mrbc= github.com/emicklei/go-restful/v3 v3.9.0/go.mod h1:6n3XBCmQQb25CM2LCACGz8ukIrRry+4bhvbpWn3mrbc= -github.com/emirpasic/gods v1.12.0/go.mod h1:YfzfFFoVP/catgzJb4IKIqXjX78Ha8FMSDh3ymbK86o= +github.com/emicklei/go-restful/v3 v3.10.1/go.mod h1:6n3XBCmQQb25CM2LCACGz8ukIrRry+4bhvbpWn3mrbc= github.com/emirpasic/gods v1.18.1 h1:FXtiHYKDGKCW2KzwZKx0iC0PQmdlorYgdFG9jPXJ1Bc= github.com/emirpasic/gods v1.18.1/go.mod h1:8tpGGwCnJ5H4r6BWwaV6OrWmMoPhUl5jm/FMNAnJvWQ= github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4= @@ -1073,9 +1297,13 @@ github.com/envoyproxy/go-control-plane v0.9.10-0.20210907150352-cf90f659a021/go. github.com/envoyproxy/go-control-plane v0.10.1/go.mod h1:AY7fTTXNdv/aJ2O5jwpxAPOWUZ7hQAEvzN5Pf27BkQQ= github.com/envoyproxy/go-control-plane v0.10.2-0.20220325020618-49ff273808a1/go.mod h1:KJwIaB5Mv44NWtYuAOFCVOjcI94vtpEz2JU/D2v6IjE= github.com/envoyproxy/go-control-plane v0.10.3/go.mod h1:fJJn/j26vwOu972OllsvAgJJM//w9BV6Fxbg2LuVd34= +github.com/envoyproxy/go-control-plane v0.11.0/go.mod h1:VnHyVMpzcLvCFt9yUz1UnCwHLhwx1WguiVDV7pTG/tI= +github.com/envoyproxy/go-control-plane v0.11.1-0.20230524094728-9239064ad72f/go.mod h1:sfYdkwUW4BA3PbKjySwjJy+O4Pu0h62rlqCMHNk+K+Q= github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c= github.com/envoyproxy/protoc-gen-validate v0.6.7/go.mod h1:dyJXwwfPK2VSqiB9Klm1J6romD608Ba7Hij42vrOBCo= github.com/envoyproxy/protoc-gen-validate v0.9.1/go.mod h1:OKNgG7TCp5pF4d6XftA0++PMirau2/yoOwVac3AbF2w= +github.com/envoyproxy/protoc-gen-validate v0.10.0/go.mod h1:DRjgyB0I43LtJapqN6NiRwroiAU2PaFuvk/vjgh61ss= +github.com/envoyproxy/protoc-gen-validate v0.10.1/go.mod h1:DRjgyB0I43LtJapqN6NiRwroiAU2PaFuvk/vjgh61ss= github.com/esimonov/ifshort v1.0.4 h1:6SID4yGWfRae/M7hkVDVVyppy8q/v9OuxNdmjLQStBA= github.com/esimonov/ifshort v1.0.4/go.mod h1:Pe8zjlRrJ80+q2CxHLfEOfTwxCZ4O+MuhcHcfgNWTk0= github.com/ettle/strcase v0.1.1 h1:htFueZyVeE1XNnMEfbqp5r67qAN/4r6ya1ysq8Q+Zcw= @@ -1093,6 +1321,7 @@ github.com/fatih/color v1.9.0/go.mod h1:eQcE1qtQxscV5RaZvpXrrb8Drkc3/DdQ+uUYCNjL github.com/fatih/color v1.10.0/go.mod h1:ELkj/draVOlAH/xkhN6mQ50Qd0MPOk5AAr3maGEBuJM= github.com/fatih/color v1.12.0/go.mod h1:ELkj/draVOlAH/xkhN6mQ50Qd0MPOk5AAr3maGEBuJM= github.com/fatih/color v1.13.0/go.mod h1:kLAiJbzzSOZDVNGyDpeOxJ47H46qBXwg5ILebYFFOfk= +github.com/fatih/color v1.14.1/go.mod h1:2oHN61fhTpgcxD3TSWCgKDiH1+x4OiDVVGH8WlgGZGg= github.com/fatih/color v1.15.0 h1:kOqh6YHBtK8aywxGerMG2Eq3H6Qgoqeo13Bk2Mv/nBs= github.com/fatih/color v1.15.0/go.mod h1:0h5ZqXfHYED7Bhv2ZJamyIOUej9KtShiJESRwBDUSsw= github.com/fatih/structtag v1.2.0 h1:/OdNE99OxoI/PqaW/SuSK9uxxT3f/tcSZgon/ssNSx4= @@ -1102,17 +1331,18 @@ github.com/felixge/httpsnoop v1.0.2/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSw github.com/felixge/httpsnoop v1.0.3/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U= github.com/firefart/nonamedreturns v1.0.4 h1:abzI1p7mAEPYuR4A+VLKn4eNDOycjYo2phmY9sfv40Y= github.com/firefart/nonamedreturns v1.0.4/go.mod h1:TDhe/tjI1BXo48CmYbUduTV7BdIga8MAO/xbKdcVsGI= +github.com/flowstack/go-jsonschema v0.1.1/go.mod h1:yL7fNggx1o8rm9RlgXv7hTBWxdBM0rVwpMwimd3F3N0= github.com/flynn/go-docopt v0.0.0-20140912013429-f6dd2ebbb31e/go.mod h1:HyVoz1Mz5Co8TFO8EupIdlcpwShBmY98dkT2xeHkvEI= -github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568/go.mod h1:xEzjJPgXI435gkrCt3MPfRiAkVrwSbHsst4LCFVfpJc= github.com/fogleman/gg v1.2.1-0.20190220221249-0403632d5b90/go.mod h1:R/bRT+9gY/C5z7JzPU0zXsXHKM4/ayA+zqcVNZzPa1k= +github.com/fogleman/gg v1.3.0/go.mod h1:R/bRT+9gY/C5z7JzPU0zXsXHKM4/ayA+zqcVNZzPa1k= github.com/form3tech-oss/jwt-go v3.2.2+incompatible/go.mod h1:pbq4aXjuKjdthFRnoDwaVPLA+WlJuPGy+QneDUgJi2k= github.com/form3tech-oss/jwt-go v3.2.3+incompatible/go.mod h1:pbq4aXjuKjdthFRnoDwaVPLA+WlJuPGy+QneDUgJi2k= github.com/fortytw2/leaktest v1.3.0/go.mod h1:jDsjWgpAGjm2CA7WthBh/CdZYEPF31XHquHwclZch5g= github.com/franela/goblin v0.0.0-20210519012713-85d372ac71e2/go.mod h1:VzmDKDJVZI3aJmnRI9VjAn9nJ8qPPsN1fqzr9dqInIo= github.com/franela/goreq v0.0.0-20171204163338-bcd34c9993f8/go.mod h1:ZhphrRTfi2rbfLwlschooIH4+wKKDR4Pdxhh+TRoA20= github.com/frankban/quicktest v1.11.3/go.mod h1:wRf/ReqHper53s+kmmSZizM8NamnL3IM0I9ntUbOk+k= -github.com/frankban/quicktest v1.14.3 h1:FJKSZTDHjyhriyC81FLQ0LY93eSai0ZyR/ZIkd3ZUKE= github.com/frankban/quicktest v1.14.3/go.mod h1:mgiwOwqx65TmIk1wJ6Q7wvnVMocbUorkibMOrVTHZps= +github.com/frankban/quicktest v1.14.4 h1:g2rn0vABPOOXmZUj+vbmUp0lPoXEMuhTpIluN0XL9UY= github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo= github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ= github.com/fsnotify/fsnotify v1.5.1/go.mod h1:T3375wBYaZdLLcVNkcVbzGHY7f1l/uK5T5Ai1i3InKU= @@ -1130,19 +1360,21 @@ github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeME github.com/gin-contrib/sse v0.1.0/go.mod h1:RHrZQHXnP2xjPF+u1gW/2HnVO7nvIa9PG3Gm+fLHvGI= github.com/gin-gonic/gin v1.6.3/go.mod h1:75u5sXoLsGZoRN5Sgbi1eraJ4GU3++wFwWzhwvtwp4M= github.com/gin-gonic/gin v1.7.7/go.mod h1:axIBovoeJpVj8S3BwE0uPMTeReE4+AfFtqpqaZ1qq1U= -github.com/gliderlabs/ssh v0.2.2 h1:6zsha5zo/TWhRhwqCD3+EarCAgZ2yN28ipRnGPnwkI0= -github.com/gliderlabs/ssh v0.2.2/go.mod h1:U7qILu1NlMHj9FlMhZLlkCdDnU1DBEAqr0aevW3Awn0= -github.com/go-critic/go-critic v0.7.0 h1:tqbKzB8pqi0NsRZ+1pyU4aweAF7A7QN0Pi4Q02+rYnQ= -github.com/go-critic/go-critic v0.7.0/go.mod h1:moYzd7GdVXE2C2hYTwd7h0CPcqlUeclsyBRwMa38v64= -github.com/go-git/gcfg v1.5.0 h1:Q5ViNfGF8zFgyJWPqYwA7qGFoMTEiBmdlkcfRmpIMa4= -github.com/go-git/gcfg v1.5.0/go.mod h1:5m20vg6GwYabIxaOonVkTdrILxQMpEShl1xiMF4ua+E= -github.com/go-git/go-billy/v5 v5.2.0/go.mod h1:pmpqyWchKfYfrkb/UVH4otLvyi/5gJlGI4Hb3ZqZ3W0= -github.com/go-git/go-billy/v5 v5.3.1 h1:CPiOUAzKtMRvolEKw+bG1PLRpT7D3LIs3/3ey4Aiu34= -github.com/go-git/go-billy/v5 v5.3.1/go.mod h1:pmpqyWchKfYfrkb/UVH4otLvyi/5gJlGI4Hb3ZqZ3W0= -github.com/go-git/go-git-fixtures/v4 v4.2.1 h1:n9gGL1Ct/yIw+nfsfr8s4+sbhT+Ncu2SubfXjIWgci8= -github.com/go-git/go-git-fixtures/v4 v4.2.1/go.mod h1:K8zd3kDUAykwTdDCr+I0per6Y6vMiRR/nnVTBtavnB0= -github.com/go-git/go-git/v5 v5.4.2 h1:BXyZu9t0VkbiHtqrsvdq39UDhGJTl1h55VW6CSC4aY4= -github.com/go-git/go-git/v5 v5.4.2/go.mod h1:gQ1kArt6d+n+BGd+/B/I74HwRTLhth2+zti4ihgckDc= +github.com/gliderlabs/ssh v0.3.5 h1:OcaySEmAQJgyYcArR+gGGTHCyE7nvhEMTlYY+Dp8CpY= +github.com/go-critic/go-critic v0.8.1 h1:16omCF1gN3gTzt4j4J6fKI/HnRojhEp+Eks6EuKw3vw= +github.com/go-critic/go-critic v0.8.1/go.mod h1:kpzXl09SIJX1cr9TB/g/sAG+eFEl7ZS9f9cqvZtyNl0= +github.com/go-fonts/dejavu v0.1.0/go.mod h1:4Wt4I4OU2Nq9asgDCteaAaWZOV24E+0/Pwo0gppep4g= +github.com/go-fonts/latin-modern v0.2.0/go.mod h1:rQVLdDMK+mK1xscDwsqM5J8U2jrRa3T0ecnM9pNujks= +github.com/go-fonts/liberation v0.1.1/go.mod h1:K6qoJYypsmfVjWg8KOVDQhLc8UDgIK2HYqyqAO9z7GY= +github.com/go-fonts/liberation v0.2.0/go.mod h1:K6qoJYypsmfVjWg8KOVDQhLc8UDgIK2HYqyqAO9z7GY= +github.com/go-fonts/stix v0.1.0/go.mod h1:w/c1f0ldAUlJmLBvlbkvVXLAD+tAMqobIIQpmnUIzUY= +github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 h1:+zs/tPmkDkHx3U66DAb0lQFJrpS6731Oaa12ikc+DiI= +github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376/go.mod h1:an3vInlBmSxCcxctByoQdvwPiA7DTK7jaaFDBTtu0ic= +github.com/go-git/go-billy/v5 v5.4.1 h1:Uwp5tDRkPr+l/TnbHOQzp+tmJfLceOlbVucgpTz8ix4= +github.com/go-git/go-billy/v5 v5.4.1/go.mod h1:vjbugF6Fz7JIflbVpl1hJsGjSHNltrSw45YK/ukIvQg= +github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20230305113008-0c11038e723f h1:Pz0DHeFij3XFhoBRGUDPzSJ+w2UcK5/0JvF8DRI58r8= +github.com/go-git/go-git/v5 v5.7.0 h1:t9AudWVLmqzlo+4bqdf7GY+46SUuRsx59SboFxkq2aE= +github.com/go-git/go-git/v5 v5.7.0/go.mod h1:coJHKEOk5kUClpsNlXrUvPrDxY3w3gjHvhcZd8Fodw8= github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= @@ -1153,10 +1385,13 @@ github.com/go-kit/kit v0.12.0/go.mod h1:lHd+EkCZPIwYItmGDDRdhinkzX2A1sj+M9biaEai github.com/go-kit/log v0.1.0/go.mod h1:zbhenjAZHb184qTLMA9ZjW7ThYL0H2mk7Q6pNt4vbaY= github.com/go-kit/log v0.2.0/go.mod h1:NwTd00d/i8cPZ3xOwwiv2PO5MOcx78fFErGNcVmBjv0= github.com/go-kit/log v0.2.1/go.mod h1:NwTd00d/i8cPZ3xOwwiv2PO5MOcx78fFErGNcVmBjv0= +github.com/go-latex/latex v0.0.0-20210118124228-b3d85cf34e07/go.mod h1:CO1AlKB2CSIqUrmQPqA0gdRIlnLEY0gK5JGjh37zN5U= +github.com/go-latex/latex v0.0.0-20210823091927-c0d11ff05a81/go.mod h1:SX0U8uGpxhq9o2S/CELCSUxEWWAuoCUcVCQWv7G2OCk= github.com/go-logfmt/logfmt v0.3.0/go.mod h1:Qt1PoO58o5twSAckw1HlFXLmHsOX5/0LbT9GBnD5lWE= github.com/go-logfmt/logfmt v0.4.0/go.mod h1:3RMwSq7FuexP4Kalkev3ejPJsZTpXXBr9+V4qmtdjCk= github.com/go-logfmt/logfmt v0.5.0/go.mod h1:wCYkCAKZfumFQihp8CzCvQ3paCTfi41vtzG1KdI/P7A= github.com/go-logfmt/logfmt v0.5.1/go.mod h1:WYhtIu8zTZfxdn5+rREduYbwxfcBr/Vr6KEVveWlfTs= +github.com/go-logfmt/logfmt v0.6.0/go.mod h1:WYhtIu8zTZfxdn5+rREduYbwxfcBr/Vr6KEVveWlfTs= github.com/go-logr/logr v0.1.0/go.mod h1:ixOQHD9gLJUVQQ2ZOR7zLEifBX6tGkNJF4QyIY7sIas= github.com/go-logr/logr v0.2.0/go.mod h1:z6/tIYblkpsD+a4lm/fGIIU9mZ+XfAiaFtq7xTgseGU= github.com/go-logr/logr v0.4.0/go.mod h1:z6/tIYblkpsD+a4lm/fGIIU9mZ+XfAiaFtq7xTgseGU= @@ -1179,15 +1414,18 @@ github.com/go-openapi/errors v0.20.3/go.mod h1:Z3FlZ4I8jEGxjUK+bugx3on2mIAk4txuA github.com/go-openapi/jsonpointer v0.0.0-20160704185906-46af16f9f7b1/go.mod h1:+35s3my2LFTysnkMfxsJBAMHj/DoqoB9knIWoYG/Vk0= github.com/go-openapi/jsonpointer v0.19.2/go.mod h1:3akKfEdA7DF1sugOqz1dVQHBcuDBPKZGEoHC/NkiQRg= github.com/go-openapi/jsonpointer v0.19.3/go.mod h1:Pl9vOtqEWErmShwVjC8pYs9cog34VGT37dQOVbmoatg= -github.com/go-openapi/jsonpointer v0.19.5 h1:gZr+CIYByUqjcgeLXnQu2gHYQC9o73G2XUeOFYEICuY= github.com/go-openapi/jsonpointer v0.19.5/go.mod h1:Pl9vOtqEWErmShwVjC8pYs9cog34VGT37dQOVbmoatg= +github.com/go-openapi/jsonpointer v0.19.6 h1:eCs3fxoIi3Wh6vtgmLTOjdhSpiqphQ+DaPn38N2ZdrE= +github.com/go-openapi/jsonpointer v0.19.6/go.mod h1:osyAmYz/mB/C3I+WsTTSgw1ONzaLJoLCyoi6/zppojs= github.com/go-openapi/jsonreference v0.0.0-20160704190145-13c6e3589ad9/go.mod h1:W3Z9FmVs9qj+KR4zFKmDPGiLdk1D9Rlm7cyMvf57TTg= github.com/go-openapi/jsonreference v0.19.2/go.mod h1:jMjeRr2HHw6nAVajTXJ4eiUwohSTlpa0o73RUL1owJc= github.com/go-openapi/jsonreference v0.19.3/go.mod h1:rjx6GuL8TTa9VaixXglHmQmIL98+wF9xc8zWvFonSJ8= github.com/go-openapi/jsonreference v0.19.5/go.mod h1:RdybgQwPxbL4UEjuAruzK1x3nE69AqPYEJeo/TWfEeg= github.com/go-openapi/jsonreference v0.19.6/go.mod h1:diGHMEHg2IqXZGKxqyvWdfWU/aim5Dprw5bqpKkTvns= -github.com/go-openapi/jsonreference v0.20.0 h1:MYlu0sBgChmCfJxxUKZ8g1cPWFOB37YSZqewK7OKeyA= github.com/go-openapi/jsonreference v0.20.0/go.mod h1:Ag74Ico3lPc+zR+qjn4XBUmXymS4zJbYVCZmcgkasdo= +github.com/go-openapi/jsonreference v0.20.1/go.mod h1:Bl1zwGIM8/wsvqjsOQLJ/SH+En5Ap4rVB5KVcIDZG2k= +github.com/go-openapi/jsonreference v0.20.2 h1:3sVjiK66+uXK/6oQ8xgcRKcFgQ5KXa2KvnJRumpMGbE= +github.com/go-openapi/jsonreference v0.20.2/go.mod h1:Bl1zwGIM8/wsvqjsOQLJ/SH+En5Ap4rVB5KVcIDZG2k= github.com/go-openapi/loads v0.21.1/go.mod h1:/DtAMXXneXFjbQMGEtbamCZb+4x7eGwkvZCvBmwUG+g= github.com/go-openapi/loads v0.21.2 h1:r2a/xFIYeZ4Qd2TnGpWDIQNcP80dIaZgf704za8enro= github.com/go-openapi/loads v0.21.2/go.mod h1:Jq58Os6SSGz0rzh62ptiu8Z31I+OTHqmULx5e/gJbNw= @@ -1200,6 +1438,7 @@ github.com/go-openapi/spec v0.19.3/go.mod h1:FpwSN1ksY1eteniUU7X0N/BgJ7a4WvBFVA8 github.com/go-openapi/spec v0.20.4/go.mod h1:faYFR1CvsJZ0mNsmsphTMSoRrNV3TEDoAM7FOEWeq8I= github.com/go-openapi/spec v0.20.6/go.mod h1:2OpW+JddWPrpXSCIX8eOx7lZ5iyuWj3RYR6VaaBKcWA= github.com/go-openapi/spec v0.20.7/go.mod h1:2OpW+JddWPrpXSCIX8eOx7lZ5iyuWj3RYR6VaaBKcWA= +github.com/go-openapi/spec v0.20.8/go.mod h1:2OpW+JddWPrpXSCIX8eOx7lZ5iyuWj3RYR6VaaBKcWA= github.com/go-openapi/spec v0.20.9 h1:xnlYNQAwKd2VQRRfwTEI0DcK+2cbuvI/0c7jx3gA8/8= github.com/go-openapi/spec v0.20.9/go.mod h1:2OpW+JddWPrpXSCIX8eOx7lZ5iyuWj3RYR6VaaBKcWA= github.com/go-openapi/strfmt v0.21.0/go.mod h1:ZRQ409bWMj+SOgXofQAGTIo2Ebu72Gs+WaRADcS5iNg= @@ -1220,13 +1459,16 @@ github.com/go-openapi/validate v0.21.0/go.mod h1:rjnrwK57VJ7A8xqfpAOEKRH8yQSGUri github.com/go-openapi/validate v0.22.0/go.mod h1:rjnrwK57VJ7A8xqfpAOEKRH8yQSGUriMu5/zuPSQ1hg= github.com/go-openapi/validate v0.22.1 h1:G+c2ub6q47kfX1sOBLwIQwzBVt8qmOAARyo/9Fqs9NU= github.com/go-openapi/validate v0.22.1/go.mod h1:rjnrwK57VJ7A8xqfpAOEKRH8yQSGUriMu5/zuPSQ1hg= +github.com/go-pdf/fpdf v0.5.0/go.mod h1:HzcnA+A23uwogo0tp9yU+l3V+KXhiESpt1PMayhOh5M= +github.com/go-pdf/fpdf v0.6.0/go.mod h1:HzcnA+A23uwogo0tp9yU+l3V+KXhiESpt1PMayhOh5M= github.com/go-playground/assert/v2 v2.0.1/go.mod h1:VDjEfimB/XKnb+ZQfWdccd7VUvScMdVu0Titje2rxJ4= github.com/go-playground/locales v0.13.0/go.mod h1:taPMhCMXrRLJO55olJkUXHZBHCxTMfnGwq/HNwmWNS8= github.com/go-playground/universal-translator v0.17.0/go.mod h1:UkSxE5sNxxRwHyU+Scu5vgOQjsIJAF8j9muTVoKLVtA= github.com/go-playground/validator/v10 v10.2.0/go.mod h1:uOYAAleCW8F/7oMFd6aG0GOhaH6EGOAJShg8Id5JGkI= github.com/go-playground/validator/v10 v10.4.1/go.mod h1:nlOn6nFhuKACm19sB/8EGNn9GlaMV7XkbRSipzJ0Ii4= github.com/go-resty/resty/v2 v2.1.1-0.20191201195748-d7b97669fe48/go.mod h1:dZGr0i9PLlaaTD4H/hoZIDjQ+r6xq8mgbRzHZf7f2J8= -github.com/go-sql-driver/mysql v1.7.0/go.mod h1:OXbVy3sEdcQ2Doequ6Z5BW6fXNQTmx+9S1MCJN5yJMI= +github.com/go-resty/resty/v2 v2.7.0/go.mod h1:9PWDzw47qPphMRFfhsyk0NnSgvluHcljSMVIq3w7q0I= +github.com/go-sql-driver/mysql v1.7.1/go.mod h1:OXbVy3sEdcQ2Doequ6Z5BW6fXNQTmx+9S1MCJN5yJMI= github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY= github.com/go-stack/stack v1.8.1/go.mod h1:dcoOX6HbPZSZptuspn9bctJ+N/CnF5gGygcUP3XYfe4= github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0/go.mod h1:fyg7847qk6SyHyPtNmDHnmrv/HOrqktSC+C9fM+CJOE= @@ -1286,6 +1528,7 @@ github.com/gobwas/glob v0.2.3/go.mod h1:d3Ez4x06l9bZtSvzIay5+Yzi0fmZzPgnTbPcKjJA github.com/gobwas/httphead v0.0.0-20180130184737-2c6c146eadee/go.mod h1:L0fX3K22YWvt/FAX9NnzrNzcI4wNYi9Yku4O0LKYflo= github.com/gobwas/pool v0.2.0/go.mod h1:q8bcK0KcYlCgd9e7WYLm9LpyS+YeLd8JVDW6WezmKEw= github.com/gobwas/ws v1.0.2/go.mod h1:szmBTxLgaFppYjEmNtny/v3w89xOydFnnZMcgRRu/EM= +github.com/goccy/go-json v0.9.11/go.mod h1:6MelG93GURQebXPDq3khkgXZkazVtN9CRI+MGFi0w8I= github.com/goccy/go-yaml v1.9.5/go.mod h1:U/jl18uSupI5rdI2jmuCswEA2htH9eXfferR3KfscvA= github.com/godbus/dbus v0.0.0-20151105175453-c7fdd8b5cd55/go.mod h1:/YcGZj5zSblfDWMMoOzV4fas9FZnQYTkDnsGvmh2Grw= github.com/godbus/dbus v0.0.0-20180201030542-885f9cc04c9c/go.mod h1:/YcGZj5zSblfDWMMoOzV4fas9FZnQYTkDnsGvmh2Grw= @@ -1321,6 +1564,7 @@ github.com/golang-sql/sqlexp v0.1.0/go.mod h1:J4ad9Vo8ZCWQ2GMrC4UCQy1JpCbwU9m3EO github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0/go.mod h1:E/TSTwGwJL78qG/PmXZO1EjYhfJinVAhrmmHX6Z8B9k= github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= github.com/golang/glog v1.0.0/go.mod h1:EWib/APOK0SL3dFbYqvxE3UYd8E6s1ouQ7iEp/0LWV4= +github.com/golang/glog v1.1.0/go.mod h1:pfYeQZ3JWZoXTV5sFc986z3HTpwQs9At6P4ImfuP3NQ= github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= @@ -1369,8 +1613,8 @@ github.com/golangci/go-misc v0.0.0-20220329215616-d24fe342adfe h1:6RGUuS7EGotKx6 github.com/golangci/go-misc v0.0.0-20220329215616-d24fe342adfe/go.mod h1:gjqyPShc/m8pEMpk0a3SeagVb0kaqvhscv+i9jI5ZhQ= github.com/golangci/gofmt v0.0.0-20220901101216-f2edd75033f2 h1:amWTbTGqOZ71ruzrdA+Nx5WA3tV1N0goTspwmKCQvBY= github.com/golangci/gofmt v0.0.0-20220901101216-f2edd75033f2/go.mod h1:9wOXstvyDRshQ9LggQuzBCGysxs3b6Uo/1MvYCR2NMs= -github.com/golangci/golangci-lint v1.52.2 h1:FrPElUUI5rrHXg1mQ7KxI1MXPAw5lBVskiz7U7a8a1A= -github.com/golangci/golangci-lint v1.52.2/go.mod h1:S5fhC5sHM5kE22/HcATKd1XLWQxX+y7mHj8B5H91Q/0= +github.com/golangci/golangci-lint v1.53.3 h1:CUcRafczT4t1F+mvdkUm6KuOpxUZTl0yWN/rSU6sSMo= +github.com/golangci/golangci-lint v1.53.3/go.mod h1:W4Gg3ONq6p3Jl+0s/h9Gr0j7yEgHJWWZO2bHl2tBUXM= github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 h1:MfyDlzVjl1hoaPzPD4Gpb/QgoRfSBR0jdhwGyAWwMSA= github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0/go.mod h1:66R6K6P6VWk9I95jvqGxkqJxVWGFy9XlDwLwVz1RCFg= github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca h1:kNY3/svz5T29MYHubXix4aDDuE3RWHkPvopM/EDv/MA= @@ -1386,7 +1630,9 @@ github.com/google/addlicense v1.1.1/go.mod h1:Sm/DHu7Jk+T5miFHHehdIjbi4M5+dJDRS3 github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ= github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ= github.com/google/btree v1.0.1/go.mod h1:xXMiIv4Fb/0kKde4SpL7qlzvu5cMJDRkFDxJfI9uaxA= +github.com/google/flatbuffers v2.0.8+incompatible/go.mod h1:1AeVuKshWv4vARoZatz6mlQ0JxURH0Kv5+zNeJKJCa8= github.com/google/gnostic v0.5.7-v3refs/go.mod h1:73MKFl6jIHelAJNaBGFzt3SPtZULs9dYrGFt8OiIsHQ= +github.com/google/gnostic v0.6.9/go.mod h1:Nm8234We1lq6iB9OmlgNv3nH91XLLVZHCDayfA3xq+E= github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M= github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= @@ -1404,22 +1650,23 @@ github.com/google/go-cmp v0.5.8/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeN github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38= github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= github.com/google/go-containerregistry v0.5.1/go.mod h1:Ct15B4yir3PLOP5jsy0GNeYVaIZs/MK/Jz5any1wFW0= -github.com/google/go-containerregistry v0.14.0 h1:z58vMqHxuwvAsVwvKEkmVBz2TlgBgH5k6koEXBtlYkw= -github.com/google/go-containerregistry v0.14.0/go.mod h1:aiJ2fp/SXvkWgmYHioXnbMdlgB8eXiiYOY55gfN91Wk= -github.com/google/go-github/v50 v50.1.0 h1:hMUpkZjklC5GJ+c3GquSqOP/T4BNsB7XohaPhtMOzRk= -github.com/google/go-github/v50 v50.1.0/go.mod h1:Ev4Tre8QoKiolvbpOSG3FIi4Mlon3S2Nt9W5JYqKiwA= +github.com/google/go-containerregistry v0.15.2 h1:MMkSh+tjSdnmJZO7ljvEqV1DjfekB6VUEAZgy3a+TQE= +github.com/google/go-containerregistry v0.15.2/go.mod h1:wWK+LnOv4jXMM23IT/F1wdYftGWGr47Is8CG+pmHK1Q= +github.com/google/go-github/v53 v53.2.0 h1:wvz3FyF53v4BK+AsnvCmeNhf8AkTaeh2SoYu/XUvTtI= +github.com/google/go-github/v53 v53.2.0/go.mod h1:XhFRObz+m/l+UCm9b7KSIC3lT3NWSXGt7mOsAWEloao= +github.com/google/go-pkcs11 v0.2.0/go.mod h1:6eQoGcuNJpa7jnd5pMGdkSaQpNDYvPlXWMcjXXThLlY= github.com/google/go-querystring v1.0.0/go.mod h1:odCYkC5MyYFN7vkCjXpyrEuKhc/BUO6wN/zVPAxq5ck= github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8= github.com/google/go-querystring v1.1.0/go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU= github.com/google/go-replayers/grpcreplay v1.1.0 h1:S5+I3zYyZ+GQz68OfbURDdt/+cSMqCK1wrvNx7WBzTE= github.com/google/go-replayers/grpcreplay v1.1.0/go.mod h1:qzAvJ8/wi57zq7gWqaE6AwLM6miiXUQwP1S+I9icmhk= -github.com/google/go-replayers/httpreplay v1.1.1 h1:H91sIMlt1NZzN7R+/ASswyouLJfW0WLW7fhyUFvDEkY= -github.com/google/go-replayers/httpreplay v1.1.1/go.mod h1:gN9GeLIs7l6NUoVaSSnv2RiqK1NiwAmD0MrKeC9IIks= +github.com/google/go-replayers/httpreplay v1.2.0 h1:VM1wEyyjaoU53BwrOnaf9VhAyQQEEioJvFYxYcLRKzk= +github.com/google/go-replayers/httpreplay v1.2.0/go.mod h1:WahEFFZZ7a1P4VM1qEeHy+tME4bwyqPcwWbNlUI1Mcg= github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= github.com/google/gofuzz v1.1.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= github.com/google/gofuzz v1.2.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= -github.com/google/ko v0.13.0 h1:tWOBpAR2PO0nfGhRQjYI1YbnUnhz0RUvCXgiTjKTlGQ= -github.com/google/ko v0.13.0/go.mod h1:0jnH1ruPe43u04aaYxTis3ZFMMuxK4zIsO/jD7S+PAA= +github.com/google/ko v0.14.1 h1:CU+iuIYOOUoSLpBi/gYhnJerig/an/6/cUaEZIOWSGo= +github.com/google/ko v0.14.1/go.mod h1:OrNWWNU4PEdaOArS3M2trorYoIbUwaZYBUHPOw6CVL0= github.com/google/martian v2.1.0+incompatible/go.mod h1:9I4somxYTbIHy5NJKHRl3wXiIaQGbYVAs8BPL6v8lEs= github.com/google/martian v2.1.1-0.20190517191504-25dcb96d9e51+incompatible h1:xmapqc1AyLoB+ddYT6r04bD9lIjlOqGaREovi0SzFaE= github.com/google/martian v2.1.1-0.20190517191504-25dcb96d9e51+incompatible/go.mod h1:9I4somxYTbIHy5NJKHRl3wXiIaQGbYVAs8BPL6v8lEs= @@ -1446,11 +1693,13 @@ github.com/google/pprof v0.0.0-20210601050228-01bbb1931b22/go.mod h1:kpwsk12EmLe github.com/google/pprof v0.0.0-20210609004039-a478d1d731e9/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= github.com/google/pprof v0.0.0-20220318212150-b2ab0324ddda/go.mod h1:KgnwoLYCZ8IQu3XUZ8Nc/bM9CCZFOyjUNOSygVozoDg= -github.com/google/pprof v0.0.0-20230111200839-76d1ae5aea2b h1:8htHrh2bw9c7Idkb7YNac+ZpTqLMjRpI+FWu51ltaQc= -github.com/google/pprof v0.0.0-20230111200839-76d1ae5aea2b/go.mod h1:dDKJzRmX4S37WGHujM7tX//fmj1uioxKzKxz3lo4HJo= +github.com/google/pprof v0.0.0-20230406165453-00490a63f317 h1:hFhpt7CTmR3DX+b4R19ydQFtofxT0Sv3QsKNMVQYTMQ= +github.com/google/pprof v0.0.0-20230406165453-00490a63f317/go.mod h1:79YE0hCXdHag9sBkw2o+N/YnZtTkXi0UT9Nnixa5eYk= github.com/google/renameio v0.1.0/go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm40UhjYkI= -github.com/google/s2a-go v0.1.3 h1:FAgZmpLl/SXurPEZyCMPBIiiYeTbqfjlbdnCNTAkbGE= +github.com/google/s2a-go v0.1.0/go.mod h1:OJpEgntRZo8ugHpF9hkoLJbS5dSI20XZeXJ9JVywLlM= github.com/google/s2a-go v0.1.3/go.mod h1:Ej+mSEMGRnqRzjc7VtF+jdBwYG5fuJfiZ8ELkjEwM0A= +github.com/google/s2a-go v0.1.4 h1:1kZ/sQM3srePvKs3tXAvQzo66XfcReoqFpIpIccE7Oc= +github.com/google/s2a-go v0.1.4/go.mod h1:Ej+mSEMGRnqRzjc7VtF+jdBwYG5fuJfiZ8ELkjEwM0A= github.com/google/safetext v0.0.0-20220905092116-b49f7bc46da2 h1:SJ+NtwL6QaZ21U+IrK7d0gGgpjGGvd2kz+FzTHVzdqI= github.com/google/safetext v0.0.0-20220905092116-b49f7bc46da2/go.mod h1:Tv1PlzqC9t8wNnpPdctvtSUOPUUg4SHeE6vR1Ir2hmg= github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 h1:El6M4kTTCOh6aBiKaUGG7oYTSPP8MxqL4YI3kZKwcP4= @@ -1467,8 +1716,10 @@ github.com/googleapis/enterprise-certificate-proxy v0.0.0-20220520183353-fd19c99 github.com/googleapis/enterprise-certificate-proxy v0.1.0/go.mod h1:17drOmN3MwGY7t0e+Ei9b45FFGA3fBs3x36SsCg1hq8= github.com/googleapis/enterprise-certificate-proxy v0.2.0/go.mod h1:8C0jb7/mgJe/9KK8Lm7X9ctZC2t60YyIpYEI16jx0Qg= github.com/googleapis/enterprise-certificate-proxy v0.2.1/go.mod h1:AwSRAtLfXpU5Nm3pW+v7rGDHp09LsPtGY9MduiEsR9k= -github.com/googleapis/enterprise-certificate-proxy v0.2.3 h1:yk9/cqRKtT9wXZSsRH9aurXEpJX+U6FLtpYTdC3R06k= github.com/googleapis/enterprise-certificate-proxy v0.2.3/go.mod h1:AwSRAtLfXpU5Nm3pW+v7rGDHp09LsPtGY9MduiEsR9k= +github.com/googleapis/enterprise-certificate-proxy v0.2.4/go.mod h1:AwSRAtLfXpU5Nm3pW+v7rGDHp09LsPtGY9MduiEsR9k= +github.com/googleapis/enterprise-certificate-proxy v0.2.5 h1:UR4rDjcgpgEnqpIEvkiqTYKBCKLNmlge2eVjoZfySzM= +github.com/googleapis/enterprise-certificate-proxy v0.2.5/go.mod h1:RxW0N9901Cko1VOCW3SXCpWP+mlIEkk2tP7jnHy9a3w= github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg= github.com/googleapis/gax-go/v2 v2.0.5/go.mod h1:DWXyrwAJ9X0FpwwEdw+IPEYBICEFu5mhpdKc/us6bOk= github.com/googleapis/gax-go/v2 v2.1.0/go.mod h1:Q3nei7sK6ybPYH7twZdmQpAd1MKb7pfu6SK+H1/DsU0= @@ -1479,27 +1730,31 @@ github.com/googleapis/gax-go/v2 v2.4.0/go.mod h1:XOTVJ59hdnfJLIP/dh8n5CGryZR2LxK github.com/googleapis/gax-go/v2 v2.5.1/go.mod h1:h6B0KMMFNtI2ddbGJn3T3ZbwkeT6yqEF02fYlzkUCyo= github.com/googleapis/gax-go/v2 v2.6.0/go.mod h1:1mjbznJAPHFpesgE5ucqfYEscaz5kMdcIDwU/6+DDoY= github.com/googleapis/gax-go/v2 v2.7.0/go.mod h1:TEop28CZZQ2y+c0VxMUmu1lV+fQx57QpBWsYpwqHJx8= -github.com/googleapis/gax-go/v2 v2.8.0 h1:UBtEZqx1bjXtOQ5BVTkuYghXrr3N4V123VKJK67vJZc= +github.com/googleapis/gax-go/v2 v2.7.1/go.mod h1:4orTrqY6hXxxaUL4LHIPl6lGo8vAE38/qKbhSAKP6QI= github.com/googleapis/gax-go/v2 v2.8.0/go.mod h1:4orTrqY6hXxxaUL4LHIPl6lGo8vAE38/qKbhSAKP6QI= +github.com/googleapis/gax-go/v2 v2.9.1/go.mod h1:4FG3gMrVZlyMp5itSYKMU9z/lBE7+SbnUOvzH2HqbEY= +github.com/googleapis/gax-go/v2 v2.10.0/go.mod h1:4UOEnMCrxsSqQ940WnTiD6qJ63le2ev3xfyagutxiPw= +github.com/googleapis/gax-go/v2 v2.11.0 h1:9V9PWXEsWnPpQhu/PeQIkS4eGzMlTLGgt80cUUI8Ki4= +github.com/googleapis/gax-go/v2 v2.11.0/go.mod h1:DxmR61SGKkGLa2xigwuZIQpkCI2S5iydzRfb3peWZJI= github.com/googleapis/gnostic v0.4.1/go.mod h1:LRhVm6pbyptWbWbuZ38d1eyptfvIytN3ir6b65WBswg= github.com/googleapis/gnostic v0.5.1/go.mod h1:6U4PtQXGIEt/Z3h5MAT7FNofLnw9vXk2cUuW7uA/OeU= github.com/googleapis/gnostic v0.5.5/go.mod h1:7+EbHbldMins07ALC74bsA81Ovc97DwqyJO1AENw9kA= github.com/googleapis/go-type-adapters v1.0.0/go.mod h1:zHW75FOG2aur7gAO2B+MLby+cLsWGBF62rFAi7WjWO4= github.com/googleapis/google-cloud-go-testing v0.0.0-20200911160855-bcd43fbb19e8/go.mod h1:dvDLG8qkwmyD9a/MJJN3XJcT3xFxOKAvTZGvuZmac9g= github.com/gophercloud/gophercloud v0.24.0/go.mod h1:Q8fZtyi5zZxPS/j9aj3sSxtvj41AdQMDwyo1myduD5c= -github.com/gophercloud/gophercloud v1.1.1/go.mod h1:aAVqcocTSXh2vYFZ1JTvx4EQmfgzxRcNupUfxZbBNDM= -github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 h1:EGx4pi6eqNxGaHF6qqu48+N2wcFQ5qg5FXgOdqsJ5d8= +github.com/gophercloud/gophercloud v1.3.0/go.mod h1:aAVqcocTSXh2vYFZ1JTvx4EQmfgzxRcNupUfxZbBNDM= github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1/go.mod h1:wJfORRmW1u3UXTncJ5qlYoELFm8eSnnEO6hX4iZ3EWY= -github.com/gordonklaus/ineffassign v0.0.0-20230107090616-13ace0543b28 h1:9alfqbrhuD+9fLZ4iaAVwhlp5PEhmnBt7yvK2Oy5C1U= -github.com/gordonklaus/ineffassign v0.0.0-20230107090616-13ace0543b28/go.mod h1:Qcp2HIAYhR7mNUVSIxZww3Guk4it82ghYcEXIAk+QT0= -github.com/goreleaser/chglog v0.4.2 h1:afmbT1d7lX/q+GF8wv3a1Dofs2j/Y9YkiCpGemWR6mI= -github.com/goreleaser/chglog v0.4.2/go.mod h1:u/F03un4hMCQrp65qSWCkkC6T+G7YLKZ+AM2mITE47s= +github.com/gopherjs/gopherjs v1.17.2 h1:fQnZVsXk8uxXIStYb0N4bGk7jeyTalG/wsZjQ25dO0g= +github.com/gordonklaus/ineffassign v0.0.0-20230610083614-0e73809eb601 h1:mrEEilTAUmaAORhssPPkxj84TsHrPMLBGW2Z4SoTxm8= +github.com/gordonklaus/ineffassign v0.0.0-20230610083614-0e73809eb601/go.mod h1:Qcp2HIAYhR7mNUVSIxZww3Guk4it82ghYcEXIAk+QT0= +github.com/goreleaser/chglog v0.5.0 h1:Sk6BMIpx8+vpAf8KyPit34OgWui8c7nKTMHhYx88jJ4= +github.com/goreleaser/chglog v0.5.0/go.mod h1:Ri46M3lrMuv76FHszs3vtABR8J8k1w9JHYAzxeeOl28= github.com/goreleaser/fileglob v1.3.0 h1:/X6J7U8lbDpQtBvGcwwPS6OpzkNVlVEsFUVRx9+k+7I= github.com/goreleaser/fileglob v1.3.0/go.mod h1:Jx6BoXv3mbYkEzwm9THo7xbr5egkAraxkGorbJb4RxU= -github.com/goreleaser/goreleaser v1.18.2 h1:qeNrKKVOHWEs1+/+a6jwASj7g9yg1R4vfLVlo0Beyro= -github.com/goreleaser/goreleaser v1.18.2/go.mod h1:CfWAXthyGOTzUgubl1FdAtkAgSW69XuRHF6KcA9IrLc= -github.com/goreleaser/nfpm/v2 v2.29.0 h1:QW7MD5Od8ePAWqvC+kGQiF8OH5JkSKV+HcblcT0NX6A= -github.com/goreleaser/nfpm/v2 v2.29.0/go.mod h1:+O8Rgz7geEXG1ym2Yl8CGPg5nP2LRuCgkBK6CQF+Q3c= +github.com/goreleaser/goreleaser v1.19.2 h1:m24wCy0UzBTGO3zqezAxcoA87RBySRRL0dyJjiNfdjQ= +github.com/goreleaser/goreleaser v1.19.2/go.mod h1:94HBElBUlnXzMZi9Yae1ev8WGeeh21RrxNWYBJW+cxU= +github.com/goreleaser/nfpm/v2 v2.31.0 h1:cb8QSZ7tPnUlWPEdYcWwNWXiRvmVPznJ6LYiOIdOJ6Y= +github.com/goreleaser/nfpm/v2 v2.31.0/go.mod h1:qlMQCbOTapyqRss16vAPwK/WAjWKdt0gY3vh4wipm8I= github.com/gorilla/context v1.1.1/go.mod h1:kBGZzfjB9CEq2AlWe17Uuf7NDRt0dE0s8S51q0aT7Yg= github.com/gorilla/handlers v0.0.0-20150720190736-60c7bfde3e33/go.mod h1:Qkdc/uu4tH4g6mTK6auzZ766c4CA0Ng8+o/OAirnOIQ= github.com/gorilla/mux v1.6.2/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs= @@ -1537,16 +1792,16 @@ github.com/grpc-ecosystem/grpc-gateway v1.9.0/go.mod h1:vNeuVxBJEsws4ogUvrchl83t github.com/grpc-ecosystem/grpc-gateway v1.9.5/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY= github.com/grpc-ecosystem/grpc-gateway v1.16.0/go.mod h1:BDjrQk3hbvj6Nolgz8mAMFbcEtjT1g+wF4CSlocrBnw= github.com/grpc-ecosystem/grpc-gateway/v2 v2.7.0/go.mod h1:hgWBS7lorOAVIJEQMi4ZsPv9hVvWI6+ch50m39Pf2Ks= -github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.1/go.mod h1:G+WkljZi4mflcqVxYSgvt8MNctRQHjEH8ubKtt1Ka3w= github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3/go.mod h1:o//XUCC/F+yRGJoPO/VU0GSB0f8Nhgmxx0VIRUvaC0w= -github.com/hanwen/go-fuse/v2 v2.2.0/go.mod h1:B1nGE/6RBFyBRC1RRnf23UpwCdyJ31eukw34oAKukAc= +github.com/grpc-ecosystem/grpc-gateway/v2 v2.15.2/go.mod h1:7pdNwVWBBHGiCxa9lAszqCJMbfTISJ7oMftp8+UGV08= +github.com/hanwen/go-fuse/v2 v2.3.0/go.mod h1:xKwi1cF7nXAOBCXujD5ie0ZKsxc8GGSA1rlMJc+8IJs= github.com/hashicorp/consul/api v1.1.0/go.mod h1:VmuI/Lkw1nC05EYQWNKwWGbkg+FbDBtguAZLlVdkD9Q= github.com/hashicorp/consul/api v1.10.1/go.mod h1:XjsvQN+RJGWI2TWy1/kqaE16HrR2J/FWgkYjdZQsX9M= github.com/hashicorp/consul/api v1.12.0/go.mod h1:6pVBMo0ebnYdt2S3H87XhekM/HHrUoTD2XXb/VrZVy0= -github.com/hashicorp/consul/api v1.18.0/go.mod h1:owRRGJ9M5xReDC5nfT8FTJrNAPbT4NM6p/k+d03q2v4= +github.com/hashicorp/consul/api v1.20.0/go.mod h1:nR64eD44KQ59Of/ECwt2vUmIK2DKsDzAwTmwmLl8Wpo= github.com/hashicorp/consul/sdk v0.1.1/go.mod h1:VKf9jXwCTEY1QZP2MOLRhb5i/I/ssyNV1vwHyQBF0x8= github.com/hashicorp/consul/sdk v0.8.0/go.mod h1:GBvyrGALthsZObzUGsfgHZQDXjg4lOjagTIwIR1vPms= -github.com/hashicorp/consul/sdk v0.13.0/go.mod h1:0hs/l5fOVhJy/VdcoaNqUSi2AUs95eF5WKtv+EYIQqE= +github.com/hashicorp/consul/sdk v0.13.1/go.mod h1:SW/mM4LbKfqmMvcFu8v+eiQQ7oitXEFeiBe9StxERb0= github.com/hashicorp/cronexpr v1.1.1/go.mod h1:P4wA0KBl9C5q2hABiMO7cp6jcIg96CDh1Efb3g1PWA4= github.com/hashicorp/errwrap v0.0.0-20141028054710-7554cd9344ce/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4= github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4= @@ -1561,7 +1816,8 @@ github.com/hashicorp/go-hclog v0.12.0/go.mod h1:whpDNt7SSdeAju8AWKIWsul05p54N/39 github.com/hashicorp/go-hclog v0.12.2/go.mod h1:whpDNt7SSdeAju8AWKIWsul05p54N/39EeqMAyrmvFQ= github.com/hashicorp/go-hclog v0.16.2/go.mod h1:whpDNt7SSdeAju8AWKIWsul05p54N/39EeqMAyrmvFQ= github.com/hashicorp/go-hclog v1.2.0/go.mod h1:whpDNt7SSdeAju8AWKIWsul05p54N/39EeqMAyrmvFQ= -github.com/hashicorp/go-hclog v1.3.1 h1:vDwF1DFNZhntP4DAjuTpOw3uEgMUpXh1pB5fW9DqHpo= +github.com/hashicorp/go-hclog v1.4.0 h1:ctuWFGrhFha8BnnzxqeRGidlEcQkDyL5u8J8t5eA11I= +github.com/hashicorp/go-hclog v1.4.0/go.mod h1:W4Qnvbt70Wk/zYJryRzDRU/4r0kIg0PVHBcfoyhpF5M= github.com/hashicorp/go-immutable-radix v1.0.0/go.mod h1:0y9vanUI8NX6FsYoO3zeMjhV/C5i9g4Q3DwcSNZ4P60= github.com/hashicorp/go-immutable-radix v1.2.0/go.mod h1:0y9vanUI8NX6FsYoO3zeMjhV/C5i9g4Q3DwcSNZ4P60= github.com/hashicorp/go-immutable-radix v1.3.1/go.mod h1:0y9vanUI8NX6FsYoO3zeMjhV/C5i9g4Q3DwcSNZ4P60= @@ -1602,21 +1858,21 @@ github.com/hashicorp/memberlist v0.2.2/go.mod h1:MS2lj3INKhZjWNqd3N0m3J+Jxf3DAOn github.com/hashicorp/memberlist v0.3.0/go.mod h1:MS2lj3INKhZjWNqd3N0m3J+Jxf3DAOnAH9VT3Sh9MUE= github.com/hashicorp/memberlist v0.3.1/go.mod h1:MS2lj3INKhZjWNqd3N0m3J+Jxf3DAOnAH9VT3Sh9MUE= github.com/hashicorp/memberlist v0.5.0/go.mod h1:yvyXLpo0QaGE59Y7hDTsTzDD25JYBZ4mHgHUZ8lrOI0= -github.com/hashicorp/nomad/api v0.0.0-20230124213148-69fd1a0e4bf7/go.mod h1:xYYd4dybIhRhhzDemKx7Ddt8CvCosgrEek8YM7/cF0A= +github.com/hashicorp/nomad/api v0.0.0-20230418003350-3067191c5197/go.mod h1:2TCrNvonL09r7EiQ6M2rNt+Cmjbn1QbzchFoTWJFpj4= github.com/hashicorp/serf v0.8.2/go.mod h1:6hOLApaqBFA1NXqRQAsxw9QxuDEvNxSQRwA/JwenrHc= github.com/hashicorp/serf v0.9.5/go.mod h1:UWDWwZeL5cuWDJdl0C6wrvrUwEqtQ4ZKBKKENpqIUyk= github.com/hashicorp/serf v0.9.6/go.mod h1:TXZNMjZQijwlDvp+r0b63xZ45H7JmCmgg4gpTwn9UV4= github.com/hashicorp/serf v0.9.7/go.mod h1:TXZNMjZQijwlDvp+r0b63xZ45H7JmCmgg4gpTwn9UV4= github.com/hashicorp/serf v0.10.1/go.mod h1:yL2t6BqATOLGc5HF7qbFkTfXoPIY0WZdWHfEvMqbG+4= github.com/hetznercloud/hcloud-go v1.33.1/go.mod h1:XX/TQub3ge0yWR2yHWmnDVIrB+MQbda1pHxkUmDlUME= -github.com/hetznercloud/hcloud-go v1.39.0/go.mod h1:mepQwR6va27S3UQthaEPGS86jtzSY9xWL1e9dyxXpgA= +github.com/hetznercloud/hcloud-go v1.42.0/go.mod h1:YADL8AbmQYH0Eo+1lkuyoc8LutT0UeMvaKP47nNUb+Y= github.com/hexops/gotextdiff v1.0.3 h1:gitA9+qJrrTCsiCl7+kh75nPqQt1cx4ZkudSTLoUqJM= github.com/hexops/gotextdiff v1.0.3/go.mod h1:pSWU5MAI3yDq+fZBTazCSJysOMbxWL1BSow5/V2vxeg= github.com/honeycombio/beeline-go v1.10.0 h1:cUDe555oqvw8oD76BQJ8alk7FP0JZ/M/zXpNvOEDLDc= github.com/honeycombio/libhoney-go v1.16.0 h1:kPpqoz6vbOzgp7jC6SR7SkNj7rua7rgxvznI6M3KdHc= github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= -github.com/huandu/xstrings v1.3.2 h1:L18LIDzqlW6xN2rEkpdV8+oL/IXWJ1APd+vsdYy4Wdw= -github.com/huandu/xstrings v1.3.2/go.mod h1:y5/lhBue+AyNmUVz9RLU9xbLR0o4KIIExikq4ovT0aE= +github.com/huandu/xstrings v1.3.3 h1:/Gcsuc1x8JVbJ9/rlye4xZnVAbEkGauT8lbebqcQws4= +github.com/huandu/xstrings v1.3.3/go.mod h1:y5/lhBue+AyNmUVz9RLU9xbLR0o4KIIExikq4ovT0aE= github.com/hudl/fargo v1.4.0/go.mod h1:9Ai6uvFy5fQNq6VPKtg+Ceq1+eTY4nKUlR2JElEOcDo= github.com/iancoleman/orderedmap v0.0.0-20190318233801-ac98e3ecb4b0/go.mod h1:N0Wam8K1arqPXNWjMo21EXnBPOPp36vB07FNRdD2geA= github.com/iancoleman/orderedmap v0.2.0 h1:sq1N/TFpYH++aViPcaKjys3bDClUEU7s5B+z6jq8pNA= @@ -1625,15 +1881,16 @@ github.com/iancoleman/strcase v0.2.0/go.mod h1:iwCmte+B7n89clKwxIoIXy/HfoL7AsD47 github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc= github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc= github.com/ianlancetaylor/demangle v0.0.0-20210905161508-09a460cdf81d/go.mod h1:aYm2/VgdVmcIU8iMfdMvDMsRAQjcfZSKFby6HOFvi/w= -github.com/ianlancetaylor/demangle v0.0.0-20220319035150-800ac71e25c2/go.mod h1:aYm2/VgdVmcIU8iMfdMvDMsRAQjcfZSKFby6HOFvi/w= +github.com/ianlancetaylor/demangle v0.0.0-20220517205856-0058ec4f073c/go.mod h1:aYm2/VgdVmcIU8iMfdMvDMsRAQjcfZSKFby6HOFvi/w= github.com/imdario/mergo v0.3.5/go.mod h1:2EnlNZ0deacrJVfApfmtdGgDfMuh/nq6Ok1EcJh5FfA= github.com/imdario/mergo v0.3.6/go.mod h1:2EnlNZ0deacrJVfApfmtdGgDfMuh/nq6Ok1EcJh5FfA= github.com/imdario/mergo v0.3.8/go.mod h1:2EnlNZ0deacrJVfApfmtdGgDfMuh/nq6Ok1EcJh5FfA= github.com/imdario/mergo v0.3.10/go.mod h1:jmQim1M+e3UYxmgPu/WyfjB3N3VflVyUjjjwH0dnCYA= github.com/imdario/mergo v0.3.11/go.mod h1:jmQim1M+e3UYxmgPu/WyfjB3N3VflVyUjjjwH0dnCYA= github.com/imdario/mergo v0.3.12/go.mod h1:jmQim1M+e3UYxmgPu/WyfjB3N3VflVyUjjjwH0dnCYA= -github.com/imdario/mergo v0.3.15 h1:M8XP7IuFNsqUx6VPK2P9OSmsYsI/YFaGil0uD21V3dM= -github.com/imdario/mergo v0.3.15/go.mod h1:WBLT9ZmE3lPoWsEzCh9LPo3TiwVN+ZKEjmz+hD27ysY= +github.com/imdario/mergo v0.3.13/go.mod h1:4lJ1jqUDcsbIECGy0RUJAXNIhg+6ocWgb1ALK2O4oXg= +github.com/imdario/mergo v0.3.16 h1:wwQJbIsHYGMUyLSPrEq1CT16AhnhNJQ51+4fdHUnCl4= +github.com/imdario/mergo v0.3.16/go.mod h1:WBLT9ZmE3lPoWsEzCh9LPo3TiwVN+ZKEjmz+hD27ysY= github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8= github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8= github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw= @@ -1641,7 +1898,7 @@ github.com/influxdata/influxdb1-client v0.0.0-20200827194710-b269163b24ab/go.mod github.com/intel/goresctrl v0.2.0/go.mod h1:+CZdzouYFn5EsxgqAQTEzMfwKwuc0fVdMrT9FCCAVRQ= github.com/invopop/jsonschema v0.7.0 h1:2vgQcBz1n256N+FpX3Jq7Y17AjYt46Ig3zIWyy770So= github.com/invopop/jsonschema v0.7.0/go.mod h1:O9uiLokuu0+MGFlyiaqtWxwqJm41/+8Nj0lD7A36YH0= -github.com/ionos-cloud/sdk-go/v6 v6.1.3/go.mod h1:Ox3W0iiEz0GHnfY9e5LmAxwklsxguuNFEUSu0gVRTME= +github.com/ionos-cloud/sdk-go/v6 v6.1.6/go.mod h1:EzEgRIDxBELvfoa/uBN0kOQaqovLjUWEB7iW4/Q+t4k= github.com/j-keck/arping v0.0.0-20160618110441-2cf9dc699c56/go.mod h1:ymszkNOg6tORTn+6F6j+Jc8TOr5osrynvN6ivFWZ2GA= github.com/j-keck/arping v1.0.2/go.mod h1:aJbELhR92bSk7tp79AWM/ftfc90EfEi2bQJrbBFOsPw= github.com/jackc/chunkreader v1.0.0/go.mod h1:RT6O25fNZIuasFJRyZ4R/Y2BbhasbmZXF9QQ7T3kePo= @@ -1653,7 +1910,7 @@ github.com/jackc/pgconn v0.0.0-20190831204454-2fabfa3c18b7/go.mod h1:ZJKsE/KZfsU github.com/jackc/pgconn v1.8.0/go.mod h1:1C2Pb36bGIP9QHGBYCjnyhqu7Rv3sGshaQUvmfGIB/o= github.com/jackc/pgconn v1.9.0/go.mod h1:YctiPyvzfU11JFxoXokUOOKQXQmDMoJL9vJzHH8/2JY= github.com/jackc/pgconn v1.9.1-0.20210724152538-d89c8390a530/go.mod h1:4z2w8XhRbP1hYxkpTuBjTS3ne3J48K83+u0zoyvg2pI= -github.com/jackc/pgconn v1.13.0/go.mod h1:AnowpAqO4CMIIJNZl2VJp+KrkAZciAkhEl0W0JIobpI= +github.com/jackc/pgconn v1.14.0/go.mod h1:9mBNlny0UvkgJdCDvdVHYSjI+8tD2rnKK69Wz8ti++E= github.com/jackc/pgio v1.0.0/go.mod h1:oP+2QK2wFfUWgr+gxjoBH9KGBb31Eio69xUb0w5bYf8= github.com/jackc/pgmock v0.0.0-20190831213851-13a1b77aafa2/go.mod h1:fGZlG77KXmcq05nJLRkk0+p82V8B8Dw8KN2/V9c/OAE= github.com/jackc/pgmock v0.0.0-20201204152224-4fe30f7445fd/go.mod h1:hrBW0Enj2AZTNpt/7Y5rr2xe/9Mn757Wtb2xeBzPv2c= @@ -1666,23 +1923,25 @@ github.com/jackc/pgproto3/v2 v2.0.0-rc3/go.mod h1:ryONWYqW6dqSg1Lw6vXNMXoBJhpzvW github.com/jackc/pgproto3/v2 v2.0.0-rc3.0.20190831210041-4c03ce451f29/go.mod h1:ryONWYqW6dqSg1Lw6vXNMXoBJhpzvWKnT95C46ckYeM= github.com/jackc/pgproto3/v2 v2.0.6/go.mod h1:WfJCnwN3HIg9Ish/j3sgWXnAfK8A9Y0bwXYU5xKaEdA= github.com/jackc/pgproto3/v2 v2.1.1/go.mod h1:WfJCnwN3HIg9Ish/j3sgWXnAfK8A9Y0bwXYU5xKaEdA= -github.com/jackc/pgproto3/v2 v2.3.1/go.mod h1:WfJCnwN3HIg9Ish/j3sgWXnAfK8A9Y0bwXYU5xKaEdA= +github.com/jackc/pgproto3/v2 v2.3.2/go.mod h1:WfJCnwN3HIg9Ish/j3sgWXnAfK8A9Y0bwXYU5xKaEdA= github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b/go.mod h1:vsD4gTJCa9TptPL8sPkXrLZ+hDuNrZCnj29CQpr4X1E= +github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a/go.mod h1:5TJZWKEWniPve33vlWYSoGYefn3gLQRzjfDlhSJ9ZKM= github.com/jackc/pgtype v0.0.0-20190421001408-4ed0de4755e0/go.mod h1:hdSHsc1V01CGwFsrv11mJRHWJ6aifDLfdV3aVjFF0zg= github.com/jackc/pgtype v0.0.0-20190824184912-ab885b375b90/go.mod h1:KcahbBH1nCMSo2DXpzsoWOAfFkdEtEJpPbVLq8eE+mc= github.com/jackc/pgtype v0.0.0-20190828014616-a8802b16cc59/go.mod h1:MWlu30kVJrUS8lot6TQqcg7mtthZ9T0EoIBFiJcmcyw= github.com/jackc/pgtype v1.8.1-0.20210724151600-32e20a603178/go.mod h1:C516IlIV9NKqfsMCXTdChteoXmwgUceqaLfjg2e3NlM= -github.com/jackc/pgtype v1.12.0/go.mod h1:LUMuVrfsFfdKGLw+AFFVv6KtHOFMwRgDDzBt76IqCA4= +github.com/jackc/pgtype v1.14.0/go.mod h1:LUMuVrfsFfdKGLw+AFFVv6KtHOFMwRgDDzBt76IqCA4= github.com/jackc/pgx/v4 v4.0.0-20190420224344-cc3461e65d96/go.mod h1:mdxmSJJuR08CZQyj1PVQBHy9XOp5p8/SHH6a0psbY9Y= github.com/jackc/pgx/v4 v4.0.0-20190421002000-1b8f0016e912/go.mod h1:no/Y67Jkk/9WuGR0JG/JseM9irFbnEPbuWV2EELPNuM= github.com/jackc/pgx/v4 v4.0.0-pre1.0.20190824185557-6972a5742186/go.mod h1:X+GQnOEnf1dqHGpw7JmHqHc1NxDoalibchSk9/RWuDc= github.com/jackc/pgx/v4 v4.12.1-0.20210724153913-640aa07df17c/go.mod h1:1QD0+tgSXP7iUjYm9C1NxKhny7lq6ee99u/z+IHFcgs= -github.com/jackc/pgx/v4 v4.17.2/go.mod h1:lcxIZN44yMIrWI78a5CpucdD14hX0SBDbNRvjDBItsw= +github.com/jackc/pgx/v4 v4.18.1/go.mod h1:FydWkUyadDmdNH/mHnGob881GawxeEm7TcMCzkb+qQE= github.com/jackc/puddle v0.0.0-20190413234325-e4ced69a3a2b/go.mod h1:m4B5Dj62Y0fbyuIc15OsIqK0+JU8nkqQjsgx7dvjSWk= github.com/jackc/puddle v0.0.0-20190608224051-11cab39313c9/go.mod h1:m4B5Dj62Y0fbyuIc15OsIqK0+JU8nkqQjsgx7dvjSWk= github.com/jackc/puddle v1.1.3/go.mod h1:m4B5Dj62Y0fbyuIc15OsIqK0+JU8nkqQjsgx7dvjSWk= github.com/jackc/puddle v1.3.0/go.mod h1:m4B5Dj62Y0fbyuIc15OsIqK0+JU8nkqQjsgx7dvjSWk= github.com/jarcoal/httpmock v1.3.0 h1:2RJ8GP0IIaWwcC9Fp2BmVi8Kog3v2Hn7VXM3fTd+nuc= +github.com/jarcoal/httpmock v1.3.0/go.mod h1:3yb8rc4BI7TCBhFY8ng0gjuLKJNquuDNiPaZjnENuYg= github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 h1:BQSFePA1RWJOlocH6Fxy8MmwDt+yVQYULKfN0RoTN8A= github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99/go.mod h1:1lJo3i6rXxKeerYnT8Nvf0QmHCRC1n8sfWVwXF2Frvo= github.com/jcmturner/aescts/v2 v2.0.0/go.mod h1:AiaICIRyfYg35RUkr8yESTqvSy7csK90qZ5xfvvsoNs= @@ -1727,12 +1986,11 @@ github.com/julienschmidt/httprouter v1.2.0/go.mod h1:SYymIcj16QtmaHHD7aYtjjsJG7V github.com/julienschmidt/httprouter v1.3.0/go.mod h1:JR6WtHb+2LUe8TCKY3cZOxFyyO8IZAc4RVcycCCAKdM= github.com/julz/importas v0.1.0 h1:F78HnrsjY3cR7j0etXy5+TU1Zuy7Xt08X/1aJnH5xXY= github.com/julz/importas v0.1.0/go.mod h1:oSFU2R4XK/P7kNBrnL/FEQlDGN1/6WoxXEjSSXO0DV0= +github.com/jung-kurt/gofpdf v1.0.0/go.mod h1:7Id9E/uU8ce6rXgefFLlgrJj/GYY22cpxn+r32jIOes= github.com/jung-kurt/gofpdf v1.0.3-0.20190309125859-24315acbbda5/go.mod h1:7Id9E/uU8ce6rXgefFLlgrJj/GYY22cpxn+r32jIOes= -github.com/junk1tm/musttag v0.5.0 h1:bV1DTdi38Hi4pG4OVWa7Kap0hi0o7EczuK6wQt9zPOM= -github.com/junk1tm/musttag v0.5.0/go.mod h1:PcR7BA+oREQYvHwgjIDmw3exJeds5JzRcvEJTfjrA0M= github.com/karrick/godirwalk v1.8.0/go.mod h1:H5KPZjojv4lE+QYImBI8xVtrBRgYrIVsaRPx4tDPEn4= github.com/karrick/godirwalk v1.10.3/go.mod h1:RoGL9dQei4vP9ilrpETWE8CLOZ1kiN0LhBygSwrAsHA= -github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351/go.mod h1:CT57kijsi8u/K/BOFA39wgDQJ9CxiF4nAY/ojJ6r6mM= +github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51/go.mod h1:CzGEWj7cYgsdH8dAjBGEr58BoE7ScuLd+fwFZ44+/x8= github.com/kevinburke/ssh_config v1.2.0 h1:x584FjTGwHzMwvHx18PXxbBVzfnxogHaAReU4gf13a4= github.com/kevinburke/ssh_config v1.2.0/go.mod h1:CT57kijsi8u/K/BOFA39wgDQJ9CxiF4nAY/ojJ6r6mM= github.com/kisielk/errcheck v1.1.0/go.mod h1:EZBBE59ingxPouuu3KfxchcWSUPOHkagtvWXihfKN4Q= @@ -1744,14 +2002,16 @@ github.com/kisielk/gotool v1.0.0 h1:AV2c/EiW3KqPNT9ZKl07ehoAGi4C5/01Cfbblndcapg= github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck= github.com/kkHAIKE/contextcheck v1.1.4 h1:B6zAaLhOEEcjvUgIYEqystmnFk1Oemn8bvJhbt0GMb8= github.com/kkHAIKE/contextcheck v1.1.4/go.mod h1:1+i/gWqokIa+dm31mqGLZhZJ7Uh44DJGZVmr6QRBNJg= +github.com/klauspost/asmfmt v1.3.2/go.mod h1:AG8TuvYojzulgDAMCnYn50l/5QV3Bs/tp6j0HLHbNSE= github.com/klauspost/compress v1.10.3/go.mod h1:aoV0uJVorq1K+umq18yTdKaF57EivdYsUV+/s2qKfXs= github.com/klauspost/compress v1.11.3/go.mod h1:aoV0uJVorq1K+umq18yTdKaF57EivdYsUV+/s2qKfXs= github.com/klauspost/compress v1.11.13/go.mod h1:aoV0uJVorq1K+umq18yTdKaF57EivdYsUV+/s2qKfXs= github.com/klauspost/compress v1.13.4/go.mod h1:8dP1Hq4DHOhN9w426knH3Rhby4rFm6D8eO+e+Dq5Gzg= github.com/klauspost/compress v1.13.6/go.mod h1:/3/Vjq9QcHkK5uEr5lBEmyoZ1iFhe47etQ6QUkpK6sk= -github.com/klauspost/compress v1.15.1/go.mod h1:/3/Vjq9QcHkK5uEr5lBEmyoZ1iFhe47etQ6QUkpK6sk= -github.com/klauspost/compress v1.16.5 h1:IFV2oUNUzZaz+XyusxpLzpzS8Pt5rh0Z16For/djlyI= -github.com/klauspost/compress v1.16.5/go.mod h1:ntbaceVETuRiXiv4DpjP66DpAtAGkEQskQzEyD//IeE= +github.com/klauspost/compress v1.15.9/go.mod h1:PhcZ0MbTNciWF3rruxRgKxI5NkcHHrHUDtV4Yw2GlzU= +github.com/klauspost/compress v1.16.6 h1:91SKEy4K37vkp255cJ8QesJhjyRO0hn9i9G0GoUwLsk= +github.com/klauspost/compress v1.16.6/go.mod h1:ntbaceVETuRiXiv4DpjP66DpAtAGkEQskQzEyD//IeE= +github.com/klauspost/cpuid/v2 v2.0.9/go.mod h1:FInQzS24/EEf25PyTYn52gqo7WaD8xa0213Md/qVLRg= github.com/klauspost/pgzip v1.2.6 h1:8RXeL5crjEUFnR2/Sn6GJNWtSQ3Dk8pq4CL3jvdDyjU= github.com/klauspost/pgzip v1.2.6/go.mod h1:Ch1tH69qFZu15pkjo5kYi6mth2Zzwzt50oCQKQE9RUs= github.com/kolo/xmlrpc v0.0.0-20201022064351-38db28db192b/go.mod h1:pcaDhQK0/NJZEvtCO0qQPPropqV0sJOJ6YW7X+9kRwM= @@ -1775,8 +2035,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE= github.com/kulti/thelper v0.6.3 h1:ElhKf+AlItIu+xGnI990no4cE2+XaSu1ULymV2Yulxs= github.com/kulti/thelper v0.6.3/go.mod h1:DsqKShOvP40epevkFrvIwkCMNYxMeTNjdWL4dqWHZ6I= -github.com/kunwardeep/paralleltest v1.0.6 h1:FCKYMF1OF2+RveWlABsdnmsvJrei5aoyZoaGS+Ugg8g= -github.com/kunwardeep/paralleltest v1.0.6/go.mod h1:Y0Y0XISdZM5IKm3TREQMZ6iteqn1YuwCsJO/0kL9Zes= +github.com/kunwardeep/paralleltest v1.0.7 h1:2uCk94js0+nVNQoHZNLBkAR1DQJrVzw6T0RMzJn55dQ= +github.com/kunwardeep/paralleltest v1.0.7/go.mod h1:2C7s65hONVqY7Q5Efj5aLzRCNLjw2h4eMc9EcypGjcY= github.com/kylelemons/godebug v0.0.0-20170820004349-d65d576e9348/go.mod h1:B69LEHPfb2qLo0BaaOLcbitczOKLWTsrBG9LczfCD4k= github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc= github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw= @@ -1784,8 +2044,8 @@ github.com/kyoh86/exportloopref v0.1.11 h1:1Z0bcmTypkL3Q4k+IDHMWTcnCliEZcaPiIe0/ github.com/kyoh86/exportloopref v0.1.11/go.mod h1:qkV4UF1zGl6EkF1ox8L5t9SwyeBAZ3qLMd6up458uqA= github.com/ldez/gomoddirectives v0.2.3 h1:y7MBaisZVDYmKvt9/l1mjNCiSA1BVn34U0ObUcJwlhA= github.com/ldez/gomoddirectives v0.2.3/go.mod h1:cpgBogWITnCfRq2qGoDkKMEVSaarhdBr6g8G04uz6d0= -github.com/ldez/tagliatelle v0.4.0 h1:sylp7d9kh6AdXN2DpVGHBRb5guTVAgOxqNGhbqc4b1c= -github.com/ldez/tagliatelle v0.4.0/go.mod h1:mNtTfrHy2haaBAw+VT7IBV6VXBThS7TCreYWbBcJ87I= +github.com/ldez/tagliatelle v0.5.0 h1:epgfuYt9v0CG3fms0pEgIMNPuFf/LpPIfjk4kyqSioo= +github.com/ldez/tagliatelle v0.5.0/go.mod h1:rj1HmWiL1MiKQuOONhd09iySTEkUuE/8+5jtPYz9xa4= github.com/leodido/go-urn v1.2.0/go.mod h1:+8+nEpDfqqsY+g338gtMEUOtuK+4dEMhiQEgxpxOKII= github.com/leonklingele/grouper v1.1.1 h1:suWXRU57D4/Enn6pXR0QVqqWWrnJ9Osrz+5rjt8ivzU= github.com/leonklingele/grouper v1.1.1/go.mod h1:uk3I3uDfi9B6PeUjsCKi6ndcf63Uy7snXgR4yDYQVDY= @@ -1795,9 +2055,9 @@ github.com/lib/pq v1.0.0/go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo= github.com/lib/pq v1.1.0/go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo= github.com/lib/pq v1.2.0/go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo= github.com/lib/pq v1.10.2/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o= -github.com/lib/pq v1.10.7/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o= +github.com/lib/pq v1.10.9/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o= github.com/linode/linodego v1.4.0/go.mod h1:PVsRxSlOiJyvG4/scTszpmZDTdgS+to3X6eS8pRrWI8= -github.com/linode/linodego v1.12.0/go.mod h1:NJlzvlNtdMRRkXb0oN6UWzUkj6t+IBsyveHgZ5Ppjyk= +github.com/linode/linodego v1.16.1/go.mod h1:aESRAbpLY9R6IA1WGAWHikRI9DU9Lhesapv1MhKmPHM= github.com/linuxkit/virtsock v0.0.0-20201010232012-f8cee7dfc7a3/go.mod h1:3r6x7q95whyfWQpmGZTu3gk3v2YkMi05HEzl7Tf7YEo= github.com/lucasb-eyer/go-colorful v1.2.0 h1:1nnpGOrhyZZuNyfu1QjKiUICQ74+3FNCN69Aj6K7nkY= github.com/lucasb-eyer/go-colorful v1.2.0/go.mod h1:R4dSotOR9KMtayYi1e77YzuveK+i7ruzyGqttikkLy0= @@ -1805,6 +2065,7 @@ github.com/lufeee/execinquery v1.2.1 h1:hf0Ems4SHcUGBxpGN7Jz78z1ppVkP/837ZlETPCE github.com/lufeee/execinquery v1.2.1/go.mod h1:EC7DrEKView09ocscGHC+apXMIaorh4xqSxS/dy8SbM= github.com/lyft/protoc-gen-star v0.6.0/go.mod h1:TGAoBVkt8w7MPG72TrKIu85MIdXwDuzJYeZuUPFPNwA= github.com/lyft/protoc-gen-star v0.6.1/go.mod h1:TGAoBVkt8w7MPG72TrKIu85MIdXwDuzJYeZuUPFPNwA= +github.com/lyft/protoc-gen-star/v2 v2.0.1/go.mod h1:RcCdONR2ScXaYnQC5tUzxzlpA3WVYF7/opLeUgcQs/o= github.com/magiconair/properties v1.8.0/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ= github.com/magiconair/properties v1.8.1/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ= github.com/magiconair/properties v1.8.6/go.mod h1:y3VJvCyxH9uVvJTWEGAELF3aiYNyPKd5NZ3oSwXrF60= @@ -1848,8 +2109,9 @@ github.com/mattn/go-isatty v0.0.11/go.mod h1:PhnuNfih5lzO57/f3n+odYbM4JtupLOxQOA github.com/mattn/go-isatty v0.0.12/go.mod h1:cbi8OIDigv2wuxKPP5vlRcQ1OAZbq2CE4Kysco4FUpU= github.com/mattn/go-isatty v0.0.14/go.mod h1:7GGIvUiUoEMVVmxf/4nioHXj79iQHKdU27kJ6hsGG94= github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM= -github.com/mattn/go-isatty v0.0.17 h1:BTarxUcIeDqL27Mc+vyvdWYSL28zpIhv3RoTdsLMPng= github.com/mattn/go-isatty v0.0.17/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM= +github.com/mattn/go-isatty v0.0.18 h1:DOKFKCQ7FNG2L1rbrmstDN4QVRdS89Nkh85u68Uwp98= +github.com/mattn/go-isatty v0.0.18/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y= github.com/mattn/go-mastodon v0.0.6 h1:lqU1sOeeIapaDsDUL6udDZIzMb2Wqapo347VZlaOzf0= github.com/mattn/go-mastodon v0.0.6/go.mod h1:cg7RFk2pcUfHZw/IvKe1FUzmlq5KnLFqs7eV2PHplV8= github.com/mattn/go-runewidth v0.0.2/go.mod h1:LwmH8dsx7+W8Uxz3IHJYH5QSwggIsqBzpuz5H//U1FU= @@ -1860,30 +2122,35 @@ github.com/mattn/go-runewidth v0.0.14/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh github.com/mattn/go-shellwords v1.0.3/go.mod h1:3xCvwCdWdlDJUrvuMn7Wuy9eWs4pE8vqg+NOMyg4B2o= github.com/mattn/go-shellwords v1.0.6/go.mod h1:3xCvwCdWdlDJUrvuMn7Wuy9eWs4pE8vqg+NOMyg4B2o= github.com/mattn/go-shellwords v1.0.12/go.mod h1:EZzvwXDESEeg03EKmM+RmDnNOPKG4lLtQsUlTZDWQ8Y= +github.com/mattn/go-sqlite3 v1.14.14/go.mod h1:NyWgC/yNuGj7Q9rpYnZvas74GogHl5/Z4A/KQRfk6bU= github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0= github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369/go.mod h1:BSXmuO+STAnVfrANrmjBb36TMTDstsz7MSK+HVaYKv4= github.com/matttproud/golang_protobuf_extensions v1.0.2/go.mod h1:BSXmuO+STAnVfrANrmjBb36TMTDstsz7MSK+HVaYKv4= github.com/matttproud/golang_protobuf_extensions v1.0.4 h1:mmDVorXM7PCGKw94cs5zkfA9PSy5pEvNWRP0ET0TIVo= github.com/matttproud/golang_protobuf_extensions v1.0.4/go.mod h1:BSXmuO+STAnVfrANrmjBb36TMTDstsz7MSK+HVaYKv4= +github.com/maxatome/go-testdeep v1.12.0/go.mod h1:lPZc/HAcJMP92l7yI6TRz1aZN5URwUBUAfUNvrclaNM= github.com/maxbrunsfeld/counterfeiter/v6 v6.2.2/go.mod h1:eD9eIE7cdwcMi9rYluz88Jz2VyhSmden33/aXg4oVIY= github.com/mbilski/exhaustivestruct v1.2.0 h1:wCBmUnSYufAHO6J4AVWY6ff+oxWxsVFrwgOdMUQePUo= github.com/mbilski/exhaustivestruct v1.2.0/go.mod h1:OeTBVxQWoEmB2J2JCHmXWPJ0aksxSUOUy+nvtVEfzXc= -github.com/mgechev/revive v1.3.1 h1:OlQkcH40IB2cGuprTPcjB0iIUddgVZgGmDX3IAMR8D4= -github.com/mgechev/revive v1.3.1/go.mod h1:YlD6TTWl2B8A103R9KWJSPVI9DrEf+oqr15q21Ld+5I= +github.com/mgechev/revive v1.3.2 h1:Wb8NQKBaALBJ3xrrj4zpwJwqwNA6nDpyJSEQWcCka6U= +github.com/mgechev/revive v1.3.2/go.mod h1:UCLtc7o5vg5aXCwdUTU1kEBQ1v+YXPAkYDIDXbrs5I0= github.com/microsoft/ApplicationInsights-Go v0.4.4/go.mod h1:fKRUseBqkw6bDiXTs3ESTiU/4YTIHsQS4W3fP2ieF4U= -github.com/microsoft/go-mssqldb v0.18.0/go.mod h1:ukJCBnnzLzpVF0qYRT+eg1e+eSwjeQ7IvenUv8QPook= +github.com/microsoft/go-mssqldb v0.21.0/go.mod h1:+4wZTUnz/SV6nffv+RRRB/ss8jPng5Sho2SmM1l2ts4= github.com/miekg/dns v1.0.14/go.mod h1:W1PPwlIAgtquWBMBEV9nkV9Cazfe8ScdGz/Lj7v3Nrg= github.com/miekg/dns v1.1.26/go.mod h1:bPDLeHnStXmXAq1m/Ch/hvfNHr14JKNPMBo3VZKjuso= github.com/miekg/dns v1.1.41/go.mod h1:p6aan82bvRIyn+zDIv9xYNUpwa73JcSh9BKwknJysuI= github.com/miekg/dns v1.1.43/go.mod h1:+evo5L0630/F6ca/Z9+GAqzhjGyn8/c+TBaOyfEl0V4= github.com/miekg/dns v1.1.48/go.mod h1:e3IlAVfNqAllflbibAZEWOXOQ+Ynzk/dDozDxY7XnME= -github.com/miekg/dns v1.1.50/go.mod h1:e3IlAVfNqAllflbibAZEWOXOQ+Ynzk/dDozDxY7XnME= +github.com/miekg/dns v1.1.53/go.mod h1:uInx36IzPl7FYnDcMeVWxj9byh7DutNykX4G9Sj60FY= github.com/miekg/pkcs11 v1.0.3/go.mod h1:XsNlhZGX73bx86s2hdc/FuaLm2CPZJemRLMA+WTFxgs= +github.com/minio/asm2plan9s v0.0.0-20200509001527-cdd76441f9d8/go.mod h1:mC1jAcsrzbxHt8iiaC+zU4b1ylILSosueou12R++wfY= +github.com/minio/c2goasm v0.0.0-20190812172519-36a3d3bbc4f3/go.mod h1:RagcQ7I8IeTMnF8JTXieKnO4Z6JCsikNEzj0DwauVzE= github.com/minio/highwayhash v1.0.1/go.mod h1:BQskDq+xkJ12lmlUUi7U0M5Swg3EWR+dLTk+kldvVxY= github.com/minio/highwayhash v1.0.2/go.mod h1:BQskDq+xkJ12lmlUUi7U0M5Swg3EWR+dLTk+kldvVxY= github.com/mistifyio/go-zfs v2.1.2-0.20190413222219-f784269be439+incompatible/go.mod h1:8AuVvqP/mXw1px98n46wfvcGfQ4ci2FwoAjKYxuo3Z4= github.com/mitchellh/cli v1.0.0/go.mod h1:hNIlj7HEI86fIcpObd7a0FcrxTWetlwJDGcceTlRvqc= github.com/mitchellh/cli v1.1.0/go.mod h1:xcISNoH86gajksDmfB23e/pu+B+GeFRMYmoHXxx3xhI= +github.com/mitchellh/copystructure v1.0.0/go.mod h1:SNtv71yrdKgLRyLFxmLdkAbkKEFWgYaq1OVrnRcwhnw= github.com/mitchellh/copystructure v1.2.0 h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw= github.com/mitchellh/copystructure v1.2.0/go.mod h1:qLl+cE2AmVv+CoeAwDPye/v+N2HKCj9FbZEVFJRxO9s= github.com/mitchellh/go-homedir v1.0.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0= @@ -1903,6 +2170,7 @@ github.com/mitchellh/mapstructure v1.4.3/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RR github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY= github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= github.com/mitchellh/osext v0.0.0-20151018003038-5e2d6d41470f/go.mod h1:OkQIRizQZAeMln+1tSwduZz7+Af5oFlKirV/MSYes2A= +github.com/mitchellh/reflectwalk v1.0.0/go.mod h1:mSTlrgnPZtwu0c4WaC2kGObEpuNDbx0jmZXqmk4esnw= github.com/mitchellh/reflectwalk v1.0.2 h1:G2LzWKi524PWgd3mLHV8Y5k7s6XUvT0Gef6zxSIeXaQ= github.com/mitchellh/reflectwalk v1.0.2/go.mod h1:mSTlrgnPZtwu0c4WaC2kGObEpuNDbx0jmZXqmk4esnw= github.com/moby/locker v1.0.1/go.mod h1:S7SDdo5zpBK84bzzVlKr2V0hz+7x9hWbYC/kq7oQppc= @@ -1910,13 +2178,14 @@ github.com/moby/spdystream v0.2.0/go.mod h1:f7i0iNDQJ059oMTcWxx8MA/zKFIuD/lY+0Gq github.com/moby/sys/mountinfo v0.4.0/go.mod h1:rEr8tzG/lsIZHBtN/JjGG+LMYx9eXgW2JI+6q0qou+A= github.com/moby/sys/mountinfo v0.4.1/go.mod h1:rEr8tzG/lsIZHBtN/JjGG+LMYx9eXgW2JI+6q0qou+A= github.com/moby/sys/mountinfo v0.5.0/go.mod h1:3bMD3Rg+zkqx8MRYPi7Pyb0Ie97QEBmdxbhnCLlSvSU= +github.com/moby/sys/mountinfo v0.6.2/go.mod h1:IJb6JQeOklcdMU9F5xQ8ZALD+CUr5VlGpwtX+VE0rpI= github.com/moby/sys/signal v0.6.0/go.mod h1:GQ6ObYZfqacOwTtlXvcmh9A26dVRul/hbOZn88Kg8Tg= github.com/moby/sys/symlink v0.1.0/go.mod h1:GGDODQmbFOjFsXvfLVn3+ZRxkch54RkSiGqsZeMYowQ= github.com/moby/sys/symlink v0.2.0/go.mod h1:7uZVF2dqJjG/NsClqul95CqKOBRQyYSNnJ6BMgR/gFs= github.com/moby/term v0.0.0-20200312100748-672ec06f55cd/go.mod h1:DdlQx2hp0Ss5/fLikoLlEeIYiATotOjgB//nb973jeo= github.com/moby/term v0.0.0-20210610120745-9d4ed1856297/go.mod h1:vgPCkQMyxTZ7IDy8SXRufE172gr8+K/JE/7hHFxHW3A= -github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 h1:dcztxKSvZ4Id8iPpHERQBbIJfabdt4wUm5qy3wOL2Zc= github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6/go.mod h1:E2VnQOmVuvZB6UYnnDB0qG5Nq/1tD9acaOpo6xmt0Kw= +github.com/moby/term v0.0.0-20221205130635-1aeaba878587 h1:HfkjXDfhgVaN5rmueG8cL8KKeFNecRCXFhaJ2qZ5SKA= github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= @@ -1925,6 +2194,7 @@ github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjY github.com/modocache/gover v0.0.0-20171022184752-b58185e213c5/go.mod h1:caMODM3PzxT8aQXRPkAt8xlV/e7d7w8GM5g0fa5F0D8= github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe/go.mod h1:wL8QJuTMNUDYhXwkmfOly8iTdp5TEcJFWZD2D7SIkUc= github.com/montanaflynn/stats v0.6.6/go.mod h1:etXPPgVO6n31NxCd9KQUMvCM+ve0ruNzt6R8Bnaayow= +github.com/montanaflynn/stats v0.7.0/go.mod h1:etXPPgVO6n31NxCd9KQUMvCM+ve0ruNzt6R8Bnaayow= github.com/moricho/tparallel v0.3.1 h1:fQKD4U1wRMAYNngDonW5XupoB/ZGJHdpzrWqgyg9krA= github.com/moricho/tparallel v0.3.1/go.mod h1:leENX2cUv7Sv2qDgdi0D0fCftN8fRC67Bcn8pqzeYNI= github.com/morikuni/aec v1.0.0 h1:nP9CBfwrvYnBRgY6qfDQkygYDmYwOilePFkwzv4dU8A= @@ -1940,8 +2210,8 @@ github.com/muesli/reflow v0.3.0 h1:IFsN6K9NfGtjeggFP+68I4chLZV2yIKsXJFNZ+eWh6s= github.com/muesli/reflow v0.3.0/go.mod h1:pbwTDkVPibjO2kyvBQRBxTWEEGDGq0FlB1BIKtnHY/8= github.com/muesli/roff v0.1.0 h1:YD0lalCotmYuF5HhZliKWlIx7IEhiXeSfq7hNjFqGF8= github.com/muesli/roff v0.1.0/go.mod h1:pjAHQM9hdUUwm/krAfrLGgJkXJ+YuhtsfZ42kieB2Ig= -github.com/muesli/termenv v0.15.1 h1:UzuTb/+hhlBugQz28rpzey4ZuKcZ03MeKsoG7IJZIxs= -github.com/muesli/termenv v0.15.1/go.mod h1:HeAQPTzpfs016yGtA4g00CsdYnVLJvxsS4ANqrZs2sQ= +github.com/muesli/termenv v0.15.2 h1:GohcuySI0QmI3wN8Ok9PtKGkgkFIk7y6Vpb5PvrY+Wo= +github.com/muesli/termenv v0.15.2/go.mod h1:Epx+iuz8sNs7mNKhxzH4fWXGNpZwUaJKRS1noLXviQ8= github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ= github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ= github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= @@ -1962,12 +2232,12 @@ github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 h1:4kuARK6Y6Fx github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354/go.mod h1:KSVJerMDfblTH7p5MZaTt+8zaT2iEk3AkVb9PQdZuE8= github.com/ncw/swift v1.0.47/go.mod h1:23YIA4yWVnGwv2dQlN4bB7egfYX6YLn0Yo/S6zZO/ZM= github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno= -github.com/nishanths/exhaustive v0.9.5 h1:TzssWan6orBiLYVqewCG8faud9qlFntJE30ACpzmGME= -github.com/nishanths/exhaustive v0.9.5/go.mod h1:IbwrGdVMizvDcIxPYGVdQn5BqWJaOwpCvg4RGb8r/TA= +github.com/nishanths/exhaustive v0.11.0 h1:T3I8nUGhl/Cwu5Z2hfc92l0e04D2GEW6e0l8pzda2l0= +github.com/nishanths/exhaustive v0.11.0/go.mod h1:RqwDsZ1xY0dNdqHho2z6X+bgzizwbLYOWnZbbl2wLB4= github.com/nishanths/predeclared v0.2.2 h1:V2EPdZPliZymNAn79T8RkNApBjMmVKh5XRpLm/w98Vk= github.com/nishanths/predeclared v0.2.2/go.mod h1:RROzoN6TnGQupbC+lqggsOlcgysk3LMK/HI84Mp280c= -github.com/nunnatsa/ginkgolinter v0.9.0 h1:Sm0zX5QfjJzkeCjEp+t6d3Ha0jwvoDjleP9XCsrEzOA= -github.com/nunnatsa/ginkgolinter v0.9.0/go.mod h1:FHaMLURXP7qImeH6bvxWJUpyH+2tuqe5j4rW1gxJRmI= +github.com/nunnatsa/ginkgolinter v0.12.1 h1:vwOqb5Nu05OikTXqhvLdHCGcx5uthIYIl0t79UVrERQ= +github.com/nunnatsa/ginkgolinter v0.12.1/go.mod h1:AK8Ab1PypVrcGUusuKD8RDcl2KgsIwvNaaxAlyHSzso= github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A= github.com/nxadm/tail v1.4.8 h1:nPr65rt6Y5JFSKQO7qToXr7pePgD6Gwiw05lkbyAQTE= github.com/nxadm/tail v1.4.8/go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU= @@ -1998,8 +2268,8 @@ github.com/onsi/ginkgo/v2 v2.1.4/go.mod h1:um6tUpWM/cxCK3/FK8BXqEiUMUwRgSM4JXG47 github.com/onsi/ginkgo/v2 v2.1.6/go.mod h1:MEH45j8TBi6u9BMogfbp0stKC5cdGjumZj5Y7AG4VIk= github.com/onsi/ginkgo/v2 v2.3.0/go.mod h1:Eew0uilEqZmIEZr8JrvYlvOM7Rr6xzTmMV8AyFNU9d0= github.com/onsi/ginkgo/v2 v2.4.0/go.mod h1:iHkDK1fKGcBoEHT5W7YBq4RFWaQulw+caOMkAt4OrFo= -github.com/onsi/ginkgo/v2 v2.10.0 h1:sfUl4qgLdvkChZrWCYndY2EAu9BRIw1YphNAzy1VNWs= -github.com/onsi/ginkgo/v2 v2.10.0/go.mod h1:UDQOh5wbQUlMnkLfVaIUMtQ1Vus92oM+P2JX1aulgcE= +github.com/onsi/ginkgo/v2 v2.11.0 h1:WgqUCUt/lT6yXoQ8Wef0fsNn5cAuMK7+KT9UFRz2tcU= +github.com/onsi/ginkgo/v2 v2.11.0/go.mod h1:ZhrRA5XmEE3x3rhlzamx/JJvujdZoJ2uvgI7kR0iZvM= github.com/onsi/gomega v0.0.0-20151007035656-2152b45fa28a/go.mod h1:C1qb7wdrVGGVU+Z6iS04AVkA3Q65CEZX59MT0QO5uiA= github.com/onsi/gomega v0.0.0-20170829124025-dcabb60a477c/go.mod h1:C1qb7wdrVGGVU+Z6iS04AVkA3Q65CEZX59MT0QO5uiA= github.com/onsi/gomega v1.4.3/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY= @@ -2018,7 +2288,7 @@ github.com/onsi/gomega v1.20.1/go.mod h1:DtrZpjmvpn2mPm4YWQa0/ALMDj9v4YxLgojwPeR github.com/onsi/gomega v1.21.1/go.mod h1:iYAIXgPSaDHak0LCMA+AWBpIKBr8WZicMxnE8luStNc= github.com/onsi/gomega v1.22.1/go.mod h1:x6n7VNe4hw0vkyYUM4mjIXx3JbLiPaBPNgB7PRQ1tuM= github.com/onsi/gomega v1.23.0/go.mod h1:Z/NWtiqwBrwUt4/2loMmHL63EDLnYHmVbuBpDr2vQAg= -github.com/onsi/gomega v1.27.7 h1:fVih9JD6ogIiHUN6ePK7HJidyEDpWGVB5mzM7cWNXoU= +github.com/onsi/gomega v1.27.8 h1:gegWiwZjBsf2DgiSbf5hpokZ98JVDMcWkUiigk6/KXc= github.com/op/go-logging v0.0.0-20160315200505-970db520ece7/go.mod h1:HzydrMdWErDVzsI23lYNej1Htcns9BCg93Dk0bBINWk= github.com/opencontainers/go-digest v0.0.0-20170106003457-a6d0ee40d420/go.mod h1:cMLVZDEM3+U2I4VmLI6N8jQYUd2OVphdqWwCJHrFt2s= github.com/opencontainers/go-digest v0.0.0-20180430190053-c9281466c8b2/go.mod h1:cMLVZDEM3+U2I4VmLI6N8jQYUd2OVphdqWwCJHrFt2s= @@ -2030,8 +2300,8 @@ github.com/opencontainers/image-spec v1.0.0/go.mod h1:BtxoFyWECRxE4U/7sNtV5W15zM github.com/opencontainers/image-spec v1.0.1/go.mod h1:BtxoFyWECRxE4U/7sNtV5W15zMzWCbyJoFRP3s7yZA0= github.com/opencontainers/image-spec v1.0.2-0.20211117181255-693428a734f5/go.mod h1:BtxoFyWECRxE4U/7sNtV5W15zMzWCbyJoFRP3s7yZA0= github.com/opencontainers/image-spec v1.0.2/go.mod h1:BtxoFyWECRxE4U/7sNtV5W15zMzWCbyJoFRP3s7yZA0= -github.com/opencontainers/image-spec v1.1.0-rc2 h1:2zx/Stx4Wc5pIPDvIxHXvXtQFW/7XWJGmnM7r3wg034= -github.com/opencontainers/image-spec v1.1.0-rc2/go.mod h1:3OVijpioIKYWTqjiG0zfF6wvoJ4fAXGbjdZuI2NgsRQ= +github.com/opencontainers/image-spec v1.1.0-rc3 h1:fzg1mXZFj8YdPeNkRXMg+zb88BFV0Ys52cJydRwBkb8= +github.com/opencontainers/image-spec v1.1.0-rc3/go.mod h1:X4pATf0uXsnn3g5aiGIsVnJBR4mxhKzfwmvK/B2NTm8= github.com/opencontainers/runc v0.0.0-20190115041553-12f6a991201f/go.mod h1:qT5XzbpPznkRYVz/mWwUaVBUv2rmF59PVA73FjuZG0U= github.com/opencontainers/runc v0.1.1/go.mod h1:qT5XzbpPznkRYVz/mWwUaVBUv2rmF59PVA73FjuZG0U= github.com/opencontainers/runc v1.0.0-rc8.0.20190926000215-3e425f80a8c9/go.mod h1:qT5XzbpPznkRYVz/mWwUaVBUv2rmF59PVA73FjuZG0U= @@ -2061,7 +2331,7 @@ github.com/otiai10/curr v0.0.0-20150429015615-9b4961190c95/go.mod h1:9qAhocn7zKJ github.com/otiai10/curr v1.0.0/go.mod h1:LskTG5wDwr8Rs+nNQ+1LlxRjAtTZZjtJW4rMXl6j4vs= github.com/otiai10/mint v1.3.0/go.mod h1:F5AjcsTsWUqX+Na9fpHb52P8pcRX2CI6A3ctIT91xUo= github.com/otiai10/mint v1.3.1/go.mod h1:/yxELlJQ0ufhjUwhshSj+wFjZ78CnZ48/1wtmBH1OTc= -github.com/ovh/go-ovh v1.3.0/go.mod h1:AxitLZ5HBRPyUd+Zl60Ajaag+rNTdVXWIkzfrVuTXWA= +github.com/ovh/go-ovh v1.4.1/go.mod h1:6bL6pPyUT7tBfI0pqOegJgRjgjuO+mOo+MyXd1EEC0M= github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc= github.com/pascaldekloe/goe v0.1.0/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc= github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic= @@ -2072,11 +2342,17 @@ github.com/pelletier/go-toml v1.9.4/go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCko github.com/pelletier/go-toml v1.9.5 h1:4yBQzkHv+7BHq2PQUZF3Mx0IYxG7LsP222s7Agd3ve8= github.com/pelletier/go-toml v1.9.5/go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCkoOuaOx1Y+c= github.com/pelletier/go-toml/v2 v2.0.5/go.mod h1:OMHamSCAODeSsVrwwvcJOaoN0LIUIaFVNZzmWyNfXas= -github.com/pelletier/go-toml/v2 v2.0.6 h1:nrzqCb7j9cDFj2coyLNLaZuJTLjWjlaz6nvTvIwycIU= -github.com/pelletier/go-toml/v2 v2.0.6/go.mod h1:eumQOmlWiOPt5WriQQqoM5y18pDHwha2N+QD+EUNTek= +github.com/pelletier/go-toml/v2 v2.0.8 h1:0ctb6s9mE31h0/lhu+J6OPmVeDxJn+kYnJc2jZR9tGQ= +github.com/pelletier/go-toml/v2 v2.0.8/go.mod h1:vuYfssBdrU2XDZ9bYydBu6t+6a6PYNcZljzZR9VXg+4= github.com/performancecopilot/speed/v4 v4.0.0/go.mod h1:qxrSyuDGrTOWfV+uKRFhfxw6h/4HXRGUiZiufxo49BM= github.com/peterbourgon/diskv v2.0.1+incompatible/go.mod h1:uqqh8zWWbv1HBMNONnaR/tNboyR3/BZd58JJSHlUSCU= +github.com/phpdave11/gofpdf v1.4.2/go.mod h1:zpO6xFn9yxo3YLyMvW8HcKWVdbNqgIfOOp2dXMnm1mY= +github.com/phpdave11/gofpdi v1.0.12/go.mod h1:vBmVV0Do6hSBHC8uKUQ71JGW+ZGQq74llk/7bXwjDoI= +github.com/phpdave11/gofpdi v1.0.13/go.mod h1:vBmVV0Do6hSBHC8uKUQ71JGW+ZGQq74llk/7bXwjDoI= github.com/pierrec/lz4 v1.0.2-0.20190131084431-473cd7ce01a1/go.mod h1:3/3N9NVKO0jef7pBehbT1qWhCMrIgbYNnFAZCqQ5LRc= +github.com/pierrec/lz4/v4 v4.1.15/go.mod h1:gZWDp/Ze/IJXGXf23ltt2EXimqmTUXEy0GFuRQyBid4= +github.com/pjbgf/sha1cd v0.3.0 h1:4D5XXmUUBUl/xQ6IjCkEAbqXskkq/4O7LmGn0AqMDs4= +github.com/pjbgf/sha1cd v0.3.0/go.mod h1:nZ1rrWOcGJ5uZgEEVL1VUM9iRQiZvWdbZjkKyFzPPsI= github.com/pkg/browser v0.0.0-20210115035449-ce105d075bb4/go.mod h1:N6UoU20jOqggOuDwUaBQpluzLNDqif3kq9z2wpdYEfQ= github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 h1:KoWmjvw+nsYOo29YJK9vDA65RGE3NrOnUtO7a+RF9HU= github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8/go.mod h1:HKlIX3XHQyzLZPlr7++PzdhaXEj94dEiJgZDTsxEqUI= @@ -2091,8 +2367,8 @@ github.com/pkg/sftp v1.10.1/go.mod h1:lYOWFsE0bwd1+KfKJaKeuokY15vzFx25BLbzYYoAxZ github.com/pkg/sftp v1.13.1/go.mod h1:3HaPG6Dq1ILlpPZRO0HVMrsydcdLt6HRDccSgb87qRg= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= -github.com/polyfloyd/go-errorlint v1.4.0 h1:b+sQ5HibPIAjEZwtuwU8Wz/u0dMZ7YL+bk+9yWyHVJk= -github.com/polyfloyd/go-errorlint v1.4.0/go.mod h1:qJCkPeBn+0EXkdKTrUCcuFStM2xrDKfxI3MGLXPexUs= +github.com/polyfloyd/go-errorlint v1.4.2 h1:CU+O4181IxFDdPH6t/HT7IiDj1I7zxNi1RIUxYwn8d0= +github.com/polyfloyd/go-errorlint v1.4.2/go.mod h1:k6fU/+fQe38ednoZS51T7gSIGQW1y94d6TkSr35OzH8= github.com/posener/complete v1.1.1/go.mod h1:em0nMJCgc9GFtwrmVmEMR/ZL6WyhyjMBndrE9hABlRI= github.com/posener/complete v1.2.3/go.mod h1:WZIdtGGp+qx0sLrYKtIRAruyNpv6hFCicSgv7Sy7s/s= github.com/pquerna/cachecontrol v0.0.0-20171018203845-0dec1b30a021/go.mod h1:prYjPmNq4d1NPVmpShWobRqXY3q7Vp+80DqgxxUrUIA= @@ -2112,6 +2388,7 @@ github.com/prometheus/client_golang v1.11.1/go.mod h1:Z6t4BnS23TR94PD6BsDNk8yVqr github.com/prometheus/client_golang v1.12.1/go.mod h1:3Z9XVyYiZYEO+YQWt3RD2R3jrbd179Rt297l4aS6nDY= github.com/prometheus/client_golang v1.13.0/go.mod h1:vTeo+zgvILHsnnj/39Ou/1fPN5nJFOEMgftOUOmlvYQ= github.com/prometheus/client_golang v1.14.0/go.mod h1:8vpkKitgIVNcqrRBWh1C4TIUQgYNtG/XQE4E/Zae36Y= +github.com/prometheus/client_golang v1.15.0/go.mod h1:e9yaBhRPU2pPNsZwE+JdQl0KEt1N9XgF6zxWmaC0xOk= github.com/prometheus/client_golang v1.15.1 h1:8tXpTmJbyH5lydzFPoxSIJ0J46jdh3tylbvM1xCv0LI= github.com/prometheus/client_golang v1.15.1/go.mod h1:e9yaBhRPU2pPNsZwE+JdQl0KEt1N9XgF6zxWmaC0xOk= github.com/prometheus/client_model v0.0.0-20171117100541-99fa1f4be8e5/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo= @@ -2136,7 +2413,7 @@ github.com/prometheus/common v0.32.1/go.mod h1:vu+V0TpY+O6vW9J44gczi3Ap/oXXR10b+ github.com/prometheus/common v0.34.0/go.mod h1:gB3sOl7P0TvJabZpLY5uQMpUqRCPPCyRLCZYc7JZTNE= github.com/prometheus/common v0.37.0/go.mod h1:phzohg0JFMnBEFGxTDbfu3QyL5GI8gTQJFhYO5B3mfA= github.com/prometheus/common v0.38.0/go.mod h1:MBXfmBQZrK5XpbCkjofnXs96LD2QQ7fEq4C0xjC/yec= -github.com/prometheus/common v0.39.0/go.mod h1:6XBZ7lYdLCbkAVhwRsWTZn+IN5AB9F/NXd5w0BbEX0Y= +github.com/prometheus/common v0.41.0/go.mod h1:xBwqVerjNdUDjgODMpudtOMwlOwf2SaTr1yjz4b7Zbc= github.com/prometheus/common v0.42.0 h1:EKsfXEYo4JpWMHH5cg+KOUWeuJSov1Id8zGR8eeI1YM= github.com/prometheus/common v0.42.0/go.mod h1:xBwqVerjNdUDjgODMpudtOMwlOwf2SaTr1yjz4b7Zbc= github.com/prometheus/common/assets v0.1.0/go.mod h1:D17UVUE12bHbim7HzwUvtqm6gwBEaDQ0F+hIGbFbccI= @@ -2144,6 +2421,7 @@ github.com/prometheus/common/assets v0.2.0/go.mod h1:D17UVUE12bHbim7HzwUvtqm6gwB github.com/prometheus/common/sigv4 v0.1.0/go.mod h1:2Jkxxk9yYvCkE5G1sQT7GuEXm57JrvHu9k5YwTjsNtI= github.com/prometheus/exporter-toolkit v0.7.1/go.mod h1:ZUBIj498ePooX9t/2xtDjeQYwvRpiPP2lh5u4iblj2g= github.com/prometheus/exporter-toolkit v0.8.2/go.mod h1:00shzmJL7KxcsabLWcONwpyNEuWhREOnFqZW7vadFS0= +github.com/prometheus/exporter-toolkit v0.9.1/go.mod h1:iFlTmFISCix0vyuyBmm0UqOUCTao9+RsAsKJP3YM9ec= github.com/prometheus/procfs v0.0.0-20180125133057-cb4147076ac7/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk= github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk= github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA= @@ -2160,7 +2438,7 @@ github.com/prometheus/procfs v0.8.0/go.mod h1:z7EfXMXOkbkqb9IINtpCn86r/to3BnA0ua github.com/prometheus/procfs v0.9.0 h1:wzCHvIvM5SxWqYvwgVL7yJY8Lz3PKn49KQtpgMYJfhI= github.com/prometheus/procfs v0.9.0/go.mod h1:+pB4zwohETzFnmlpe6yd2lSc+0/46IYZRB/chUwxUZY= github.com/prometheus/prometheus v0.35.0/go.mod h1:7HaLx5kEPKJ0GDgbODG0fZgXbQ8K/XjZNJXQmbmgQlY= -github.com/prometheus/prometheus v0.42.0/go.mod h1:Pfqb/MLnnR2KK+0vchiaH39jXxvLMBk+3lnIGP4N7Vk= +github.com/prometheus/prometheus v0.44.0/go.mod h1:aPsmIK3py5XammeTguyqTmuqzX/jeCdyOWWobLHNKQg= github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU= github.com/quasilyte/go-ruleguard v0.3.19 h1:tfMnabXle/HzOb5Xe9CUZYWXKfkS1KwRmZyPmD9nVcc= github.com/quasilyte/go-ruleguard v0.3.19/go.mod h1:lHSn69Scl48I7Gt9cX3VrbsZYvYiBYszZOZW4A+oTEw= @@ -2172,6 +2450,7 @@ github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567 h1:M8mH9eK4OUR4l github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567/go.mod h1:DWNGW8A4Y+GyBgPuaQJuWiy0XYftx4Xm/y5Jqk9I6VQ= github.com/rakyll/embedmd v0.0.0-20171029212350-c8060a0752a2/go.mod h1:7jOTMgqac46PZcF54q6l2hkLEG8op93fZu61KmxWDV4= github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a/go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4= +github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0/go.mod h1:qqbHyh8v60DhA7CoWK5oRCqLrMHRGoxYCSS9EjAz6Eo= github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.4.2 h1:YwD0ulJSJytLpiaWua0sBDusfsCZohxjxzVTYjwxfV8= @@ -2182,8 +2461,9 @@ github.com/rogpeppe/go-internal v1.1.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFR github.com/rogpeppe/go-internal v1.2.2/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= github.com/rogpeppe/go-internal v1.6.1/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc= -github.com/rogpeppe/go-internal v1.9.0 h1:73kH8U+JUqXU8lRuOHeVHaa/SZPifC7BkcraZVejAe8= github.com/rogpeppe/go-internal v1.9.0/go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs= +github.com/rogpeppe/go-internal v1.10.0 h1:TMyTOH3F/DB16zRVcYyreMH6GnZZrwQVAoYjRBZyWFQ= +github.com/rogpeppe/go-internal v1.10.0/go.mod h1:UQnix2H7Ngw/k4C5ijL5+65zddjncjaFoBhdsK/akog= github.com/rs/cors v1.8.2/go.mod h1:XyqrcTp5zjWr1wsJ8PIRZssZ8b/WMcMf71DJnit4EMU= github.com/rs/xid v1.2.1/go.mod h1:+uKXf+4Djp6Md1KODXJxgGQPKngRmWyn10oCKFzNHOQ= github.com/rs/zerolog v1.13.0/go.mod h1:YbFCdg8HfsridGWAh22vktObvhZbQsZXe4/zB0OKkWU= @@ -2191,6 +2471,8 @@ github.com/rs/zerolog v1.15.0/go.mod h1:xYTKnLHcpfU2225ny5qZjxnj9NvkumZYjJHlAThC github.com/russross/blackfriday/v2 v2.0.1/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk= github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= +github.com/ruudk/golang-pdf417 v0.0.0-20181029194003-1af4ab5afa58/go.mod h1:6lfFZQK844Gfx8o5WFuvpxWRwnSoipWe/p622j1v06w= +github.com/ruudk/golang-pdf417 v0.0.0-20201230142125-a7e3863a1245/go.mod h1:pQAZKsJ8yyVxGRWYNEm9oFB8ieLgKFnamEyDmSA0BRk= github.com/ryancurrah/gomodguard v1.3.0 h1:q15RT/pd6UggBXVBuLps8BXRvl5GPBcwVA7BJHMLuTw= github.com/ryancurrah/gomodguard v1.3.0/go.mod h1:ggBxb3luypPEzqVtq33ee7YSN35V28XeGnid8dnni50= github.com/ryanrolds/sqlclosecheck v0.4.0 h1:i8SX60Rppc1wRuyQjMciLqIzV3xnoHB7/tXbr6RGYNI= @@ -2210,30 +2492,30 @@ github.com/sashamelentyev/usestdlibvars v1.23.0 h1:01h+/2Kd+NblNItNeux0veSL5cBF1 github.com/sashamelentyev/usestdlibvars v1.23.0/go.mod h1:YPwr/Y1LATzHI93CqoPUN/2BzGQ/6N/cl/KwgR0B/aU= github.com/satori/go.uuid v1.2.0/go.mod h1:dA0hQrYB0VpLJoorglMZABFdXlWrHn1NEOzdhQKdks0= github.com/scaleway/scaleway-sdk-go v1.0.0-beta.9/go.mod h1:fCa7OJZ/9DRTnOKmxvT6pn+LPWUptQAmHF/SBJUGEcg= -github.com/scaleway/scaleway-sdk-go v1.0.0-beta.12/go.mod h1:fCa7OJZ/9DRTnOKmxvT6pn+LPWUptQAmHF/SBJUGEcg= +github.com/scaleway/scaleway-sdk-go v1.0.0-beta.15/go.mod h1:fCa7OJZ/9DRTnOKmxvT6pn+LPWUptQAmHF/SBJUGEcg= github.com/sclevine/agouti v3.0.0+incompatible/go.mod h1:b4WX9W9L1sfQKXeJf1mUTLZKJ48R1S7H23Ji7oFO5Bw= github.com/sclevine/spec v1.2.0/go.mod h1:W4J29eT/Kzv7/b9IWLB055Z+qvVC9vt0Arko24q7p+U= github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529/go.mod h1:DxrIzT+xaE7yg65j358z/aeFdxmN0P9QXhEzd20vsDc= github.com/seccomp/libseccomp-golang v0.9.1/go.mod h1:GbW5+tmTXfcxTToHLXlScSlAvWlF4P2Ca7zGrPiEpWo= github.com/seccomp/libseccomp-golang v0.9.2-0.20210429002308-3879420cc921/go.mod h1:JA8cRccbGaA1s33RQf7Y1+q9gHmZX1yB/z9WDN1C6fg= github.com/secure-systems-lab/go-securesystemslib v0.3.1/go.mod h1:o8hhjkbNl2gOamKUA/eNW3xUrntHT9L4W89W1nfj43U= -github.com/securego/gosec/v2 v2.15.0 h1:v4Ym7FF58/jlykYmmhZ7mTm7FQvN/setNm++0fgIAtw= -github.com/securego/gosec/v2 v2.15.0/go.mod h1:VOjTrZOkUtSDt2QLSJmQBMWnvwiQPEjg0l+5juIqGk8= -github.com/sergi/go-diff v1.1.0/go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM= +github.com/securego/gosec/v2 v2.16.0 h1:Pi0JKoasQQ3NnoRao/ww/N/XdynIB9NRYYZT5CyOs5U= +github.com/securego/gosec/v2 v2.16.0/go.mod h1:xvLcVZqUfo4aAQu56TNv7/Ltz6emAOQAEsrZrt7uGlI= github.com/sergi/go-diff v1.2.0 h1:XU+rvMAioB0UC3q1MFrIQy4Vo5/4VsRDQQXHsEya6xQ= github.com/sergi/go-diff v1.2.0/go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM= github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c h1:W65qqJCIOVP4jpqPQ0YvHYKwcMEMVWIzWC5iNQQfBTU= github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c/go.mod h1:/PevMnwAxekIXwN8qQyfc5gl2NlkB3CQlkizAbOkeBs= -github.com/shoenig/test v0.6.0/go.mod h1:xYtyGBC5Q3kzCNyJg/SjgNpfAa2kvmgA0i5+lQso8x0= +github.com/shoenig/test v0.6.3/go.mod h1:byHiCGXqrVaflBLAMq/srcZIHynQPQgeyvkvXnjqq0k= github.com/shopspring/decimal v0.0.0-20180709203117-cd690d0c9e24/go.mod h1:M+9NzErvs504Cn4c5DxATwIqPbtswREoFCre64PpcG4= +github.com/shopspring/decimal v1.2.0 h1:abSATXmQEYyShuxI4/vyW3tV1MrKAJzCZ/0zLUXYbsQ= github.com/shopspring/decimal v1.2.0/go.mod h1:DKyhrW/HYNuLGql+MJL6WCR6knT2jwCFRcu2hWCYk4o= github.com/shurcooL/go v0.0.0-20180423040247-9e1955d9fb6e/go.mod h1:TDJrrUr11Vxrven61rcy3hJMUqaf/CLWYhHNPmT14Lk= github.com/shurcooL/go-goon v0.0.0-20170922171312-37c2f522c041/go.mod h1:N5mDOmsrJOB+vfqUK+7DmDyjhSLIIBnXo9lvZJj3MWQ= github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749/go.mod h1:ZY1cvUeJuFPAdZ/B6v7RHavJWZn2YPVFQ1OSXhCGOkg= github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc= github.com/shurcooL/vfsgen v0.0.0-20200824052919-0d455de96546/go.mod h1:TrYk7fJVaAttu97ZZKrO9UbRa8izdowaMIZcxYMbVaw= -github.com/sigstore/cosign/v2 v2.0.0 h1:x+K6VQKtrBR9/MYOx6ebJB6/Aux56nmf2Zn3chZlP5w= -github.com/sigstore/cosign/v2 v2.0.0/go.mod h1:MeJyYfKll3AAsb+CdnhI3YkecDPX2erPvf1JaUaFCrM= +github.com/sigstore/cosign/v2 v2.0.3-0.20230523133326-0544abd8fc8a h1:4j4hrwYblDkNouA2fZ/hKvtJhV/N+jJGhLoRXUNLYmE= +github.com/sigstore/cosign/v2 v2.0.3-0.20230523133326-0544abd8fc8a/go.mod h1:em8IHAamkOMXzXHjHx5NdLO1d8erWDMlGRlx0XE5TtI= github.com/sigstore/rekor v1.2.0 h1:ahlnoEY3zo8Vc+eZLPobamw6YfBTAbI0lthzUQd6qe4= github.com/sigstore/rekor v1.2.0/go.mod h1:zcFO54qIg2G1/i0sE/nvmELUOng/n0MPjTszRYByVPo= github.com/sigstore/sigstore v1.6.4 h1:jH4AzR7qlEH/EWzm+opSpxCfuUcjHL+LJPuQE7h40WE= @@ -2247,21 +2529,24 @@ github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6Mwd github.com/sirupsen/logrus v1.6.0/go.mod h1:7uNnSEd1DgxDLC74fIahvMZmmYsHGZGEOFrfsX/uA88= github.com/sirupsen/logrus v1.7.0/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0= github.com/sirupsen/logrus v1.8.1/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0= -github.com/sirupsen/logrus v1.9.0 h1:trlNQbNUG3OdDrDil03MCb1H2o9nJ1x4/5LYw7byDE0= github.com/sirupsen/logrus v1.9.0/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ= -github.com/sivchari/containedctx v1.0.2 h1:0hLQKpgC53OVF1VT7CeoFHk9YKstur1XOgfYIc1yrHI= -github.com/sivchari/containedctx v1.0.2/go.mod h1:PwZOeqm4/DLoJOqMSIJs3aKqXRX4YO+uXww087KZ7Bw= +github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ= +github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ= +github.com/sivchari/containedctx v1.0.3 h1:x+etemjbsh2fB5ewm5FeLNi5bUjK0V8n0RB+Wwfd0XE= +github.com/sivchari/containedctx v1.0.3/go.mod h1:c1RDvCbnJLtH4lLcYD/GqwiBSSf4F5Qk0xld2rBqzJ4= github.com/sivchari/nosnakecase v1.7.0 h1:7QkpWIRMe8x25gckkFd2A5Pi6Ymo0qgr4JrhGt95do8= github.com/sivchari/nosnakecase v1.7.0/go.mod h1:CwDzrzPea40/GB6uynrNLiorAlgFRvRbFSgJx2Gs+QY= github.com/sivchari/tenv v1.7.1 h1:PSpuD4bu6fSmtWMxSGWcvqUUgIn7k3yOJhOIzVWn8Ak= github.com/sivchari/tenv v1.7.1/go.mod h1:64yStXKSOxDfX47NlhVwND4dHwfZDdbp2Lyl018Icvg= +github.com/skeema/knownhosts v1.1.1 h1:MTk78x9FPgDFVFkDLTrsnnfCJl7g1C/nnKvePgrIngE= +github.com/skeema/knownhosts v1.1.1/go.mod h1:g4fPeYpque7P0xefxtGzV81ihjC8sX2IqpAoNkjxbMo= github.com/slack-go/slack v0.12.2 h1:x3OppyMyGIbbiyFhsBmpf9pwkUzMhthJMRNmNlA4LaQ= github.com/slack-go/slack v0.12.2/go.mod h1:hlGi5oXA+Gt+yWTPP0plCdRKmjsDxecdHxYQdlMQKOw= github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc= -github.com/smartystreets/assertions v1.2.0 h1:42S6lae5dvLc7BrLu/0ugRtcFVjoJNMC/N3yZFZkDFs= +github.com/smartystreets/assertions v1.13.1 h1:Ef7KhSmjZcK6AVf9YbJdvPYG9avaF0ZxudX+ThRdWfU= github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA= github.com/smartystreets/goconvey v1.6.4/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA= -github.com/smartystreets/goconvey v1.7.2 h1:9RBaZCeXEQ3UselpuwUQHltGVXvdwm6cv1hgR6gDIPg= +github.com/smartystreets/goconvey v1.8.0 h1:Oi49ha/2MURE0WexF052Z0m+BNSGirfjg5RL+JXWq3w= github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM= github.com/soheilhy/cmux v0.1.5/go.mod h1:T7TcVDs9LWfQgPlPsdngu6I6QIoyIFZDDC6sNE1GqG0= github.com/sonatard/noctx v0.0.2 h1:L7Dz4De2zDQhW8S0t+KUjY0MAQJd6SgVwhzNIc4ok00= @@ -2276,12 +2561,13 @@ github.com/spf13/afero v1.3.3/go.mod h1:5KUK8ByomD5Ti5Artl0RtHeI5pTF7MIDuXL3yY52 github.com/spf13/afero v1.6.0/go.mod h1:Ai8FlHk4v/PARR026UzYexafAt9roJ7LcLMAmO6Z93I= github.com/spf13/afero v1.8.2/go.mod h1:CtAatgMJh6bJEIs48Ay/FOnkljP3WeGUG0MC1RfAqwo= github.com/spf13/afero v1.9.2/go.mod h1:iUV7ddyEEZPO5gA3zD4fJt6iStLlL+Lg4m2cihcDf8Y= -github.com/spf13/afero v1.9.3 h1:41FoI0fD7OR7mGcKE/aOiLkGreyf8ifIOQmJANWogMk= -github.com/spf13/afero v1.9.3/go.mod h1:iUV7ddyEEZPO5gA3zD4fJt6iStLlL+Lg4m2cihcDf8Y= +github.com/spf13/afero v1.9.5 h1:stMpOSZFs//0Lv29HduCmli3GUfpFoF3Y1Q/aXj/wVM= +github.com/spf13/afero v1.9.5/go.mod h1:UBogFpq8E9Hx+xc5CNTTEpTnuHVmXDwZcZcE1eb/UhQ= github.com/spf13/cast v1.3.0/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkUJE= github.com/spf13/cast v1.3.1/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkUJE= -github.com/spf13/cast v1.5.0 h1:rj3WzYc11XZaIZMPKmwP96zkFEnnAmV8s6XbB2aY32w= github.com/spf13/cast v1.5.0/go.mod h1:SpXXQ5YoyJw6s3/6cMTQuxvgRl3PCJiyaX9p6b155UU= +github.com/spf13/cast v1.5.1 h1:R+kOtfhWQE6TVQzY+4D7wJLBgkdVasCEFxSUBYBYIlA= +github.com/spf13/cast v1.5.1/go.mod h1:b9PdjNptOpzXr7Rq1q9gJML/2cdGQAo69NKzQ10KN48= github.com/spf13/cobra v0.0.2-0.20171109065643-2da4a54c5cee/go.mod h1:1l0Ry5zgKvJasoi3XT1TypsSe7PqH0Sj9dhYf7v3XqQ= github.com/spf13/cobra v0.0.3/go.mod h1:1l0Ry5zgKvJasoi3XT1TypsSe7PqH0Sj9dhYf7v3XqQ= github.com/spf13/cobra v1.0.0/go.mod h1:/6GTrnGXV9HjY+aR4k0oJ5tcvakLuG6EuKReYlHNrgE= @@ -2301,8 +2587,8 @@ github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An github.com/spf13/viper v1.4.0/go.mod h1:PTJ7Z/lr49W6bUbkmS1V3by4uWynFiR9p7+dSq/yZzE= github.com/spf13/viper v1.7.0/go.mod h1:8WkrPz2fc9jxqZNCJI/76HCieCp4Q8HaLFoCha5qpdg= github.com/spf13/viper v1.13.0/go.mod h1:Icm2xNL3/8uyh/wFuB1jI7TiTNKp8632Nwegu+zgdYw= -github.com/spf13/viper v1.15.0 h1:js3yy885G8xwJa6iOISGFwd+qlUo5AvyXb7CiihdtiU= -github.com/spf13/viper v1.15.0/go.mod h1:fFcTBJxvhhzSJiZy8n+PeW6t8l+KeT/uTARa0jHOQLA= +github.com/spf13/viper v1.16.0 h1:rGGH0XDZhdUOryiDWjmIvUSWpbNqisK8Wk0Vyefw8hc= +github.com/spf13/viper v1.16.0/go.mod h1:yg78JgCJcbrQOvV9YLXgkLaZqUidkY9K+Dd1FofRzQg= github.com/ssgreg/nlreturn/v2 v2.2.1 h1:X4XDI7jstt3ySqGU86YGAURbxw3oTDPK9sPEi6YEwQ0= github.com/ssgreg/nlreturn/v2 v2.2.1/go.mod h1:E/iiPB78hV7Szg2YfRgyIrk1AD6JVMTRkkxBiELzh2I= github.com/stbenjam/no-sprintf-host-port v0.1.1 h1:tYugd/yrm1O0dV+ThCbaKZh195Dfm07ysF0U6JQXczc= @@ -2329,12 +2615,14 @@ github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5 github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= +github.com/stretchr/testify v1.7.2/go.mod h1:R6va5+xMeoiuVRoj+gSkQ7d3FALtqAAGI1FQKckRals= github.com/stretchr/testify v1.7.5/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= -github.com/stretchr/testify v1.8.3 h1:RP3t2pwF7cMEbC1dqtB6poj3niw/9gnV4Cjg5oW5gtY= github.com/stretchr/testify v1.8.3/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= +github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk= +github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw= github.com/subosito/gotenv v1.4.1/go.mod h1:ayKnFf/c6rvx/2iiLrJUk1e6plDbT3edrFNGqEflhK0= github.com/subosito/gotenv v1.4.2 h1:X1TuBLAMDFbaTAChgCBLu3DU3UPyELpnF2jjJ2cz/S8= @@ -2361,8 +2649,8 @@ github.com/theupdateframework/go-tuf v0.3.0 h1:od2sc5+BSkKZhmUG2o2rmruy0BGSmhrbD github.com/theupdateframework/go-tuf v0.3.0/go.mod h1:E5XP0wXitrFUHe4b8cUcAAdxBW4LbfnqF4WXXGLgWNo= github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk= github.com/tidwall/pretty v1.2.0 h1:RWIZEg2iJ8/g6fDDYzMpobmaoGh5OLl4AXtGUGPcqCs= -github.com/timakin/bodyclose v0.0.0-20221125081123-e39cf3fc478e h1:MV6KaVu/hzByHP0UvJ4HcMGE/8a6A4Rggc/0wx2AvJo= -github.com/timakin/bodyclose v0.0.0-20221125081123-e39cf3fc478e/go.mod h1:27bSVNWSBOHm+qRp1T9qzaIpsWEP6TbUnei/43HK+PQ= +github.com/timakin/bodyclose v0.0.0-20230421092635-574207250966 h1:quvGphlmUVU+nhpFa4gg4yJyTRJ13reZMDHrKwYw53M= +github.com/timakin/bodyclose v0.0.0-20230421092635-574207250966/go.mod h1:27bSVNWSBOHm+qRp1T9qzaIpsWEP6TbUnei/43HK+PQ= github.com/timonwong/loggercheck v0.9.4 h1:HKKhqrjcVj8sxL7K77beXh0adEm6DLjV/QOGeMXEVi4= github.com/timonwong/loggercheck v0.9.4/go.mod h1:caz4zlPcgvpEkXgVnAJGowHAMW2NwHaNlpS8xDbVhTg= github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399 h1:e/5i7d4oYZ+C1wj2THlRK+oAhjeS/TRQwMfkIuet3w0= @@ -2391,11 +2679,11 @@ github.com/urfave/cli v0.0.0-20171014202726-7bc6a0acffa5/go.mod h1:70zkFmudgCuE/ github.com/urfave/cli v1.20.0/go.mod h1:70zkFmudgCuE/ngEzBv17Jvp/497gISqfk5gWijbERA= github.com/urfave/cli v1.22.1/go.mod h1:Gos4lmkARVdJ6EkW0WaNv/tZAAMe9V7XWyB60NtXRu0= github.com/urfave/cli v1.22.2/go.mod h1:Gos4lmkARVdJ6EkW0WaNv/tZAAMe9V7XWyB60NtXRu0= -github.com/urfave/cli v1.22.4/go.mod h1:Gos4lmkARVdJ6EkW0WaNv/tZAAMe9V7XWyB60NtXRu0= +github.com/urfave/cli v1.22.12/go.mod h1:sSBEIC79qR6OvcmsD4U3KABeOTxDqQtdDnaFuUN30b8= github.com/uudashr/gocognit v1.0.6 h1:2Cgi6MweCsdB6kpcVQp7EW4U23iBFQWfTXiWlyp842Y= github.com/uudashr/gocognit v1.0.6/go.mod h1:nAIUuVBnYU7pcninia3BHOvQkpQCeO76Uscky5BOwcY= -github.com/vbatts/tar-split v0.11.2 h1:Via6XqJr0hceW4wff3QRzD5gAk/tatMw/4ZA7cTlIME= -github.com/vbatts/tar-split v0.11.2/go.mod h1:vV3ZuO2yWSVsz+pfFzDG/upWH1JhjOiEaWq6kXyQ3VI= +github.com/vbatts/tar-split v0.11.3 h1:hLFqsOLQ1SsppQNTMpkpPXClLDfC2A3Zgy9OUU+RVck= +github.com/vbatts/tar-split v0.11.3/go.mod h1:9QlHN18E+fEH7RdG+QAJJcuya3rqT7eXSTY7wGrAokY= github.com/vishvananda/netlink v0.0.0-20181108222139-023a6dafdcdf/go.mod h1:+SR5DhBJrl6ZM7CoCKvpw5BKroDKQ+PJqOg65H/2ktk= github.com/vishvananda/netlink v1.1.0/go.mod h1:cTgwzPIzzgDAYoQrMm0EdrjRUBkTqKYppBueQtXaqoE= github.com/vishvananda/netlink v1.1.1-0.20201029203352-d40f9887b852/go.mod h1:twkDnbuQxJYemMlGd4JFIcuhgX83tXhKS2B/PRMpOho= @@ -2411,11 +2699,10 @@ github.com/willf/bitset v1.1.11-0.20200630133818-d5bec3311243/go.mod h1:RjeCKbqT github.com/willf/bitset v1.1.11/go.mod h1:83CECat5yLh5zVOf4P1ErAgKA5UDvKtgyUABdr3+MjI= github.com/withfig/autocomplete-tools/integrations/cobra v1.2.1 h1:+dBg5k7nuTE38VVdoroRsT0Z88fmvdYrI2EjzJst35I= github.com/withfig/autocomplete-tools/integrations/cobra v1.2.1/go.mod h1:nmuySobZb4kFgFy6BptpXp/BBw+xFSyvVPP6auoJB4k= -github.com/xanzy/go-gitlab v0.83.0 h1:37p0MpTPNbsTMKX/JnmJtY8Ch1sFiJzVF342+RvZEGw= -github.com/xanzy/go-gitlab v0.83.0/go.mod h1:5ryv+MnpZStBH8I/77HuQBsMbBGANtVpLWC15qOjWAw= -github.com/xanzy/ssh-agent v0.3.0/go.mod h1:3s9xbODqPuuhK9JV1R321M/FlMZSBvE5aY6eAcqrDh0= -github.com/xanzy/ssh-agent v0.3.1 h1:AmzO1SSWxw73zxFZPRwaMN1MohDw8UyHnmuxyceTEGo= -github.com/xanzy/ssh-agent v0.3.1/go.mod h1:QIE4lCeL7nkC25x+yA3LBIYfwCc1TFziCtG7cBAac6w= +github.com/xanzy/go-gitlab v0.86.0 h1:jR8V9cK9jXRQDb46KOB20NCF3ksY09luaG0IfXE6p7w= +github.com/xanzy/go-gitlab v0.86.0/go.mod h1:5ryv+MnpZStBH8I/77HuQBsMbBGANtVpLWC15qOjWAw= +github.com/xanzy/ssh-agent v0.3.3 h1:+/15pJfg/RsTxqYcX6fHqOXZwwMP+2VyYWJeWM2qQFM= +github.com/xanzy/ssh-agent v0.3.3/go.mod h1:6dzNDKs0J9rVPHPhaGCukekBHKqfl+L3KghI1Bc68Uw= github.com/xdg-go/pbkdf2 v1.0.0/go.mod h1:jrpuAogTd400dnrH08LKmI/xc1MbPOebTwRqcT5RDeI= github.com/xdg-go/scram v1.0.2/go.mod h1:1WAq6h33pAW+iRreB34OORO2Nf7qel3VV3fjBj+hCSs= github.com/xdg-go/scram v1.1.1/go.mod h1:RaEWvsqvNKKvBPvcKeFjrG2cJqOkHTiyTpzz23ni57g= @@ -2427,6 +2714,11 @@ github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 h1:EzJWgHo github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415/go.mod h1:GwrjFmJcFw6At/Gs6z4yjiIwzuJ1/+UwLxMQDVQXShQ= github.com/xeipuuv/gojsonschema v0.0.0-20180618132009-1d523034197f/go.mod h1:5yf86TLmAcydyeJq5YvxkGPE2fm/u4myDekKRoLuqhs= github.com/xeipuuv/gojsonschema v1.2.0 h1:LhYJRs+L4fBtjZUfuSZIKGeVu0QRy8e5Xi7D17UxZ74= +github.com/xeipuuv/gojsonschema v1.2.0/go.mod h1:anYRn/JVcOK2ZgGU+IjEV4nwlhoK5sQluxsYJ78Id3Y= +github.com/xen0n/gosmopolitan v1.2.1 h1:3pttnTuFumELBRSh+KQs1zcz4fN6Zy7aB0xlnQSn1Iw= +github.com/xen0n/gosmopolitan v1.2.1/go.mod h1:JsHq/Brs1o050OOdmzHeOr0N7OtlnKRAGAsElF8xBQA= +github.com/xhit/go-str2duration v1.2.0/go.mod h1:3cPSlfZlUHVlneIVfePFWcJZsuwf+P1v2SRTV4cUmp4= +github.com/xhit/go-str2duration/v2 v2.1.0/go.mod h1:ohY8p+0f07DiV6Em5LKB0s2YpLtXVyJfNt1+BlmyAsU= github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 h1:nIPpBwaJSVYIxUFsDv3M8ofmx9yWTog9BfvIu0q41lo= github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2/go.mod h1:UETIi67q53MR2AWcXfiuqkDkRtnGDLqkBTpCHuJHxtU= github.com/xlab/treeprint v1.1.0/go.mod h1:gj5Gd3gPdKtR1ikdDK6fnFLdmIS0X30kTTuNd/WEJu0= @@ -2435,6 +2727,8 @@ github.com/yagipy/maintidx v1.0.0 h1:h5NvIsCz+nRDapQ0exNv4aJ0yXSI0420omVANTv3GJM github.com/yagipy/maintidx v1.0.0/go.mod h1:0qNf/I/CCZXSMhsRsrEPDZ+DkekpKLXAJfsTACwgXLk= github.com/yeya24/promlinter v0.2.0 h1:xFKDQ82orCU5jQujdaD8stOHiv8UN68BSdn2a8u8Y3o= github.com/yeya24/promlinter v0.2.0/go.mod h1:u54lkmBOZrpEbQQ6gox2zWKKLKu2SGe+2KOiextY+IA= +github.com/ykadowak/zerologlint v0.1.2 h1:Um4P5RMmelfjQqQJKtE8ZW+dLZrXrENeIzWWKw800U4= +github.com/ykadowak/zerologlint v0.1.2/go.mod h1:KaUskqF3e/v59oPmdq1U1DnKcuHokl2/K1U4pmIELKg= github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d/go.mod h1:rHwXgn7JulP+udvsHwJoVG1YGAP6VLg4y9I5dyZdqmA= github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= @@ -2446,11 +2740,14 @@ github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5t github.com/yvasiyarov/go-metrics v0.0.0-20140926110328-57bccd1ccd43/go.mod h1:aX5oPXxHm3bOH+xeAttToC8pqch2ScQN/JoXYupl6xs= github.com/yvasiyarov/gorelic v0.0.0-20141212073537-a9bba5b9ab50/go.mod h1:NUSPSUX/bi6SeDMUh6brw0nXpxHnc96TguQh0+r/ssA= github.com/yvasiyarov/newrelic_platform_go v0.0.0-20140908184405-b21fdbd4370f/go.mod h1:GlGEuHIJweS1mbCqG+7vt2nvWLzLLnRHbXz5JKd/Qbg= +github.com/zeebo/assert v1.3.0/go.mod h1:Pq9JiuJQpG8JLJdtkwrJESF0Foym2/D9XMU5ciN/wJ0= +github.com/zeebo/xxh3 v1.0.2/go.mod h1:5NWz9Sef7zIDm2JHfFlcQvNekmcEl9ekUZQQKCYaDcA= github.com/zenazn/goji v0.9.0/go.mod h1:7S9M489iMyHBNxwZnk9/EHS098H4/F6TATF2mIxtB1Q= gitlab.com/bosi/decorder v0.2.3 h1:gX4/RgK16ijY8V+BRQHAySfQAb354T7/xQpDB2n10P0= gitlab.com/bosi/decorder v0.2.3/go.mod h1:9K1RB5+VPNQYtXtTDAzd2OEftsZb1oV0IrJrzChSdGE= gitlab.com/digitalxero/go-conventional-commit v1.0.7 h1:8/dO6WWG+98PMhlZowt/YjuiKhqhGlOCwlIV8SqqGh8= gitlab.com/digitalxero/go-conventional-commit v1.0.7/go.mod h1:05Xc2BFsSyC5tKhK0y+P3bs0AwUtNuTp+mTpbCU/DZ0= +go-simpler.org/assert v0.5.0 h1:+5L/lajuQtzmbtEfh69sr5cRf2/xZzyJhFjoOz/PPqs= go.etcd.io/bbolt v1.3.2/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU= go.etcd.io/bbolt v1.3.3/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU= go.etcd.io/bbolt v1.3.5/go.mod h1:G5EMThwa9y8QZGBClrRx5EY+Yw9kAhnjy3bSjsnlVTQ= @@ -2490,35 +2787,35 @@ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.2 go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.28.0/go.mod h1:vEhqr0m4eTc+DWxfsXoXue2GBgV2uUwVznkGIHW/e5w= go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.20.0/go.mod h1:2AboqHi0CiIZU0qwhtUfCYD1GeUzvvIXWNkhDt7ZMG4= go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.31.0/go.mod h1:PFmBsWbldL1kiWZk9+0LBZz2brhByaGsvp6pRICMlPE= -go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.37.0/go.mod h1:+ARmXlUlc51J7sZeCBkBJNdHGySrdOzgzxp6VWRWM1U= +go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.40.0/go.mod h1:pcQ3MM3SWvrA71U4GDqv9UFDJ3HQsW7y5ZO3tDTlUdI= go.opentelemetry.io/otel v0.20.0/go.mod h1:Y3ugLH2oa81t5QO+Lty+zXf8zC9L26ax4Nzoxm/dooo= go.opentelemetry.io/otel v1.3.0/go.mod h1:PWIKzi6JCp7sM0k9yZ43VX+T345uNbAkDKwHVjb2PTs= go.opentelemetry.io/otel v1.6.0/go.mod h1:bfJD2DZVw0LBxghOTlgnlI0CV3hLDu9XF/QKOUXMTQQ= go.opentelemetry.io/otel v1.6.1/go.mod h1:blzUabWHkX6LJewxvadmzafgh/wnvBSDBdOuwkAtrWQ= go.opentelemetry.io/otel v1.11.1/go.mod h1:1nNhXBbWSD0nsL38H6btgnFN2k4i0sNLHNNMZMSbUGE= -go.opentelemetry.io/otel v1.11.2/go.mod h1:7p4EUV+AqgdlNV9gL97IgUZiVR3yrFXYo53f9BM3tRI= +go.opentelemetry.io/otel v1.14.0/go.mod h1:o4buv+dJzx8rohcUeRmWUZhqupFvzWis188WlggnNeU= go.opentelemetry.io/otel/exporters/otlp v0.20.0/go.mod h1:YIieizyaN77rtLJra0buKiNBOm9XQfkPEKBeuhoMwAM= go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.3.0/go.mod h1:VpP4/RMn8bv8gNo9uK7/IMY4mtWLELsS+JIP0inH0h4= go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.6.1/go.mod h1:NEu79Xo32iVb+0gVNV8PMd7GoWqnyDXRlj04yFjqz40= -go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.11.2/go.mod h1:rqbht/LlhVBgn5+k3M5QK96K5Xb0DvXpMJ5SFQpY6uw= +go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.14.0/go.mod h1:UFG7EBMRdXyFstOwH028U0sVf+AvukSGhF0g8+dmNG8= go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.3.0/go.mod h1:hO1KLR7jcKaDDKDkvI9dP/FIhpmna5lkqPUQdEjFAM8= go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.6.1/go.mod h1:YJ/JbY5ag/tSQFXzH3mtDmHqzF3aFn3DI/aB1n7pt4w= -go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.11.2/go.mod h1:5Qn6qvgkMsLDX+sYK64rHb1FPhpn0UtxF+ouX1uhyJE= +go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.14.0/go.mod h1:HrbCVv40OOLTABmOn1ZWty6CHXkU8DK/Urc43tHug70= go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.3.0/go.mod h1:keUU7UfnwWTWpJ+FWnyqmogPa82nuU5VUANFq49hlMY= go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.6.1/go.mod h1:UJJXJj0rltNIemDMwkOJyggsvyMG9QHfJeFH0HS5JjM= -go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.11.2/go.mod h1:jWZUM2MWhWCJ9J9xVbRx7tzK1mXKpAlze4CeulycwVY= +go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.14.0/go.mod h1:5w41DY6S9gZrbjuq6Y+753e96WfPha5IcsOSZTtullM= go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.3.0/go.mod h1:QNX1aly8ehqqX1LEa6YniTU7VY9I6R3X/oPxhGdTceE= go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.6.1/go.mod h1:DAKwdo06hFLc0U88O10x4xnb5sc7dDRDqRuiN+io8JE= -go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.11.2/go.mod h1:GZWSQQky8AgdJj50r1KJm8oiQiIPaAX7uZCFQX9GzC8= +go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.14.0/go.mod h1:+N7zNjIJv4K+DeX67XXET0P+eIciESgaFDBqh+ZJFS4= go.opentelemetry.io/otel/metric v0.20.0/go.mod h1:598I5tYlH1vzBjn+BTuhzTCSb/9debfNp6R3s7Pr1eU= go.opentelemetry.io/otel/metric v0.28.0/go.mod h1:TrzsfQAmQaB1PDcdhBauLMk7nyyg9hm+GoQq/ekE9Iw= -go.opentelemetry.io/otel/metric v0.34.0/go.mod h1:ZFuI4yQGNCupurTXCwkeD/zHBt+C2bR7bw5JqUm/AP8= +go.opentelemetry.io/otel/metric v0.37.0/go.mod h1:DmdaHfGt54iV6UKxsV9slj2bBRJcKC1B1uvDLIioc1s= go.opentelemetry.io/otel/oteltest v0.20.0/go.mod h1:L7bgKf9ZB7qCwT9Up7i9/pn0PWIa9FqQ2IQ8LoxiGnw= go.opentelemetry.io/otel/sdk v0.20.0/go.mod h1:g/IcepuwNsoiX5Byy2nNV0ySUF1em498m7hBWC279Yc= go.opentelemetry.io/otel/sdk v1.3.0/go.mod h1:rIo4suHNhQwBIPg9axF8V9CA72Wz2mKF1teNrup8yzs= go.opentelemetry.io/otel/sdk v1.6.1/go.mod h1:IVYrddmFZ+eJqu2k38qD3WezFR2pymCzm8tdxyh3R4E= go.opentelemetry.io/otel/sdk v1.11.1/go.mod h1:/l3FE4SupHJ12TduVjUkZtlfFqDCQJlOlithYrdktys= -go.opentelemetry.io/otel/sdk v1.11.2/go.mod h1:wZ1WxImwpq+lVRo4vsmSOxdd+xwoUJ6rqyLc3SyX9aU= +go.opentelemetry.io/otel/sdk v1.14.0/go.mod h1:bwIC5TjrNG6QDCHNWvW4HLHtUQ4I+VQDsnjhvyZCALM= go.opentelemetry.io/otel/sdk/export/metric v0.20.0/go.mod h1:h7RBNMsDJ5pmI1zExLi+bJK+Dr8NQCh0qGhm1KDnNlE= go.opentelemetry.io/otel/sdk/metric v0.20.0/go.mod h1:knxiS8Xd4E/N+ZqKmUPf3gTTZ4/0TjTXukfxjzSTpHE= go.opentelemetry.io/otel/trace v0.20.0/go.mod h1:6GjCW8zgDjwGHGa6GkyeB8+/5vjT16gUEi0Nf1iBdgw= @@ -2526,20 +2823,23 @@ go.opentelemetry.io/otel/trace v1.3.0/go.mod h1:c/VDhno8888bvQYmbYLqe41/Ldmr/KKu go.opentelemetry.io/otel/trace v1.6.0/go.mod h1:qs7BrU5cZ8dXQHBGxHMOxwME/27YH2qEp4/+tZLLwJE= go.opentelemetry.io/otel/trace v1.6.1/go.mod h1:RkFRM1m0puWIq10oxImnGEduNBzxiN7TXluRBtE+5j0= go.opentelemetry.io/otel/trace v1.11.1/go.mod h1:f/Q9G7vzk5u91PhbmKbg1Qn0rzH1LJ4vbPHFGkTPtOk= -go.opentelemetry.io/otel/trace v1.11.2/go.mod h1:4N+yC7QEz7TTsG9BSRLNAa63eg5E06ObSbKPmxQ/pKA= +go.opentelemetry.io/otel/trace v1.14.0/go.mod h1:8avnQLK+CG77yNLUae4ea2JDQ6iT+gozhnZjy/rw9G8= go.opentelemetry.io/proto/otlp v0.7.0/go.mod h1:PqfVotwruBrMGOCsRd/89rSnXhoiJIqeYNgFYFoEGnI= go.opentelemetry.io/proto/otlp v0.11.0/go.mod h1:QpEjXPrNQzrFDZgoTo49dgHR9RYRSrg3NAKnUGl9YpQ= go.opentelemetry.io/proto/otlp v0.12.1/go.mod h1:H7XAot3MsfNsj7EXtrA2q5xSNQ10UqI405h3+duxN4U= go.opentelemetry.io/proto/otlp v0.15.0/go.mod h1:H7XAot3MsfNsj7EXtrA2q5xSNQ10UqI405h3+duxN4U= go.opentelemetry.io/proto/otlp v0.19.0/go.mod h1:H7XAot3MsfNsj7EXtrA2q5xSNQ10UqI405h3+duxN4U= +go.tmz.dev/musttag v0.7.0 h1:QfytzjTWGXZmChoX0L++7uQN+yRCPfyFm+whsM+lfGc= +go.tmz.dev/musttag v0.7.0/go.mod h1:oTFPvgOkJmp5kYL02S8+jrH0eLrBIl57rzWeA26zDEM= go.uber.org/atomic v1.3.2/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE= go.uber.org/atomic v1.4.0/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE= go.uber.org/atomic v1.5.0/go.mod h1:sABNBOSYdrvTF6hTgEIbc7YasKWGhgEQZyfxyTvoXHQ= go.uber.org/atomic v1.6.0/go.mod h1:sABNBOSYdrvTF6hTgEIbc7YasKWGhgEQZyfxyTvoXHQ= go.uber.org/atomic v1.7.0/go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc= go.uber.org/atomic v1.9.0/go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc= -go.uber.org/atomic v1.10.0 h1:9qC72Qh0+3MqyJbAn8YU5xVq1frD8bn3JtD2oXtafVQ= go.uber.org/atomic v1.10.0/go.mod h1:LUxbIzbOniOlMKjJjyPfpl4v+PKK2cNJn91OQbhoJI0= +go.uber.org/atomic v1.11.0 h1:ZvwS0R+56ePWxUNi+Atn9dWONBPp/AUETXlHW0DxSjE= +go.uber.org/atomic v1.11.0/go.mod h1:LUxbIzbOniOlMKjJjyPfpl4v+PKK2cNJn91OQbhoJI0= go.uber.org/automaxprocs v1.5.1/go.mod h1:BF4eumQw0P9GtnuxxovUd06vwm1o18oMzFtK66vU6XU= go.uber.org/automaxprocs v1.5.2 h1:2LxUOGiR3O6tw8ui5sZa2LAaHnsviZdVOUZw4fvbnME= go.uber.org/automaxprocs v1.5.2/go.mod h1:eRbA25aqJrxAbsLO0xy5jVwPt7FQnRgjW+efnwa1WM0= @@ -2547,15 +2847,15 @@ go.uber.org/goleak v1.1.10/go.mod h1:8a7PlsEVH3e/a/GLqe5IIrQx6GzcnRmZEufDUTk4A7A go.uber.org/goleak v1.1.11-0.20210813005559-691160354723/go.mod h1:cwTWslyiVhfpKIDGSZEM2HlOvcqm+tG4zioyIeLoqMQ= go.uber.org/goleak v1.1.11/go.mod h1:cwTWslyiVhfpKIDGSZEM2HlOvcqm+tG4zioyIeLoqMQ= go.uber.org/goleak v1.1.12/go.mod h1:cwTWslyiVhfpKIDGSZEM2HlOvcqm+tG4zioyIeLoqMQ= -go.uber.org/goleak v1.2.0/go.mod h1:XJYK+MuIchqpmGmUSAzotztawfKvYLUIgg7guXrwVUo= go.uber.org/goleak v1.2.1 h1:NBol2c7O1ZokfZ0LEU9K6Whx/KnwvepVetCUhtKja4A= +go.uber.org/goleak v1.2.1/go.mod h1:qlT2yGI9QafXHhZZLxlSuNsMw3FFLxBr+tBRlmO1xH4= go.uber.org/multierr v1.1.0/go.mod h1:wR5kodmAFQ0UK8QlbwjlSNy0Z68gJhDJUG5sjR94q/0= go.uber.org/multierr v1.3.0/go.mod h1:VgVr7evmIr6uPjLBxg28wmKNXyqE9akIJ5XnfpiKl+4= go.uber.org/multierr v1.5.0/go.mod h1:FeouvMocqHpRaaGuG9EjoKcStLC43Zu/fmqdUMPcKYU= go.uber.org/multierr v1.6.0/go.mod h1:cdWPpRnG4AhwMwsgIHip0KRBQjJy5kYEpYjJxpXp9iU= go.uber.org/multierr v1.7.0/go.mod h1:7EAYxJLBy9rStEaz58O2t4Uvip6FSURkq8/ppBp95ak= -go.uber.org/multierr v1.9.0 h1:7fIwc/ZtS0q++VgcfqFDxSBZVv/Xo49/SYnDFupUwlI= -go.uber.org/multierr v1.9.0/go.mod h1:X2jQV1h+kxSjClGpnseKVIxpmcjrj7MNnI0bnlfKTVQ= +go.uber.org/multierr v1.11.0 h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0= +go.uber.org/multierr v1.11.0/go.mod h1:20+QtiLqy0Nd6FdQB9TLXag12DsQkrbs3htMFfDN80Y= go.uber.org/tools v0.0.0-20190618225709-2cfd321de3ee/go.mod h1:vJERXedbb3MVM5f9Ejo0C68/HhF8uaILCdgjnY+goOA= go.uber.org/zap v1.9.1/go.mod h1:vwi/ZaCAaUcBkycHslxD9B2zi4UTXhF60s6SWpuDF0Q= go.uber.org/zap v1.10.0/go.mod h1:vwi/ZaCAaUcBkycHslxD9B2zi4UTXhF60s6SWpuDF0Q= @@ -2564,13 +2864,12 @@ go.uber.org/zap v1.17.0/go.mod h1:MXVU+bhUf/A7Xi2HNOnopQOrmycQ5Ih87HtOu4q5SSo= go.uber.org/zap v1.19.1/go.mod h1:j3DNczoxDZroyBnOT1L/Q79cfUMGZxlv/9dzN7SM1rI= go.uber.org/zap v1.24.0 h1:FiJd5l1UOLj0wCgbSE0rwwXHzEdAZS6hiiSnxJN/D60= go.uber.org/zap v1.24.0/go.mod h1:2kMP+WWQ8aoFoedH3T2sq6iJ2yDWpHbP0f6MQbS9Gkg= -gocloud.dev v0.29.0 h1:fBy0jwJSmxs0IjT0fE32MO+Mj+307VZQwyHaTyFZbC4= -gocloud.dev v0.29.0/go.mod h1:E3dAjji80g+lIkq4CQeF/BTWqv1CBeTftmOb+gpyapQ= +gocloud.dev v0.30.0 h1:PRgA+DXUz8/uuTJDA7wc8o2Hwj9yZ2qAsShZ60esbE8= +gocloud.dev v0.30.0/go.mod h1:w+GlGVg/Jy9JV0Xc9eSXzUZeVEmSWW49W0syFK1+T9U= golang.org/x/crypto v0.0.0-20171113213409-9f005a07e0d3/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20180904163835-0709b304e793/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20181009213950-7c1a557ab941/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= -golang.org/x/crypto v0.0.0-20190219172222-a4c6cb3142f2/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= golang.org/x/crypto v0.0.0-20190411191339-88737f569e3a/go.mod h1:WFFai1msRO1wXaEeE5yQxYXgSfI8pQAWXbQop6sCtWE= golang.org/x/crypto v0.0.0-20190422162423-af44ce270edf/go.mod h1:WFFai1msRO1wXaEeE5yQxYXgSfI8pQAWXbQop6sCtWE= @@ -2610,9 +2909,13 @@ golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa/go.mod h1:IxCIyHEi3zRg3s0 golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= golang.org/x/crypto v0.0.0-20221012134737-56aed061732a/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= golang.org/x/crypto v0.1.0/go.mod h1:RecgLatLF4+eUMCP1PoPZQb+cVrJcOPbHkTkbkB9sbw= +golang.org/x/crypto v0.3.0/go.mod h1:hebNnKkNXi2UzZN1eVRvBB7co0a+JxK6XbPiWVs/3J4= +golang.org/x/crypto v0.3.1-0.20221117191849-2c476679df9a/go.mod h1:hebNnKkNXi2UzZN1eVRvBB7co0a+JxK6XbPiWVs/3J4= golang.org/x/crypto v0.6.0/go.mod h1:OFC/31mSvZgRz0V1QTNCzfAI1aIRzbiufJtkMIlEp58= -golang.org/x/crypto v0.9.0 h1:LF6fAI+IutBocDJ2OT0Q1g8plpYljMZ4+lty+dsqw3g= +golang.org/x/crypto v0.7.0/go.mod h1:pYwdfH91IfpZVANVyUOhSIPZaFoJGxTFbZhFTx+dXZU= golang.org/x/crypto v0.9.0/go.mod h1:yrmDGqONDYtNj3tH8X9dzUun2m2lzPa9ngI6/RUPGR0= +golang.org/x/crypto v0.10.0 h1:LKqV2xt9+kDzSTfOhx4FrkEBcMrAgHSYgzywV9zcGmM= +golang.org/x/crypto v0.10.0/go.mod h1:o4eNf7Ede1fv+hwOwZsTHl9EsPFO6q6ZvYR8vYfY45I= golang.org/x/exp v0.0.0-20180321215751-8460e604b9de/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20180807140117-3d87b88a115f/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= @@ -2620,16 +2923,18 @@ golang.org/x/exp v0.0.0-20190125153040-c74c464bbbf2/go.mod h1:CJ0aWSM057203Lf6IL golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522/go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8= golang.org/x/exp v0.0.0-20190829153037-c13cbed26979/go.mod h1:86+5VVa7VpoJ4kLfm080zCjGlMRFzhUhsZKEZO7MGek= +golang.org/x/exp v0.0.0-20191002040644-a1355ae1e2c3/go.mod h1:NOZ3BPKG0ec/BKJQgnvsSFpcKLM5xXVWnvZS97DWHgE= golang.org/x/exp v0.0.0-20191030013958-a1ab85dbe136/go.mod h1:JXzH8nQsPlswgeRAPE3MuO9GYsAcnJvJ4vnMwN/5qkY= golang.org/x/exp v0.0.0-20191129062945-2f5052295587/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4= golang.org/x/exp v0.0.0-20191227195350-da58074b4299/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4= golang.org/x/exp v0.0.0-20200119233911-0405dc783f0a/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4= golang.org/x/exp v0.0.0-20200207192155-f17229e696bd/go.mod h1:J/WKrq2StrnmMY6+EHIKF9dgMWnmCNThgcyBT1FY9mM= golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6/go.mod h1:3jZMyOhIsHpP37uCMkUooju7aAi5cS1Q23tOzKc+0MU= +golang.org/x/exp v0.0.0-20220827204233-334a2380cb91/go.mod h1:cyybsKvd6eL0RnXn6p/Grxp8F5bW7iYuBgsNCOHpMYE= golang.org/x/exp v0.0.0-20230108222341-4b8118a2686a/go.mod h1:CxIveKay+FTh1D0yPZemJVgC/95VzuuOLq5Qi4xnoYc= -golang.org/x/exp v0.0.0-20230124195608-d38c7dcee874/go.mod h1:CxIveKay+FTh1D0yPZemJVgC/95VzuuOLq5Qi4xnoYc= -golang.org/x/exp v0.0.0-20230321023759-10a507213a29 h1:ooxPy7fPvB4kwsA2h+iBNHkAbp/4JxTSwCmvdjEYmug= golang.org/x/exp v0.0.0-20230321023759-10a507213a29/go.mod h1:CxIveKay+FTh1D0yPZemJVgC/95VzuuOLq5Qi4xnoYc= +golang.org/x/exp v0.0.0-20230510235704-dd950f8aeaea h1:vLCWI/yYrdEHyN2JzIzPO3aaQJHQdp89IZBA/+azVC4= +golang.org/x/exp v0.0.0-20230510235704-dd950f8aeaea/go.mod h1:V1LtkGg67GoY2N1AnLN78QLrzxkLyJw7RJb1gzOOz9w= golang.org/x/exp/typeparams v0.0.0-20220428152302-39d4317da171/go.mod h1:AbB0pIl9nAr9wVwH+Z2ZpaocVmF5I4GyWCDIsVjR0bk= golang.org/x/exp/typeparams v0.0.0-20230203172020-98cc5a0785f9/go.mod h1:AbB0pIl9nAr9wVwH+Z2ZpaocVmF5I4GyWCDIsVjR0bk= golang.org/x/exp/typeparams v0.0.0-20230224173230-c95f2b4c22f2 h1:J74nGeMgeFnYQJN59eFwh06jX/V8g0lB7LWpjSLxtgU= @@ -2637,6 +2942,16 @@ golang.org/x/exp/typeparams v0.0.0-20230224173230-c95f2b4c22f2/go.mod h1:AbB0pIl golang.org/x/image v0.0.0-20180708004352-c73c2afc3b81/go.mod h1:ux5Hcp/YLpHSI86hEcLt0YII63i6oz57MZXIpbrjZUs= golang.org/x/image v0.0.0-20190227222117-0694c2d4d067/go.mod h1:kZ7UVZpmo3dzQBMxlp+ypCbDeSB+sBbTgSJuh5dn5js= golang.org/x/image v0.0.0-20190802002840-cff245a6509b/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0= +golang.org/x/image v0.0.0-20190910094157-69e4b8554b2a/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0= +golang.org/x/image v0.0.0-20200119044424-58c23975cae1/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0= +golang.org/x/image v0.0.0-20200430140353-33d19683fad8/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0= +golang.org/x/image v0.0.0-20200618115811-c13761719519/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0= +golang.org/x/image v0.0.0-20201208152932-35266b937fa6/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0= +golang.org/x/image v0.0.0-20210216034530-4410531fe030/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0= +golang.org/x/image v0.0.0-20210607152325-775e3b0c77b9/go.mod h1:023OzeP/+EPmXeapQh35lcL3II3LrY8Ic+EFFKVhULM= +golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d/go.mod h1:023OzeP/+EPmXeapQh35lcL3II3LrY8Ic+EFFKVhULM= +golang.org/x/image v0.0.0-20211028202545-6944b10bf410/go.mod h1:023OzeP/+EPmXeapQh35lcL3II3LrY8Ic+EFFKVhULM= +golang.org/x/image v0.0.0-20220302094943-723b81ca9867/go.mod h1:023OzeP/+EPmXeapQh35lcL3II3LrY8Ic+EFFKVhULM= golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= golang.org/x/lint v0.0.0-20190227174305-5b3e6a55c961/go.mod h1:wehouNa3lNwaWXcvxsM5YxQ5yQlVC4a0KAMCusXpPoU= golang.org/x/lint v0.0.0-20190301231843-5614ed5bae6f/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= @@ -2667,8 +2982,10 @@ golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91 golang.org/x/mod v0.6.0/go.mod h1:4mET923SAdbXp2ki8ey+zGs1SLqsuM2Y0uvdZR/fUNI= golang.org/x/mod v0.7.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= -golang.org/x/mod v0.10.0 h1:lFO9qtOdlre5W1jxS3r/4szv2/6iXxScdzjoBMXNhYk= +golang.org/x/mod v0.9.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= golang.org/x/mod v0.10.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= +golang.org/x/mod v0.11.0 h1:bUO06HqtnRcc/7l71XBe4WcqTZ+3AH1J59zWDDwLKgU= +golang.org/x/mod v0.11.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20180906233101-161cd47e91fd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= @@ -2721,7 +3038,6 @@ golang.org/x/net v0.0.0-20201224014010-6772e930b67b/go.mod h1:m0MpNAwzfU5UDzcl9v golang.org/x/net v0.0.0-20210119194325-5f4716e94777/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= golang.org/x/net v0.0.0-20210316092652-d523dce5a7f4/go.mod h1:RBQZq4jEuRlivfhVLdyRGr576XBO4/greRjx4P4O3yc= -golang.org/x/net v0.0.0-20210326060303-6b1517762897/go.mod h1:uSPa2vr4CLtc/ILN5odXGNXS6mhrKVzTaCXzk9m6W3k= golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4/go.mod h1:p54w0d4576C0XHj96bSt6lcn1PtDYWL6XObtHCRCNQM= golang.org/x/net v0.0.0-20210410081132-afb366fc7cd1/go.mod h1:9tjilg8BloeKEkVJvy7fQ90B1CfIiPueXVOjqfkSzI8= golang.org/x/net v0.0.0-20210421230115-4e50805a0758/go.mod h1:72T/g9IO56b78aLF+1Kcs5dz7/ng1VjMUvfKvpfy+jM= @@ -2731,10 +3047,12 @@ golang.org/x/net v0.0.0-20210520170846-37e1c6afe023/go.mod h1:9nx3DQGgdP8bBQD5qx golang.org/x/net v0.0.0-20210525063256-abc453219eb5/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/net v0.0.0-20210614182718-04defd469f4e/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/net v0.0.0-20210726213435-c6fcb2dbf985/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= +golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/net v0.0.0-20210825183410-e898025ed96a/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/net v0.0.0-20210917221730-978cfadd31cf/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= +golang.org/x/net v0.0.0-20211029224645-99673261e6eb/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/net v0.0.0-20211209124913-491a49abca63/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/net v0.0.0-20211216030914-fe4d6282115f/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= @@ -2756,12 +3074,15 @@ golang.org/x/net v0.0.0-20221014081412-f15817d10f9b/go.mod h1:YDH+HFinaLZZlnHAfS golang.org/x/net v0.1.0/go.mod h1:Cx3nUiGt4eDBEyega/BKRp+/AlGL8hYe7U9odMt2Cco= golang.org/x/net v0.2.0/go.mod h1:KqCZLdyyvdV855qA2rE3GC2aiw5xGR5TEjj8smXukLY= golang.org/x/net v0.3.0/go.mod h1:MBQ8lrhLObU/6UmLb4fmbmk5OcyYmqtbGd/9yIeKjEE= -golang.org/x/net v0.3.1-0.20221206200815-1e63c2f08a10/go.mod h1:MBQ8lrhLObU/6UmLb4fmbmk5OcyYmqtbGd/9yIeKjEE= golang.org/x/net v0.4.0/go.mod h1:MBQ8lrhLObU/6UmLb4fmbmk5OcyYmqtbGd/9yIeKjEE= golang.org/x/net v0.5.0/go.mod h1:DivGGAXEgPSlEBzxGzZI+ZLohi+xUj054jfeKui00ws= golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs= -golang.org/x/net v0.10.0 h1:X2//UzNDwYmtCLn7To6G58Wr6f5ahEAQgKNzv9Y951M= +golang.org/x/net v0.7.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs= +golang.org/x/net v0.8.0/go.mod h1:QVkue5JL9kW//ek3r6jTKnTFis1tRmNAW2P1shuFdJc= +golang.org/x/net v0.9.0/go.mod h1:d48xBJpPfHeWQsugry2m+kC02ZBRGRgulfHnEXEuWns= golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg= +golang.org/x/net v0.11.0 h1:Gi2tvZIJyBtO9SDr1q9h5hEQCp/4L2RQ+ar0qjx2oNU= +golang.org/x/net v0.11.0/go.mod h1:2L/ixqYpgIVXmeoSA/4Lu7BzTG4KIyPIryS4IsOd1oQ= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= @@ -2790,11 +3111,13 @@ golang.org/x/oauth2 v0.0.0-20220822191816-0ebed06d0094/go.mod h1:h4gKUeWbJ4rQPri golang.org/x/oauth2 v0.0.0-20220909003341-f21342109be1/go.mod h1:h4gKUeWbJ4rQPri7E0u6Gs4e9Ri2zaLxzw5DI5XGrYg= golang.org/x/oauth2 v0.0.0-20221006150949-b44042a4b9c1/go.mod h1:h4gKUeWbJ4rQPri7E0u6Gs4e9Ri2zaLxzw5DI5XGrYg= golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783/go.mod h1:h4gKUeWbJ4rQPri7E0u6Gs4e9Ri2zaLxzw5DI5XGrYg= -golang.org/x/oauth2 v0.3.0/go.mod h1:rQrIauxkUhJ6CuwEXwymO2/eh4xz2ZWF1nBkcxS+tGk= golang.org/x/oauth2 v0.4.0/go.mod h1:RznEsdpjGAINPTOF0UH/t+xJ75L18YO3Ho6Pyn+uRec= golang.org/x/oauth2 v0.5.0/go.mod h1:9/XBHVqLaWO3/BRHs5jbpYCnOZVjj5V0ndyaAM7KB4I= -golang.org/x/oauth2 v0.7.0 h1:qe6s0zUXlPX80/dITx3440hWZ7GwMwgDDyrSGTPJG/g= +golang.org/x/oauth2 v0.6.0/go.mod h1:ycmewcwgD4Rpr3eZJLSB4Kyyljb3qDh40vJ8STE5HKw= golang.org/x/oauth2 v0.7.0/go.mod h1:hPLQkd9LyjfXTiRohC/41GhcFqxisoUQ99sCUOHO9x4= +golang.org/x/oauth2 v0.8.0/go.mod h1:yr7u4HXZRm1R1kBWqr/xKNqewf0plRYoB7sla+BCIXE= +golang.org/x/oauth2 v0.9.0 h1:BPpt2kU7oMRq3kCHAA1tbSEshXRw1LpG2ztgDwrzuAs= +golang.org/x/oauth2 v0.9.0/go.mod h1:qYgFZaFiu6Wg24azG8bdV52QJXJGbZzIIsRCdVKzbLw= golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= @@ -2810,10 +3133,12 @@ golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJ golang.org/x/sync v0.0.0-20220513210516-0976fa681c29/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.0.0-20220819030929-7fc1605a5dde/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20220929204114-8fcdb60fdcc0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.2.0 h1:PUR+T4wwASmuSTYdKjYHI5TD22Wy5ogLU5qZCOLxBrI= golang.org/x/sync v0.2.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.3.0 h1:ftCYgMx6zT/asHUrPw8BLLscYtGznsLAnjq5RH9P66E= +golang.org/x/sync v0.3.0/go.mod h1:FU7BRWz2tNW+3quACPkgCx/L+uEAv1htQ0V83Z9Rj+Y= golang.org/x/sys v0.0.0-20180823144017-11551d06cbcc/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= @@ -2903,6 +3228,7 @@ golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20210220050731-9a76102bfb43/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210225134936-a50acf3fe073/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210303074136-134d130e1a04/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20210304124612-50617c2ba197/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210305230114-8fe3ee5dd75b/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210315160823-c6e025ad8005/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= @@ -2913,7 +3239,6 @@ golang.org/x/sys v0.0.0-20210420072515-93ed5bcd2bfe/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20210423082822-04245dca01da/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210423185535-09eb48e85fd7/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210426230700-d19ff857e887/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210502180810-71e4cd670f79/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210503080704-8803ae5d1324/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210510120138-977fb7262007/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210514084401-e8d321eab015/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= @@ -2961,8 +3286,9 @@ golang.org/x/sys v0.0.0-20220702020025-31831981b65f/go.mod h1:oPkhp1MJrh7nUepCBc golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20220731174439-a90be440212d/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220829200755-d48e67d00261/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220906165534-d0df966e6959/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220908164124-27713097b956/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= @@ -2970,8 +3296,11 @@ golang.org/x/sys v0.2.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.3.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.4.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.8.0 h1:EBmGv8NaZBZTWvrbjNoL6HVt+IVy3QDQpJs7VRIw3tU= +golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.7.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.9.0 h1:KS/R3tvhPqvJvwcKfnBHJwwthS11LRhmM5D59eEXa0s= +golang.org/x/sys v0.9.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/term v0.0.0-20201117132131-f5c789dd3221/go.mod h1:Nr5EML6q2oocZ2LXRh80K7BxOlk5/8JxuGnuhpl+muw= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= @@ -2982,8 +3311,11 @@ golang.org/x/term v0.2.0/go.mod h1:TVmDHMZPmdnySmBfhjOoOdhjzdE1h4u1VwSiw2l1Nuc= golang.org/x/term v0.3.0/go.mod h1:q750SLmJuPmVoN1blW3UFBPREJfb1KmY3vwxfr+nFDA= golang.org/x/term v0.4.0/go.mod h1:9P2UbLfCdcvo3p/nzKvsmas4TnlujnuoV9hGgYzW1lQ= golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k= -golang.org/x/term v0.8.0 h1:n5xxQn2i3PC0yLAbjTpNT85q/Kgzcr2gIoX9OrJUols= +golang.org/x/term v0.6.0/go.mod h1:m6U89DPEgQRMq3DNkDClhWw02AUbt2daBVO4cn4Hv9U= +golang.org/x/term v0.7.0/go.mod h1:P32HKFT3hSsZrRxla30E9HqToFYAQPCMs/zFMBUFqPY= golang.org/x/term v0.8.0/go.mod h1:xPskH00ivmX89bAKVGSKKtLOWNx2+17Eiy94tnKShWo= +golang.org/x/term v0.9.0 h1:GRRCnKYhdQrD8kfRAdQ6Zcw1P0OcELxGLKJvtjVMZ28= +golang.org/x/term v0.9.0/go.mod h1:M6DEAAIenWoTxdKrOltXcmDY3rSplQUkrvaDU5FcQyo= golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= @@ -2998,8 +3330,10 @@ golang.org/x/text v0.4.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= golang.org/x/text v0.5.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= golang.org/x/text v0.6.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= -golang.org/x/text v0.9.0 h1:2sjJmO8cDvYveuX97RDLsxlyUxLl+GHoLxBiRdHllBE= +golang.org/x/text v0.8.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8= golang.org/x/text v0.9.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8= +golang.org/x/text v0.10.0 h1:UpjohKhiEgNc0CSauXmwYftY1+LlaC75SJwh0SgCX58= +golang.org/x/text v0.10.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE= golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= @@ -3047,6 +3381,7 @@ golang.org/x/tools v0.0.0-20190823170909-c4a336ef6a2f/go.mod h1:b+2E5dAYhXwXZwtn golang.org/x/tools v0.0.0-20190907020128-2ca718005c18/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20190910044552-dd2b5c81c578/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20190911174233-4f2ddba30aff/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= +golang.org/x/tools v0.0.0-20190927191325-030b2cf1153e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191012152004-8de300cfc20a/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191029041327-9cc4af7d6b2c/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191029190741-b9c20aec41a5/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= @@ -3091,6 +3426,7 @@ golang.org/x/tools v0.0.0-20200916195026-c9a70fc28ce3/go.mod h1:z6u4i615ZeAfBE4X golang.org/x/tools v0.0.0-20201001104356-43ebab892c4c/go.mod h1:z6u4i615ZeAfBE4XtMziQW1fSVJXACjjbWkB/mvPzlU= golang.org/x/tools v0.0.0-20201023174141-c8cfbd0f21e6/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= golang.org/x/tools v0.0.0-20201110124207-079ba7bd75cd/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= +golang.org/x/tools v0.0.0-20201124115921-2c860bdd6e78/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= golang.org/x/tools v0.0.0-20201201161351-ac6f37ff4c2a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= golang.org/x/tools v0.0.0-20201208233053-a543418bbed2/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= golang.org/x/tools v0.0.0-20201224043029-2b0845dc783e/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= @@ -3115,8 +3451,10 @@ golang.org/x/tools v0.3.0/go.mod h1:/rWhSS2+zyEVwoJf8YAX6L2f0ntZ7Kn/mGgAWcipA5k= golang.org/x/tools v0.4.0/go.mod h1:UE5sM2OK9E/d67R0ANs2xJizIymRP5gJU295PvKXxjQ= golang.org/x/tools v0.5.0/go.mod h1:N+Kgy78s5I24c24dU8OfWNEotWjutIs8SnJvn5IDq+k= golang.org/x/tools v0.6.0/go.mod h1:Xwgl3UAJ/d3gWutnCtw505GrjyAbvKui8lOU390QaIU= -golang.org/x/tools v0.9.3 h1:Gn1I8+64MsuTb/HpH+LmQtNas23LhUVr3rYZ0eKuaMM= -golang.org/x/tools v0.9.3/go.mod h1:owI94Op576fPu3cIGQeHs3joujW/2Oc6MtlxbF5dfNc= +golang.org/x/tools v0.7.0/go.mod h1:4pg6aUX35JBAogB10C9AtvVL+qowtN4pT3CGSQex14s= +golang.org/x/tools v0.8.0/go.mod h1:JxBZ99ISMI5ViVkT1tr6tdNmXeTrcpVSD3vZ1RsRdN4= +golang.org/x/tools v0.10.0 h1:tvDr/iQoUqNdohiYm0LmmKcBk+q86lb9EprIUFhHHGg= +golang.org/x/tools v0.10.0/go.mod h1:UJwyiVBsOA2uwvK/e5OY3GTpDUJriEd+/YlqAwLPmyM= golang.org/x/xerrors v0.0.0-20190410155217-1f06c39b4373/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20190513163551-3ee3066db522/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= @@ -3130,8 +3468,12 @@ golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 h1:H2TDz8ibqkAF6YGhCdN3j golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2/go.mod h1:K8+ghG5WaK9qNqU5K3HdILfMLy1f3aNYFI/wnl100a8= gonum.org/v1/gonum v0.0.0-20180816165407-929014505bf4/go.mod h1:Y+Yx5eoAFn32cQvJDxZx5Dpnq+c3wtXuadVZAcxbbBo= gonum.org/v1/gonum v0.8.2/go.mod h1:oe/vMfY3deqTw+1EZJhuvEW2iwGF1bW9wwu7XCu0+v0= +gonum.org/v1/gonum v0.9.3/go.mod h1:TZumC3NeyVQskjXqmyWt4S3bINhy7B4eYwW69EbyX+0= +gonum.org/v1/gonum v0.11.0/go.mod h1:fSG4YDCxxUZQJ7rKsQrj0gMOg00Il0Z96/qMA4bVQhA= gonum.org/v1/netlib v0.0.0-20190313105609-8cb42192e0e0/go.mod h1:wa6Ws7BG/ESfp6dHfk7C6KdzKA7wR7u/rKwOGE66zvw= gonum.org/v1/plot v0.0.0-20190515093506-e2840ee46a6b/go.mod h1:Wt8AAjI+ypCyYX3nZBvf6cAIx93T+c/OS2HFAYskSZc= +gonum.org/v1/plot v0.9.0/go.mod h1:3Pcqqmp6RHvJI72kgb8fThyUnav364FOsdDo2aGW5lY= +gonum.org/v1/plot v0.10.1/go.mod h1:VZW5OlhkL1mysU9vaqNHnsy86inf6Ot+jB3r+BczCEo= google.golang.org/api v0.0.0-20160322025152-9bf6e6e569ff/go.mod h1:4mhQ8q/RsB7i+udVvVy5NUi08OU8ZlA0gRVgrF7VFY0= google.golang.org/api v0.4.0/go.mod h1:8k5glujaEP+g9n7WNsDg8QP6cUVNI86fCNMcbazEtwE= google.golang.org/api v0.7.0/go.mod h1:WtwebWUNSVBH/HAw79HIFXZNqEvBhG+Ra+ax0hx3E3M= @@ -3188,13 +3530,20 @@ google.golang.org/api v0.99.0/go.mod h1:1YOf74vkVndF7pG6hIHuINsM7eWwpVTAfNMNiL91 google.golang.org/api v0.100.0/go.mod h1:ZE3Z2+ZOr87Rx7dqFsdRQkRBk36kDtp/h+QpHbB7a70= google.golang.org/api v0.102.0/go.mod h1:3VFl6/fzoA+qNuS1N1/VfXY4LjoXN/wzeIp7TweWwGo= google.golang.org/api v0.103.0/go.mod h1:hGtW6nK1AC+d9si/UBhw8Xli+QMOf6xyNAyJw4qU9w0= -google.golang.org/api v0.104.0/go.mod h1:JCspTXJbBxa5ySXw4UgUqVer7DfVxbvc/CTUFqAED5U= google.golang.org/api v0.106.0/go.mod h1:2Ts0XTHNVWxypznxWOYUeI4g3WdP9Pk2Qk58+a/O9MY= google.golang.org/api v0.107.0/go.mod h1:2Ts0XTHNVWxypznxWOYUeI4g3WdP9Pk2Qk58+a/O9MY= google.golang.org/api v0.108.0/go.mod h1:2Ts0XTHNVWxypznxWOYUeI4g3WdP9Pk2Qk58+a/O9MY= google.golang.org/api v0.110.0/go.mod h1:7FC4Vvx1Mooxh8C5HWjzZHcavuS2f6pmJpZx60ca7iI= -google.golang.org/api v0.121.0 h1:8Oopoo8Vavxx6gt+sgs8s8/X60WBAtKQq6JqnkF+xow= -google.golang.org/api v0.121.0/go.mod h1:gcitW0lvnyWjSp9nKxAbdHKIZ6vF4aajGueeslZOyms= +google.golang.org/api v0.111.0/go.mod h1:qtFHvU9mhgTJegR31csQ+rwxyUTHOKFqCKWp1J0fdw0= +google.golang.org/api v0.114.0/go.mod h1:ifYI2ZsFK6/uGddGfAD5BMxlnkBqCmqHSDUVi45N5Yg= +google.golang.org/api v0.118.0/go.mod h1:76TtD3vkgmZ66zZzp72bUUklpmQmKlhh6sYtIjYK+5E= +google.golang.org/api v0.122.0/go.mod h1:gcitW0lvnyWjSp9nKxAbdHKIZ6vF4aajGueeslZOyms= +google.golang.org/api v0.123.0/go.mod h1:gcitW0lvnyWjSp9nKxAbdHKIZ6vF4aajGueeslZOyms= +google.golang.org/api v0.124.0/go.mod h1:xu2HQurE5gi/3t1aFCvhPD781p0a3p11sdunTJ2BlP4= +google.golang.org/api v0.125.0/go.mod h1:mBwVAtz+87bEN6CbA1GtZPDOqY2R5ONPqJeIlvyo4Aw= +google.golang.org/api v0.126.0/go.mod h1:mBwVAtz+87bEN6CbA1GtZPDOqY2R5ONPqJeIlvyo4Aw= +google.golang.org/api v0.128.0 h1:RjPESny5CnQRn9V6siglged+DZCgfu9l6mO9dkX9VOg= +google.golang.org/api v0.128.0/go.mod h1:Y611qgqaE92On/7g65MQgxYul3c0rEB894kniWLY750= google.golang.org/appengine v1.1.0/go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9YwlJXL52JkM= google.golang.org/appengine v1.4.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= google.golang.org/appengine v1.5.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= @@ -3280,6 +3629,7 @@ google.golang.org/genproto v0.0.0-20211118181313-81c1377c94b1/go.mod h1:5CzLGKJ6 google.golang.org/genproto v0.0.0-20211206160659-862468c7d6e0/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc= google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc= google.golang.org/genproto v0.0.0-20211221195035-429b39de9b1c/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc= +google.golang.org/genproto v0.0.0-20220107163113-42d7afdf6368/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc= google.golang.org/genproto v0.0.0-20220126215142-9970aeb2e350/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc= google.golang.org/genproto v0.0.0-20220207164111-0872dc986b00/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc= google.golang.org/genproto v0.0.0-20220218161850-94dd64e39d7c/go.mod h1:kGP+zUP2Ddo0ayMi4YuN7C3WZyJvGLZRh8Z5wnAqvEI= @@ -3304,7 +3654,6 @@ google.golang.org/genproto v0.0.0-20220617124728-180714bec0ad/go.mod h1:KEWEmljW google.golang.org/genproto v0.0.0-20220624142145-8cd45d7dbd1f/go.mod h1:KEWEmljWE5zPzLBa/oHl6DaEt9LmfH6WtH1OHIvleBA= google.golang.org/genproto v0.0.0-20220628213854-d9e0b6570c03/go.mod h1:KEWEmljWE5zPzLBa/oHl6DaEt9LmfH6WtH1OHIvleBA= google.golang.org/genproto v0.0.0-20220722212130-b98a9ff5e252/go.mod h1:GkXuJDJ6aQ7lnJcRF+SJVgFdQhypqgl3LB1C9vabdRE= -google.golang.org/genproto v0.0.0-20220728213248-dd149ef739b9/go.mod h1:iHe1svFLAZg9VWz891+QbRMwUv9O/1Ww+/mngYeThbc= google.golang.org/genproto v0.0.0-20220801145646-83ce21fca29f/go.mod h1:iHe1svFLAZg9VWz891+QbRMwUv9O/1Ww+/mngYeThbc= google.golang.org/genproto v0.0.0-20220815135757-37a418bb8959/go.mod h1:dbqgFATTzChvnt+ujMdZwITVAJHFtfyN1qUhDqEiIlk= google.golang.org/genproto v0.0.0-20220817144833-d7fd3f11b9b1/go.mod h1:dbqgFATTzChvnt+ujMdZwITVAJHFtfyN1qUhDqEiIlk= @@ -3325,22 +3674,47 @@ google.golang.org/genproto v0.0.0-20221014213838-99cd37c6964a/go.mod h1:1vXfmgAz google.golang.org/genproto v0.0.0-20221024153911-1573dae28c9c/go.mod h1:9qHF0xnpdSfF6knlcsnpzUu5y+rpwgbvsyGAZPBMg4s= google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e/go.mod h1:9qHF0xnpdSfF6knlcsnpzUu5y+rpwgbvsyGAZPBMg4s= google.golang.org/genproto v0.0.0-20221027153422-115e99e71e1c/go.mod h1:CGI5F/G+E5bKwmfYo09AXuVN4dD894kIKUFmVbP2/Fo= +google.golang.org/genproto v0.0.0-20221109142239-94d6d90a7d66/go.mod h1:rZS5c/ZVYMaOGBfO68GWtjOw/eLaZM1X6iVtgjZ+EWg= google.golang.org/genproto v0.0.0-20221114212237-e4508ebdbee1/go.mod h1:rZS5c/ZVYMaOGBfO68GWtjOw/eLaZM1X6iVtgjZ+EWg= google.golang.org/genproto v0.0.0-20221117204609-8f9c96812029/go.mod h1:rZS5c/ZVYMaOGBfO68GWtjOw/eLaZM1X6iVtgjZ+EWg= google.golang.org/genproto v0.0.0-20221118155620-16455021b5e6/go.mod h1:rZS5c/ZVYMaOGBfO68GWtjOw/eLaZM1X6iVtgjZ+EWg= google.golang.org/genproto v0.0.0-20221201164419-0e50fba7f41c/go.mod h1:rZS5c/ZVYMaOGBfO68GWtjOw/eLaZM1X6iVtgjZ+EWg= +google.golang.org/genproto v0.0.0-20221201204527-e3fa12d562f3/go.mod h1:rZS5c/ZVYMaOGBfO68GWtjOw/eLaZM1X6iVtgjZ+EWg= google.golang.org/genproto v0.0.0-20221202195650-67e5cbc046fd/go.mod h1:cTsE614GARnxrLsqKREzmNYJACSWWpAWdNMwnD7c2BE= -google.golang.org/genproto v0.0.0-20221205194025-8222ab48f5fc/go.mod h1:1dOng4TWOomJrDGhpXjfCD35wQC6jnC7HpRmOFRqEV0= -google.golang.org/genproto v0.0.0-20221206210731-b1a01be3a5f6/go.mod h1:1dOng4TWOomJrDGhpXjfCD35wQC6jnC7HpRmOFRqEV0= google.golang.org/genproto v0.0.0-20221227171554-f9683d7f8bef/go.mod h1:RGgjbofJ8xD9Sq1VVhDM1Vok1vRONV+rg+CjzG4SZKM= google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f/go.mod h1:RGgjbofJ8xD9Sq1VVhDM1Vok1vRONV+rg+CjzG4SZKM= google.golang.org/genproto v0.0.0-20230112194545-e10362b5ecf9/go.mod h1:RGgjbofJ8xD9Sq1VVhDM1Vok1vRONV+rg+CjzG4SZKM= google.golang.org/genproto v0.0.0-20230113154510-dbe35b8444a5/go.mod h1:RGgjbofJ8xD9Sq1VVhDM1Vok1vRONV+rg+CjzG4SZKM= +google.golang.org/genproto v0.0.0-20230123190316-2c411cf9d197/go.mod h1:RGgjbofJ8xD9Sq1VVhDM1Vok1vRONV+rg+CjzG4SZKM= google.golang.org/genproto v0.0.0-20230124163310-31e0e69b6fc2/go.mod h1:RGgjbofJ8xD9Sq1VVhDM1Vok1vRONV+rg+CjzG4SZKM= google.golang.org/genproto v0.0.0-20230125152338-dcaf20b6aeaa/go.mod h1:RGgjbofJ8xD9Sq1VVhDM1Vok1vRONV+rg+CjzG4SZKM= +google.golang.org/genproto v0.0.0-20230127162408-596548ed4efa/go.mod h1:RGgjbofJ8xD9Sq1VVhDM1Vok1vRONV+rg+CjzG4SZKM= google.golang.org/genproto v0.0.0-20230209215440-0dfe4f8abfcc/go.mod h1:RGgjbofJ8xD9Sq1VVhDM1Vok1vRONV+rg+CjzG4SZKM= -google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 h1:KpwkzHKEF7B9Zxg18WzOa7djJ+Ha5DzthMyZYQfEn2A= +google.golang.org/genproto v0.0.0-20230216225411-c8e22ba71e44/go.mod h1:8B0gmkoRebU8ukX6HP+4wrVQUY1+6PkQ44BSyIlflHA= +google.golang.org/genproto v0.0.0-20230222225845-10f96fb3dbec/go.mod h1:3Dl5ZL0q0isWJt+FVcfpQyirqemEuLAK/iFvg1UP1Hw= +google.golang.org/genproto v0.0.0-20230223222841-637eb2293923/go.mod h1:3Dl5ZL0q0isWJt+FVcfpQyirqemEuLAK/iFvg1UP1Hw= +google.golang.org/genproto v0.0.0-20230303212802-e74f57abe488/go.mod h1:TvhZT5f700eVlTNwND1xoEZQeWTB2RY/65kplwl/bFA= +google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4/go.mod h1:NWraEVixdDnqcqQ30jipen1STv2r/n24Wb7twVTGR4s= +google.golang.org/genproto v0.0.0-20230320184635-7606e756e683/go.mod h1:NWraEVixdDnqcqQ30jipen1STv2r/n24Wb7twVTGR4s= +google.golang.org/genproto v0.0.0-20230323212658-478b75c54725/go.mod h1:UUQDJDOlWu4KYeJZffbWgBkS1YFobzKbLVfK69pe0Ak= +google.golang.org/genproto v0.0.0-20230330154414-c0448cd141ea/go.mod h1:UUQDJDOlWu4KYeJZffbWgBkS1YFobzKbLVfK69pe0Ak= +google.golang.org/genproto v0.0.0-20230331144136-dcfb400f0633/go.mod h1:UUQDJDOlWu4KYeJZffbWgBkS1YFobzKbLVfK69pe0Ak= +google.golang.org/genproto v0.0.0-20230403163135-c38d8f061ccd/go.mod h1:UUQDJDOlWu4KYeJZffbWgBkS1YFobzKbLVfK69pe0Ak= google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1/go.mod h1:nKE/iIaLqn2bQwXBg8f1g2Ylh6r5MN5CmZvuzZCgsCU= +google.golang.org/genproto v0.0.0-20230525234025-438c736192d0/go.mod h1:9ExIQyXL5hZrHzQceCwuSYwZZ5QZBazOcprJ5rgs3lY= +google.golang.org/genproto v0.0.0-20230530153820-e85fd2cbaebc h1:8DyZCyvI8mE1IdLy/60bS+52xfymkE72wv1asokgtao= +google.golang.org/genproto v0.0.0-20230530153820-e85fd2cbaebc/go.mod h1:xZnkP7mREFX5MORlOPEzLMr+90PPZQ2QWzrVTWfAq64= +google.golang.org/genproto/googleapis/api v0.0.0-20230525234020-1aefcd67740a/go.mod h1:ts19tUU+Z0ZShN1y3aPyq2+O3d5FUNNgT6FtOzmrNn8= +google.golang.org/genproto/googleapis/api v0.0.0-20230525234035-dd9d682886f9/go.mod h1:vHYtlOoi6TsQ3Uk2yxR7NI5z8uoV+3pZtR4jmHIkRig= +google.golang.org/genproto/googleapis/api v0.0.0-20230526203410-71b5a4ffd15e/go.mod h1:vHYtlOoi6TsQ3Uk2yxR7NI5z8uoV+3pZtR4jmHIkRig= +google.golang.org/genproto/googleapis/api v0.0.0-20230530153820-e85fd2cbaebc h1:kVKPf/IiYSBWEWtkIn6wZXwWGCnLKcC8oWfZvXjsGnM= +google.golang.org/genproto/googleapis/api v0.0.0-20230530153820-e85fd2cbaebc/go.mod h1:vHYtlOoi6TsQ3Uk2yxR7NI5z8uoV+3pZtR4jmHIkRig= +google.golang.org/genproto/googleapis/bytestream v0.0.0-20230530153820-e85fd2cbaebc/go.mod h1:ylj+BE99M198VPbBh6A8d9n3w8fChvyLK3wwBOjXBFA= +google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234015-3fc162c6f38a/go.mod h1:xURIpW9ES5+/GZhnV6beoEtxQrnkRGIfP5VQG2tCBLc= +google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234030-28d5490b6b19/go.mod h1:66JfowdXAEgad5O9NnYcsNPLCPZJD++2L9X0PCMODrA= +google.golang.org/genproto/googleapis/rpc v0.0.0-20230526203410-71b5a4ffd15e/go.mod h1:66JfowdXAEgad5O9NnYcsNPLCPZJD++2L9X0PCMODrA= +google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc h1:XSJ8Vk1SWuNr8S18z1NZSziL0CPIXLCCMDOEFtHBOFc= +google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc/go.mod h1:66JfowdXAEgad5O9NnYcsNPLCPZJD++2L9X0PCMODrA= google.golang.org/grpc v0.0.0-20160317175043-d3ddb4469d5a/go.mod h1:yo6s7OP7yaDglbqo1J04qKzAhqBH6lvTonzMVmEdcZw= google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c= google.golang.org/grpc v1.20.1/go.mod h1:10oTOabMzJvdu6/UiuZezV6QK5dSlG84ov/aaiqXj38= @@ -3383,10 +3757,13 @@ google.golang.org/grpc v1.49.0/go.mod h1:ZgQEeidpAuNRZ8iRrlBKXZQP1ghovWIVhdJRyCD google.golang.org/grpc v1.50.0/go.mod h1:ZgQEeidpAuNRZ8iRrlBKXZQP1ghovWIVhdJRyCDK+GI= google.golang.org/grpc v1.50.1/go.mod h1:ZgQEeidpAuNRZ8iRrlBKXZQP1ghovWIVhdJRyCDK+GI= google.golang.org/grpc v1.51.0/go.mod h1:wgNDFcnuBGmxLKI/qn4T+m5BtEBYXJPvibbUPsAIPww= -google.golang.org/grpc v1.52.1/go.mod h1:pu6fVzoFb+NBYNAvQL08ic+lvB2IojljRYuun5vorUY= +google.golang.org/grpc v1.52.0/go.mod h1:pu6fVzoFb+NBYNAvQL08ic+lvB2IojljRYuun5vorUY= +google.golang.org/grpc v1.52.3/go.mod h1:pu6fVzoFb+NBYNAvQL08ic+lvB2IojljRYuun5vorUY= google.golang.org/grpc v1.53.0/go.mod h1:OnIrk0ipVdj4N5d9IUoFUx72/VlD7+jUsHwZgwSMQpw= -google.golang.org/grpc v1.55.0 h1:3Oj82/tFSCeUrRTg/5E/7d/W5A1tj6Ky1ABAuZuv5ag= +google.golang.org/grpc v1.54.0/go.mod h1:PUSEXI6iWghWaB6lXM4knEgpJNu2qUcKfDtNci3EC2g= google.golang.org/grpc v1.55.0/go.mod h1:iYEXKGkEBhg1PjZQvoYEVPTDkHo1/bjTnfwTeGONTY8= +google.golang.org/grpc v1.56.0 h1:+y7Bs8rtMd07LeXmL3NxcTLn7mUkbKZqEpPhMNkwJEE= +google.golang.org/grpc v1.56.0/go.mod h1:I9bI3vqKfayGqPUAwGdOSu7kt6oIJLixfffKrpXqQ9s= google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0/go.mod h1:6Kw0yEErY5E/yWrBtf03jp27GLLJujG4z/JK95pnjjw= google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8= google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0= @@ -3403,8 +3780,10 @@ google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQ google.golang.org/protobuf v1.27.1/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= google.golang.org/protobuf v1.28.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I= google.golang.org/protobuf v1.28.1/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I= -google.golang.org/protobuf v1.30.0 h1:kPPoIgf3TsEvrm0PFe15JQ+570QVxYzEvvHqChK+cng= +google.golang.org/protobuf v1.29.1/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I= google.golang.org/protobuf v1.30.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I= +google.golang.org/protobuf v1.31.0 h1:g0LDEJHgrBl9N9r17Ru3sqWhkIx2NB67okBHPwC7hs8= +google.golang.org/protobuf v1.31.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I= gopkg.in/airbrake/gobrake.v2 v2.0.9/go.mod h1:/h5ZAUhDkGaJfjzjKLSjv6zCL6O0LLBxU4K+aSYdM/U= gopkg.in/alecthomas/kingpin.v2 v2.2.6/go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLkstjWtayDeSgw= gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc h1:2gGKlE2+asNV9m7xrywl36YYNnBG5ZQ0r/BOOxqPpmk= @@ -3426,7 +3805,6 @@ gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2/go.mod h1:Xk6kEKp8OKb+X14hQBKW gopkg.in/inconshreveable/log15.v2 v2.0.0-20180818164646-67afb5ed74ec/go.mod h1:aPpfJ7XW+gOuirDoZ8gHhLh3kZ1B08FtV2bbmy7Jv3s= gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw= gopkg.in/ini.v1 v1.51.0/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= -gopkg.in/ini.v1 v1.57.0/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= gopkg.in/ini.v1 v1.66.6/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= gopkg.in/ini.v1 v1.67.0 h1:Dgnx+6+nfE+IfzjUEISNeydPJh9AXNNsWbGP9KzCsOA= gopkg.in/ini.v1 v1.67.0/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= @@ -3461,6 +3839,7 @@ gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C gopkg.in/yaml.v3 v3.0.0-20200605160147-a5ece683394c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= +gopkg.in/yaml.v3 v3.0.0/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gotest.tools v2.2.0+incompatible/go.mod h1:DsYFclhRJ6vuDpmuTbkuFWG+y2sxOXAzmJt81HFBacw= @@ -3475,6 +3854,7 @@ honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWh honnef.co/go/tools v0.0.1-2019.2.3/go.mod h1:a3bituU0lyd329TUQxRnasdCoJDkEUEAqEt0JzvZhAg= honnef.co/go/tools v0.0.1-2020.1.3/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k= honnef.co/go/tools v0.0.1-2020.1.4/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k= +honnef.co/go/tools v0.1.3/go.mod h1:NgwopIslSNH47DimFoV78dnkksY2EFtX0ajyb3K/las= honnef.co/go/tools v0.4.3 h1:o/n5/K5gXqk8Gozvs2cnL0F2S1/g1vcGCAx2vETjITw= honnef.co/go/tools v0.4.3/go.mod h1:36ZgoUOrqOk1GxwHhyryEkq8FQWkUO2xGuSMhUCcdvA= k8s.io/api v0.20.1/go.mod h1:KqwcCVogGxQY3nBlRpwt+wpAMF/KjaCc7RpywacvqUo= @@ -3482,16 +3862,16 @@ k8s.io/api v0.20.4/go.mod h1:++lNL1AJMkDymriNniQsWRkMDzRaX2Y/POTUi8yvqYQ= k8s.io/api v0.20.6/go.mod h1:X9e8Qag6JV/bL5G6bU8sdVRltWKmdHsFUGS3eVndqE8= k8s.io/api v0.22.5/go.mod h1:mEhXyLaSD1qTOf40rRiKXkc+2iCem09rWLlFwhCEiAs= k8s.io/api v0.23.5/go.mod h1:Na4XuKng8PXJ2JsploYYrivXrINeTaycCGcYgF91Xm8= -k8s.io/api v0.26.1/go.mod h1:xd/GBNgR0f707+ATNyPmQ1oyKSgndzXij81FzWGsejg= +k8s.io/api v0.26.2/go.mod h1:1kjMQsFE+QHPfskEcVNgL3+Hp88B80uj0QtSOlj8itU= k8s.io/apimachinery v0.20.1/go.mod h1:WlLqWAHZGg07AeltaI0MV5uk1Omp8xaN0JGLY6gkRpU= k8s.io/apimachinery v0.20.4/go.mod h1:WlLqWAHZGg07AeltaI0MV5uk1Omp8xaN0JGLY6gkRpU= k8s.io/apimachinery v0.20.6/go.mod h1:ejZXtW1Ra6V1O5H8xPBGz+T3+4gfkTCeExAHKU57MAc= k8s.io/apimachinery v0.22.1/go.mod h1:O3oNtNadZdeOMxHFVxOreoznohCpy0z6mocxbZr7oJ0= k8s.io/apimachinery v0.22.5/go.mod h1:xziclGKwuuJ2RM5/rSFQSYAj0zdbci3DH8kj+WvyN0U= k8s.io/apimachinery v0.23.5/go.mod h1:BEuFMMBaIbcOqVIJqNZJXGFTP4W6AycEpb5+m/97hrM= -k8s.io/apimachinery v0.26.1/go.mod h1:tnPmbONNJ7ByJNz9+n9kMjNP8ON+1qoAIIC70lztu74= -k8s.io/apimachinery v0.26.2 h1:da1u3D5wfR5u2RpLhE/ZtZS2P7QvDgLZTi9wrNZl/tQ= k8s.io/apimachinery v0.26.2/go.mod h1:ats7nN1LExKHvJ9TmwootT00Yz05MuYqPXEXaVeOy5I= +k8s.io/apimachinery v0.27.3 h1:Ubye8oBufD04l9QnNtW05idcOe9Z3GQN8+7PqmuVcUM= +k8s.io/apimachinery v0.27.3/go.mod h1:XNfZ6xklnMCOGGFNqXG7bUrQCoR04dh/E7FprV6pb+E= k8s.io/apiserver v0.20.1/go.mod h1:ro5QHeQkgMS7ZGpvf4tSMx6bBOgPfE+f52KwvXfScaU= k8s.io/apiserver v0.20.4/go.mod h1:Mc80thBKOyy7tbvFtB4kJv1kbdD0eIH8k8vianJcbFM= k8s.io/apiserver v0.20.6/go.mod h1:QIJXNt6i6JB+0YQRNcS0hdRHJlMhflFmsBDeSgT1r8Q= @@ -3501,7 +3881,7 @@ k8s.io/client-go v0.20.4/go.mod h1:LiMv25ND1gLUdBeYxBIwKpkSC5IsozMMmOOeSJboP+k= k8s.io/client-go v0.20.6/go.mod h1:nNQMnOvEUEsOzRRFIIkdmYOjAZrC8bgq0ExboWSU1I0= k8s.io/client-go v0.22.5/go.mod h1:cs6yf/61q2T1SdQL5Rdcjg9J1ElXSwbjSrW2vFImM4Y= k8s.io/client-go v0.23.5/go.mod h1:flkeinTO1CirYgzMPRWxUCnV0G4Fbu2vLhYCObnt/r4= -k8s.io/client-go v0.26.1/go.mod h1:IWNSglg+rQ3OcvDkhY6+QLeasV4OYHDjdqeWkDQZwGE= +k8s.io/client-go v0.26.2/go.mod h1:u5EjOuSyBa09yqqyY7m3abZeovO/7D/WehVVlZ2qcqU= k8s.io/code-generator v0.19.7/go.mod h1:lwEq3YnLYb/7uVXLorOJfxg+cUu2oihFhHZ0n9NIla0= k8s.io/component-base v0.20.1/go.mod h1:guxkoJnNoh8LNrbtiQOlyp2Y2XFCZQmrcg2n/DeYNLk= k8s.io/component-base v0.20.4/go.mod h1:t4p9EdiagbVCJKrQ1RsA5/V4rFQNDfRlevJajlGwgjI= @@ -3524,6 +3904,7 @@ k8s.io/klog/v2 v2.9.0/go.mod h1:hy9LJ/NvuK+iVyP4Ehqva4HxZG/oXyIS3n3Jmire4Ec= k8s.io/klog/v2 v2.30.0/go.mod h1:y1WjHnz7Dj687irZUWR/WLkLc5N1YHtjLdmgWjndZn0= k8s.io/klog/v2 v2.40.1/go.mod h1:y1WjHnz7Dj687irZUWR/WLkLc5N1YHtjLdmgWjndZn0= k8s.io/klog/v2 v2.80.1/go.mod h1:y1WjHnz7Dj687irZUWR/WLkLc5N1YHtjLdmgWjndZn0= +k8s.io/klog/v2 v2.90.1/go.mod h1:y1WjHnz7Dj687irZUWR/WLkLc5N1YHtjLdmgWjndZn0= k8s.io/klog/v2 v2.100.1 h1:7WCHKK6K8fNhTqfBhISHQ97KrnJNFZMcQvKp7gP/tmg= k8s.io/klog/v2 v2.100.1/go.mod h1:y1WjHnz7Dj687irZUWR/WLkLc5N1YHtjLdmgWjndZn0= k8s.io/kube-openapi v0.0.0-20200805222855-6aeccd4b50c6/go.mod h1:UuqjUnNftUyPE5H64/qeyjQoUZhGpeFDVdxjTeEVN2o= @@ -3532,7 +3913,7 @@ k8s.io/kube-openapi v0.0.0-20210421082810-95288971da7e/go.mod h1:vHXdDvt9+2spS2R k8s.io/kube-openapi v0.0.0-20211109043538-20434351676c/go.mod h1:vHXdDvt9+2spS2Rx9ql3I8tycm3H9FDfdUoIuKCefvw= k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65/go.mod h1:sX9MT8g7NVZM5lVL/j8QyCCJe8YSMW30QvGZWaCIDIk= k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280/go.mod h1:+Axhij7bCpeqhklhUTe3xmOn6bWxolyZEeyaFpjGtl4= -k8s.io/kube-openapi v0.0.0-20221207184640-f3cff1453715/go.mod h1:+Axhij7bCpeqhklhUTe3xmOn6bWxolyZEeyaFpjGtl4= +k8s.io/kube-openapi v0.0.0-20230303024457-afdc3dddf62d/go.mod h1:y5VtZWM9sHHc2ZodIH/6SHzXj+TPU5USoA8lcIeKEKY= k8s.io/kubernetes v1.13.0/go.mod h1:ocZa8+6APFNC2tX1DZASIbocyYT5jHzqFVsY5aoB7Jk= k8s.io/utils v0.0.0-20201110183641-67b214c5f920/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA= k8s.io/utils v0.0.0-20210802155522-efc7438f0176/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA= @@ -3540,18 +3921,52 @@ k8s.io/utils v0.0.0-20210819203725-bdf08cb9a70a/go.mod h1:jPW/WVKK9YHAvNhRxK0md/ k8s.io/utils v0.0.0-20210930125809-cb0fa318a74b/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA= k8s.io/utils v0.0.0-20211116205334-6203023598ed/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA= k8s.io/utils v0.0.0-20221107191617-1a15be271d1d/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0= -k8s.io/utils v0.0.0-20221128185143-99ec85e7a448/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0= -k8s.io/utils v0.0.0-20230115233650-391b47cb4029 h1:L8zDtT4jrxj+TaQYD0k8KNlr556WaVQylDXswKmX+dE= -k8s.io/utils v0.0.0-20230115233650-391b47cb4029/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0= -mvdan.cc/gofumpt v0.4.0 h1:JVf4NN1mIpHogBj7ABpgOyZc65/UUOkKQFkoURsz4MM= -mvdan.cc/gofumpt v0.4.0/go.mod h1:PljLOHDeZqgS8opHRKLzp2It2VBuSdteAgqUfzMTxlQ= +k8s.io/utils v0.0.0-20230308161112-d77c459e9343/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0= +k8s.io/utils v0.0.0-20230406110748-d93618cff8a2 h1:qY1Ad8PODbnymg2pRbkyMT/ylpTrCM8P2RJ0yroCyIk= +k8s.io/utils v0.0.0-20230406110748-d93618cff8a2/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0= +lukechampine.com/uint128 v1.1.1/go.mod h1:c4eWIwlEGaxC/+H1VguhU4PHXNWDCDMUlWdIWl2j1gk= +lukechampine.com/uint128 v1.2.0/go.mod h1:c4eWIwlEGaxC/+H1VguhU4PHXNWDCDMUlWdIWl2j1gk= +modernc.org/cc/v3 v3.36.0/go.mod h1:NFUHyPn4ekoC/JHeZFfZurN6ixxawE1BnVonP/oahEI= +modernc.org/cc/v3 v3.36.2/go.mod h1:NFUHyPn4ekoC/JHeZFfZurN6ixxawE1BnVonP/oahEI= +modernc.org/cc/v3 v3.36.3/go.mod h1:NFUHyPn4ekoC/JHeZFfZurN6ixxawE1BnVonP/oahEI= +modernc.org/ccgo/v3 v3.0.0-20220428102840-41399a37e894/go.mod h1:eI31LL8EwEBKPpNpA4bU1/i+sKOwOrQy8D87zWUcRZc= +modernc.org/ccgo/v3 v3.0.0-20220430103911-bc99d88307be/go.mod h1:bwdAnOoaIt8Ax9YdWGjxWsdkPcZyRPHqrOvJxaKAKGw= +modernc.org/ccgo/v3 v3.16.4/go.mod h1:tGtX0gE9Jn7hdZFeU88slbTh1UtCYKusWOoCJuvkWsQ= +modernc.org/ccgo/v3 v3.16.6/go.mod h1:tGtX0gE9Jn7hdZFeU88slbTh1UtCYKusWOoCJuvkWsQ= +modernc.org/ccgo/v3 v3.16.8/go.mod h1:zNjwkizS+fIFDrDjIAgBSCLkWbJuHF+ar3QRn+Z9aws= +modernc.org/ccgo/v3 v3.16.9/go.mod h1:zNMzC9A9xeNUepy6KuZBbugn3c0Mc9TeiJO4lgvkJDo= +modernc.org/ccorpus v1.11.6/go.mod h1:2gEUTrWqdpH2pXsmTM1ZkjeSrUWDpjMu2T6m29L/ErQ= +modernc.org/httpfs v1.0.6/go.mod h1:7dosgurJGp0sPaRanU53W4xZYKh14wfzX420oZADeHM= +modernc.org/libc v0.0.0-20220428101251-2d5f3daf273b/go.mod h1:p7Mg4+koNjc8jkqwcoFBJx7tXkpj00G77X7A72jXPXA= +modernc.org/libc v1.16.0/go.mod h1:N4LD6DBE9cf+Dzf9buBlzVJndKr/iJHG97vGLHYnb5A= +modernc.org/libc v1.16.1/go.mod h1:JjJE0eu4yeK7tab2n4S1w8tlWd9MxXLRzheaRnAKymU= +modernc.org/libc v1.16.17/go.mod h1:hYIV5VZczAmGZAnG15Vdngn5HSF5cSkbvfz2B7GRuVU= +modernc.org/libc v1.16.19/go.mod h1:p7Mg4+koNjc8jkqwcoFBJx7tXkpj00G77X7A72jXPXA= +modernc.org/libc v1.17.0/go.mod h1:XsgLldpP4aWlPlsjqKRdHPqCxCjISdHfM/yeWC5GyW0= +modernc.org/libc v1.17.1/go.mod h1:FZ23b+8LjxZs7XtFMbSzL/EhPxNbfZbErxEHc7cbD9s= +modernc.org/mathutil v1.2.2/go.mod h1:mZW8CKdRPY1v87qxC/wUdX5O1qDzXMP5TH3wjfpga6E= +modernc.org/mathutil v1.4.1/go.mod h1:mZW8CKdRPY1v87qxC/wUdX5O1qDzXMP5TH3wjfpga6E= +modernc.org/mathutil v1.5.0/go.mod h1:mZW8CKdRPY1v87qxC/wUdX5O1qDzXMP5TH3wjfpga6E= +modernc.org/memory v1.1.1/go.mod h1:/0wo5ibyrQiaoUoH7f9D8dnglAmILJ5/cxZlRECf+Nw= +modernc.org/memory v1.2.0/go.mod h1:/0wo5ibyrQiaoUoH7f9D8dnglAmILJ5/cxZlRECf+Nw= +modernc.org/memory v1.2.1/go.mod h1:PkUhL0Mugw21sHPeskwZW4D6VscE/GQJOnIpCnW6pSU= +modernc.org/opt v0.1.1/go.mod h1:WdSiB5evDcignE70guQKxYUl14mgWtbClRi5wmkkTX0= +modernc.org/opt v0.1.3/go.mod h1:WdSiB5evDcignE70guQKxYUl14mgWtbClRi5wmkkTX0= +modernc.org/sqlite v1.18.1/go.mod h1:6ho+Gow7oX5V+OiOQ6Tr4xeqbx13UZ6t+Fw9IRUG4d4= +modernc.org/strutil v1.1.1/go.mod h1:DE+MQQ/hjKBZS2zNInV5hhcipt5rLPWkmpbGeW5mmdw= +modernc.org/strutil v1.1.3/go.mod h1:MEHNA7PdEnEwLvspRMtWTNnp2nnyvMfkimT1NKNAGbw= +modernc.org/tcl v1.13.1/go.mod h1:XOLfOwzhkljL4itZkK6T72ckMgvj0BDsnKNdZVUOecw= +modernc.org/token v1.0.0/go.mod h1:UGzOrNV1mAFSEB63lOFHIpNRUVMvYTc6yu1SMY/XTDM= +modernc.org/z v1.5.1/go.mod h1:eWFB510QWW5Th9YGZT81s+LwvaAs3Q2yr4sP0rmLkv8= +mvdan.cc/gofumpt v0.5.0 h1:0EQ+Z56k8tXjj/6TQD25BFNKQXpCvT0rnansIc7Ug5E= +mvdan.cc/gofumpt v0.5.0/go.mod h1:HBeVDtMKRZpXyxFciAirzdKklDlGu8aAy1wEbH5Y9js= mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed h1:WX1yoOaKQfddO/mLzdV4wptyWgoH/6hwLs7QHTixo0I= mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed/go.mod h1:Xkxe497xwlCKkIaQYRfC7CSLworTXY9RMqwhhCm+8Nc= mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b h1:DxJ5nJdkhDlLok9K6qO+5290kphDJbHOQO1DFFFTeBo= mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b/go.mod h1:2odslEg/xrtNQqCYg2/jCoyKnw3vv5biOc3JnIcYfL4= mvdan.cc/unparam v0.0.0-20221223090309-7455f1af531d h1:3rvTIIM22r9pvXk+q3swxUQAQOxksVMGK7sml4nG57w= mvdan.cc/unparam v0.0.0-20221223090309-7455f1af531d/go.mod h1:IeHQjmn6TOD+e4Z3RFiZMMsLVL+A96Nvptar8Fj71is= -nhooyr.io/websocket v1.8.6/go.mod h1:B70DZP8IakI65RVQ51MsWP/8jndNma26DVA/nFSCgW0= +nhooyr.io/websocket v1.8.7/go.mod h1:B70DZP8IakI65RVQ51MsWP/8jndNma26DVA/nFSCgW0= rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8= rsc.io/pdf v0.1.1/go.mod h1:n8OzWcQ6Sp37PL01nO98y4iUCRdTGarVfzxY20ICaU4= rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0= @@ -3562,8 +3977,8 @@ sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.0.22/go.mod h1:LEScyz sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6/go.mod h1:p4QtZmO4uMYipTQNzagwnNoseA6OxSUutVw05NhYDRs= sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2/go.mod h1:B8JuhiUyNFVKdsE8h686QcCxMaH6HrOAZj4vswFpcB0= sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd/go.mod h1:B8JuhiUyNFVKdsE8h686QcCxMaH6HrOAZj4vswFpcB0= -sigs.k8s.io/kind v0.17.0 h1:CScmGz/wX66puA06Gj8OZb76Wmk7JIjgWf5JDvY7msM= -sigs.k8s.io/kind v0.17.0/go.mod h1:Qqp8AiwOlMZmJWs37Hgs31xcbiYXjtXlRBSftcnZXQk= +sigs.k8s.io/kind v0.20.0 h1:f0sc3v9mQbGnjBUaqSFST1dwIuiikKVGgoTwpoP33a8= +sigs.k8s.io/kind v0.20.0/go.mod h1:aBlbxg08cauDgZ612shr017/rZwqd7AS563FvpWKPVs= sigs.k8s.io/structured-merge-diff/v4 v4.0.1/go.mod h1:bJZC9H9iH24zzfZ/41RGcq60oK1F7G282QMXDPYydCw= sigs.k8s.io/structured-merge-diff/v4 v4.0.2/go.mod h1:bJZC9H9iH24zzfZ/41RGcq60oK1F7G282QMXDPYydCw= sigs.k8s.io/structured-merge-diff/v4 v4.0.3/go.mod h1:bJZC9H9iH24zzfZ/41RGcq60oK1F7G282QMXDPYydCw=