aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-09-06 23:48:40 +0700
committerShulhan <ms@kilabit.info>2022-09-06 23:48:40 +0700
commite14c7ccc5f0e41a862cb7420d2ed259f66957840 (patch)
treeb8c6cebff3da11be6731ad951025ec8a65317945 /go.mod
parent5a14390302983633a8676df39a2b6ed89b3ce5a6 (diff)
downloadgotp-e14c7ccc5f0e41a862cb7420d2ed259f66957840.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 c1423eb..7fc7b8b 100644
--- a/go.mod
+++ b/go.mod
@@ -6,11 +6,11 @@ module git.sr.ht/~shulhan/gotp
go 1.18
require (
- github.com/shuLhan/share v0.40.0
- golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
- golang.org/x/term v0.0.0-20220526004731-065cf7ba2467
+ github.com/shuLhan/share v0.41.0
+ golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90
+ golang.org/x/term v0.0.0-20220722155259-a9ba230a4035
)
-require golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
+require golang.org/x/sys v0.0.0-20220829200755-d48e67d00261 // indirect
//replace github.com/shuLhan/share => ../share