aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2024-01-25 23:39:30 +0700
committerShulhan <ms@kilabit.info>2024-01-25 23:39:30 +0700
commit6aeb5a7c882c30c9a9042f30f2ae16d35d2f47d3 (patch)
tree2634770e905140f8bda807f28aade4a3993e519e /go.mod
parent6ae7feb1cc14a8aebc726850ef9def0db5242bc6 (diff)
downloadgotp-6aeb5a7c882c30c9a9042f30f2ae16d35d2f47d3.tar.xz
go.mod: update all dependencies
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