diff options
| author | Shulhan <ms@kilabit.info> | 2024-03-26 16:05:13 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-03-26 16:05:13 +0700 |
| commit | bd4157bbd951d7207d5398006c98cebe483e459f (patch) | |
| tree | 15a870ec9b7ffca2b29bd3c307bb905ada43b021 /go.mod | |
| parent | b1607d5902efab63c6dc5177f78268f69a66c2fc (diff) | |
| download | gotp-bd4157bbd951d7207d5398006c98cebe483e459f.tar.xz | |
all: replace module "share" with "pakakeh.go"
The "share" module has been moved to moved from github, to sourcehut.
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -3,14 +3,14 @@ module git.sr.ht/~shulhan/gotp -go 1.20 +go 1.21 -require github.com/shuLhan/share v0.53.0 +require git.sr.ht/~shulhan/pakakeh.go v0.53.2-0.20240321104707-cee16b8ead85 require ( - golang.org/x/crypto v0.18.0 // indirect - golang.org/x/sys v0.16.0 // indirect - golang.org/x/term v0.16.0 // indirect + golang.org/x/crypto v0.21.0 // indirect + golang.org/x/sys v0.18.0 // indirect + golang.org/x/term v0.18.0 // indirect ) -//replace github.com/shuLhan/share => ../share +//replace git.sr.ht/~shulhan/pakakeh.go => ../pakakeh.go |
