aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2021-01-31 04:56:36 +0700
committerShulhan <ms@kilabit.info>2021-01-31 06:16:54 +0700
commit6c7bfd42bc1128f5969e9e40b23d6b828601f7cb (patch)
tree8138149fde47f135b965be0837b4f8b83421728f /go.mod
parent734ce643ecbc992834a8f78b44904b82b09bc84b (diff)
downloadkamusku-6c7bfd42bc1128f5969e9e40b23d6b828601f7cb.tar.xz
all: rewrite the server
This commit move the directClient to different repository called kamusku and changes the module name from kamusku to kamusd.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod10
1 files changed, 6 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index 5b0e918..17a358c 100644
--- a/go.mod
+++ b/go.mod
@@ -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