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 module github.com/go-chi/chi to v5 - autoclosed #21

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 28, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
github.com/go-chi/chi require major v3.3.4+incompatible -> v5.0.4

Release Notes

go-chi/chi

v5.0.4

Compare Source

v5.0.3

Compare Source

v5.0.2

Compare Source

v5.0.1

Compare Source

v5.0.0

Compare Source

  • chi v5, github.com/go-chi/chi/v5 introduces the adoption of Go's SIV to adhere to the current state-of-the-tools in Go.
  • chi v1.5.x did not work out as planned, as the Go tooling is too powerful and chi's adoption is too wide.
    The most responsible thing to do for everyone's benefit is to just release v5 with SIV, so I present to you all,
    chi v5 at github.com/go-chi/chi/v5. I hope someday the developer experience and ergonomics I've been seeking
    will still come to fruition in some form, https://github.com/golang/go/issues/445504550
  • History of changes: see go-chi/chi@v1.5.4...v5.0.0

v4.1.2

Compare Source

v4.1.1

Compare Source

v4.1.0

Compare Source

  • middleware.LogEntry: Write method on interface now passes the response header
    and an extra interface type useful for custom logger implementations.
  • middleware.WrapResponseWriter: minor fix
  • middleware.Recoverer: a bit prettier
  • History of changes: see go-chi/chi@v4.0.4...v4.1.0

v4.0.4

Compare Source

v4.0.3

Compare Source

  • core: fix regexp routing to include default value when param is not matched
  • middleware: rewrite of middleware.Compress
  • middleware: suppress http.ErrAbortHandler in middleware.Recoverer
  • History of changes: see go-chi/chi@v4.0.2...v4.0.3

v4.0.2

Compare Source

v4.0.1

Compare Source

v4.0.0

