diff options
| author | Shulhan <ms@kilabit.info> | 2024-04-06 17:44:13 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-04-06 17:44:13 +0700 |
| commit | 3245b00f0246f7f2f0afd8635cfd3ff9bf2cf584 (patch) | |
| tree | 286817224a5d72569e4db335578b3549f566deda /go.mod | |
| parent | 6c7bfd42bc1128f5969e9e40b23d6b828601f7cb (diff) | |
| download | kamusku-3245b00f0246f7f2f0afd8635cfd3ff9bf2cf584.tar.xz | |
all: replace "share" module with "pakakeh.go"
The "share" module has been moved to new forge, SourceHut, with new name
"pakakeh.go".
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 15 |
1 files changed, 10 insertions, 5 deletions
@@ -1,12 +1,17 @@ module git.sr.ht/~shulhan/kamusd -go 1.15 +go 1.21 require ( - git.sr.ht/~shulhan/kamusku v0.0.0-00010101000000-000000000000 - github.com/shuLhan/share v0.22.1-0.20210124101421-f76dc891e371 + git.sr.ht/~shulhan/kamusku v0.1.0 + git.sr.ht/~shulhan/pakakeh.go v0.54.0 ) -//replace github.com/shuLhan/share => ../share +require ( + golang.org/x/net v0.22.0 // indirect + golang.org/x/sys v0.18.0 // indirect +) + +//replace git.sr.ht/~shulhan/kamusku => ../kamusku -replace git.sr.ht/~shulhan/kamusku => ../kamusku +//replace git.sr.ht/~shulhan/pakakeh.go => ../pakakeh.go |
