Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down
Loading