We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da762fd + 2aafbe3 commit 1e833a7Copy full SHA for 1e833a7
deps.sh
@@ -11,5 +11,6 @@ if ! verleq 1.11.0 "$V"; then
11
echo "Go version 1.11 or newer required"
12
exit 1
13
fi
14
+sudo apt-get install -y libpam0g-dev
15
command -v govendor >/dev/null || go get github.com/kardianos/govendor
16
govendor sync -v
0 commit comments