diff options
| author | Shulhan <m.shulhan@gmail.com> | 2020-12-09 13:55:31 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2020-12-09 13:55:31 +0700 |
| commit | 8982173d55a1affb84bce7ae03280b5e4505a23a (patch) | |
| tree | ecdb209249596e079823a7f626a373657b2e08c3 /go.mod | |
| parent | 6552e75303421885bb136702d967efe8b47c5eb2 (diff) | |
| download | kilabit.info-8982173d55a1affb84bce7ae03280b5e4505a23a.tar.xz | |
go.mod: update to latest dependencies
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -3,9 +3,10 @@ module git.sr.ht/~shulhan/kilabit.info go 1.13 require ( - git.sr.ht/~shulhan/ciigo v0.2.1-0.20201125182647-7520991ff810 - github.com/shuLhan/share v0.20.2-0.20201122173411-e8b3bf5ee6e9 - golang.org/x/net v0.0.0-20201110031124-69a78807bb2b // indirect + 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 ) //replace git.sr.ht/~shulhan/ciigo => ../ciigo |
