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(deps): update go modules #1405

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Feb 23, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change Pending
cloud.google.com/go/asset require minor v1.0.1 -> v1.11.1
cloud.google.com/go/storage require minor v1.18.2 -> v1.29.0
github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test require minor v0.0.0-20220307174651-21d0dee0c8ea -> v0.5.0
github.com/GoogleCloudPlatform/config-validator require digest f3fd77c -> 0dfa304
github.com/briandowns/spinner require minor v1.16.0 -> v1.22.0 v1.23.0
github.com/fatih/color require minor v1.13.0 -> v1.14.1
github.com/gammazero/workerpool require patch v1.1.2 -> v1.1.3
github.com/go-git/go-git/v5 require minor v5.4.2 -> v5.6.0
github.com/golang/protobuf require patch v1.5.2 -> v1.5.3
github.com/gomarkdown/markdown require digest 7b278df -> 3238e54
github.com/google/go-github/v47 require major v47.1.0 -> v50.1.0
github.com/hashicorp/hcl/v2 require minor v2.14.0 -> v2.16.1 v2.16.2
github.com/hashicorp/terraform-config-inspect require digest 90acf1c -> d7dec65
github.com/jedib0t/go-pretty/v6 require minor v6.2.4 -> v6.4.6
github.com/migueleliasweb/go-github-mock require patch v0.0.12 -> v0.0.16
github.com/mitchellh/go-testing-interface require digest a52172c -> 2d9075c
github.com/otiai10/copy require minor v1.6.0 -> v1.9.0
github.com/spf13/cobra require minor v1.4.0 -> v1.6.1
github.com/spf13/viper require minor v1.9.0 -> v1.15.0
github.com/stretchr/testify require patch v1.8.0 -> v1.8.2
golang.org/x/oauth2 require minor v0.0.0-20211005180243-6b3c2da341f1 -> v0.5.0 v0.6.0
google.golang.org/api require minor v0.58.0 -> v0.111.0
google.golang.org/genproto require digest f09f9a1 -> 7f2fa6f
gopkg.in/yaml.v2 require major v2.4.0 -> v3.0.1
sigs.k8s.io/kustomize/kyaml require minor v0.13.9 -> v0.14.0
sigs.k8s.io/yaml require minor v1.2.0 -> v1.3.0

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

GoogleCloudPlatform/cloud-foundation-toolkit

v0.5.0: CLI Release v0.5.0

Compare Source

v0.4.1: CLI Release v0.4.1

Compare Source

v0.4.0: CLI Release v0.4.0

briandowns/spinner

v1.22.0

Compare Source

v1.21.0

Compare Source

v1.20.0

Compare Source

v1.19.0

Compare Source

v1.18.1

Compare Source

v1.18.0

Compare Source

v1.17.0

Compare Source

fatih/color

v1.14.1

Compare Source

What's Changed

Full Changelog: fatih/color@v1.14.0...v1.14.1

v1.14.0

Compare Source

What's Changed

New Contributors

Full Changelog: fatih/color@v1.13.0...v1.14.0

gammazero/workerpool

v1.1.3

Compare Source

What's Changed

  • Fix tests not working with goleak
  • Use sync.WaitGroup to ensure that all workers exit before Stop exits
  • perf: unify startWorker and worker to spawn less goroutines
  • make it work with deque0.2 and go 1.18
  • Task queue does not need to be buffered by

New Contributors

Full Changelog: gammazero/workerpool@v1.1.2...v1.1.3

go-git/go-git

v5.6.0

Compare Source

What's Changed

Full Changelog: go-git/go-git@v5.5.2...v5.6.0

v5.5.2

Compare Source

What's Changed

Full Changelog: go-git/go-git@v5.5.1...v5.5.2

v5.5.1

Compare Source

What's Changed

Full Changelog: go-git/go-git@v5.5.0...v5.5.1

v5.5.0

Compare Source

What's Changed

Full Changelog: go-git/go-git@v5.4.2...v5.5.0

golang/protobuf

v1.5.3

Compare Source

Notable changes

