Update dependencies.

This commit is contained in:
go-jet 2026-05-03 12:10:07 +02:00
parent 36e3319d90
commit 88fe61e7e2
6 changed files with 87 additions and 88 deletions

View file

@ -4,7 +4,7 @@ import (
"context"
"github.com/go-jet/jet/v2/internal/utils/ptr"
"github.com/lib/pq"
"github.com/volatiletech/null/v8"
"gopkg.in/guregu/null.v4"
"testing"
"time"

View file

@ -5,11 +5,11 @@ import (
"database/sql"
"github.com/go-jet/jet/v2/internal/utils/ptr"
"github.com/lib/pq"
"gopkg.in/guregu/null.v4"
"testing"
"time"
"github.com/go-jet/jet/v2/qrm"
"gopkg.in/guregu/null.v4"
"github.com/stretchr/testify/require"