Closed renovate[bot] closed 4 months ago
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:
The artifact failure details are included below:
Command failed: go get -d -t ./...
go: downloading github.com/siyul-park/uniflow v0.6.0
go: downloading github.com/dop251/goja v0.0.0-20240516125602-ccbae20bcec2
go: downloading github.com/evanw/esbuild v0.21.5
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/samber/lo v1.39.0
go: downloading github.com/xiatechs/jsonata-go v1.8.7
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/go-faker/faker/v4 v4.4.2
go: downloading github.com/stretchr/testify v1.9.0
go: downloading github.com/iancoleman/strcase v0.3.0
go: downloading github.com/jmoiron/sqlx v1.4.0
go: downloading github.com/mattn/go-sqlite3 v1.14.22
go: downloading github.com/andybalholm/brotli v1.1.0
go: downloading github.com/gorilla/websocket v1.5.3
go: downloading github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5
go: downloading github.com/gofrs/uuid v4.4.0+incompatible
go: downloading github.com/dlclark/regexp2 v1.11.0
go: downloading github.com/google/pprof v0.0.0-20240528025155-186aa0362fba
go: downloading golang.org/x/text v0.16.0
go: downloading golang.org/x/exp v0.0.0-20240604190554-fc45aab8b7f8
go: downloading github.com/benbjohnson/immutable v0.4.3
go: downloading github.com/goccy/go-json v0.10.3
go: downloading github.com/shopspring/decimal v1.4.0
go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
go: downloading github.com/tidwall/btree v1.7.0
go: downloading github.com/go-sourcemap/sourcemap v2.1.4+incompatible
go: downloading github.com/ncruces/go-strftime v0.1.9
go: downloading golang.org/x/sys v0.21.0
go: github.com/siyul-park/uniflow/plugin/pkg/control imports
github.com/siyul-park/uniflow/pkg/spec: cannot find module providing package github.com/siyul-park/uniflow/pkg/spec
go: github.com/siyul-park/uniflow/plugin/pkg/system imports
github.com/siyul-park/uniflow/pkg/store: cannot find module providing package github.com/siyul-park/uniflow/pkg/store
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 75.96%. Comparing base (
07cdd74
) to head (684fbae
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR contains the following updates:
v1.5.2
->v1.5.3
Release Notes
gorilla/websocket (github.com/gorilla/websocket)
### [`v1.5.3`](https://togithub.com/gorilla/websocket/releases/tag/v1.5.3) [Compare Source](https://togithub.com/gorilla/websocket/compare/v1.5.2...v1.5.3) #### Important change This reverts the websockets package back to https://github.com/gorilla/websocket/commit/931041c5ee6de24fe9cba1aa16f1a0b910284d6d #### What's Changed - Fixes subprotocol selection (aling with rfc6455) by [@KSDaemon](https://togithub.com/KSDaemon) in [https://github.com/gorilla/websocket/pull/823](https://togithub.com/gorilla/websocket/pull/823) - Update README.md, replace master to main by [@mstmdev](https://togithub.com/mstmdev) in [https://github.com/gorilla/websocket/pull/862](https://togithub.com/gorilla/websocket/pull/862) - Use status code constant by [@mstmdev](https://togithub.com/mstmdev) in [https://github.com/gorilla/websocket/pull/864](https://togithub.com/gorilla/websocket/pull/864) - conn.go: default close handler should not return ErrCloseSent. by [@pnx](https://togithub.com/pnx) in [https://github.com/gorilla/websocket/pull/865](https://togithub.com/gorilla/websocket/pull/865) - fix: replace ioutil.readfile with os.readfile by [@rfyiamcool](https://togithub.com/rfyiamcool) in [https://github.com/gorilla/websocket/pull/868](https://togithub.com/gorilla/websocket/pull/868) - fix: add comment for the readBufferSize and writeBufferSize by [@rfyiamcool](https://togithub.com/rfyiamcool) in [https://github.com/gorilla/websocket/pull/869](https://togithub.com/gorilla/websocket/pull/869) - Remove noisy printf in NextReader() and beginMessage() by [@bcreane](https://togithub.com/bcreane) in [https://github.com/gorilla/websocket/pull/878](https://togithub.com/gorilla/websocket/pull/878) - docs(echoreadall): fix function echoReadAll comment by [@XdpCs](https://togithub.com/XdpCs) in [https://github.com/gorilla/websocket/pull/881](https://togithub.com/gorilla/websocket/pull/881) - make tests parallel by [@ninedraft](https://togithub.com/ninedraft) in [https://github.com/gorilla/websocket/pull/872](https://togithub.com/gorilla/websocket/pull/872) - Upgrader.Upgrade: use http.ResposnseController by [@ninedraft](https://togithub.com/ninedraft) in [https://github.com/gorilla/websocket/pull/871](https://togithub.com/gorilla/websocket/pull/871) - Do not handle network error in `SetCloseHandler()` by [@nak3](https://togithub.com/nak3) in [https://github.com/gorilla/websocket/pull/863](https://togithub.com/gorilla/websocket/pull/863) - perf: reduce timer in write_control by [@rfyiamcool](https://togithub.com/rfyiamcool) in [https://github.com/gorilla/websocket/pull/879](https://togithub.com/gorilla/websocket/pull/879) - fix: lint example code by [@rfyiamcool](https://togithub.com/rfyiamcool) in [https://github.com/gorilla/websocket/pull/890](https://togithub.com/gorilla/websocket/pull/890) - feat: format message type by [@rfyiamcool](https://togithub.com/rfyiamcool) in [https://github.com/gorilla/websocket/pull/889](https://togithub.com/gorilla/websocket/pull/889) - Remove hideTempErr to allow downstream users to check for errors like net.ErrClosed by [@UnAfraid](https://togithub.com/UnAfraid) in [https://github.com/gorilla/websocket/pull/894](https://togithub.com/gorilla/websocket/pull/894) - Do not timeout when WriteControl deadline is zero in [https://github.com/gorilla/websocket/pull/898](https://togithub.com/gorilla/websocket/pull/898) - Excludes errchecks linter by [@apoorvajagtap](https://togithub.com/apoorvajagtap) in [https://github.com/gorilla/websocket/pull/904](https://togithub.com/gorilla/websocket/pull/904) - Return errors instead of printing to logs by [@apoorvajagtap](https://togithub.com/apoorvajagtap) in [https://github.com/gorilla/websocket/pull/897](https://togithub.com/gorilla/websocket/pull/897) - Revert " Update go version & add verification/testing tools ([#840](https://togithub.com/gorilla/websocket/issues/840))" by [@apoorvajagtap](https://togithub.com/apoorvajagtap) in [https://github.com/gorilla/websocket/pull/908](https://togithub.com/gorilla/websocket/pull/908) - Fixes broken random value generation by [@apoorvajagtap](https://togithub.com/apoorvajagtap) in [https://github.com/gorilla/websocket/pull/926](https://togithub.com/gorilla/websocket/pull/926) - Reverts back to v1.5.0 by [@apoorvajagtap](https://togithub.com/apoorvajagtap) in [https://github.com/gorilla/websocket/pull/929](https://togithub.com/gorilla/websocket/pull/929) #### New Contributors - [@KSDaemon](https://togithub.com/KSDaemon) made their first contribution in [https://github.com/gorilla/websocket/pull/823](https://togithub.com/gorilla/websocket/pull/823) - [@mstmdev](https://togithub.com/mstmdev) made their first contribution in [https://github.com/gorilla/websocket/pull/862](https://togithub.com/gorilla/websocket/pull/862) - [@pnx](https://togithub.com/pnx) made their first contribution in [https://github.com/gorilla/websocket/pull/865](https://togithub.com/gorilla/websocket/pull/865) - [@rfyiamcool](https://togithub.com/rfyiamcool) made their first contribution in [https://github.com/gorilla/websocket/pull/868](https://togithub.com/gorilla/websocket/pull/868) - [@bcreane](https://togithub.com/bcreane) made their first contribution in [https://github.com/gorilla/websocket/pull/878](https://togithub.com/gorilla/websocket/pull/878) - [@XdpCs](https://togithub.com/XdpCs) made their first contribution in [https://github.com/gorilla/websocket/pull/881](https://togithub.com/gorilla/websocket/pull/881) - [@ninedraft](https://togithub.com/ninedraft) made their first contribution in [https://github.com/gorilla/websocket/pull/872](https://togithub.com/gorilla/websocket/pull/872) - [@nak3](https://togithub.com/nak3) made their first contribution in [https://github.com/gorilla/websocket/pull/863](https://togithub.com/gorilla/websocket/pull/863) - [@UnAfraid](https://togithub.com/UnAfraid) made their first contribution in [https://github.com/gorilla/websocket/pull/894](https://togithub.com/gorilla/websocket/pull/894) - [@apoorvajagtap](https://togithub.com/apoorvajagtap) made their first contribution in [https://github.com/gorilla/websocket/pull/904](https://togithub.com/gorilla/websocket/pull/904) **Full Changelog**: https://github.com/gorilla/websocket/compare/v1.5.1...v1.5.3Configuration
📅 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 becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.