2
0

14 Commits

Author SHA1 Message Date
s.solodyagin f69f8d1b5c rename module 2024-05-07 09:39:29 +03:00
s.solodyagin 71ab3b349b chore: change module name after fork 2024-01-15 16:17:50 +03:00
Jack Christensen 80dbe4cffe Update golang.org/x/sync and github.com/stretchr/testify 2023-02-11 08:53:10 -06:00
Jack Christensen cc12efc05a Revert "Revert "Use Go 1.19 atomics""
This reverts commit fc4042cf23.

With the release of Go 1.20, we can use the better atomics in Go 1.19
and remove the external dependency.
2023-01-14 09:25:37 -06:00
Jack Christensen fc4042cf23 Revert "Use Go 1.19 atomics"
This reverts commit 86ffb019e1.

Given https://github.com/jackc/pgx/issues/1354 the temporary dependency
on go.uber.org/atomic for Go 1.18 support is worthwhile.
2022-11-12 10:25:48 -06:00
Jan Dubsky 86ffb019e1 Use Go 1.19 atomics 2022-10-28 18:20:56 -05:00
Jan Dubsky 30b91519a0 Code review changes 2022-10-28 18:20:56 -05:00
Jan Dubsky 8663ac8d76 Go mod tidy 2022-10-28 18:20:56 -05:00
Jan Dubsky 021588b93e Use semaphore rather than conditional variable 2022-10-28 18:20:51 -05:00
Jan Dubsky 6214680aa8 Replace useless locking by atomic variable 2022-10-28 18:20:03 -05:00
Jack Christensen 2c6a3a9afd Move to v2 2022-07-30 12:12:43 -05:00
Jack Christensen 2ef4b3d22a Upgrade testify 2022-07-30 11:27:56 -05:00
Столяров Владимир Алексеевич 4e95984946 Move main logic to package and use generics for API with backwards compatibility 2022-04-04 07:56:16 -05:00
Jack Christensen 0d93e0ec11 Add Go modules 2019-04-08 19:40:18 -05:00