Files
crawlab/backend/bin/update-deps.sh
2024-06-14 16:51:09 +08:00

5 lines
77 B
Bash
Executable File

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