Compare Source

  • chi v4 requires Go 1.10.3+ (or Go 1.9.7+) - we have deprecated support for Go 1.7 and 1.8
  • router: respond with 404 on router with no routes (#​362)
  • router: additional check to ensure wildcard is at the end of a url pattern (#​333)
  • middleware: deprecate use of http.CloseNotifier (#​347)
  • middleware: fix RedirectSlashes to include query params on redirect (#​334)
  • History of changes: see go-chi/chi@v3.3.4...v4.0.0

Configuration

📅 Schedule: At any time (no schedule defined).

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

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 WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/github.com-go-chi-chi-5.x branch from ae777c3 to a4ac8af Compare March 2, 2021 14:00
@renovate renovate bot force-pushed the renovate/github.com-go-chi-chi-5.x branch from a4ac8af to 967c15c Compare March 10, 2021 13:31
@renovate renovate bot force-pushed the renovate/github.com-go-chi-chi-5.x branch 3 times, most recently from de74c7f to 5e25b2b Compare April 1, 2021 11:41
@renovate renovate bot force-pushed the renovate/github.com-go-chi-chi-5.x branch 2 times, most recently from 73dee6b to 3d848b8 Compare April 4, 2021 11:32
@renovate
Copy link
Author

renovate bot commented Apr 4, 2021

⚠️ 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 check 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: api/go.sum
Command failed: docker pull docker.io/renovate/go:1.15.11
Error response from daemon: Get https://registry-1.docker.io/v2/renovate/go/manifests/1.15.11: EOF

@renovate renovate bot force-pushed the renovate/github.com-go-chi-chi-5.x branch 2 times, most recently from 3c188fc to 7e73bba Compare May 9, 2021 17:32
@renovate renovate bot changed the title Update module github.com/go-chi/chi to v5 fix(deps): update module github.com/go-chi/chi to v5 May 15, 2021
@renovate renovate bot force-pushed the renovate/github.com-go-chi-chi-5.x branch 5 times, most recently from aad505c to e4b5edd Compare May 15, 2021 21:43
@renovate
Copy link
Author

renovate bot commented May 15, 2021

⚠️ 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 check 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: api/go.sum
Command failed: docker run --rm --name=renovate_go --label=renovate_child -v "/mnt/renovate/gh/advenjourney/advenjourney":"/mnt/renovate/gh/advenjourney/advenjourney" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/renovate-cache/others/go":"/tmp/renovate-cache/others/go" -e GOPATH -e GOFLAGS -e CGO_ENABLED -w "/mnt/renovate/gh/advenjourney/advenjourney/api" docker.io/renovate/go:1.16.3 bash -l -c "git config --global url.\"https://**redacted**@github.com/\".insteadOf \"https://github.com/\" && go get -d ./... && go mod tidy && go mod tidy"
go: downloading github.com/99designs/gqlgen v0.13.0
go: downloading github.com/go-chi/chi v3.3.2+incompatible
go: downloading github.com/joho/godotenv v1.3.0
go: downloading github.com/vektah/gqlparser/v2 v2.2.0
go: downloading github.com/cenkalti/backoff v2.2.1+incompatible
go: downloading github.com/cenkalti/backoff/v4 v4.1.0
go: downloading github.com/golang-migrate/migrate v3.5.4+incompatible
go: downloading github.com/jackc/pgx/v4 v4.11.0
go: downloading golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a
go: downloading golang.org/x/net v0.0.0-20210510120150-4163338589ed
go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible
go: downloading github.com/lib/pq v1.3.0
go: downloading github.com/jackc/pgconn v1.8.1
go: downloading github.com/jackc/pgproto3 v1.1.0
go: downloading github.com/jackc/pgproto3/v2 v2.0.6
go: downloading github.com/jackc/puddle v1.1.3
go: downloading github.com/mitchellh/mapstructure v1.1.2
go: downloading github.com/hashicorp/golang-lru v0.5.1
go: downloading github.com/gorilla/websocket v1.4.2
go: downloading github.com/agnivade/levenshtein v1.0.3
go: downloading github.com/jackc/chunkreader v1.0.0
go: downloading github.com/jackc/chunkreader/v2 v2.0.1
go: downloading github.com/jackc/pgio v1.0.0
go: downloading github.com/jackc/pgpassfile v1.0.0
go: downloading github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b
go: downloading golang.org/x/text v0.3.6
go: downloading github.com/jackc/pgtype v1.7.0
go: downloading github.com/dgrijalva/jwt-go v1.0.2
go: downloading github.com/go-chi/chi v1.5.4
go: downloading github.com/golang-migrate/migrate v1.3.2
go: downloading github.com/UnnoTed/fileb0x v1.1.4
go: downloading github.com/labstack/echo v3.2.1+incompatible
go: downloading github.com/stretchr/testify v1.5.1
go: downloading github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883
go: downloading github.com/BurntSushi/toml v0.3.1
go: downloading gopkg.in/yaml.v2 v2.2.8
go: downloading github.com/bmatcuk/doublestar v1.1.1
go: downloading github.com/karrick/godirwalk v1.7.8
go: downloading github.com/gizak/termui/v3 v3.1.0
go: downloading github.com/labstack/gommon v0.2.7
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading github.com/pmezard/go-difflib v1.0.0
go: downloading github.com/sergi/go-diff v1.1.0
go: downloading github.com/docker/docker v17.12.0-ce-rc1.0.20200618181300-9dc6525e6118+incompatible
go: downloading github.com/jackc/pgmock v0.0.0-20190831213851-13a1b77aafa2
go: downloading github.com/cockroachdb/apd v1.1.0
go: downloading github.com/gofrs/uuid v3.2.0+incompatible
go: downloading github.com/shopspring/decimal v0.0.0-20200227202807-02e2044944cc
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/mattn/go-runewidth v0.0.3
go: downloading github.com/mitchellh/go-wordwrap v1.0.0
go: downloading github.com/nsf/termbox-go v0.0.0-20190121233118-02980233997d
go: downloading github.com/valyala/fasttemplate v0.0.0-20170224212429-dcecefd839c4
go: downloading github.com/mattn/go-colorable v0.1.6
go: downloading github.com/mattn/go-isatty v0.0.12
go: downloading github.com/arbovm/levenshtein v0.0.0-20160628152529-48b4e1c0c4d0
go: downloading github.com/dgryski/trifles v0.0.0-20190318185328-a8d75aae118c
go: downloading github.com/docker/go-connections v0.4.0
go: downloading github.com/docker/go-units v0.4.0
go: downloading github.com/docker/distribution v2.7.1+incompatible
go: downloading github.com/opencontainers/go-digest v1.0.0
go: downloading github.com/opencontainers/image-spec v1.0.1
go: downloading gotest.tools v2.2.0+incompatible
go: downloading github.com/valyala/bytebufferpool v1.0.0
go: downloading golang.org/x/sys v0.0.0-20210423082822-04245dca01da
go: downloading github.com/containerd/containerd v1.4.1
go: downloading github.com/sirupsen/logrus v1.7.0
go: downloading google.golang.org/grpc v1.33.1
go: downloading github.com/Microsoft/go-winio v0.4.15-0.20190919025122-fc70bd9a86b5
go: downloading github.com/gorilla/mux v1.7.4
go: downloading github.com/google/go-cmp v0.5.1
go: downloading github.com/Masterminds/semver/v3 v3.1.1
go: downloading github.com/gogo/protobuf v1.3.1
go: downloading google.golang.org/genproto v0.0.0-20201030142918-24207fddd1c3
go: downloading github.com/golang/protobuf v1.4.3
go: downloading github.com/morikuni/aec v1.0.0
go: downloading google.golang.org/protobuf v1.25.0
go: downloading github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78
go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
go: downloading golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e
github.com/advenjourney/api imports
	github.com/UnnoTed/fileb0x imports
	github.com/UnnoTed/fileb0x/config imports
	gopkg.in/yaml.v2: fstatat /tmp/renovate-cache/others/go/pkg/mod/gopkg.in/yaml.v2@v2.2.8: permission denied

@renovate renovate bot force-pushed the renovate/github.com-go-chi-chi-5.x branch from e4b5edd to 8a452f4 Compare September 26, 2021 23:10
@renovate renovate bot changed the title fix(deps): update module github.com/go-chi/chi to v5 fix(deps): update module github.com/go-chi/chi to v5 - autoclosed Mar 7, 2022
@renovate renovate bot closed this Mar 7, 2022
@renovate renovate bot deleted the renovate/github.com-go-chi-chi-5.x branch March 7, 2022 10:58
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

1 participant