*( #​1363) jsonpb: accept 'null' as a valid representation of NullValue in unmarshal

google/go-github

v50.1.0

Compare Source

This minor release contains the following changes:

  • Update scrape dependency to v50 (#​2648)
  • Add secondary rate limit handling (prevent remote requests) and fix primary rate limit categories (#​2635)
  • Fix parse token expiration (#​2650)
  • Add support for actions variables (#​2652)
  • Remove failing unit tests for Go 1.20 (#​2656)
  • Add permission filter for list collaborators (#​2653)
  • Update workflow to use Go 1.20 and 1.19 (#​2657)
  • Add Account field to MarketplacePurchase struct (#​2659)
  • Add URL, UpdateAt, and WorkflowRun fields to Artifacts (#​2660)
  • Add milestone field to IssuesEvent (#​2663)
  • Add go generate mention to CONTRIBUTING.md (#​2587)
  • Add RequestedTeam to issues Timeline type (#​2665)
  • Bump github.com/PuerkitoBio/goquery from 1.8.0 to 1.8.1 in /scrape (#​2667)
  • Add Permission, OldPermission to AuditEntry type (#​2670)
  • Add created_at to WorkflowJob struct (#​2671)
  • Bump version of go-github to v50.1.0 (#​2673)

v50.0.0

Compare Source

This release contains the following breaking API changes:

  • Change total_minutes_used and included_minutes from int to float64 (#​2643)
  • Change all fields from time.Time to github.Timestamp (#​2646)

and the following additional changes:

  • Add new DeploymentBranchPolicies endpoints (#​2621)
  • Bump github.com/google/go-github/v49 from 49.0.0 to 49.1.0 in /scrape (#​2627)
  • Add RequireLastPushApproval field to UpdateBranchProtection (#​2629)
  • Add workflow_name to WorkflowJob struct (#​2630)
  • Support users and teams in branch protection access restrictions (#​2561)
  • Add httpcache code example to README.md (#​2632)
  • Bump golangci/golangci-lint-action from 3.3.1 to 3.4.0 (#​2638)
  • Add NewTokenClient (#​2637)
  • Add method to update codescanning alert (#​2639)
  • Add JSON tag for ErrorResponse (#​2641)
  • Use NewTokenClient in tests and examples (#​2644)

v49.1.0

Compare Source

This minor release contains the following changes:

  • Update scrape dependency to v49 (#​2617)
  • Add support for GitHub Actions cache API (#​2604)
  • Support OIDC subject claim customization templates for actions (#​2615)
  • Omit OpenID Connect customization template claims when none are set (#​2620)
  • Update minor version to v49.1.0 (#​2623)

v49.0.0

Compare Source

This release contains the following breaking API changes:

  • Fix JSON protection unmarshal error (#​2606)
  • Change actions billing structs to maps (#​2597)

and the following additional changes:

  • Bump scrape and examples to use v48.2.0 (#​2596)
  • Fix GitHub docs URL for get repository API (#​2600)
  • Enable secret scanning with the enterprise-level REST API (#​2607)
  • Add installation to CodeScanningAlertEvent type (#​2609)
  • Add support for GitHub Environments for Pro/Teams pricing plans (#​2611)

v48.2.0

Compare Source

This minor release includes the following changes:

  • Add parents field to timeline events (#​2566)
  • Update doc URL for PackageGetAllVersions (#​2568)
  • Add the 'require_last_push_approval' field (#​2567)
  • Bump github.com/google/go-github/v48 from 48.0.0 to 48.1.0 in /scrape (#​2573)
  • Bump golangci-lint version to 1.50.1 (#​2576)
  • Add RunAttempt field for WorkflowJob (#​2562)
  • Add LockBranch and AllowForkSyncing to repos.go (#​2577)
  • Add new field for issue state reason (#​2583)
  • Add support for repository actions access level / permission (#​2578)
  • Add has_discussions field to repository (#​2589)
  • Use 'concurrency' instead of 'styfle/cancel-workflow-action' in GitHub Actions (#​2591)
  • Add MakeLatest parameter to support explicitly setting latest release (#​2594)
  • Change create fork options from url param to body param (#​2490)
  • Support new GitHub v3 API calendar-based versioning (#​2581)
  • Update AUTHORS for v48.2.0

v48.1.0

Compare Source

This minor release includes the following interesting changes:

  • Add apps to restriction rules in branch protection (#​2509)
  • Add support for security manager endpoints (#​2530)
  • Add support for cursor pagination in AlertListOptions (#​2512)
  • Add merge_group webhook event via MergeGroupEvent and MergeGroup structs (#​2556)
  • Code Scanning: add new field for dismissed comment (#​2557)
  • Remove references to io/ioutil package (#​2547)
  • Add support for Dependabot alert endpoints (#​2554)
  • Support workflow restrictions in actions_runner_groups (#​2559)

along with the following tests, docs, and/or maintenance updates:

  • Update scrape dependency to v48 (#​2502)
  • Update AUTHORS for v48 (#​2503)
  • Bump golangci/golangci-lint-action from 3.2.0 to 3.3.0 (#​2515)
  • Add test case for JSON resource marshaling (#​2517)
  • Add test case for JSON resource marshaling (#​2526)
  • Fix typo in README URL (#​2514)
  • Update workflow to use Go 1.19 and Go 1.18 (#​2525)
  • Add test cases for JSON resource marshaling (#​2524)
  • Add test cases for JSON resource marshaling (#​2527)
  • Add test case for JSON resource marshaling (#​2521)
  • Add test case for JSON resource marshaling (#​2528)
  • Add test cases for JSON resource marshaling (#​2520)
  • Add test cases for JSON resource marshaling (#​2531)
  • Add test cases for JSON resource marshaling (#​2532)
  • Add test for resource JSON marshaling (#​2533)
  • Add tests for resource JSON marshaling (#​2536)
  • Add test case for JSON resource marshaling (#​2537)
  • Add test for resource JSON marshaling (#​2538)
  • Add test case for JSON resource marshaling (#​2539)
  • Add test case for JSON resource marshaling (#​2542)
  • Add test case for JSON resource marshaling (#​2541)
  • Add test case for JSON resource marshaling (#​2544)
  • Add test case for JSON resource marshaling (#​2543)
  • Add test case for JSON resource marshaling (#​2545)
  • Add test case for JSON resource marshaling (#​2546)
  • Add test case for JSON resource marshaling (#​2548)
  • Add test case for JSON resource marshaling (#​2549)
  • Add test cases for JSON resource marshaling (#​2550)
  • Add test case for JSON resource marshaling (#​2551)
  • Add test case for JSON resource marshaling (#​2552)
  • Bump golangci/golangci-lint-action from 3.3.0 to 3.3.1 (#​2564)

v48.0.0

Compare Source

This release contains the following breaking API changes:

  • Return proper responses for SCIM provisioned identities #​2474

and the following additional changes:

  • Bump github.com/google/go-github/v47 from 47.0.0 to 47.1.0 in /scrape #​2473
  • Bump codecov/codecov-action from 3.1.0 to 3.1.1 #​2472
  • Add SecretScanningPushProtection field to SecurityAndAnalysis struct #​2476
  • Bump styfle/cancel-workflow-action from 0.10.0 to 0.10.1 #​2484
  • Update ProtectionChanges to contain the remaining possible return values #​2486
  • Rename 'whitelist' to 'allowlist' in oauth class selectors #​2488
  • Add support for User SSH signing keys #​2482
  • Fix use GITHUB_OUTPUT from deprecated set-output #​2492
  • Add enterprise list runner applications download #​2496
  • Create custom role APIs #​2494
  • Bump styfle/cancel-workflow-action from 0.10.1 to 0.11.0 #​2498
hashicorp/hcl

v2.16.1

Compare Source

Bugs Fixed
  • hclsyntax: Report correct Range.End for FunctionCall with incomplete argument (#​588)

v2.16.0

Compare Source

Enhancements
  • ext/typeexpr: Modify the Defaults functionality to implement additional flexibility. HCL will now upcast lists and sets into tuples, and maps into objects, when applying default values if the applied defaults cause the elements within a target collection to have differing types. Previously, this would have resulted in a panic, now HCL will return a modified overall type. (#​574)

    Users should return to the advice provided by v2.14.0, and apply the go-cty convert functionality after setting defaults on a given cty.Value, rather than before.

  • hclfmt: Avoid rewriting unchanged files. (#​576)

  • hclsyntax: Simplify the AST for certain string expressions. (#​584)

Bugs Fixed
  • hclwrite: Fix data race in formatSpaces. (#​511)

v2.15.0

Compare Source

Bugs Fixed
  • ext/typeexpr: Skip null objects when applying defaults. This prevents crashes when null objects are creating inside collections, and stops incomplete objects being created with only optional attributes set. (#​567)
  • ext/typeexpr: Ensure default values do not have optional metadata attached. This prevents crashes when default values are inserted into concrete go-cty values that have also been stripped of their optional metadata. (#​568)
Enhancements
  • ext/typeexpr: With the go-cty upstream depenendency updated to v1.12.0, the Defaults struct and associated functions can apply additional and more flexible 'unsafe' conversions (examples include tuples into collections such as lists and sets, and additional safety around null and dynamic values). (#​564)
  • ext/typeexpr: With the go-cty upstream depenendency updated to v1.12.0, users should now apply the go-cty convert functionality before setting defaults on a given cty.Value, rather than after, if they require a specific cty.Type. (#​564)

v2.14.1

Compare Source

Bugs Fixed
  • ext/typeexpr: Type convert defaults for optional object attributes when applying them. This prevents crashes in certain cases when the objects in question are part of a collection. (#​555)
jedib0t/go-pretty

v6.4.6

Compare Source

Features

  • table
    • honor border color overrides for title row (#​260)

v6.4.5

Compare Source

Features

  • table
    • option to custom color borders/separators (#​259)
      • table.Style().Color.Border
      • table.Style().Color.Separator
  • text

v6.4.4

Compare Source

Features

  • table
    • option to avoid coloring borders/separators (table.Style().Options.DoNotColorBordersAndSeparators)

v6.4.3

Compare Source

Bug-Fixes

  • progress
    • fix overall tracker disappearing when appending a tracker after current trackers are done (fixes #​245) (thanks @​iyear)

v6.4.2

Compare Source

Bug-Fixes

  • table
    • colorize title borders (fixes #​234)

v6.4.1

Compare Source

Bug-Fixes

  • table
    • better column sizing for complex auto-merge use-cases (fixes #​226)

v6.4.0

Compare Source

Features

  • progress
    • option to set Pinned Message(s) above active Trackers (thanks to @​iyear)

v6.3.9

Compare Source

Features

v6.3.8

Compare Source

Features

  • progress
    • can now display "speed" of progress for each tracker (thanks @​iyear)

v6.3.7

Compare Source

Bug-Fixes

  • table
    • do not colorize borders using row-painter output of the previous row (fixes #​221)
  • text
    • provide an override method to possibly deal with width calculation issues when LANG is set to some East Asian value (addresses #​220)

v6.3.6

Compare Source

Features

  • list

v6.3.5

Compare Source

Bug-Fixes

  • table
    • fix column separators in tables without headers or footers (fixes #​215)

v6.3.4

Compare Source

Bug-Fixes

  • table
    • fix merging issues in rows with wrapped columns

v6.3.3

Compare Source

Bug-Fixes

  • text
    • deprecate text.RuneCount for being misnamed (#​209)
    • introduce text.RuneWidthWithoutEscSequences as a replacement
  • dependencies
    • upgrade testify from v1.7.0 to v1.7.4 to avoid using yaml.v3 v3.0.0 (#​210)

v6.3.2

Compare Source

Features

  • table
    • Introduce an option to set Alignment for horizontally merged cells

v6.3.1

Compare Source

Features

  • progress
    • Deprecate all the Show* interfaces in progress.Progress and progress.Writer (to be removed in v7)
    • Introduce progress.Style.Visibility with same defaults as before
    • Introduce progress.Style.Visibility.ETAOverall as a new option for addressing bug #​196

v6.3.0

Compare Source

Features

  • progress
    • Log() method to log additional messages/errors in the middle of tracking

v6.2.7

Compare Source

Bug-Fixes

  • table
    • auto-merge: compute column separator length correctly (#​193)

v6.2.6

Compare Source

Bug-Fixes

  • table
    • fix subtle auto-merge bugs with separators and padding (#​192)

v6.2.5

Compare Source

Bug-Fixes

  • progress
    • support control of notation position (#​180)
  • table
    • fix rendering issues with nil values (#​179)

Misc

  • Sonar integration and fixes for some issues/smells
  • Update dependencies and go to 1.16
  • Fix some minor readability and quality issues

Thanks @​ferryvg for the bug-fixes!

migueleliasweb/go-github-mock

v0.0.16

Compare Source

What's Changed

New Contributors

Full Changelog: migueleliasweb/go-github-mock@v0.0.15...v0.0.16

v0.0.15

Compare Source

What's Changed

Full Changelog: migueleliasweb/go-github-mock@v0.0.14...v0.0.15

v0.0.14

Compare Source

What's Changed

Full Changelog: migueleliasweb/go-github-mock@v0.0.13...v0.0.14

v0.0.13

Compare Source

What's Changed

Full Changelog: migueleliasweb/go-github-mock@v0.0.12...v0.0.13

otiai10/copy

v1.9.0: 💥 Breaking Change: Skip now accepts os.FileInfo

Compare Source

v1.7.1

Compare Source

v1.7.0

Compare Source

Features

spf13/cobra

v1.6.1

Compare Source

Bug fixes 🐛
  • Fixes a panic when AddGroup isn't called before AddCommand(my-sub-command) is executed. This can happen within more complex cobra file structures that have many different inits to be executed. Now, the check for groups has been moved to ExecuteC and provides more flexibility when working with grouped commands - @​marckhouzam (and shout out to @​aawsome, @​andig and @​KINGSABRI for a deep investigation into this! 👏🏼)

v1.6.0

Compare Source

Summer 2022 Release

Some exciting changes make their way to Cobra! Command completions continue to get better and better (including adding --help and --version automatic flags to the completions list). Grouping is now possible in your help output as well! And you can now use the OnFinalize method to cleanup things when all "work" is done. Checkout the full changelog below:


Features 🌠
Deprecation 👎🏼
  • ExactValidArgs is deprecated (but not being removed entirely). This is abit nuanced, so checkout #​1643 for further information and the updated user_guide.md on how this may affect you (and how you can take advantage of the correct behavior in the validators): @​umarcor #​1643
Bug fixes 🐛
Dependencies 🗳️
Testing 🤔
Docs ✏️
Misc 💭

Note: Per #​1804, we will be moving away from "seasonal" releases and doing more generic point release targets. Continue to track the milestones and issues in the spf13/cobra GitHub repository for more information!

Great work everyone! Cobra would never be possible without your contributions! 🐍

Full Changelog: spf13/cobra@v1.5.0...v1.6.0

v1.5.0

Compare Source

Spring 2022 Release 🌥️

Hello everyone! Welcome to another release of cobra. Completions continue to get better and better. This release adds a few really cool new features. We also continue to patch versions of our dependencies as they become available via dependabot. Happy coding!

Active help 👐🏼

Shout out to @​marckhouzam for a big value add: Active Help https://github.com/spf13/cobra/pull/1482. With active help, a program can provide some inline warnings or hints for users as they hit tab. Now, your CLIs can be even more intuitive to use!

Currently active help is only supported for bash V2 and zsh. Marc wrote a whole guide on how to do this, so make sure to give it a good read to learn how you can add this to your cobra code! https://github.com/spf13/cobra/blob/master/active_help.md

Group flags 🧑🏼‍🤝‍🧑🏼

Cobra now has the ability to mark flags as required or exclusive as a group. Shout out to our newest maintainer @​johnSchnake for this! https://github.com/spf13/cobra/pull/1654 Let's say you have a username flag that MUST be partnered with a password flag. Well, now, you can enforce those as being required together:

rootCmd.Flags().StringVarP(&u, "username", "u", "", "Username (required if password is set)")
rootCmd.Flags().StringVarP(&pw, "password", "p", "", "Password (required if username is set)")
rootCmd.MarkFlagsRequiredTogether("username", "password")

Flags may also be marked as "mutally exclusive" with the MarkFlagsMutuallyExclusive(string, string ... ) command API. Refer to our user guide documentation for further info!

Completions 👀


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@forking-renovate forking-renovate bot added the dependencies Pull requests that update a dependency file label Feb 23, 2023
@forking-renovate
Copy link

forking-renovate bot commented Feb 23, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: cli/go.sum
Command failed: docker run --rm --name=renovate_sidecar --label=renovate_child -v "/tmp/worker/e62a5d/f84e38/repos/github/GoogleCloudPlatform/cloud-foundation-toolkit":"/tmp/worker/e62a5d/f84e38/repos/github/GoogleCloudPlatform/cloud-foundation-toolkit" -v "/tmp/worker/e62a5d/f84e38/cache":"/tmp/worker/e62a5d/f84e38/cache" -e GOPATH -e GOPROXY -e GOSUMDB -e GOFLAGS -e CGO_ENABLED -e GIT_CONFIG_KEY_0 -e GIT_CONFIG_VALUE_0 -e GIT_CONFIG_KEY_1 -e GIT_CONFIG_VALUE_1 -e GIT_CONFIG_KEY_2 -e GIT_CONFIG_VALUE_2 -e GIT_CONFIG_COUNT -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w "/tmp/worker/e62a5d/f84e38/repos/github/GoogleCloudPlatform/cloud-foundation-toolkit/cli" docker.io/renovate/sidecar bash -l -c "install-tool golang 1.20.2 && go get -d -t ./..."
go: downloading github.com/fatih/color v1.14.1
go: downloading github.com/go-git/go-git/v5 v5.6.0
go: downloading github.com/inconshreveable/log15 v0.0.0-20201112154412-8562bdadbbac
go: downloading github.com/spf13/cobra v1.6.1
go: downloading github.com/spf13/viper v1.15.0
go: downloading google.golang.org/api v0.111.0
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading github.com/stretchr/testify v1.8.2
go: downloading github.com/gomarkdown/markdown v0.0.0-20230309092824-3238e54d4819
go: downloading github.com/hashicorp/hcl/v2 v2.16.1
go: downloading github.com/hashicorp/hcl v1.0.0
go: downloading github.com/hashicorp/terraform-config-inspect v0.0.0-20230308124657-d7dec65d5f3a
go: downloading sigs.k8s.io/kustomize/kyaml v0.14.0
go: downloading github.com/jedib0t/go-pretty v4.3.0+incompatible
go: downloading golang.org/x/oauth2 v0.5.0
go: downloading github.com/migueleliasweb/go-github-mock v0.0.16
go: downloading github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.5.0
go: downloading github.com/iancoleman/strcase v0.2.0
go: downloading github.com/jedib0t/go-pretty/v6 v6.4.6
go: downloading github.com/mitchellh/go-testing-interface v1.14.2-0.20210821155943-2d9075ca8770
go: downloading sigs.k8s.io/yaml v1.3.0
go: downloading github.com/otiai10/copy v1.9.0
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/open-policy-agent/opa v0.47.1
go: downloading github.com/manifoldco/promptui v0.9.0
go: downloading cloud.google.com/go/asset v1.11.1
go: downloading cloud.google.com/go v0.110.0
go: downloading cloud.google.com/go/storage v1.29.0
go: downloading github.com/GoogleCloudPlatform/config-validator v0.0.0-20230302170517-0dfa3040e8a4
go: downloading github.com/briandowns/spinner v1.22.0
go: downloading github.com/gammazero/workerpool v1.1.3
go: downloading github.com/golang/protobuf v1.5.3
go: downloading google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4
go: downloading github.com/google/go-cmp v0.5.9
go: downloading github.com/mattn/go-colorable v0.1.13
go: downloading github.com/mattn/go-isatty v0.0.17
go: downloading github.com/go-stack/stack v1.8.1
go: downloading github.com/inconshreveable/mousetrap v1.0.1
go: downloading github.com/spf13/pflag v1.0.5
go: downloading github.com/fsnotify/fsnotify v1.6.0
go: downloading github.com/mitchellh/mapstructure v1.5.0
go: downloading github.com/spf13/afero v1.9.3
go: downloading github.com/spf13/cast v1.5.0
go: downloading github.com/spf13/jwalterweatherman v1.1.0
go: downloading github.com/ProtonMail/go-crypto v0.0.0-20221026131551-cf6655e29de4
go: downloading github.com/go-git/go-billy/v5 v5.4.0
go: downloading github.com/imdario/mergo v0.3.13
go: downloading github.com/sergi/go-diff v1.1.0
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading github.com/pmezard/go-difflib v1.0.0
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/agext/levenshtein v1.2.3
go: downloading github.com/apparentlymart/go-textseg/v13 v13.0.0
go: downloading github.com/mitchellh/go-wordwrap v1.0.1
go: downloading github.com/zclconf/go-cty v1.13.0
go: downloading github.com/apparentlymart/go-textseg v1.0.0
go: downloading k8s.io/kube-openapi v0.0.0-20230224204730-66828de6f33b
go: downloading github.com/google/go-github/v50 v50.1.0
go: downloading github.com/gorilla/mux v1.8.0
go: downloading github.com/gruntwork-io/terratest v0.41.11
go: downloading github.com/tidwall/gjson v1.14.4
go: downloading github.com/tidwall/sjson v1.2.5
go: downloading golang.org/x/mod v0.8.0
go: downloading github.com/mattn/go-runewidth v0.0.13
go: downloading golang.org/x/sys v0.5.0
go: downloading github.com/ghodss/yaml v1.0.0
go: downloading github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
go: downloading cloud.google.com/go/longrunning v0.4.1
go: downloading github.com/googleapis/gax-go/v2 v2.7.0
go: downloading google.golang.org/grpc v1.53.0
go: downloading google.golang.org/protobuf v1.28.1
go: downloading cloud.google.com/go/compute/metadata v0.2.3
go: downloading cloud.google.com/go/iam v0.12.0
go: downloading cloud.google.com/go/compute v1.18.0
go: downloading github.com/google/uuid v1.3.0
go: downloading github.com/golang/glog v1.0.0
go: downloading github.com/hashicorp/go-multierror v1.1.1
go: downloading k8s.io/api v0.24.6
go: downloading k8s.io/apimachinery v0.24.6
go: downloading github.com/open-policy-agent/frameworks/constraint v0.0.0-20221006234738-a3d297b3152f
go: downloading github.com/open-policy-agent/gatekeeper v0.0.0-20210409021048-9b5e4cfe5d7e
go: downloading golang.org/x/term v0.5.0
go: downloading github.com/gammazero/deque v0.2.0
go: downloading golang.org/x/text v0.7.0
go: downloading github.com/subosito/gotenv v1.4.2
go: downloading gopkg.in/ini.v1 v1.67.0
go: downloading github.com/magiconair/properties v1.8.7
go: downloading github.com/pelletier/go-toml/v2 v2.0.6
go: downloading github.com/emirpasic/gods v1.18.1
go: downloading github.com/pelletier/go-toml v1.9.3
go: downloading github.com/acomagu/bufpipe v1.0.3
go: downloading github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99
go: downloading github.com/go-git/gcfg v1.5.0
go: downloading github.com/go-errors/errors v1.4.2
go: downloading github.com/go-openapi/strfmt v0.21.2
go: downloading google.golang.org/appengine v1.6.7
go: downloading github.com/google/go-querystring v1.1.0
go: downloading golang.org/x/crypto v0.6.0
go: downloading github.com/go-openapi/jsonreference v0.20.2
go: downloading github.com/go-openapi/swag v0.22.3
go: downloading github.com/google/gnostic v0.6.9
go: downloading github.com/google/gofuzz v1.2.0
go: downloading github.com/tidwall/match v1.1.1
go: downloading github.com/tidwall/pretty v1.2.1
go: downloading github.com/rivo/uniseg v0.2.0
go: downloading github.com/OneOfOne/xxhash v1.2.8
go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475
go: downloading github.com/gobwas/glob v0.2.3
go: downloading github.com/tchap/go-patricia/v2 v2.3.1
go: downloading github.com/yashtewari/glob-intersection v0.1.0
go: downloading github.com/tchap/go-patricia v2.2.6+incompatible
go: downloading go.opencensus.io v0.24.0
go: downloading golang.org/x/net v0.7.0
go: downloading golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
go: downloading cloud.google.com/go/accesscontextmanager v1.6.0
go: downloading github.com/go-openapi/spec v0.20.4
go: downloading github.com/go-openapi/validate v0.21.0
go: downloading k8s.io/apiextensions-apiserver v0.24.6
go: downloading k8s.io/kubectl v0.23.5
go: downloading github.com/hashicorp/errwrap v1.1.0
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading k8s.io/klog/v2 v2.70.1
go: downloading k8s.io/klog v1.0.0
go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.3
go: downloading sigs.k8s.io/structured-merge-diff v1.0.1-0.20191108220359-b1b620dd3f06
go: downloading k8s.io/utils v0.0.0-20220728103510-ee6ede2d64ed
go: downloading sigs.k8s.io/controller-runtime v0.12.3
go: downloading github.com/cloudflare/circl v1.1.0
go: downloading github.com/pjbgf/sha1cd v0.3.0
go: downloading github.com/kevinburke/ssh_config v1.2.0
go: downloading github.com/skeema/knownhosts v1.1.0
go: downloading github.com/xanzy/ssh-agent v0.3.3
go: downloading gopkg.in/warnings.v0 v0.1.2
go: downloading github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
go: downloading github.com/go-openapi/errors v0.20.2
go: downloading github.com/oklog/ulid v1.3.1
go: downloading go.mongodb.org/mongo-driver v1.8.3
go: downloading github.com/go-openapi/jsonpointer v0.19.6
go: downloading github.com/mailru/easyjson v0.7.7
go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
go: downloading github.com/agnivade/levenshtein v1.1.1
go: downloading cloud.google.com/go/osconfig v1.11.0
go: downloading github.com/googleapis/enterprise-certificate-proxy v0.2.3
go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
go: downloading github.com/go-openapi/analysis v0.21.2
go: downloading github.com/go-openapi/loads v0.21.1
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd
go: downloading github.com/go-logr/logr v1.2.3
go: downloading github.com/json-iterator/go v1.1.12
go: downloading k8s.io/client-go v0.24.6
go: downloading github.com/Microsoft/go-winio v0.5.2
go: downloading github.com/josharian/intern v1.0.0
go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
go: downloading k8s.io/apiserver v0.24.6
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/modern-go/reflect2 v1.0.2
go: downloading github.com/prometheus/client_golang v1.14.0
go: downloading github.com/google/cel-go v0.10.2
go: downloading go.opentelemetry.io/otel/trace v1.7.0
go: downloading k8s.io/component-base v0.24.6
go: downloading go.opentelemetry.io/otel v1.7.0
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/cespare/xxhash/v2 v2.2.0
go: downloading github.com/prometheus/client_model v0.3.0
go: downloading github.com/cespare/xxhash v1.1.0
go: downloading github.com/prometheus/common v0.37.0
go: downloading github.com/prometheus/procfs v0.8.0
go: downloading github.com/stoewer/go-strcase v1.2.0
go: downloading sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.0.30
go: downloading github.com/blang/semver/v4 v4.0.0
go: downloading github.com/blang/semver v3.5.1+incompatible
go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.32.0
go: downloading go.opentelemetry.io/contrib v0.20.0
go: downloading go.opentelemetry.io/otel/exporters/otlp v0.20.0
go: downloading go.opentelemetry.io/otel/sdk v1.7.0
go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
go: downloading golang.org/x/time v0.1.0
go: downloading github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20210826220005-b48c857c3a0e
go: downloading github.com/felixge/httpsnoop v1.0.3
go: downloading go.opentelemetry.io/otel/metric v0.30.0
go: downloading go.opentelemetry.io/otel/sdk/export/metric v0.20.0
go: downloading go.opentelemetry.io/proto/otlp v0.16.0
go: downloading go.opentelemetry.io/otel/sdk/metric v0.20.0
go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3
go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
go: downloading github.com/go-logr/stdr v1.2.2
go: downloading go.opentelemetry.io/otel v1.14.0
go: downloading go.opentelemetry.io v0.1.0
go: downloading github.com/google/go-github/v47 v47.1.0
go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
go: downloading github.com/google/go-github v17.0.0+incompatible
go: downloading go.opentelemetry.io/otel/metric v0.37.0
github.com/GoogleCloudPlatform/cloud-foundation-toolkit/cli/scorecard imports
	github.com/GoogleCloudPlatform/config-validator/pkg/gcv imports
	github.com/open-policy-agent/frameworks/constraint/pkg/client imports
	github.com/open-policy-agent/frameworks/constraint/pkg/client/crds imports
	k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation imports
	k8s.io/apiserver/pkg/util/webhook imports
	k8s.io/component-base/traces imports
	go.opentelemetry.io/otel/exporters/otlp imports
	go.opentelemetry.io/otel/sdk/export/metric imports
	go.opentelemetry.io/otel/metric/number: cannot find module providing package go.opentelemetry.io/otel/metric/number
github.com/GoogleCloudPlatform/cloud-foundation-toolkit/cli/scorecard imports
	github.com/GoogleCloudPlatform/config-validator/pkg/gcv imports
	github.com/open-policy-agent/frameworks/constraint/pkg/client imports
	github.com/open-policy-agent/frameworks/constraint/pkg/client/crds imports
	k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation imports
	k8s.io/apiserver/pkg/util/webhook imports
	k8s.io/component-base/traces imports
	go.opentelemetry.io/otel/exporters/otlp imports
	go.opentelemetry.io/otel/sdk/metric/controller/basic imports
	go.opentelemetry.io/otel/metric/registry: cannot find module providing package go.opentelemetry.io/otel/metric/registry
github.com/GoogleCloudPlatform/cloud-foundation-toolkit/cli/scorecard imports
	github.com/GoogleCloudPlatform/config-validator/pkg/gcv imports
	github.com/open-policy-agent/frameworks/constraint/pkg/client imports
	github.com/open-policy-agent/frameworks/constraint/pkg/client/crds imports
	k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation imports
	k8s.io/apiserver/pkg/util/webhook imports
	k8s.io/component-base/traces imports
	go.opentelemetry.io/otel/exporters/otlp imports
	go.opentelemetry.io/otel/sdk/metric/controller/basic imports
	go.opentelemetry.io/otel/sdk/metric imports
	go.opentelemetry.io/otel/internal/metric imports
	go.opentelemetry.io/otel/metric/sdkapi: cannot find module providing package go.opentelemetry.io/otel/metric/sdkapi
go: module github.com/golang/protobuf is deprecated: Use the "google.golang.org/protobuf" module instead.

@dpebot
Copy link
Collaborator

dpebot commented Feb 23, 2023

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Feb 23, 2023

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Feb 23, 2023

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Feb 24, 2023

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Feb 24, 2023

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Feb 25, 2023

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Feb 27, 2023

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Feb 27, 2023

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Feb 27, 2023

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Feb 28, 2023

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Feb 28, 2023

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Mar 1, 2023

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Mar 1, 2023

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Mar 6, 2023

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Mar 6, 2023

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Mar 6, 2023

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Mar 7, 2023

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Mar 7, 2023

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Mar 7, 2023

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Mar 8, 2023

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Mar 8, 2023

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Mar 8, 2023

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Mar 8, 2023

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Mar 9, 2023

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Mar 9, 2023

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Mar 9, 2023

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Mar 9, 2023

/gcbrun

@apeabody
Copy link
Collaborator

apeabody commented Mar 9, 2023

These will need to be updated manually due to module deprecations/refactors.

@apeabody apeabody closed this Mar 9, 2023
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants