diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,12 +1,14 @@ module github.com/golang-id/web -go 1.15 +go 1.16 require ( - git.sr.ht/~shulhan/ciigo v0.6.1-0.20211010143228-56488e32c04c - github.com/shuLhan/share v0.30.1-0.20211009182253-4cee5850bc7f + git.sr.ht/~shulhan/ciigo v0.7.0 + github.com/shuLhan/share v0.32.0 ) +//replace git.sr.ht/~shulhan/asciidoctor-go => ../asciidoctor-go + //replace git.sr.ht/~shulhan/ciigo => ../ciigo //replace github.com/shuLhan/share => ../share |
