aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorAdam Mathes <adam@trenchant.org>2019-06-09 09:50:01 -0700
committerAdam Mathes <adam@trenchant.org>2019-06-09 09:50:01 -0700
commit7772cec376efaea096375789dfa193fa6086255a (patch)
tree299feda74dbd5e89c72ee05896cb8d7f4fdc4013 /go.mod
parent97e935a1947291d6b422877906dbb75e22b05e2d (diff)
downloadsnkt-7772cec376efaea096375789dfa193fa6086255a.tar.gz
snkt-7772cec376efaea096375789dfa193fa6086255a.tar.bz2
snkt-7772cec376efaea096375789dfa193fa6086255a.zip
go.mod support, upgrade to use v2 blackfriday
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod14
1 files changed, 14 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..d464523
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,14 @@
+module adammathes.com/snkt
+
+go 1.12
+
+require (
+ github.com/fsnotify/fsnotify v1.4.7
+ github.com/microcosm-cc/bluemonday v1.0.2
+ github.com/ogier/pflag v0.0.1
+ github.com/russross/blackfriday v2.0.0+incompatible
+ github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd
+ github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
+ golang.org/x/sys v0.0.0-20190609082536-301114b31cce // indirect
+ gopkg.in/yaml.v2 v2.2.2
+)