aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2023-11-11 00:00:15 +0700
committerShulhan <ms@kilabit.info>2023-11-11 00:00:15 +0700
commit56213d03be16b368830a159543e89f6b5f7a6817 (patch)
tree31c86756e1b4f60e5539a447cd9b9597a56c2093 /go.mod
parent311b36b05897fd0b86051eb1cbaf342861eb140c (diff)
downloadgotp-56213d03be16b368830a159543e89f6b5f7a6817.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 b58dbdf..2d567a0 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.0
- golang.org/x/crypto v0.13.0
- golang.org/x/term v0.12.0
+ github.com/shuLhan/share v0.50.1
+ golang.org/x/crypto v0.15.0
+ golang.org/x/term v0.14.0
)
-require golang.org/x/sys v0.12.0 // indirect
+require golang.org/x/sys v0.14.0 // indirect
//replace github.com/shuLhan/share => ../share