diff options
| author | Shulhan <m.shulhan@gmail.com> | 2020-06-27 06:00:20 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2020-06-27 06:00:20 +0700 |
| commit | 2d775d790fb47ee4bf0145a0f2045c86e12be7a9 (patch) | |
| tree | 30ea08d2e62c7350d4d82d0fbcfbf24b91a9c6d1 /go.mod | |
| parent | ba4a186ad8f081c2c10fac72b62ee99c834b4843 (diff) | |
| download | kilabit.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.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ) |
