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

chore(deps): update all dependencies #796

Merged
merged 1 commit into from Mar 28, 2022
Merged

chore(deps): update all dependencies #796

merged 1 commit into from Mar 28, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 28, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
actions/cache action major v2 -> v3
github.com/onsi/gomega require minor v1.18.1 -> v1.19.0
golang.org/x/crypto require digest b769efc -> 2c7772b
golang.org/x/tools require patch v0.1.9 -> v0.1.10

Release Notes

actions/cache

v3

Compare Source

onsi/gomega

v1.19.0

Compare Source

Features

  • New HaveEach matcher to ensure that each and every element in an array, slice, or map satisfies the passed in matcher. (#​523) [9fc2ae2] (#​524) [c8ba582]
  • Users can now wrap the Gomega interface to implement custom behavior on each assertion. (#​521) [1f2e714]
  • ContainElement now accepts an additional pointer argument. Elements that satisfy the matcher are stored in the pointer enabling developers to easily add subsequent, more detailed, assertions against the matching element. (#​527) [1a4e27f]

Fixes

golang/tools

v0.1.10

Compare Source


Configuration

📅 Schedule: "before 3am on Monday" (UTC).

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

Rebasing: Whenever PR becomes conflicted, 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, click this checkbox.

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

@renovate
Copy link
Contributor Author

renovate bot commented Mar 28, 2022

⚠ 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: go.sum
Command failed: docker run --rm --name=renovate_go --label=renovate_child -v "/mnt/renovate/gh/securego/gosec":"/mnt/renovate/gh/securego/gosec" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -e GOPATH -e GOPROXY -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 GIT_CONFIG_KEY_3 -e GIT_CONFIG_VALUE_3 -e GIT_CONFIG_KEY_4 -e GIT_CONFIG_VALUE_4 -e GIT_CONFIG_KEY_5 -e GIT_CONFIG_VALUE_5 -w "/mnt/renovate/gh/securego/gosec" docker.io/renovate/go:1.18.0 bash -l -c "go get -d -t ./... && go install github.com/marwan-at-work/mod/cmd/mod@latest && mod upgrade --mod-name=github.com/onsi/gomega -t=3 && mod upgrade --mod-name=golang.org/x/crypto -t=3 && mod upgrade --mod-name=golang.org/x/tools -t=3 && go mod tidy && go mod tidy"
go: downloading golang.org/x/tools v0.1.10
go: downloading github.com/onsi/ginkgo/v2 v2.1.3
go: downloading github.com/onsi/ginkgo v1.16.4
go: downloading github.com/onsi/gomega v1.19.0
go: downloading github.com/mozilla/tls-observatory v0.0.0-20210609171429-7bc42856d2e5
go: downloading golang.org/x/text v0.3.7
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading github.com/google/uuid v1.3.0
go: downloading github.com/gookit/color v1.5.0
go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
go: downloading github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778
go: downloading golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3
go: downloading golang.org/x/net v0.0.0-20220225172249-27dd8689420f
go: downloading github.com/marwan-at-work/mod v0.4.1
go: downloading github.com/urfave/cli/v2 v2.3.0
go: downloading github.com/pkg/errors v0.9.1
go: downloading golang.org/x/mod v0.2.0
go: downloading golang.org/x/tools v0.0.0-20200417140056-c07e33ef3290
go: downloading github.com/PuerkitoBio/goquery v1.5.1
go: downloading github.com/google/go-github v17.0.0+incompatible
go: downloading golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d
go: downloading golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
go: downloading github.com/andybalholm/cascadia v1.1.0
go: downloading golang.org/x/net v0.0.0-20200226121028-0de0cce0169b
go: downloading github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135
go: downloading github.com/russross/blackfriday/v2 v2.0.1
go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0
2022/03/28 03:01:43 internal error: package "errors" without types was imported from "github.com/securego/gosec/v2/cmd/vflag"

@ccojocar ccojocar merged commit 82eaa12 into master Mar 28, 2022
@renovate renovate bot deleted the renovate/all branch March 28, 2022 18:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants