1
mirror of https://gitlab.com/commento/commento.git synced 2025-06-29 22:56:37 -04:00

dep: add dependency version pinning with dep

Closes https://gitlab.com/commento/commento-ce/issues/69
This commit is contained in:
Adhityaa Chandrasekar
2018-08-12 23:36:51 +05:30
parent d41e8b0372
commit 999ba0c419
5 changed files with 211 additions and 2 deletions

6
.gitignore vendored
View File

@ -4,3 +4,9 @@ devel.env
# Ignoring for IDE-specific files
.idea/*
.dir-locals.el
# We don't *need* the vendor directory because Gopkg.lock has all the
# information you might need about version pinning. The vendor directory
# needlessly bloats the repo size. Discuss here:
# https://gitlab.com/commento/commento-ce/issues/74
vendor