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:
@ -2,7 +2,7 @@ package main
|
||||
|
||||
import (
|
||||
"github.com/microcosm-cc/bluemonday"
|
||||
"gopkg.in/russross/blackfriday.v1"
|
||||
"github.com/russross/blackfriday"
|
||||
)
|
||||
|
||||
var policy *bluemonday.Policy
|
||||
|
Reference in New Issue
Block a user