Skip to content

Update module github.com/lovoo/goka to v1.1.16#15

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-lovoo-goka-1.x
Open

Update module github.com/lovoo/goka to v1.1.16#15
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-lovoo-goka-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 17, 2023

This PR contains the following updates:

Package Change Age Confidence
github.com/lovoo/goka v1.1.7v1.1.16 age confidence

Release Notes

lovoo/goka (github.com/lovoo/goka)

v1.1.16

Compare Source

What's Changed

Full Changelog: lovoo/goka@v1.1.15...v1.1.16

This reverts the breaking change from v1.1.15, so updating from <=v1.1.14 to v1.1.16 should not break any tests.

v1.1.15

Compare Source

What's Changed

  • tester: add option to set message timestamp for the goka context by @​frairon in #​483

Full Changelog: lovoo/goka@v1.1.14...v1.1.15

Please note that this affects unit tests that use the goka tester if the processors to be tested used ctx.Timestamp().

Previously, ctx.Timestamp() was never set in the tester (i.e. ctx.Timestamp().IsZero()==true). From this release on, ctx.Timestamp() is set to time.Now(), but can be overwritten by the option WithTime(..).

v1.1.14

Compare Source

What's Changed

New Contributors

Full Changelog: lovoo/goka@v1.1.13...v1.1.14

v1.1.13

Compare Source

What's Changed

New Contributors

Full Changelog: lovoo/goka@v1.1.12...v1.1.13

v1.1.12: Fix deadlock in consumer mock, update Kafka and Zookeeper for tests, add message timestamp in update context and add processor stopped state

Compare Source

What's Changed

New Contributors

Full Changelog: lovoo/goka@v1.1.11...v1.1.12

v1.1.11: Fix fetchstats bug and security vuln and remove deprecated ioutilrefs

Compare Source

What's Changed

New Contributors

Full Changelog: lovoo/goka@v1.1.10...v1.1.11

v1.1.10: Bugfix drain messages on visit-fail

Compare Source

What's Changed

Full Changelog: lovoo/goka@v1.1.9...v1.1.10

v1.1.9: Update Go, Sarama and fix race condition

Compare Source

What's Changed

New Contributors

Full Changelog: lovoo/goka@v1.1.8...v1.1.9

v1.1.8: Processor context wrapper

Compare Source

What's Changed

New Contributors

Full Changelog: lovoo/goka@v1.1.7...v1.1.8


Configuration

📅 Schedule: (UTC)

  • 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.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot changed the title Update module github.com/lovoo/goka to v1.1.8 Update module github.com/lovoo/goka to v1.1.9 Aug 10, 2023
@renovate renovate Bot force-pushed the renovate/github.com-lovoo-goka-1.x branch from 05d05e2 to 29a4b61 Compare August 10, 2023 11:07
@renovate renovate Bot changed the title Update module github.com/lovoo/goka to v1.1.9 Update module github.com/lovoo/goka to v1.1.10 Sep 27, 2023
@renovate renovate Bot force-pushed the renovate/github.com-lovoo-goka-1.x branch from 29a4b61 to 1b161d3 Compare September 27, 2023 10:37
@renovate renovate Bot force-pushed the renovate/github.com-lovoo-goka-1.x branch from 1b161d3 to 0957f9a Compare November 1, 2023 13:00
@renovate renovate Bot changed the title Update module github.com/lovoo/goka to v1.1.10 Update module github.com/lovoo/goka to v1.1.11 Nov 1, 2023
@renovate renovate Bot force-pushed the renovate/github.com-lovoo-goka-1.x branch from 0957f9a to d1bda18 Compare May 16, 2024 16:24
@renovate renovate Bot changed the title Update module github.com/lovoo/goka to v1.1.11 Update module github.com/lovoo/goka to v1.1.12 May 16, 2024
@renovate renovate Bot changed the title Update module github.com/lovoo/goka to v1.1.12 Update module github.com/lovoo/goka to v1.1.12 - autoclosed Dec 17, 2024
@renovate renovate Bot closed this Dec 17, 2024
@renovate renovate Bot deleted the renovate/github.com-lovoo-goka-1.x branch December 17, 2024 12:06
@renovate renovate Bot changed the title Update module github.com/lovoo/goka to v1.1.12 - autoclosed Update module github.com/lovoo/goka to v1.1.12 Dec 17, 2024
@renovate renovate Bot reopened this Dec 17, 2024
@renovate renovate Bot force-pushed the renovate/github.com-lovoo-goka-1.x branch from e94a3ac to d1bda18 Compare December 17, 2024 18:16
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Dec 17, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 9 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.19 -> 1.23.0
github.com/eapache/go-resiliency v1.3.0 -> v1.7.0
github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21 -> v0.0.0-20230731223053-c322873962e3
github.com/jcmturner/gokrb5/v8 v8.4.3 -> v8.4.4
github.com/klauspost/compress v1.15.9 -> v1.17.11
github.com/pierrec/lz4/v4 v4.1.15 -> v4.1.22
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa -> v0.37.0
golang.org/x/net v0.0.0-20220809184613-07c6da5e1ced -> v0.39.0
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 -> v0.11.0
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 -> v0.32.0

