2
0

Move to v2

This commit is contained in:
Jack Christensen
2022-07-30 12:12:43 -05:00
parent d91b446b0e
commit 2c6a3a9afd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
module github.com/jackc/puddle
module github.com/jackc/puddle/v2
go 1.18
+1 -1
View File
@@ -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"
)