Files
crawlab/backend/bin/update-deps.sh
2022-07-08 10:36:47 +08:00

5 lines
77 B
Bash
Executable File

#!/bin/bash
go get -u github.com/crawlab-team/crawlab-core@main
go mod tidy