chore: upgrade sqlc to 1.19.1 (#8511)

This commit is contained in:
Muhammad Atif Ali
2023-07-15 09:07:19 +03:00
committed by GitHub
parent 7a62534359
commit ce114a7f9f
19 changed files with 68 additions and 68 deletions

View File

@ -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"