diff options
Diffstat (limited to 'tests/search')
| -rwxr-xr-x | tests/search/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/search/main.go b/tests/search/main.go index 7ac47b46..587cab41 100755 --- a/tests/search/main.go +++ b/tests/search/main.go @@ -17,7 +17,7 @@ import ( "strconv" "strings" - _ "github.com/jackc/pgx/v4/stdlib" // for pgx driver + _ "github.com/jackc/pgx/v5/stdlib" // for pgx driver "golang.org/x/pkgsite/internal/config/serverconfig" "golang.org/x/pkgsite/internal/database" "golang.org/x/pkgsite/internal/derrors" |
