mirror of
https://github.com/coder/coder.git
synced 2025-07-06 15:41:45 +00:00
chore: upgrade sqlc to 1.19.1 (#8511)
This commit is contained in:
committed by
GitHub
parent
7a62534359
commit
ce114a7f9f
@ -14,7 +14,7 @@ import (
|
||||
"time"
|
||||
|
||||
"github.com/google/uuid"
|
||||
"github.com/tabbed/pqtype"
|
||||
"github.com/sqlc-dev/pqtype"
|
||||
"golang.org/x/oauth2"
|
||||
"golang.org/x/xerrors"
|
||||
|
||||
|
@ -12,8 +12,8 @@ import (
|
||||
|
||||
"github.com/go-chi/chi/v5"
|
||||
"github.com/google/uuid"
|
||||
"github.com/sqlc-dev/pqtype"
|
||||
"github.com/stretchr/testify/require"
|
||||
"github.com/tabbed/pqtype"
|
||||
|
||||
"github.com/coder/coder/coderd/database"
|
||||
"github.com/coder/coder/coderd/database/dbtestutil"
|
||||
|
Reference in New Issue
Block a user