2
0

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.
This commit is contained in:
Jack Christensen
2022-11-12 10:25:48 -06:00
parent 08d6ffb88b
commit fc4042cf23
3 changed files with 8 additions and 3 deletions
+5 -2
View File
@@ -1,8 +1,11 @@
module github.com/jackc/puddle/v2
go 1.19
go 1.18
require github.com/stretchr/testify v1.8.0
require (
github.com/stretchr/testify v1.8.0
go.uber.org/atomic v1.10.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect