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

Improve fuzzing with recorded seed data #2392

Merged
merged 174 commits into from
May 4, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
174 commits
Select commit Hold shift + click to select a range
487914d
WIP
fenogentov Apr 10, 2023
447f024
Update writing guide (#2373)
Fashander Apr 6, 2023
cb328c6
Fix version.txt generation for git tags (#2388)
AlekSi Apr 7, 2023
f5b5c0a
Add comments to our documentation workflow (#2390)
AlekSi Apr 7, 2023
b3b431d
Disable integration tests for Tigris for now
AlekSi Apr 10, 2023
e23198f
Fix types order linter (#2391)
AlekSi Apr 11, 2023
478912e
Add blogpost: Announcing FerretDB 1.0 GA - a truly Open Source MongoD…
AlekSi Apr 11, 2023
070e3bc
Deprecated error cleanup (#2411)
chilagrow Apr 12, 2023
646f5e5
Bump deps (#2408)
AlekSi Apr 12, 2023
63001bb
Fix `findAndModify` for `$exists` query operator (#2385)
chilagrow Apr 12, 2023
54c7a03
Update documentation for index options (#2417)
AlekSi Apr 12, 2023
e5cbda3
Parallel tests are consistently used in integration tests (#2409)
chilagrow Apr 12, 2023
f0d90cb
Update 2023-04-11-ferretdb-1-0-ga-opensource-mongodb-alternative.md
ptrfarkas Apr 12, 2023
298d6c8
Update 2023-04-11-ferretdb-1-0-ga-opensource-mongodb-alternative.md
ptrfarkas Apr 12, 2023
eb0cd70
Add query pushdown documentation (#2339)
noisersup Apr 12, 2023
d65804b
Update README.md to link to SSPL (#2420)
cooljeanius Apr 13, 2023
e5c49b4
Compress CI artifacts (#2424)
noisersup Apr 13, 2023
1d43c77
Update README.md
ptrfarkas Apr 13, 2023
be00196
Use exponential backoff with jitter (#2419)
j0holo Apr 14, 2023
2fd13be
Improve documentation for Docker (#2396)
AlekSi Apr 14, 2023
8da0258
Add Mergify rules for blog posts (#2434)
AlekSi Apr 14, 2023
14a3a8c
Add more detailed PR guides in CONTRIBUTING.md (#2435)
AuruTus Apr 16, 2023
0656ccf
Migrate to `pgx/v5` (#2439)
Apr 17, 2023
91ae7ae
Remove a few double spaces (#2431)
AlekSi Apr 17, 2023
ba793f5
Make it harder to misuse iterators (#2428)
AlekSi Apr 17, 2023
afc828e
Update PR template (#2441)
AlekSi Apr 17, 2023
131e418
Add image for a future blog post (#2453)
AlekSi Apr 17, 2023
0e16b61
Add blogpost - Using FerretDB with Studio 3T (#2454)
AlekSi Apr 17, 2023
be92f42
Fix YAML indentation (#2455)
AlekSi Apr 17, 2023
22545b5
Rename testing flag (#2437)
AlekSi Apr 17, 2023
9f961dd
Fix version.txt generation for git tags (#2388)
AlekSi Apr 7, 2023
749bd53
Add comments to our documentation workflow (#2390)
AlekSi Apr 7, 2023
f1206a8
Fix types order linter (#2391)
AlekSi Apr 11, 2023
f87f9b2
Add blogpost: Announcing FerretDB 1.0 GA - a truly Open Source MongoD…
AlekSi Apr 11, 2023
f8c9dcf
Deprecated error cleanup (#2411)
chilagrow Apr 12, 2023
f56033f
Bump deps (#2408)
AlekSi Apr 12, 2023
ae4da41
Fix `findAndModify` for `$exists` query operator (#2385)
chilagrow Apr 12, 2023
99b8218
Update documentation for index options (#2417)
AlekSi Apr 12, 2023
786c874
Update 2023-04-11-ferretdb-1-0-ga-opensource-mongodb-alternative.md
ptrfarkas Apr 12, 2023
665c51b
Update 2023-04-11-ferretdb-1-0-ga-opensource-mongodb-alternative.md
ptrfarkas Apr 12, 2023
89d01b8
Update README.md
ptrfarkas Apr 13, 2023
c593e9f
Use exponential backoff with jitter (#2419)
j0holo Apr 14, 2023
c73bcdb
Improve documentation for Docker (#2396)
AlekSi Apr 14, 2023
0e6b2e0
Add Mergify rules for blog posts (#2434)
AlekSi Apr 14, 2023
a9673ed
Migrate to `pgx/v5` (#2439)
Apr 17, 2023
3eceb1c
Remove a few double spaces (#2431)
AlekSi Apr 17, 2023
b212c4d
Add blogpost - Using FerretDB with Studio 3T (#2454)
AlekSi Apr 17, 2023
cc512fc
Fix YAML indentation (#2455)
AlekSi Apr 17, 2023
7601cb8
Rename testing flag (#2437)
AlekSi Apr 17, 2023
7796faf
`-race` is not supported on `riscv64` (#2456)
afiskon Apr 17, 2023
ca7c197
Update blog post on Using FerretDB with Studio3T (#2457)
Fashander Apr 17, 2023
b4dab52
Validate `scale` param for `dbStats` and `collStats` correctly (#2418)
Apr 18, 2023
9f14c0f
Minor cleanup of exponential backoff with jitter (#2443)
chilagrow Apr 18, 2023
ace05a3
Add workaround for CockroachDB issue (#2464)
AlekSi Apr 18, 2023
852c4c4
Fix `SchemaStats` to return correct data (#2426)
Apr 18, 2023
cdfae4e
Implement blog posts previews (#2433)
noisersup Apr 18, 2023
92475b9
Introduce integration benchmarks (#2381)
noisersup Apr 18, 2023
1d1c429
Add tests to findAndModify on `$exists` operator (#2422)
chilagrow Apr 19, 2023
b593980
Use separate environments for blog and docs
AlekSi Apr 19, 2023
5ad1b06
Bump deps (#2479)
AlekSi Apr 19, 2023
11b3f41
Refactor aggregation (#2463)
chilagrow Apr 19, 2023
e1013cc
Small documentation tweaks (#2452)
AlekSi Apr 19, 2023
11ddcf3
Fix query projection for top level fields (#2386)
Apr 19, 2023
6db24d6
Restore Go caches for packages building
AlekSi Apr 19, 2023
2a208ee
Fix version.txt generation for git tags (#2388)
AlekSi Apr 7, 2023
ab64b36
Fix types order linter (#2391)
AlekSi Apr 11, 2023
090753c
Add blogpost: Announcing FerretDB 1.0 GA - a truly Open Source MongoD…
AlekSi Apr 11, 2023
1f0db78
Deprecated error cleanup (#2411)
chilagrow Apr 12, 2023
1a088c4
Bump deps (#2408)
AlekSi Apr 12, 2023
020e9b1
Fix `findAndModify` for `$exists` query operator (#2385)
chilagrow Apr 12, 2023
7f9c858
Update documentation for index options (#2417)
AlekSi Apr 12, 2023
d1c0d0a
Update 2023-04-11-ferretdb-1-0-ga-opensource-mongodb-alternative.md
ptrfarkas Apr 12, 2023
0ff22b1
Update 2023-04-11-ferretdb-1-0-ga-opensource-mongodb-alternative.md
ptrfarkas Apr 12, 2023
25f46b7
Update README.md
ptrfarkas Apr 13, 2023
692a964
Use exponential backoff with jitter (#2419)
j0holo Apr 14, 2023
15e3003
Improve documentation for Docker (#2396)
AlekSi Apr 14, 2023
5d66b2a
Add Mergify rules for blog posts (#2434)
AlekSi Apr 14, 2023
7d11780
Add more detailed PR guides in CONTRIBUTING.md (#2435)
AuruTus Apr 16, 2023
efcc60d
Migrate to `pgx/v5` (#2439)
Apr 17, 2023
1ca7768
Remove a few double spaces (#2431)
AlekSi Apr 17, 2023
33c420f
Make it harder to misuse iterators (#2428)
AlekSi Apr 17, 2023
11aeee3
Add blogpost - Using FerretDB with Studio 3T (#2454)
AlekSi Apr 17, 2023
59379d4
Fix YAML indentation (#2455)
AlekSi Apr 17, 2023
51c7b93
Rename testing flag (#2437)
AlekSi Apr 17, 2023
5b347ad
Update blog post on Using FerretDB with Studio3T (#2457)
Fashander Apr 17, 2023
cb2dabe
Validate `scale` param for `dbStats` and `collStats` correctly (#2418)
Apr 18, 2023
798bfc9
Minor cleanup of exponential backoff with jitter (#2443)
chilagrow Apr 18, 2023
4e844b1
Fix `SchemaStats` to return correct data (#2426)
Apr 18, 2023
fe2359c
Implement blog posts previews (#2433)
noisersup Apr 18, 2023
b8eb21c
Introduce integration benchmarks (#2381)
noisersup Apr 18, 2023
fd9eda7
Add tests to findAndModify on `$exists` operator (#2422)
chilagrow Apr 19, 2023
3a2def7
Use separate environments for blog and docs
AlekSi Apr 19, 2023
6b685f4
Bump deps (#2479)
AlekSi Apr 19, 2023
1ad40bb
Small documentation tweaks (#2452)
AlekSi Apr 19, 2023
220ff8b
Fix query projection for top level fields (#2386)
Apr 19, 2023
9758cb8
Fix version.txt generation for git tags (#2388)
AlekSi Apr 7, 2023
4d4e6de
Add comments to our documentation workflow (#2390)
AlekSi Apr 7, 2023
39b39b9
Fix types order linter (#2391)
AlekSi Apr 11, 2023
4e108fa
Add blogpost: Announcing FerretDB 1.0 GA - a truly Open Source MongoD…
AlekSi Apr 11, 2023
fcdb2cb
Deprecated error cleanup (#2411)
chilagrow Apr 12, 2023
346092d
Bump deps (#2408)
AlekSi Apr 12, 2023
5134f75
Fix `findAndModify` for `$exists` query operator (#2385)
chilagrow Apr 12, 2023
75c30c9
Update documentation for index options (#2417)
AlekSi Apr 12, 2023
c6722d0
Update 2023-04-11-ferretdb-1-0-ga-opensource-mongodb-alternative.md
ptrfarkas Apr 12, 2023
57b3970
Update 2023-04-11-ferretdb-1-0-ga-opensource-mongodb-alternative.md
ptrfarkas Apr 12, 2023
eba34c6
Update README.md
ptrfarkas Apr 13, 2023
96efb33
Use exponential backoff with jitter (#2419)
j0holo Apr 14, 2023
8933f88
Improve documentation for Docker (#2396)
AlekSi Apr 14, 2023
7b3a8c7
Add Mergify rules for blog posts (#2434)
AlekSi Apr 14, 2023
8202f19
Add more detailed PR guides in CONTRIBUTING.md (#2435)
AuruTus Apr 16, 2023
c7336c7
Migrate to `pgx/v5` (#2439)
Apr 17, 2023
4bad3d4
Remove a few double spaces (#2431)
AlekSi Apr 17, 2023
0cf3991
Make it harder to misuse iterators (#2428)
AlekSi Apr 17, 2023
ffecfaf
Add blogpost - Using FerretDB with Studio 3T (#2454)
AlekSi Apr 17, 2023
8e155a7
Fix YAML indentation (#2455)
AlekSi Apr 17, 2023
1ab86f8
Rename testing flag (#2437)
AlekSi Apr 17, 2023
5eeeda2
Update blog post on Using FerretDB with Studio3T (#2457)
Fashander Apr 17, 2023
94f931c
Validate `scale` param for `dbStats` and `collStats` correctly (#2418)
Apr 18, 2023
2c34685
Minor cleanup of exponential backoff with jitter (#2443)
chilagrow Apr 18, 2023
6c09a0a
Fix `SchemaStats` to return correct data (#2426)
Apr 18, 2023
df5a335
Implement blog posts previews (#2433)
noisersup Apr 18, 2023
9aeeb71
Introduce integration benchmarks (#2381)
noisersup Apr 18, 2023
5a7d14f
Add tests to findAndModify on `$exists` operator (#2422)
chilagrow Apr 19, 2023
7f29b9a
Use separate environments for blog and docs
AlekSi Apr 19, 2023
611f9b2
Bump deps (#2479)
AlekSi Apr 19, 2023
1fd8c22
Small documentation tweaks (#2452)
AlekSi Apr 19, 2023
d7122a6
Fix query projection for top level fields (#2386)
Apr 19, 2023
7fb45f8
Fix version.txt generation for git tags (#2388)
AlekSi Apr 7, 2023
debf50b
Add comments to our documentation workflow (#2390)
AlekSi Apr 7, 2023
a241f41
Fix types order linter (#2391)
AlekSi Apr 11, 2023
1a1bd31
Add blogpost: Announcing FerretDB 1.0 GA - a truly Open Source MongoD…
AlekSi Apr 11, 2023
313269e
Deprecated error cleanup (#2411)
chilagrow Apr 12, 2023
4eeb0e3
Bump deps (#2408)
AlekSi Apr 12, 2023
c04a7bd
Fix `findAndModify` for `$exists` query operator (#2385)
chilagrow Apr 12, 2023
290e9f9
Update documentation for index options (#2417)
AlekSi Apr 12, 2023
49743ea
Update 2023-04-11-ferretdb-1-0-ga-opensource-mongodb-alternative.md
ptrfarkas Apr 12, 2023
c054136
Update 2023-04-11-ferretdb-1-0-ga-opensource-mongodb-alternative.md
ptrfarkas Apr 12, 2023
34d1b99
Update README.md
ptrfarkas Apr 13, 2023
235b9ea
Use exponential backoff with jitter (#2419)
j0holo Apr 14, 2023
d1c268d
Improve documentation for Docker (#2396)
AlekSi Apr 14, 2023
f9604b0
Add Mergify rules for blog posts (#2434)
AlekSi Apr 14, 2023
cd58816
Add more detailed PR guides in CONTRIBUTING.md (#2435)
AuruTus Apr 16, 2023
d503d04
Migrate to `pgx/v5` (#2439)
Apr 17, 2023
7a40a5d
Remove a few double spaces (#2431)
AlekSi Apr 17, 2023
43c7ff8
Make it harder to misuse iterators (#2428)
AlekSi Apr 17, 2023
611937b
Add blogpost - Using FerretDB with Studio 3T (#2454)
AlekSi Apr 17, 2023
dfe99ae
Fix YAML indentation (#2455)
AlekSi Apr 17, 2023
54455db
Rename testing flag (#2437)
AlekSi Apr 17, 2023
006cdbb
Update blog post on Using FerretDB with Studio3T (#2457)
Fashander Apr 17, 2023
ce60768
Validate `scale` param for `dbStats` and `collStats` correctly (#2418)
Apr 18, 2023
96db0b8
Minor cleanup of exponential backoff with jitter (#2443)
chilagrow Apr 18, 2023
d9b7ddd
Fix `SchemaStats` to return correct data (#2426)
Apr 18, 2023
0f8c74d
Implement blog posts previews (#2433)
noisersup Apr 18, 2023
64806bc
Introduce integration benchmarks (#2381)
noisersup Apr 18, 2023
04c62e8
Add tests to findAndModify on `$exists` operator (#2422)
chilagrow Apr 19, 2023
da2c820
Use separate environments for blog and docs
AlekSi Apr 19, 2023
d198625
Bump deps (#2479)
AlekSi Apr 19, 2023
57ad088
Small documentation tweaks (#2452)
AlekSi Apr 19, 2023
33f7805
Fix query projection for top level fields (#2386)
Apr 19, 2023
ef3574a
Merge branch 'main' into issues-2100-ImproveFuzzing
fenogentov Apr 20, 2023
d778922
WIP
fenogentov Apr 21, 2023
6e367ff
Merge branch 'main' into issues-2100-ImproveFuzzing
fenogentov Apr 21, 2023
dea668f
Merge branch 'main' into issues-2100-ImproveFuzzing
fenogentov Apr 22, 2023
9d31229
Merge branch 'main' into issues-2100-ImproveFuzzing
fenogentov Apr 25, 2023
31ca4f5
wip
fenogentov Apr 25, 2023
ec2779c
Merge branch 'main' into issues-2100-ImproveFuzzing
fenogentov Apr 27, 2023
db78dd4
added selection of random files
fenogentov Apr 27, 2023
cf26c2a
Merge branch 'main' into issues-2100-ImproveFuzzing
fenogentov May 3, 2023
f1a1d21
Merge branch 'main' into issues-2100-ImproveFuzzing
fenogentov May 4, 2023
ec2800f
fixed random file selection
fenogentov May 4, 2023
b1777ff
fix test-records-dir
fenogentov May 4, 2023
7db9382
fix
fenogentov May 4, 2023
acffbbf
Merge branch 'main' into issues-2100-ImproveFuzzing
fenogentov May 4, 2023
20eb8ac
применяется метод 'hex.EncodeToString'
fenogentov May 4, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump deps (#2479)
  • Loading branch information
AlekSi authored and fenogentov committed Apr 20, 2023
commit 5ad1b06455885f35a539258e1da3b0b53bf6dc9f
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,12 @@ updates:
interval: "weekly"
day: "wednesday"
time: "01:42"
- package-ecosystem: "gomod"
directory: "/tools/golangci"
labels: ["deps", "no ci"]
assignees: [AlekSi]
open-pull-requests-limit: 20
schedule:
interval: "weekly"
day: "wednesday"
time: "01:42"
4 changes: 3 additions & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,10 @@ jobs:
- name: Scan
run: bin/task --exit-code security

# disabled until https://github.com/actions/dependency-review-action/issues/459 is resolved
- name: Check dependencies for PRs
if: github.event_name == 'pull_request'
# if: github.event_name == 'pull_request'
if: false
uses: actions/dependency-review-action@v3
with:
allow-licenses: Apache-2.0, BSD-3-Clause, MIT
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/website-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Setup Go
uses: FerretDB/github-actions/setup-go@main
with:
cache-key: blog-preview
cache-key: website-preview

- name: Install Task
run: go generate -x
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
- name: Setup Go
uses: FerretDB/github-actions/setup-go@main
with:
cache-key: docs-preview
cache-key: website-preview

- name: Install Task
run: go generate -x
Expand Down
11 changes: 9 additions & 2 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ tasks:
- go mod verify
- go generate -x

init-tools-golangci:
dir: tools/golangci
cmds:
- go mod tidy
- go mod verify
- go generate -x

init-integration:
dir: integration
cmds:
Expand All @@ -44,7 +51,7 @@ tasks:

init:
desc: "Install development tools"
deps: [gen-version, init-tools, init-integration]
deps: [gen-version, init-tools, init-tools-golangci, init-integration]
cmds:
- go mod tidy
- go mod verify
Expand Down Expand Up @@ -578,7 +585,7 @@ tasks:
cmds:
# for debugging
- >
docker compose run --rm
docker compose run --rm
--entrypoint='/bin/sh -c "git config --global --add safe.directory /workdir && git status"'
wrangler
- docker compose run --rm --service-ports wrangler pages deployment create --project-name=blog website/build
2 changes: 1 addition & 1 deletion build/deps/docusaurus-docs.Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM ghcr.io/ferretdb/docusaurus-docs:2.4.0-1
FROM ghcr.io/ferretdb/docusaurus-docs:2.4.0-2
2 changes: 1 addition & 1 deletion build/deps/ferretdb-wrangler.Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM ghcr.io/ferretdb/ferretdb-wrangler:2.14.0-1
FROM ghcr.io/ferretdb/ferretdb-wrangler:2.16.0-1
2 changes: 1 addition & 1 deletion build/deps/trivy.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM aquasec/trivy:0.39.1
FROM aquasec/trivy:0.40.0
WORKDIR /workdir
2 changes: 1 addition & 1 deletion build/docker/all-in-one.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ARG LABEL_COMMIT

# build stage

FROM ghcr.io/ferretdb/golang:1.20.3-1 AS all-in-one-build
FROM ghcr.io/ferretdb/golang:1.20.3-2 AS all-in-one-build

ARG LABEL_VERSION
ARG LABEL_COMMIT
Expand Down
2 changes: 1 addition & 1 deletion build/docker/development.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ARG LABEL_COMMIT

# build stage

FROM ghcr.io/ferretdb/golang:1.20.3-1 AS development-build
FROM ghcr.io/ferretdb/golang:1.20.3-2 AS development-build

ARG LABEL_VERSION
ARG LABEL_COMMIT
Expand Down
2 changes: 1 addition & 1 deletion build/docker/production.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ARG LABEL_COMMIT

# build stage

FROM ghcr.io/ferretdb/golang:1.20.3-1 AS production-build
FROM ghcr.io/ferretdb/golang:1.20.3-2 AS production-build

ARG LABEL_VERSION
ARG LABEL_COMMIT
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ services:
- CLOUDFLARE_ACCOUNT_ID
- CLOUDFLARE_API_TOKEN
- WRANGLER_SEND_METRICS=false
# - WRANGLER_LOG=debug # TODO https://github.com/cloudflare/workers-sdk/issues/3073
volumes:
- .:/workdir # mount everything for wrangler to pick up branch name, commit hash, etc from git
docusaurus-docs:
Expand Down
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@ go 1.20

require (
github.com/AlekSi/pointer v1.2.0
github.com/SAP/go-hdb v1.2.0
github.com/SAP/go-hdb v1.2.1
github.com/alecthomas/kong v0.7.1
github.com/google/uuid v1.3.0
github.com/jackc/pgerrcode v0.0.0-20220416144525-469b46aa5efa
github.com/jackc/pgx-zap v0.0.0-20221202020421-94b1cb2f889f
github.com/jackc/pgx/v5 v5.3.1
github.com/pmezard/go-difflib v1.0.0
github.com/prometheus/client_golang v1.14.0
github.com/prometheus/client_golang v1.15.0
github.com/prometheus/client_model v0.3.0
github.com/prometheus/common v0.42.0
github.com/stretchr/testify v1.8.2
github.com/tigrisdata/tigris-client-go v1.0.0-beta.28
github.com/tigrisdata/tigris-client-go v1.0.0-beta.29
go.opentelemetry.io/otel v1.14.0
go.uber.org/zap v1.24.0
golang.org/x/crypto v0.7.0 // indirect; always use @latest
golang.org/x/exp v0.0.0-20230321023759-10a507213a29
golang.org/x/crypto v0.8.0 // indirect; always use @latest
golang.org/x/exp v0.0.0-20230418202329-0354be287a23
golang.org/x/net v0.9.0
golang.org/x/sys v0.7.0
)
Expand Down
22 changes: 11 additions & 11 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ github.com/AlekSi/pointer v1.2.0/go.mod h1:gZGfd3dpW4vEc/UlyfKKi1roIqcCgwOIvb0tS
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU=
github.com/RaveNoX/go-jsoncommentstrip v1.0.0/go.mod h1:78ihd09MekBnJnxpICcwzCMzGrKSKYe4AqU6PDYYpjk=
github.com/SAP/go-hdb v1.2.0 h1:EDGz90xF+m7qpeWOt8IR2vr5bCyVR9q37EYY9jyX0K0=
github.com/SAP/go-hdb v1.2.0/go.mod h1:zgkdwsMWBZnF92sngaLfI/Ct+dIyyywRPKInF9QIu2Q=
github.com/SAP/go-hdb v1.2.1 h1:Bd9jS47v10rVSCFSeMLjXIJUKDbLzlfwZAKjsKb4Fg8=
github.com/SAP/go-hdb v1.2.1/go.mod h1:eWjj7L4p1HWEDbYjWasS0xp+jxSGaAwkZPK2KMyCfk0=
github.com/alecthomas/assert/v2 v2.1.0 h1:tbredtNcQnoSd3QBhQWI7QZ3XHOVkw1Moklp2ojoH/0=
github.com/alecthomas/kong v0.7.1 h1:azoTh0IOfwlAX3qN9sHWTxACE2oV8Bg2gAwBsMwDQY4=
github.com/alecthomas/kong v0.7.1/go.mod h1:n1iCIO2xS46oE8ZfYCNDqdR0b0wZNrXAIAqro/2132U=
Expand Down Expand Up @@ -139,7 +139,7 @@ github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515/go.mod h1:+0opPa2QZZtGFB
github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=
github.com/kr/pretty v0.2.0/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI=
github.com/kr/pretty v0.2.1/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI=
github.com/kr/pretty v0.3.0 h1:WgNl7dwNpEZ6jJ9k1snq4pZsg7DOEN8hP9Xw0Tsjwk0=
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
Expand All @@ -164,8 +164,8 @@ github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINE
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
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/prometheus/client_golang v1.14.0 h1:nJdhIvne2eSX/XRAFV9PcvFFRbrjbcTUj0VP62TMhnw=
github.com/prometheus/client_golang v1.14.0/go.mod h1:8vpkKitgIVNcqrRBWh1C4TIUQgYNtG/XQE4E/Zae36Y=
github.com/prometheus/client_golang v1.15.0 h1:5fCgGYogn0hFdhyhLbw7hEsWxufKtY9klyvdNfFlFhM=
github.com/prometheus/client_golang v1.15.0/go.mod h1:e9yaBhRPU2pPNsZwE+JdQl0KEt1N9XgF6zxWmaC0xOk=
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
github.com/prometheus/client_model v0.3.0 h1:UBgGFHqYdG/TPFD1B1ogZywDqEkwp3fBMvqdiQ7Xew4=
github.com/prometheus/client_model v0.3.0/go.mod h1:LDGWKZIo7rky3hgvBe+caln+Dr3dPggB5dvjtD7w9+w=
Expand Down Expand Up @@ -194,8 +194,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
github.com/stretchr/testify v1.8.2 h1:+h33VjcLVPDHtOdpUCuF+7gSuG3yGIftsP1YvFihtJ8=
github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
github.com/tigrisdata/tigris-client-go v1.0.0-beta.28 h1:bzzPjYuDGmdDI/sxyl/FsbjNotwJ03LE5c1DGM+sIU8=
github.com/tigrisdata/tigris-client-go v1.0.0-beta.28/go.mod h1:sT5YZVA9AwI31vIKv0WHqOQYE9pi41HDQ2GDHBo4i3s=
github.com/tigrisdata/tigris-client-go v1.0.0-beta.29 h1:Acv8E3y+Y8yg2gznUnn7Q6ykBm2jEwYUY3wOyThdqFM=
github.com/tigrisdata/tigris-client-go v1.0.0-beta.29/go.mod h1:+0L8NNdNpaw9vWwGKc+S3P75f+Sru3KktpW0oUtZSJw=
github.com/ugorji/go v1.2.7 h1:qYhyWUUd6WbiM+C6JZAUkIJt/1WrjzNHY9+KCIjVqTo=
github.com/ugorji/go v1.2.7/go.mod h1:nF9osbDWLy6bDVv/Rtoh6QgnvNDpmCalQV5urGCCS6M=
github.com/ugorji/go/codec v1.2.7 h1:YPXUKf7fYbp/y8xloBqZOw2qaVggbfwMlI8WM3wZUJ0=
Expand Down Expand Up @@ -225,11 +225,11 @@ go.uber.org/zap v1.24.0/go.mod h1:2kMP+WWQ8aoFoedH3T2sq6iJ2yDWpHbP0f6MQbS9Gkg=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
golang.org/x/crypto v0.7.0 h1:AvwMYaRytfdeVt3u6mLaxYtErKYjxA2OXjJ1HHq6t3A=
golang.org/x/crypto v0.7.0/go.mod h1:pYwdfH91IfpZVANVyUOhSIPZaFoJGxTFbZhFTx+dXZU=
golang.org/x/crypto v0.8.0 h1:pd9TJtTueMTVQXzk8E2XESSMQDj/U7OUu0PqJqPXQjQ=
golang.org/x/crypto v0.8.0/go.mod h1:mRqEX+O9/h5TFCrQhkgjo2yKi0yYA+9ecGkdQoHrywE=
golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
golang.org/x/exp v0.0.0-20230321023759-10a507213a29 h1:ooxPy7fPvB4kwsA2h+iBNHkAbp/4JxTSwCmvdjEYmug=
golang.org/x/exp v0.0.0-20230321023759-10a507213a29/go.mod h1:CxIveKay+FTh1D0yPZemJVgC/95VzuuOLq5Qi4xnoYc=
golang.org/x/exp v0.0.0-20230418202329-0354be287a23 h1:4NKENAGIctmZYLK9W+X1kDK8ObBFqOSCJM6WE7CvkJY=
golang.org/x/exp v0.0.0-20230418202329-0354be287a23/go.mod h1:CxIveKay+FTh1D0yPZemJVgC/95VzuuOLq5Qi4xnoYc=
golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE=
golang.org/x/lint v0.0.0-20190227174305-5b3e6a55c961/go.mod h1:wehouNa3lNwaWXcvxsM5YxQ5yQlVC4a0KAMCusXpPoU=
golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc=
Expand Down
10 changes: 5 additions & 5 deletions integration/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ replace github.com/FerretDB/FerretDB => ../
require (
github.com/AlekSi/pointer v1.2.0
github.com/FerretDB/FerretDB v0.0.0-00010101000000-000000000000
github.com/prometheus/client_golang v1.14.0
github.com/prometheus/client_golang v1.15.0
github.com/stretchr/testify v1.8.2
go.mongodb.org/mongo-driver v1.11.4
go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo v0.40.0
go.opentelemetry.io/otel v1.14.0
go.opentelemetry.io/otel/exporters/jaeger v1.14.0
go.opentelemetry.io/otel/sdk v1.14.0
go.uber.org/zap v1.24.0
golang.org/x/exp v0.0.0-20230321023759-10a507213a29
golang.org/x/exp v0.0.0-20230418202329-0354be287a23
)

require (
cloud.google.com/go/compute v1.18.0 // indirect
cloud.google.com/go/compute/metadata v0.2.3 // indirect
github.com/SAP/go-hdb v1.2.0 // indirect
github.com/SAP/go-hdb v1.2.1 // indirect
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
github.com/benbjohnson/clock v1.1.0 // indirect
github.com/beorn7/perks v1.0.1 // indirect
Expand Down Expand Up @@ -63,15 +63,15 @@ require (
github.com/prometheus/client_model v0.3.0 // indirect
github.com/prometheus/common v0.42.0 // indirect
github.com/prometheus/procfs v0.9.0 // indirect
github.com/tigrisdata/tigris-client-go v1.0.0-beta.28 // indirect
github.com/tigrisdata/tigris-client-go v1.0.0-beta.29 // indirect
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
github.com/xdg-go/scram v1.1.1 // indirect
github.com/xdg-go/stringprep v1.0.3 // indirect
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect
go.opentelemetry.io/otel/trace v1.14.0 // indirect
go.uber.org/atomic v1.10.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
golang.org/x/crypto v0.7.0 // indirect
golang.org/x/crypto v0.8.0 // indirect
golang.org/x/net v0.9.0 // indirect
golang.org/x/oauth2 v0.5.0 // indirect
golang.org/x/sync v0.1.0 // indirect
Expand Down
22 changes: 11 additions & 11 deletions integration/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ github.com/AlekSi/pointer v1.2.0/go.mod h1:gZGfd3dpW4vEc/UlyfKKi1roIqcCgwOIvb0tS
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU=
github.com/RaveNoX/go-jsoncommentstrip v1.0.0/go.mod h1:78ihd09MekBnJnxpICcwzCMzGrKSKYe4AqU6PDYYpjk=
github.com/SAP/go-hdb v1.2.0 h1:EDGz90xF+m7qpeWOt8IR2vr5bCyVR9q37EYY9jyX0K0=
github.com/SAP/go-hdb v1.2.0/go.mod h1:zgkdwsMWBZnF92sngaLfI/Ct+dIyyywRPKInF9QIu2Q=
github.com/SAP/go-hdb v1.2.1 h1:Bd9jS47v10rVSCFSeMLjXIJUKDbLzlfwZAKjsKb4Fg8=
github.com/SAP/go-hdb v1.2.1/go.mod h1:eWjj7L4p1HWEDbYjWasS0xp+jxSGaAwkZPK2KMyCfk0=
github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY=
github.com/apapsch/go-jsonmerge/v2 v2.0.0 h1:axGnT1gRIfimI7gJifB699GoE/oq+F2MU7Dml6nw9rQ=
github.com/apapsch/go-jsonmerge/v2 v2.0.0/go.mod h1:lvDnEdqiQrp0O42VQGgmlKpxL1AP2+08jFMw88y4klk=
Expand Down Expand Up @@ -139,7 +139,7 @@ github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515/go.mod h1:+0opPa2QZZtGFB
github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=
github.com/kr/pretty v0.2.0/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI=
github.com/kr/pretty v0.2.1/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI=
github.com/kr/pretty v0.3.0 h1:WgNl7dwNpEZ6jJ9k1snq4pZsg7DOEN8hP9Xw0Tsjwk0=
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
Expand Down Expand Up @@ -167,8 +167,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/prometheus/client_golang v1.14.0 h1:nJdhIvne2eSX/XRAFV9PcvFFRbrjbcTUj0VP62TMhnw=
github.com/prometheus/client_golang v1.14.0/go.mod h1:8vpkKitgIVNcqrRBWh1C4TIUQgYNtG/XQE4E/Zae36Y=
github.com/prometheus/client_golang v1.15.0 h1:5fCgGYogn0hFdhyhLbw7hEsWxufKtY9klyvdNfFlFhM=
github.com/prometheus/client_golang v1.15.0/go.mod h1:e9yaBhRPU2pPNsZwE+JdQl0KEt1N9XgF6zxWmaC0xOk=
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
github.com/prometheus/client_model v0.3.0 h1:UBgGFHqYdG/TPFD1B1ogZywDqEkwp3fBMvqdiQ7Xew4=
github.com/prometheus/client_model v0.3.0/go.mod h1:LDGWKZIo7rky3hgvBe+caln+Dr3dPggB5dvjtD7w9+w=
Expand Down Expand Up @@ -200,8 +200,8 @@ github.com/stretchr/testify v1.8.2 h1:+h33VjcLVPDHtOdpUCuF+7gSuG3yGIftsP1YvFihtJ
github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
github.com/tidwall/pretty v1.0.0 h1:HsD+QiTn7sK6flMKIvNmpqz1qrpP3Ps6jOKIKMooyg4=
github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk=
github.com/tigrisdata/tigris-client-go v1.0.0-beta.28 h1:bzzPjYuDGmdDI/sxyl/FsbjNotwJ03LE5c1DGM+sIU8=
github.com/tigrisdata/tigris-client-go v1.0.0-beta.28/go.mod h1:sT5YZVA9AwI31vIKv0WHqOQYE9pi41HDQ2GDHBo4i3s=
github.com/tigrisdata/tigris-client-go v1.0.0-beta.29 h1:Acv8E3y+Y8yg2gznUnn7Q6ykBm2jEwYUY3wOyThdqFM=
github.com/tigrisdata/tigris-client-go v1.0.0-beta.29/go.mod h1:+0L8NNdNpaw9vWwGKc+S3P75f+Sru3KktpW0oUtZSJw=
github.com/ugorji/go v1.2.7 h1:qYhyWUUd6WbiM+C6JZAUkIJt/1WrjzNHY9+KCIjVqTo=
github.com/ugorji/go v1.2.7/go.mod h1:nF9osbDWLy6bDVv/Rtoh6QgnvNDpmCalQV5urGCCS6M=
github.com/ugorji/go/codec v1.2.7 h1:YPXUKf7fYbp/y8xloBqZOw2qaVggbfwMlI8WM3wZUJ0=
Expand Down Expand Up @@ -248,11 +248,11 @@ golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACk
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4=
golang.org/x/crypto v0.7.0 h1:AvwMYaRytfdeVt3u6mLaxYtErKYjxA2OXjJ1HHq6t3A=
golang.org/x/crypto v0.7.0/go.mod h1:pYwdfH91IfpZVANVyUOhSIPZaFoJGxTFbZhFTx+dXZU=
golang.org/x/crypto v0.8.0 h1:pd9TJtTueMTVQXzk8E2XESSMQDj/U7OUu0PqJqPXQjQ=
golang.org/x/crypto v0.8.0/go.mod h1:mRqEX+O9/h5TFCrQhkgjo2yKi0yYA+9ecGkdQoHrywE=
golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
golang.org/x/exp v0.0.0-20230321023759-10a507213a29 h1:ooxPy7fPvB4kwsA2h+iBNHkAbp/4JxTSwCmvdjEYmug=
golang.org/x/exp v0.0.0-20230321023759-10a507213a29/go.mod h1:CxIveKay+FTh1D0yPZemJVgC/95VzuuOLq5Qi4xnoYc=
golang.org/x/exp v0.0.0-20230418202329-0354be287a23 h1:4NKENAGIctmZYLK9W+X1kDK8ObBFqOSCJM6WE7CvkJY=
golang.org/x/exp v0.0.0-20230418202329-0354be287a23/go.mod h1:CxIveKay+FTh1D0yPZemJVgC/95VzuuOLq5Qi4xnoYc=
golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE=
golang.org/x/lint v0.0.0-20190227174305-5b3e6a55c961/go.mod h1:wehouNa3lNwaWXcvxsM5YxQ5yQlVC4a0KAMCusXpPoU=
golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc=
Expand Down
Loading