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 d757ec0..39f2ec5 100644
--- a/go.mod
+++ b/go.mod
@@ -3,14 +3,14 @@
module git.sr.ht/~shulhan/gotp
-go 1.18
+go 1.19
require (
- github.com/shuLhan/share v0.43.0
- golang.org/x/crypto v0.6.0
- golang.org/x/term v0.5.0
+ github.com/shuLhan/share v0.46.0
+ golang.org/x/crypto v0.9.0
+ golang.org/x/term v0.8.0
)
-require golang.org/x/sys v0.5.0 // indirect
+require golang.org/x/sys v0.8.0 // indirect
//replace github.com/shuLhan/share => ../share