aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2024-04-06 16:32:57 +0700
committerShulhan <ms@kilabit.info>2024-04-06 16:32:57 +0700
commit772747f4051085443b38db8fb8f01ada41e89fc5 (patch)
tree940c196b79018ff9ae1e592c6db9a000eb4044fe /go.mod
parent424583f727bf5d7da0552780ba369834a73c36d3 (diff)
downloadkbbi-772747f4051085443b38db8fb8f01ada41e89fc5.tar.xz
all: replace "share" module with "pakakeh.go" module
The "share" module repository has been moved to SourceHut with new name "pakakeh.go". For more information on why we moved, see the project page at https://sr.ht/~shulhan/pakakeh.go.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod8
1 files changed, 5 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index b3a733a..63b3385 100644
--- a/go.mod
+++ b/go.mod
@@ -1,8 +1,10 @@
module git.sr.ht/~shulhan/kamusku
-go 1.15
+go 1.21
require (
- github.com/shuLhan/share v0.22.0
- golang.org/x/net v0.0.0-20210119194325-5f4716e94777
+ git.sr.ht/~shulhan/pakakeh.go v0.54.0
+ golang.org/x/net v0.22.0
)
+
+require golang.org/x/sys v0.18.0 // indirect