aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2024-03-26 16:05:13 +0700
committerShulhan <ms@kilabit.info>2024-03-26 16:05:13 +0700
commitbd4157bbd951d7207d5398006c98cebe483e459f (patch)
tree15a870ec9b7ffca2b29bd3c307bb905ada43b021 /go.mod
parentb1607d5902efab63c6dc5177f78268f69a66c2fc (diff)
downloadgotp-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.mod12
1 files changed, 6 insertions, 6 deletions
diff --git a/go.mod b/go.mod
index b426e94..cf4fc73 100644
--- a/go.mod
+++ b/go.mod
@@ -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