Skip to content

Commit 6ba31fd

Browse files
author
murilobsd
committed
update glide dep
1 parent f1e494a commit 6ba31fd

File tree

3 files changed

+216
-4
lines changed

3 files changed

+216
-4
lines changed

Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ default: all
1010
deps:
1111
@echo "--> intalling deps"
1212
@glide install
13-
# $(shell ln -sr vendor/* src/)
1413
@echo ""
1514

1615
client:

glide.lock

+213-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

glide.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@ package: .
22
import:
33
- package: github.com/sirupsen/logrus
44
version: ^1.3.0
5+
- package: github.com/gotk3/gotk3
6+
subpackages:
7+
- gtk

0 commit comments

Comments
 (0)