aboutsummaryrefslogtreecommitdiffstats
path: root/post
diff options
context:
space:
mode:
authorAdam Mathes <adam@trenchant.org>2024-04-11 16:21:35 -0700
committerAdam Mathes <adam@trenchant.org>2024-04-11 16:21:35 -0700
commit3ed7a4cf8e3d8b9b157d9ca071fbf3da10214503 (patch)
tree02f08454c3adb3722176a826312f828c01fe8e72 /post
parent7772cec376efaea096375789dfa193fa6086255a (diff)
downloadsnkt-master.tar.gz
snkt-master.tar.bz2
snkt-master.zip
update dependenciesHEADmaster
Diffstat (limited to 'post')
-rw-r--r--post/post.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/post/post.go b/post/post.go
index b3eee51..a09ced1 100644
--- a/post/post.go
+++ b/post/post.go
@@ -12,6 +12,7 @@ import (
"github.com/microcosm-cc/bluemonday"
"github.com/russross/blackfriday"
"github.com/rwcarlsen/goexif/exif"
+ // "gopkg.in/russross/blackfriday.v2"
"io/ioutil"
"log"
"os"