Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: bump the all group in /cli with 13 updates #1896

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 24, 2023

Bumps the all group in /cli with 13 updates:

Package From To
cloud.google.com/go/asset 1.14.1 1.15.1
github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test 0.8.1 0.9.1
github.com/google/go-cmp 0.5.9 0.6.0
github.com/hashicorp/hcl/v2 2.18.0 2.19.1
github.com/invopop/jsonschema 0.8.0 0.12.0
github.com/jedib0t/go-pretty/v6 6.4.7 6.4.8
github.com/migueleliasweb/go-github-mock 0.0.19 0.0.20
github.com/open-policy-agent/opa 0.56.0 0.57.1
github.com/otiai10/copy 1.12.0 1.14.0
github.com/spf13/viper 1.16.0 1.17.0
golang.org/x/oauth2 0.12.0 0.13.0
google.golang.org/api 0.143.0 0.148.0
sigs.k8s.io/yaml 1.3.0 1.4.0

Updates cloud.google.com/go/asset from 1.14.1 to 1.15.1

Release notes

Sourced from cloud.google.com/go/asset's releases.

retail: v1.14.2

1.14.2 (2023-10-12)

Bug Fixes

  • retail: Update golang.org/x/net to v0.17.0 (174da47)
Commits
  • 2952e20 chore: release main (#8362)
  • 1639d62 feat(batch): Clarify Batch API proto doc about pubsub notifications (#8394)
  • 01951e6 fix(datastore): fix NoIndex for array property (#7674)
  • 7a4137a chore: update all go versions to 1.19 (#8395)
  • c38e910 feat(translate): Added shadow removal and rotation correction options to Docu...
  • 1390cbd fix(dataplex): remove unused annotation in results_table (#8382)
  • 8c46711 chore(storage): add trace support to benchmark (#8389)
  • 9b6e7c6 feat(spanner): add integration tests for Bit Reversed Sequences (#7924)
  • f2af2a9 Enabling Go Integration tests for databoost (#8295)
  • b30a7f4 docs(bigquery/storage/managedwriter): augment context usage in package docs (...
  • Additional commits viewable in compare view

Updates github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test from 0.8.1 to 0.9.1

Release notes

Sourced from github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test's releases.

CLI Release v0.9.1

No release notes provided.

infra/blueprint-test: v0.9.1

0.9.1 (2023-10-17)

Bug Fixes

  • deps: bump golang.org/x/net from 0.15.0 to 0.17.0 in /infra/blueprint-test (#1874) (334a17e)

CLI Release v0.9.0

No release notes provided.

infra/blueprint-test: v0.9.0

0.9.0 (2023-09-29)

Features

  • allow user to specify/override outputs from the setup stage (#1741) (8365efb)
Commits
  • 993319a fix: removes repo name validation (#1469)
  • 366ae4a fix: updates the update-tooling-workflow for cft and k8s (#1471)
  • e9291a2 chore: add alloy db, update maintainers and fmt (#1466)
  • 4b47ba9 chore: onboard ecommerce microservices app repo (#1462)
  • bba577d feat: adds display metadata generation to the cli (#1464)
  • da9a107 chore: update actions/stale@v8 (#1463)
  • ca57f90 fix: update module-swapper GO 1.18 and modules (#1459)
  • 9cb3b34 fix: update fbf to GO 1.18 and modules (#1460)
  • c6dbe2b chore(deps): update peter-evans/create-pull-request digest to 495ffbb (#1456)
  • bf6e1fa chore(deps): update actions/setup-go action to v4 (#1457)
  • Additional commits viewable in compare view

Updates github.com/google/go-cmp from 0.5.9 to 0.6.0

Release notes

Sourced from github.com/google/go-cmp's releases.

v0.6.0

New API:

  • (#340) Add cmpopts.EquateComparable

Documentation changes:

  • (#337) Use of hotlinking of Go identifiers

Build changes:

  • (#325) Remove purego fallbacks

Testing changes:

  • (#322) Run tests for Go 1.20 version
  • (#332) Pin GitHub action versions
  • (#327) set workflow permission to read-only
Commits

Updates github.com/hashicorp/hcl/v2 from 2.18.0 to 2.19.1

Release notes

Sourced from github.com/hashicorp/hcl/v2's releases.

v2.19.1

What's Changed

Full Changelog: hashicorp/hcl@v2.19.0...v2.19.1

v2.18.1

Bugs Fixed

  • hclsyntax: Conditional expressions will no longer panic when one or both of their results are "marked", as is the case for situations like how HashiCorp Terraform tracks its concept of "sensitive values". (#630)
Changelog

Sourced from github.com/hashicorp/hcl/v2's changelog.

HCL Changelog

v2.19.0 (October 16, 2023)

Enhancements

  • ext/dynblock: dynblock.Expand now supports an optional hook for calling applications to check and potentially veto (by returning error diagnostics) particular for_each values. The behavior is unchanged for callers that don't set the new option. (#634)

Bugs Fixed

  • hclsyntax: Further fixes for treatment of "marked" values in the conditional expression, and better tracking of refined values into the conditional expression results, building on the fixes from v2.18.1. (#633)

v2.18.1 (October 5, 2023)

Bugs Fixed

  • hclsyntax: Conditional expressions will no longer panic when one or both of their results are "marked", as is the case for situations like how HashiCorp Terraform tracks its concept of "sensitive values". (#630)
Commits
  • 341ffa4 Merge pull request #635 from hashicorp/jbardin/WithoutOptionalAttributesDeep
  • 9847e90 hcldec must use WithoutOptionalAttributesDeep
  • 925bfe8 CHANGELOG: prepare for v2.19.0 release
  • 0af4fe2 ext/dynblock: Allow callers to veto for_each values
  • 4945193 Merge pull request #633 from hashicorp/jbardin/conditional-length-refinements
  • bad33d5 further refine refinement handling
  • e4589e3 Range() calls must always be unmarked
  • 3a30333 refinements of collections must use Range()
  • 63067e8 hcldec: New test for marks+refinements together
  • 6ec7124 hclsyntax: New tests for marks+refinments together
  • Additional commits viewable in compare view

Updates github.com/invopop/jsonschema from 0.8.0 to 0.12.0

Commits
  • 9b6bb6e Merge pull request #108 from invopop/schema-property-alias
  • f45517c Typo
  • ab81e2a Fixing linting
  • 933814a support for JSONSchemaAlias y JSONSchemaProperty methods
  • 0108689 Support for JSONSchemaAlias method
  • 12cbc49 Updating test output with new number parsing
  • cada51d Merge pull request #96 from Hotdawg/regex_with_equals
  • 9d905a2 Limit split on genericKeywords
  • 080d97d Merge branch 'invopop:main' into regex_with_equals
  • ab48bdb Merge pull request #105 from cloudquery/fix/zero-max-min-length
  • Additional commits viewable in compare view

Updates github.com/jedib0t/go-pretty/v6 from 6.4.7 to 6.4.8

Release notes

Sourced from github.com/jedib0t/go-pretty/v6's releases.

v6.4.8

Features

Commits

Updates github.com/migueleliasweb/go-github-mock from 0.0.19 to 0.0.20

Release notes

Sourced from github.com/migueleliasweb/go-github-mock's releases.

v0.0.20

What's Changed

New Contributors

Full Changelog: migueleliasweb/go-github-mock@v0.0.19...v0.0.20

Commits

Updates github.com/open-policy-agent/opa from 0.56.0 to 0.57.1

Release notes

Sourced from github.com/open-policy-agent/opa's releases.

v0.57.1

This is a bug fix release addressing the following security issues:

Golang security fix GO-2023-2102

A malicious HTTP/2 client which rapidly creates requests and immediately resets them can cause excessive server resource consumption.

OpenTelemetry-Go Contrib security fix CVE-2023-45142

Denial of service in otelhttp due to unbound cardinality metrics.

v0.57.0

This release contains an updated Rego syntax to allow general references in rule heads, and a mix of new features and bugfixes.

Support for General References in Rule Heads

In OPA 0.56.0, we introduced support for general references in rule heads as an experimental feature. It has now graduated to a fully supported feature, and is no longer experimental.

A general reference is a reference with variables at arbitrary locations. In Rego, partial rules are used for generating sets and objects. In previous versions of OPA, variables were only allowed in the very last position in the rule's reference. Now, Rego has been expanded to allow rules to be declared with general references in their head, with variables at arbitrary locations. This allows for generating nested dynamic object structures:

package example
import future.keywords
Converting a flat list of users to a mapping by "role" and then "id".
users_by_role[role][id] := user if {
some user in data.users
id := user.id
role := user.role
}
Explicit "admin" key override to the above mapping.
users_by_role.admin[id] := user if {
some user in data.admins
id := user.id
}
Leaf entries can be multi-value.
users_by_country[country] contains user.id if {
some user in data.users
country := user.country
}

... (truncated)

Changelog

Sourced from github.com/open-policy-agent/opa's changelog.

0.57.1

This is a bug fix release addressing the following security issues:

Golang security fix GO-2023-2102

A malicious HTTP/2 client which rapidly creates requests and immediately resets them can cause excessive server resource consumption.

OpenTelemetry-Go Contrib security fix CVE-2023-45142

Denial of service in otelhttp due to unbound cardinality metrics.

0.57.0

This release contains an updated Rego syntax to allow general references in rule heads, and a mix of new features and bugfixes.

Support for General References in Rule Heads

In OPA 0.56.0, we introduced support for general references in rule heads as an experimental feature. It has now graduated to a fully supported feature, and is no longer experimental.

A general reference is a reference with variables at arbitrary locations. In Rego, partial rules are used for generating sets and objects. In previous versions of OPA, variables were only allowed in the very last position in the rule's reference. Now, Rego has been expanded to allow rules to be declared with general references in their head, with variables at arbitrary locations. This allows for generating nested dynamic object structures:

package example
import future.keywords
Converting a flat list of users to a mapping by "role" and then "id".
users_by_role[role][id] := user if {
some user in data.users
id := user.id
role := user.role
}
Explicit "admin" key override to the above mapping.
users_by_role.admin[id] := user if {
some user in data.admins
id := user.id
}
Leaf entries can be multi-value.
users_by_country[country] contains user.id if {
some user in data.users
country := user.country
}
</tr></table>

... (truncated)

Commits
  • fc26bd1 Prepare v0.57.1 release
  • 6eabc13 vendor: Updates for OpenTelemetry-Go Contrib
  • fbbb6e5 deps: Bump OpenTelemetry-Go Contrib 0.45.0
  • 5243108 golang: Update golang to 1.21.3
  • c2f42aa Prepare v0.57.0 release (#6256)
  • c36a605 docs: Documenting general refs in rule heads (#6244)
  • 974586e server: Add test case for bundle update - query API handler scenario
  • c5314e3 Removing EXPERIMENTAL_GENERAL_RULE_REFS feature flag (#6252)
  • c9d1a8d planner: Adding support for general ref rule heads (#6235)
  • 391cb0c Add rego-cpp to OPA Ecosystem
  • Additional commits viewable in compare view

Updates github.com/otiai10/copy from 1.12.0 to 1.14.0

Commits
  • fba066a Merge pull request #123 from otiai10/feature/concurrent-dcopy
  • 4118a68 Change interface name: NumOfWorkers
  • 0b8d7bd Add benchmark test
  • 3eebd94 Refactor: Remove useless if-condition
  • a5478ea Remove unnecessary cancel context
  • 79342f5 Do not acquire semaphore worker for directory
  • c165d68 Add more test files for case19 to fail
  • 87cb224 Update README
  • e88ee39 Implementation for concurrent dcopy
  • 4c9bb1f Add tests for concurrent dcopy
  • Additional commits viewable in compare view

Updates github.com/spf13/viper from 1.16.0 to 1.17.0

Release notes

Sourced from github.com/spf13/viper's releases.

v1.17.0

Major changes

Highlighting some of the changes for better visibility.

Please share your feedback in the Discussion forum. Thanks! ❤️

Minimum Go version: 1.19

Viper now requires Go 1.19

This change ensures we can stay up to date with modern practices and dependencies.

log/slog support [BREAKING]

Viper v1.11.0 added an experimental Logger interface to allow custom implementations (besides jwalterweatherman).

In addition, it also exposed an experimental WithLogger function allowing to set a custom logger.

This release deprecates that interface in favor of log/slog released in Go 1.21.

[!WARNING] WithLogger accepts an *slog.Logger from now on.

To preserve backwards compatibility with older Go versions, prior to Go 1.21 Viper accepts a *golang.org/x/exp/slog.Logger.

The experimental flag is removed.

New finder implementation [BREAKING]

As of this release, Viper uses a new library to look for files, called locafero.

The new library is better covered by tests and has been built from scratch as a general purpose file finder library.

The implementation is experimental and is hidden behind a finder build tag.

[!WARNING] The io/fs based implementation (that used to be hidden behind a finder build tag) has been removed.

What's Changed

Exciting New Features 🎉

Enhancements 🚀

... (truncated)

Commits
  • f62f86a refactor: make use of strings.Cut
  • 94632fa chore: Use pip3 explicitly to install yamllint
  • 3f6cadc chore: Fix copy-paste error for yamllint target
  • 287507c docs: add set subset KV example
  • f1cb226 chore(deps): update crypt
  • c292b55 test: refactor asserts
  • 3d006fe refactor: replace interface{} with any
  • 8a6dc5d build(deps): bump github/codeql-action from 2.21.8 to 2.21.9
  • 96c5c00 chore: remove deprecated build tags
  • 44911d2 build(deps): bump github/codeql-action from 2.21.7 to 2.21.8
  • Additional commits viewable in compare view

Updates golang.org/x/oauth2 from 0.12.0 to 0.13.0

Commits
  • 3c5dbf0 go.mod: update golang.org/x dependencies
  • 11625cc google: add authorized_user conditional to Credentials.UniverseDomain
  • 8d6d45b google: add Credentials.UniverseDomain to support TPC
  • 43b6a7b google: adding support for external account authorized user
  • 14b275c oauth2: workaround misspelling of verification_uri
  • 18352fc google/internal/externalaccount: adding BYOID Metrics
  • 9095a51 oauth2: clarify error if endpoint missing DeviceAuthURL
  • 2d9e4a2 oauth2/google: remove meta validations for aws external credentials
  • 55cd552 oauth2: support PKCE
  • e3fb0fb oauth2: support device flow
  • See full diff in compare view

Updates google.golang.org/api from 0.143.0 to 0.148.0

Release notes

Sourced from google.golang.org/api's releases.

v0.148.0

0.148.0 (2023-10-19)

Features

v0.147.0

0.147.0 (2023-10-12)

Features

v0.146.0

0.146.0 (2023-10-08)

Features

v0.145.0

0.145.0 (2023-10-05)

Features

v0.144.0

0.144.0 (2023-10-04)

Features

... (truncated)

Changelog

Sourced from google.golang.org/api's changelog.

0.148.0 (2023-10-19)

Features

0.147.0 (2023-10-12)

Features

0.146.0 (2023-10-08)

Features

0.145.0 (2023-10-05)

Features

0.144.0 (2023-10-04)

Features

... (truncated)

Commits

Updates sigs.k8s.io/yaml from 1.3.0 to 1.4.0

Release notes

Sourced from sigs.k8s.io/yaml's releases.

v1.4.0

  • Adds a goyaml.v2 subpackage containing a fork of gopkg.in/yaml.v2 at v2.4.0
  • Adds a goyaml.v3 subpackage containing a fork of gopkg.in/yaml.v3 at v3.0.1
  • Adds an Encoder#CompactSeqIndent() encoder option to sigs.k8.io/goyaml.v3 to allow opting into indentation compatible with gopkg.in/yaml.v2
Commits
  • c3772b5 Merge pull request #97 from liggitt/owners
  • 604031b Update owners
  • eead467 Merge pull request #76 from natasha41575/go-yaml-fork
  • f2c0229 add test demonstrating consistency between yaml.v2 and yaml.v3
  • 20d25fa update LICENSE, owners, and readmes
  • a7b5665 exclude forked libs from golint
  • b6d8b45 fix leading newline issue
  • 330e1e5 make sequence style configurable
  • 70ebea7 change import paths to forked yaml libs
  • b96582b fork go-yaml v2 and v3
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all group in /cli with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/asset](https://github.com/googleapis/google-cloud-go) | `1.14.1` | `1.15.1` |
| [github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test](https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit) | `0.8.1` | `0.9.1` |
| [github.com/google/go-cmp](https://github.com/google/go-cmp) | `0.5.9` | `0.6.0` |
| [github.com/hashicorp/hcl/v2](https://github.com/hashicorp/hcl) | `2.18.0` | `2.19.1` |
| [github.com/invopop/jsonschema](https://github.com/invopop/jsonschema) | `0.8.0` | `0.12.0` |
| [github.com/jedib0t/go-pretty/v6](https://github.com/jedib0t/go-pretty) | `6.4.7` | `6.4.8` |
| [github.com/migueleliasweb/go-github-mock](https://github.com/migueleliasweb/go-github-mock) | `0.0.19` | `0.0.20` |
| [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa) | `0.56.0` | `0.57.1` |
| [github.com/otiai10/copy](https://github.com/otiai10/copy) | `1.12.0` | `1.14.0` |
| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.16.0` | `1.17.0` |
| [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.12.0` | `0.13.0` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.143.0` | `0.148.0` |
| [sigs.k8s.io/yaml](https://github.com/kubernetes-sigs/yaml) | `1.3.0` | `1.4.0` |


Updates `cloud.google.com/go/asset` from 1.14.1 to 1.15.1
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@asset/v1.14.1...kms/v1.15.1)

Updates `github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test` from 0.8.1 to 0.9.1
- [Release notes](https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/releases)
- [Changelog](https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/blob/master/release-please-config.json)
- [Commits](infra/blueprint-test/v0.8.1...cli/v0.9.1)

Updates `github.com/google/go-cmp` from 0.5.9 to 0.6.0
- [Release notes](https://github.com/google/go-cmp/releases)
- [Commits](google/go-cmp@v0.5.9...v0.6.0)

Updates `github.com/hashicorp/hcl/v2` from 2.18.0 to 2.19.1
- [Release notes](https://github.com/hashicorp/hcl/releases)
- [Changelog](https://github.com/hashicorp/hcl/blob/main/CHANGELOG.md)
- [Commits](hashicorp/hcl@v2.18.0...v2.19.1)

Updates `github.com/invopop/jsonschema` from 0.8.0 to 0.12.0
- [Commits](invopop/jsonschema@v0.8.0...v0.12.0)

Updates `github.com/jedib0t/go-pretty/v6` from 6.4.7 to 6.4.8
- [Release notes](https://github.com/jedib0t/go-pretty/releases)
- [Commits](jedib0t/go-pretty@v6.4.7...v6.4.8)

Updates `github.com/migueleliasweb/go-github-mock` from 0.0.19 to 0.0.20
- [Release notes](https://github.com/migueleliasweb/go-github-mock/releases)
- [Commits](migueleliasweb/go-github-mock@v0.0.19...v0.0.20)

Updates `github.com/open-policy-agent/opa` from 0.56.0 to 0.57.1
- [Release notes](https://github.com/open-policy-agent/opa/releases)
- [Changelog](https://github.com/open-policy-agent/opa/blob/main/CHANGELOG.md)
- [Commits](open-policy-agent/opa@v0.56.0...v0.57.1)

Updates `github.com/otiai10/copy` from 1.12.0 to 1.14.0
- [Release notes](https://github.com/otiai10/copy/releases)
- [Commits](otiai10/copy@v1.12.0...v1.14.0)

Updates `github.com/spf13/viper` from 1.16.0 to 1.17.0
- [Release notes](https://github.com/spf13/viper/releases)
- [Commits](spf13/viper@v1.16.0...v1.17.0)

Updates `golang.org/x/oauth2` from 0.12.0 to 0.13.0
- [Commits](golang/oauth2@v0.12.0...v0.13.0)

Updates `google.golang.org/api` from 0.143.0 to 0.148.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.143.0...v0.148.0)

Updates `sigs.k8s.io/yaml` from 1.3.0 to 1.4.0
- [Release notes](https://github.com/kubernetes-sigs/yaml/releases)
- [Changelog](https://github.com/kubernetes-sigs/yaml/blob/master/RELEASE.md)
- [Commits](kubernetes-sigs/yaml@v1.3.0...v1.4.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/asset
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/google/go-cmp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/hashicorp/hcl/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/invopop/jsonschema
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/jedib0t/go-pretty/v6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/migueleliasweb/go-github-mock
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/open-policy-agent/opa
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/otiai10/copy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/spf13/viper
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: golang.org/x/oauth2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: sigs.k8s.io/yaml
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 24, 2023
@dpebot
Copy link
Collaborator

dpebot commented Oct 24, 2023

/gcbrun

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 25, 2023

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Oct 25, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/cli/all-a2dce84918 branch October 25, 2023 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant