Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upsert overlap #1238

Closed
wants to merge 10 commits into from
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@ require (
github.com/jackc/pgx-zerolog v0.0.0-20230315001418-f978528409eb
github.com/jackc/pgx/v5 v5.3.1
github.com/johannesboyne/gofakes3 v0.0.0-20220314170512-33c13122505e
github.com/jzelinskie/cobrautil/v2 v2.0.0-20221215210038-3f120e7f595f
github.com/jzelinskie/cobrautil/v2 v2.0.0-20230403163312-3593f31d8fe1
github.com/jzelinskie/stringz v0.0.1
github.com/lib/pq v1.10.7
github.com/mostynb/go-grpc-compression v1.1.17
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -363,8 +363,8 @@ github.com/json-iterator/go v1.1.12 h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnr
github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024/go.mod h1:6v2b51hI/fHJwM22ozAgKL4VKDeJcHhJFhtBdhmNjmU=
github.com/jstemmer/go-junit-report v0.9.1/go.mod h1:Brl9GWCQeLvo8nXZwPNNblvFj/XSXhF0NWZEnDohbsk=
github.com/julienschmidt/httprouter v1.2.0/go.mod h1:SYymIcj16QtmaHHD7aYtjjsJG7VTCxuUUipMqKk8s4w=
github.com/jzelinskie/cobrautil/v2 v2.0.0-20221215210038-3f120e7f595f h1:Roeu56yDjhb2yFC6/KupOm7V3qSf5YP7/JDOUeWOJXw=
github.com/jzelinskie/cobrautil/v2 v2.0.0-20221215210038-3f120e7f595f/go.mod h1:iqQf0oijpU31L1tuvD9+dKxkhdAv9IaKlnzVattaDwo=
github.com/jzelinskie/cobrautil/v2 v2.0.0-20230403163312-3593f31d8fe1 h1:uC0lH8fWcp6E7JHmiR0F0YY0AiJhOy2HZbHM6rVSDQU=
github.com/jzelinskie/cobrautil/v2 v2.0.0-20230403163312-3593f31d8fe1/go.mod h1:iqQf0oijpU31L1tuvD9+dKxkhdAv9IaKlnzVattaDwo=
github.com/jzelinskie/stringz v0.0.1 h1:IahR+y8ct2nyj7B6i8UtFsGFj4ex1SX27iKFYsAheLk=
github.com/jzelinskie/stringz v0.0.1/go.mod h1:hHYbgxJuNLRw91CmpuFsYEOyQqpDVFg8pvEh23vy4P0=
github.com/kisielk/errcheck v1.1.0/go.mod h1:EZBBE59ingxPouuu3KfxchcWSUPOHkagtvWXihfKN4Q=