Skip to content

Commit edb6d2e

Browse files
Added new module for pool
1 parent 9568072 commit edb6d2e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,14 @@ require (
2929
github.com/inconshreveable/mousetrap v1.1.0 // indirect
3030
github.com/jackc/pgpassfile v1.0.0 // indirect
3131
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
32+
github.com/jackc/puddle/v2 v2.2.2 // indirect
3233
github.com/rogpeppe/go-internal v1.14.1 // indirect
3334
github.com/spf13/pflag v1.0.6 // indirect
3435
github.com/stretchr/testify v1.10.0 // indirect
3536
go.uber.org/multierr v1.11.0 // indirect
3637
golang.org/x/crypto v0.37.0 // indirect
3738
golang.org/x/net v0.39.0 // indirect
39+
golang.org/x/sync v0.13.0 // indirect
3840
golang.org/x/sys v0.32.0 // indirect
3941
golang.org/x/text v0.24.0 // indirect
4042
google.golang.org/genproto/googleapis/rpc v0.0.0-20250414145226-207652e42e2e // indirect

0 commit comments

Comments
 (0)