aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod8
1 files changed, 4 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index 2d567a0..f7d6947 100644
--- a/go.mod
+++ b/go.mod
@@ -6,11 +6,11 @@ module git.sr.ht/~shulhan/gotp
go 1.20
require (
- github.com/shuLhan/share v0.50.1
- golang.org/x/crypto v0.15.0
- golang.org/x/term v0.14.0
+ github.com/shuLhan/share v0.52.0
+ golang.org/x/crypto v0.18.0
+ golang.org/x/term v0.16.0
)
-require golang.org/x/sys v0.14.0 // indirect
+require golang.org/x/sys v0.16.0 // indirect
//replace github.com/shuLhan/share => ../share