diff --git a/go.mod b/go.mod index b5398bc..b9efbe2 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/jackc/puddle +module github.com/jackc/puddle/v2 go 1.18 diff --git a/pool_test.go b/pool_test.go index 92172af..4a93ad2 100644 --- a/pool_test.go +++ b/pool_test.go @@ -14,7 +14,7 @@ import ( "testing" "time" - "github.com/jackc/puddle" + "github.com/jackc/puddle/v2" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" )