@renovate renovate Bot changed the title Update module github.com/lovoo/goka to v1.1.12 Update module github.com/lovoo/goka to v1.1.12 - autoclosed Dec 17, 2024
@renovate renovate Bot closed this Dec 17, 2024
@renovate renovate Bot changed the title Update module github.com/lovoo/goka to v1.1.12 - autoclosed Update module github.com/lovoo/goka to v1.1.12 Dec 18, 2024
@renovate renovate Bot reopened this Dec 18, 2024
@renovate renovate Bot force-pushed the renovate/github.com-lovoo-goka-1.x branch from 705fb4f to d1bda18 Compare December 18, 2024 02:19
@renovate renovate Bot changed the title Update module github.com/lovoo/goka to v1.1.12 Update module github.com/lovoo/goka to v1.1.12 - autoclosed Dec 18, 2024
@renovate renovate Bot closed this Dec 18, 2024
@renovate renovate Bot changed the title Update module github.com/lovoo/goka to v1.1.12 - autoclosed Update module github.com/lovoo/goka to v1.1.12 Dec 18, 2024
@renovate renovate Bot reopened this Dec 18, 2024
@renovate renovate Bot force-pushed the renovate/github.com-lovoo-goka-1.x branch from 80ab2f9 to d1bda18 Compare December 18, 2024 12:46
@renovate renovate Bot force-pushed the renovate/github.com-lovoo-goka-1.x branch from d1bda18 to de27944 Compare March 3, 2025 13:36
@renovate renovate Bot changed the title Update module github.com/lovoo/goka to v1.1.12 Update module github.com/lovoo/goka to v1.1.13 Mar 3, 2025
@renovate renovate Bot force-pushed the renovate/github.com-lovoo-goka-1.x branch from de27944 to 14efcaa Compare May 26, 2025 11:26
@renovate renovate Bot changed the title Update module github.com/lovoo/goka to v1.1.13 Update module github.com/lovoo/goka to v1.1.14 May 26, 2025
@renovate renovate Bot force-pushed the renovate/github.com-lovoo-goka-1.x branch from 14efcaa to d231c13 Compare August 10, 2025 14:35
@renovate renovate Bot force-pushed the renovate/github.com-lovoo-goka-1.x branch from d231c13 to 345bce4 Compare October 9, 2025 10:52
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Dec 15, 2025

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 11 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.19 -> 1.25.0
github.com/eapache/go-resiliency v1.3.0 -> v1.7.0
github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21 -> v0.0.0-20230731223053-c322873962e3
github.com/golang/snappy v0.0.4 -> v1.0.0
github.com/jcmturner/gokrb5/v8 v8.4.3 -> v8.4.4
github.com/klauspost/compress v1.15.9 -> v1.18.3
github.com/pierrec/lz4/v4 v4.1.15 -> v4.1.25
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 -> v0.0.0-20250401214520-65e299d6c5c9
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa -> v0.47.0
golang.org/x/net v0.0.0-20220809184613-07c6da5e1ced -> v0.49.0
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 -> v0.19.0
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 -> v0.40.0

@renovate renovate Bot force-pushed the renovate/github.com-lovoo-goka-1.x branch from 345bce4 to 11f1c32 Compare February 6, 2026 09:53
@renovate renovate Bot changed the title Update module github.com/lovoo/goka to v1.1.14 Update module github.com/lovoo/goka to v1.1.15 Feb 6, 2026
@renovate renovate Bot force-pushed the renovate/github.com-lovoo-goka-1.x branch from 11f1c32 to 9170d34 Compare February 6, 2026 12:47
@renovate renovate Bot changed the title Update module github.com/lovoo/goka to v1.1.15 Update module github.com/lovoo/goka to v1.1.16 Feb 6, 2026
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.

0 participants