fc4042cf23
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.
16 lines
321 B
Modula-2
16 lines
321 B
Modula-2
module github.com/jackc/puddle/v2
|
|
|
|
go 1.18
|
|
|
|
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
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
golang.org/x/sync v0.0.0-20220923202941-7f9b1623fab7
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|