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

Update module github.com/lestrrat-go/httprc to v2 - autoclosed #490

Closed
wants to merge 1 commit into from

Conversation

descope[bot]
Copy link
Contributor

@descope descope bot commented Dec 22, 2024

This PR contains the following updates:

Package Type Update Change
github.com/lestrrat-go/httprc indirect major v1.0.5 -> v2.0.0

Release Notes

lestrrat-go/httprc (github.com/lestrrat-go/httprc)

v2.0.0

Compare Source

v1.0.6

Compare Source


Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR has been generated by Renovate Bot.

@descope descope bot added the renovate label Dec 22, 2024
@descope descope bot enabled auto-merge (squash) December 22, 2024 13:15
@descope
Copy link
Contributor Author

descope bot commented Dec 22, 2024

⚠️ Artifact update problem

Renovate failed to update artifacts 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: descope/gin/go.sum
Command failed: mod upgrade --mod-name=github.com/lestrrat-go/httprc -t=2
err: exit status 1: stderr: go: inconsistent vendoring in /tmp/renovate/repos/github/descope/go-sdk/descope/gin:
	github.com/bytedance/sonic@v1.9.1: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/chenzhuoyu/base64x@v0.0.0-20221115062448-fe3a3abad311: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/decred/dcrd/dcrec/secp256k1/v4@v4.2.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/gabriel-vasile/mimetype@v1.4.2: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/go-playground/validator/v10@v10.14.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/goccy/go-json@v0.10.2: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/klauspost/cpuid/v2@v2.2.4: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/leodido/go-urn@v1.2.4: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/lestrrat-go/httprc@v1.0.5: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/lestrrat-go/httprc/v2@v2.0.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/lestrrat-go/jwx/v2@v2.0.21: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/mattn/go-isatty@v0.0.19: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/pelletier/go-toml/v2@v2.0.8: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/ugorji/go/codec@v1.2.11: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	golang.org/x/arch@v0.3.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	golang.org/x/crypto@v0.21.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	golang.org/x/net@v0.23.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	golang.org/x/sys@v0.18.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	golang.org/x/text@v0.14.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	google.golang.org/protobuf@v1.33.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/bytedance/sonic@v1.12.5: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/bytedance/sonic/loader@v0.2.0: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/cloudwego/base64x@v0.1.4: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/cloudwego/iasm@v0.2.0: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/decred/dcrd/dcrec/secp256k1/v4@v4.3.0: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/gabriel-vasile/mimetype@v1.4.7: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/go-playground/validator/v10@v10.23.0: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/goccy/go-json@v0.10.3: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/klauspost/cpuid/v2@v2.2.9: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/leodido/go-urn@v1.4.0: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/lestrrat-go/httprc@v1.0.6: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/lestrrat-go/jwx/v2@v2.1.3: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/mattn/go-isatty@v0.0.20: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/pelletier/go-toml/v2@v2.2.3: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/ugorji/go/codec@v1.2.12: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	golang.org/x/arch@v0.12.0: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	golang.org/x/crypto@v0.29.0: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	golang.org/x/net@v0.31.0: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	golang.org/x/sys@v0.27.0: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	golang.org/x/text@v0.20.0: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	google.golang.org/protobuf@v1.35.2: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod

	To ignore the vendor directory, use -mod=readonly or -mod=mod.
	To sync the vendor directory, run:
		go mod vendor

could not load package
github.com/marwan-at-work/mod/major.Run
	/tmp/renovate/cache/others/go/pkg/mod/github.com/marwan-at-work/mod@v0.7.1/major/major.go:47
main.upgrade
	/tmp/renovate/cache/others/go/pkg/mod/github.com/marwan-at-work/mod@v0.7.1/cmd/mod/main.go:75
main.main.withExit.func1
	/tmp/renovate/cache/others/go/pkg/mod/github.com/marwan-at-work/mod@v0.7.1/cmd/mod/main.go:88
