diff options
| author | Shulhan <ms@kilabit.info> | 2024-04-06 16:32:57 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-04-06 16:32:57 +0700 |
| commit | 772747f4051085443b38db8fb8f01ada41e89fc5 (patch) | |
| tree | 940c196b79018ff9ae1e592c6db9a000eb4044fe /go.mod | |
| parent | 424583f727bf5d7da0552780ba369834a73c36d3 (diff) | |
| download | kbbi-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.mod | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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 |
