2
0
Files
puddle/go.mod
T
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

13 lines
288 B
Modula-2

module github.com/jackc/puddle/v2
go 1.19
require github.com/stretchr/testify v1.8.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
)