We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b1842c commit fac4721Copy full SHA for fac4721
3 files changed
fuzz/go.mod
@@ -1,6 +1,6 @@
1
module github.com/poki/mongodb-filter-to-postgres/fuzz
2
3
-go 1.22.2
+go 1.18
4
5
replace github.com/poki/mongodb-filter-to-postgres v0.0.0 => ../
6
go.mod
@@ -1,3 +1,3 @@
module github.com/poki/mongodb-filter-to-postgres
integration/go.mod
+go 1.21
0 commit comments