We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0ee211 commit c5a6f83Copy full SHA for c5a6f83
build/fetch_plugins.sh
@@ -15,7 +15,7 @@ while IFS= read -r line; do
15
for line2 in `cat $PWD/build/plugins.txt`; do
16
echo $line2
17
FILE="$FILE _ \"$line2\"\n"
18
- glide get $line2 || true
+ $GOPATH/bin/glide get $line2 || true
19
done
20
fi
21
glide.yaml
@@ -32,8 +32,6 @@ import:
32
version: v1.1.0
33
- package: github.com/ulule/limiter
34
- package: gopkg.in/kataras/iris.v6
35
- vcs: git
36
- repo: https://github.com/kataras/iris.git
37
version: v6
38
subpackages:
39
- adaptors/httprouter
0 commit comments