Files
2022-02-23 16:23:39 -08:00

11 lines
189 B
Bash
Executable File

#!/usr/bin/env bash
set -e
if ! [[ "$0" =~ scripts/updatedep.sh ]]; then
echo "must be run from repository root"
exit 255
fi
# TODO: automatically bump up dependencies
go mod tidy -v