mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
chore(deps): updated go.mod and go.sum
This commit is contained in:
1
backend/bin/update-deps.sh
Normal file → Executable file
1
backend/bin/update-deps.sh
Normal file → Executable file
@@ -1,3 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
go get -u github.com/crawlab-team/crawlab-core@main
|
||||
go mod tidy
|
||||
|
||||
@@ -2,4 +2,4 @@ module crawlab
|
||||
|
||||
go 1.16
|
||||
|
||||
require github.com/crawlab-team/crawlab-core v0.6.1-0.20220706014345-e4403f453f48
|
||||
require github.com/crawlab-team/crawlab-core v0.6.1-0.20220707050556-110f9cbb6d94
|
||||
|
||||
@@ -122,8 +122,8 @@ github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f/go.mod h1:E3G3o1h8I7cfc
|
||||
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU=
|
||||
github.com/cpuguy83/go-md2man/v2 v2.0.1/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
|
||||
github.com/crawlab-team/crawlab-core v0.0.1/go.mod h1:6dJHMvrmIJbfYHhYNeGZkGOLEBvur+yGiFzLCRXx92k=
|
||||
github.com/crawlab-team/crawlab-core v0.6.1-0.20220706014345-e4403f453f48 h1:K6yuQfnnMuN8d69ev61QmUzV4ZS1wlXW3U/1/lrQzN8=
|
||||
github.com/crawlab-team/crawlab-core v0.6.1-0.20220706014345-e4403f453f48/go.mod h1:HeUDHz0j1nwLoj3hgrshgLO3A8vjNHJS88Zc6D4J1iw=
|
||||
github.com/crawlab-team/crawlab-core v0.6.1-0.20220707050556-110f9cbb6d94 h1:YVjWyHo1w9Sr71WZQdRgMtV7D5Dmw47mHT+9Sx/gXhg=
|
||||
github.com/crawlab-team/crawlab-core v0.6.1-0.20220707050556-110f9cbb6d94/go.mod h1:HeUDHz0j1nwLoj3hgrshgLO3A8vjNHJS88Zc6D4J1iw=
|
||||
github.com/crawlab-team/crawlab-db v0.0.2/go.mod h1:o7o4rbcyAWlFGHg9VS7V7tM/GqRq+N2mnAXO71cZA78=
|
||||
github.com/crawlab-team/crawlab-db v0.6.0-beta.20220417.1300 h1:2EymVIiOspX28qNC1Qon3W1fzXKQ8hi6ho3QtXB4w6k=
|
||||
github.com/crawlab-team/crawlab-db v0.6.0-beta.20220417.1300/go.mod h1:gfeF0nAnFuup6iYvgHkY0in/HpO/+JktXqVNMdhoxhU=
|
||||
|
||||
Reference in New Issue
Block a user