From 77cef2851517e313d64161faabde7659e8969011 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Mon, 15 May 2023 01:28:32 +0700 Subject: all: update Go version to 1.19 and all dependencies --- go.mod | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'go.mod') 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 -- cgit v1.3