diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -3,7 +3,10 @@ module github.com/golang-id/web go 1.15 require ( - git.sr.ht/~shulhan/ciigo v0.6.0 - github.com/shuLhan/share v0.25.1 - golang.org/x/net v0.0.0-20210410081132-afb366fc7cd1 // indirect + git.sr.ht/~shulhan/ciigo v0.6.1-0.20211010143228-56488e32c04c + github.com/shuLhan/share v0.30.1-0.20211009182253-4cee5850bc7f ) + +//replace git.sr.ht/~shulhan/ciigo => ../ciigo + +//replace github.com/shuLhan/share => ../share |