github.com/urfave/cli/v2.(*Command).Run
	/tmp/renovate/cache/others/go/pkg/mod/github.com/urfave/cli/v2@v2.25.1/command.go:274
github.com/urfave/cli/v2.(*Command).Run
	/tmp/renovate/cache/others/go/pkg/mod/github.com/urfave/cli/v2@v2.25.1/command.go:267
github.com/urfave/cli/v2.(*App).RunContext
	/tmp/renovate/cache/others/go/pkg/mod/github.com/urfave/cli/v2@v2.25.1/app.go:332
github.com/urfave/cli/v2.(*App).Run
	/tmp/renovate/cache/others/go/pkg/mod/github.com/urfave/cli/v2@v2.25.1/app.go:309
main.main
	/tmp/renovate/cache/others/go/pkg/mod/github.com/marwan-at-work/mod@v0.7.1/cmd/mod/main.go:71
runtime.main
	/opt/containerbase/tools/golang/1.22.10/src/runtime/proc.go:271
runtime.goexit
	/opt/containerbase/tools/golang/1.22.10/src/runtime/asm_amd64.s:1695

File name: go.sum
Command failed: mod upgrade --mod-name=github.com/lestrrat-go/httprc -t=2
err: exit status 1: stderr: go: inconsistent vendoring in /tmp/renovate/repos/github/descope/go-sdk:
	github.com/decred/dcrd/dcrec/secp256k1/v4@v4.2.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/goccy/go-json@v0.10.2: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/lestrrat-go/httprc@v1.0.5: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/lestrrat-go/httprc/v2@v2.0.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	golang.org/x/sys@v0.18.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/decred/dcrd/dcrec/secp256k1/v4@v4.3.0: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/goccy/go-json@v0.10.3: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/lestrrat-go/httprc@v1.0.6: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	golang.org/x/sys@v0.27.0: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod

	To ignore the vendor directory, use -mod=readonly or -mod=mod.
	To sync the vendor directory, run:
		go mod vendor

could not load package
github.com/marwan-at-work/mod/major.Run
	/tmp/renovate/cache/others/go/pkg/mod/github.com/marwan-at-work/mod@v0.7.1/major/major.go:47
main.upgrade
	/tmp/renovate/cache/others/go/pkg/mod/github.com/marwan-at-work/mod@v0.7.1/cmd/mod/main.go:75
main.main.withExit.func1
	/tmp/renovate/cache/others/go/pkg/mod/github.com/marwan-at-work/mod@v0.7.1/cmd/mod/main.go:88
github.com/urfave/cli/v2.(*Command).Run
	/tmp/renovate/cache/others/go/pkg/mod/github.com/urfave/cli/v2@v2.25.1/command.go:274
github.com/urfave/cli/v2.(*Command).Run
	/tmp/renovate/cache/others/go/pkg/mod/github.com/urfave/cli/v2@v2.25.1/command.go:267
github.com/urfave/cli/v2.(*App).RunContext
	/tmp/renovate/cache/others/go/pkg/mod/github.com/urfave/cli/v2@v2.25.1/app.go:332
github.com/urfave/cli/v2.(*App).Run
	/tmp/renovate/cache/others/go/pkg/mod/github.com/urfave/cli/v2@v2.25.1/app.go:309
main.main
	/tmp/renovate/cache/others/go/pkg/mod/github.com/marwan-at-work/mod@v0.7.1/cmd/mod/main.go:71
runtime.main
	/opt/containerbase/tools/golang/1.22.10/src/runtime/proc.go:271
runtime.goexit
	/opt/containerbase/tools/golang/1.22.10/src/runtime/asm_amd64.s:1695

@descope descope bot changed the title Update module github.com/lestrrat-go/httprc to v2 Update module github.com/lestrrat-go/httprc to v2 - autoclosed Dec 23, 2024
@descope descope bot closed this Dec 23, 2024
auto-merge was automatically disabled December 23, 2024 14:59

Pull request was closed

@descope descope bot deleted the renovate/major-golang-indirect-dependendies branch December 23, 2024 14:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants