From c2f81fe8452ad93e54ca02f620e2960aab51c4cf Mon Sep 17 00:00:00 2001 From: Diptanu Choudhury Date: Thu, 17 Dec 2015 13:12:28 -0800 Subject: [PATCH] Removed a broken dependency --- scripts/deps.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/deps.sh b/scripts/deps.sh index 2c2899ff2..bdd683c1c 100755 --- a/scripts/deps.sh +++ b/scripts/deps.sh @@ -3,7 +3,6 @@ # First get the OS-specific packages GOOS=windows go get $DEP_ARGS github.com/StackExchange/wmi GOOS=windows go get $DEP_ARGS github.com/shirou/w32 -GOOS=linux go get $DEP_ARGS github.com/docker/docker/pkg/units GOOS=linux go get $DEP_ARGS github.com/docker/docker/pkg/mount GOOS=linux go get $DEP_ARGS github.com/opencontainers/runc/libcontainer/cgroups/fs GOOS=linux go get $DEP_ARGS github.com/opencontainers/runc/libcontainer/configs