diff options
| author | Shulhan <ms@kilabit.info> | 2021-03-06 17:46:40 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2021-03-06 17:46:40 +0700 |
| commit | 944b189b479789c68edf9288f3a6ffaa03210910 (patch) | |
| tree | c0c8481198e4ed103918cfeabdae55a409ef032e /go.mod | |
| parent | 9d6c4c0c81e0824c6254dc80664e9bf211bffcd2 (diff) | |
| download | kilabit.info-944b189b479789c68edf9288f3a6ffaa03210910.tar.xz | |
all: update to latest ciigo module
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 |
