aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod10
1 files changed, 5 insertions, 5 deletions
diff --git a/go.mod b/go.mod
index f7d6947..ab0ee37 100644
--- a/go.mod
+++ b/go.mod
@@ -5,12 +5,12 @@ module git.sr.ht/~shulhan/gotp
go 1.20
+require github.com/shuLhan/share v0.52.1-0.20240129164925-ec2b46e7780a
+
require (
- github.com/shuLhan/share v0.52.0
- golang.org/x/crypto v0.18.0
- golang.org/x/term v0.16.0
+ golang.org/x/crypto v0.18.0 // indirect
+ golang.org/x/sys v0.16.0 // indirect
+ golang.org/x/term v0.16.0 // indirect
)
-require golang.org/x/sys v0.16.0 // indirect
-
//replace github.com/shuLhan/share => ../share