summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2021-03-06 17:46:40 +0700
committerShulhan <ms@kilabit.info>2021-03-06 17:46:40 +0700
commit944b189b479789c68edf9288f3a6ffaa03210910 (patch)
treec0c8481198e4ed103918cfeabdae55a409ef032e /go.mod
parent9d6c4c0c81e0824c6254dc80664e9bf211bffcd2 (diff)
downloadkilabit.info-944b189b479789c68edf9288f3a6ffaa03210910.tar.xz
all: update to latest ciigo module
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod10
1 files changed, 5 insertions, 5 deletions
diff --git a/go.mod b/go.mod
index 4b99cd2..8816c65 100644
--- a/go.mod
+++ b/go.mod
@@ -1,12 +1,12 @@
module git.sr.ht/~shulhan/kilabit.info
-go 1.13
+go 1.15
require (
- git.sr.ht/~shulhan/asciidoctor-go v0.0.0-20201207180603-8f50b1676835 // indirect
- git.sr.ht/~shulhan/ciigo v0.3.0
- github.com/shuLhan/share v0.21.0
- golang.org/x/net v0.0.0-20201207224615-747e23833adb // indirect
+ git.sr.ht/~shulhan/ciigo v0.5.1-0.20210304054314-c5ec00bb9174
+ github.com/shuLhan/share v0.23.1-0.20210304190300-018db6238847
+ golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect
+ golang.org/x/sys v0.0.0-20210305230114-8fe3ee5dd75b // indirect
)
//replace git.sr.ht/~shulhan/ciigo => ../ciigo