Skip to content

Commit

Permalink
Merge pull request #1359 from crawlab-team/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
tikazyq committed Jul 8, 2023
2 parents a664fcf + c3c9c32 commit 66aad9c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion backend/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module crawlab

go 1.18

require github.com/crawlab-team/crawlab-core v0.6.3-0.20230702090923-7375718ab681
require github.com/crawlab-team/crawlab-core v0.6.3-0.20230708085110-70ccfc4778d3

require (
github.com/Masterminds/semver v1.4.2 // indirect
Expand Down
2 changes: 2 additions & 0 deletions backend/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f/go.mod h1:E3G3o1h8I7cfc
github.com/cpuguy83/go-md2man/v2 v2.0.1/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
github.com/crawlab-team/crawlab-core v0.6.3-0.20230702090923-7375718ab681 h1:5t6A7PTFKoUg90Mp80f5glQG4Q2VQOAIwHTQw2gK2EA=
github.com/crawlab-team/crawlab-core v0.6.3-0.20230702090923-7375718ab681/go.mod h1:FRP21F1jvy+A6LXP5W4oQfCo3bV4oakIbNEEPCO67IM=
github.com/crawlab-team/crawlab-core v0.6.3-0.20230708085110-70ccfc4778d3 h1:niFJtl1L3sBUDA4HwOaYdXEvuD7jaEHe2HQhoWeq/Sg=
github.com/crawlab-team/crawlab-core v0.6.3-0.20230708085110-70ccfc4778d3/go.mod h1:FRP21F1jvy+A6LXP5W4oQfCo3bV4oakIbNEEPCO67IM=
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
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@vitejs/plugin-vue": "^3.2.0",
"atom-material-icons": "^3.0.0",
"codemirror": "^5.59.1",
"crawlab-ui": "0.6.2-6",
"crawlab-ui": "0.6.2-7",
"echarts": "^5.1.2",
"element-plus": "^1.3.0-beta.10",
"vue": "^3.2",
Expand Down
8 changes: 4 additions & 4 deletions frontend/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 66aad9c

Please sign in to comment.