Skip to content

Commit

Permalink
Bump mongodb-filter-to-postgres to v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
erikdubbelboer committed Aug 30, 2024
1 parent 5eb51b4 commit 499ae01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/jackc/pgx/v5 v5.6.0
github.com/koenbollen/logging v0.0.0-20230520102501-e01d64214504
github.com/ory/dockertest/v3 v3.11.0
github.com/poki/mongodb-filter-to-postgres v1.0.1
github.com/poki/mongodb-filter-to-postgres v1.0.2
github.com/rs/cors v1.11.0
github.com/rs/xid v1.6.0
go.uber.org/zap v1.27.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/poki/mongodb-filter-to-postgres v1.0.1 h1:7AHKdw2k0dydvhvOnbwlVuqxjdksYftkZve4Rn3TdKs=
github.com/poki/mongodb-filter-to-postgres v1.0.1/go.mod h1:AccQTAURp16s/pIp9pTuVqY64kyDJ5Dre4fNA1efO6A=
github.com/poki/mongodb-filter-to-postgres v1.0.2 h1:M/chLjplZv2RpdGE3CpFXNkjbSJkLPbbqNz+v7Q+7Cw=
github.com/poki/mongodb-filter-to-postgres v1.0.2/go.mod h1:AccQTAURp16s/pIp9pTuVqY64kyDJ5Dre4fNA1efO6A=
github.com/rogpeppe/go-internal v1.11.0 h1:cWPaGQEPrBb5/AsnsZesgZZ9yb1OQ+GOISoDNXVBh4M=
github.com/rogpeppe/go-internal v1.11.0/go.mod h1:ddIwULY96R17DhadqLgMfk9H9tvdUzkipdSkR5nkCZA=
github.com/rs/cors v1.11.0 h1:0B9GE/r9Bc2UxRMMtymBkHTenPkHDv0CW4Y98GBY+po=
Expand Down

0 comments on commit 499ae01

Please sign in to comment.