diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -1,10 +1,12 @@ -module github.com/shuLhan/kamusku +module git.sr.ht/~shulhan/kamusd -go 1.13 +go 1.15 require ( - github.com/shuLhan/share v0.15.1-0.20200528164210-c03ddce63f66 - golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e + git.sr.ht/~shulhan/kamusku v0.0.0-00010101000000-000000000000 + github.com/shuLhan/share v0.22.1-0.20210124101421-f76dc891e371 ) //replace github.com/shuLhan/share => ../share + +replace git.sr.ht/~shulhan/kamusku => ../kamusku |
