Update dependencies.
This commit is contained in:
parent
36e3319d90
commit
88fe61e7e2
6 changed files with 87 additions and 88 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue