summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <m.shulhan@gmail.com>2020-06-27 06:00:20 +0700
committerShulhan <m.shulhan@gmail.com>2020-06-27 06:00:20 +0700
commit2d775d790fb47ee4bf0145a0f2045c86e12be7a9 (patch)
tree30ea08d2e62c7350d4d82d0fbcfbf24b91a9c6d1 /go.mod
parentba4a186ad8f081c2c10fac72b62ee99c834b4843 (diff)
downloadkilabit.info-2d775d790fb47ee4bf0145a0f2045c86e12be7a9.tar.xz
all: rename "content" to "_content"
This is to prevent go tools to process the directory. While at it, - move the template file to _content. - simplify the Makefile - update with latest ciigo
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index b8dead0..147589b 100644
--- a/go.mod
+++ b/go.mod
@@ -5,6 +5,6 @@ go 1.13
//replace github.com/shuLhan/ciigo => ../ciigo
require (
- github.com/shuLhan/ciigo v0.1.1
- github.com/shuLhan/share v0.13.0
+ github.com/shuLhan/ciigo v0.1.2-0.20200605065132-70b8770952cc
+ github.com/shuLhan/share v0.16.0
)