From 4d63f05deac80f2470bfb73a0094072f8a7606b4 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sun, 12 Feb 2023 16:21:16 +0700 Subject: go.mod: update all dependencies --- go.mod | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 7fc7b8b..d757ec0 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.41.0 - golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90 - golang.org/x/term v0.0.0-20220722155259-a9ba230a4035 + github.com/shuLhan/share v0.43.0 + golang.org/x/crypto v0.6.0 + golang.org/x/term v0.5.0 ) -require golang.org/x/sys v0.0.0-20220829200755-d48e67d00261 // indirect +require golang.org/x/sys v0.5.0 // indirect //replace github.com/shuLhan/share => ../share -- cgit v1.3