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

Develop #1289

Merged
merged 2 commits into from
Apr 8, 2023
Merged

Develop #1289

Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion backend/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module crawlab

go 1.16

require github.com/crawlab-team/crawlab-core v0.6.2-0.20230405150920-3bb0d1eeeac4
require github.com/crawlab-team/crawlab-core v0.6.2-0.20230408065133-ed5e9f0d0181
4 changes: 4 additions & 0 deletions backend/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@ github.com/crawlab-team/crawlab-core v0.6.2-0.20230405121603-3fd8f8abda3e h1:2RB
github.com/crawlab-team/crawlab-core v0.6.2-0.20230405121603-3fd8f8abda3e/go.mod h1:iN+XXHQQZVXTmCG7pVRNHr62KnNqzJ35RgzaDNCg86E=
github.com/crawlab-team/crawlab-core v0.6.2-0.20230405150920-3bb0d1eeeac4 h1:IqnLCte6E/MmhIWGVrsd+CjaSKofEaDhJsq70muKOE8=
github.com/crawlab-team/crawlab-core v0.6.2-0.20230405150920-3bb0d1eeeac4/go.mod h1:iN+XXHQQZVXTmCG7pVRNHr62KnNqzJ35RgzaDNCg86E=
github.com/crawlab-team/crawlab-core v0.6.2-0.20230408055614-d687e0e13b46 h1:2GjANLb6h3PmHEXSg0e4wNOQM5Zi1ZpVzL0BXt5+OY4=
github.com/crawlab-team/crawlab-core v0.6.2-0.20230408055614-d687e0e13b46/go.mod h1:iN+XXHQQZVXTmCG7pVRNHr62KnNqzJ35RgzaDNCg86E=
github.com/crawlab-team/crawlab-core v0.6.2-0.20230408065133-ed5e9f0d0181 h1:jDdvrFm/oLj7IHpsPJinp4Tx5M1crDHYKoZH59lLnlk=
github.com/crawlab-team/crawlab-core v0.6.2-0.20230408065133-ed5e9f0d0181/go.mod h1:iN+XXHQQZVXTmCG7pVRNHr62KnNqzJ35RgzaDNCg86E=
github.com/crawlab-team/crawlab-db v0.6.0-1/go.mod h1:gfeF0nAnFuup6iYvgHkY0in/HpO/+JktXqVNMdhoxhU=
github.com/crawlab-team/crawlab-db v0.6.0-beta.20220417.1300.0.20221226064900-5a357ee73484 h1:1CXWC3lYcVWcgPRc3PNKzZ3fcfX5WZ/V8xwzHEMUFHQ=
github.com/crawlab-team/crawlab-db v0.6.0-beta.20220417.1300.0.20221226064900-5a357ee73484/go.mod h1:gfeF0nAnFuup6iYvgHkY0in/HpO/+JktXqVNMdhoxhU=
Expand Down