diff --git a/go.mod b/go.mod index ae63696..b291b80 100644 --- a/go.mod +++ b/go.mod @@ -19,7 +19,7 @@ require ( github.com/prometheus/client_golang v1.23.2 github.com/segmentio/kafka-go v0.4.49 github.com/sharnoff/eventdistributor v0.1.1 - github.com/singlestore-labs/generic v0.4.0 + github.com/singlestore-labs/generic v0.5.0 github.com/singlestore-labs/once v0.0.1 github.com/singlestore-labs/simultaneous v0.0.1 github.com/singlestore-labs/wait v0.0.1 diff --git a/go.sum b/go.sum index 6b62aea..500e447 100644 --- a/go.sum +++ b/go.sum @@ -79,8 +79,8 @@ github.com/segmentio/kafka-go v0.4.49 h1:GJiNX1d/g+kG6ljyJEoi9++PUMdXGAxb7JGPiDC github.com/segmentio/kafka-go v0.4.49/go.mod h1:Y1gn60kzLEEaW28YshXyk2+VCUKbJ3Qr6DrnT3i4+9E= github.com/sharnoff/eventdistributor v0.1.1 h1:7OOcn2f9w5zGCjHm8KcIYKyp6y+W7xTNvo7rgnhWvvg= github.com/sharnoff/eventdistributor v0.1.1/go.mod h1:OEKtalwdvbR4ZSEkNzMUTcu5aSaW+jRHjmamBlyTcqk= -github.com/singlestore-labs/generic v0.4.0 h1:U6nEfT1QajRALQ9riF0oYJBcH1x7lG/oKLx27tEp5lk= -github.com/singlestore-labs/generic v0.4.0/go.mod h1:EYP3HOfc9BcytHJMwwQsc99fR6EXxCd13B1egFCF3BQ= +github.com/singlestore-labs/generic v0.5.0 h1:YlWevDHXPxYnIaN/nH+LSW5N4pvP5JGztQDtqmRVNhE= +github.com/singlestore-labs/generic v0.5.0/go.mod h1:EYP3HOfc9BcytHJMwwQsc99fR6EXxCd13B1egFCF3BQ= github.com/singlestore-labs/once v0.0.1 h1:GGfXqAm1+Aywxo2fSNBgMWN+8H/M/VpbbPgVN8Berto= github.com/singlestore-labs/once v0.0.1/go.mod h1:2f063S0jPlp6Qll5WdwwXIJ6I3OJYdTZtlUQ5zBvrJQ= github.com/singlestore-labs/simultaneous v0.0.1 h1:bg+zTtvXRqo2FoI3XK+dhbO7wwtiEJdVuJZ6rsaJYoM=