2
0

Use Go 1.19 atomics

This commit is contained in:
Jan Dubsky
2022-10-26 13:03:28 +02:00
committed by Jack Christensen
parent d970a39050
commit 86ffb019e1
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