mirror of
https://github.com/ivuorinen/gibidify.git
synced 2026-01-26 11:34:03 +00:00
fix: refactor Makefile to fix checkmake maxbodylength violations (#95)
This commit is contained in:
9
scripts/deps-check.sh
Executable file
9
scripts/deps-check.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
set -eu
|
||||
|
||||
echo "Checking for available dependency updates..."
|
||||
echo ""
|
||||
echo "Direct dependencies:"
|
||||
go list -u -m all | grep -v "indirect" | column -t
|
||||
echo ""
|
||||
echo "Note: Run 'make deps-update' to update all dependencies"
|
||||
Reference in New Issue
Block a user