2
0

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