aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--go.mod2
-rw-r--r--go.sum4
2 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index ab0ee37..b426e94 100644
--- a/go.mod
+++ b/go.mod
@@ -5,7 +5,7 @@ module git.sr.ht/~shulhan/gotp
go 1.20
-require github.com/shuLhan/share v0.52.1-0.20240129164925-ec2b46e7780a
+require github.com/shuLhan/share v0.53.0
require (
golang.org/x/crypto v0.18.0 // indirect
diff --git a/go.sum b/go.sum
index 99be57d..078e86c 100644
--- a/go.sum
+++ b/go.sum
@@ -1,5 +1,5 @@
-github.com/shuLhan/share v0.52.1-0.20240129164925-ec2b46e7780a h1:eZTrZmz8KS7CNZbQCQQZ5YJDEv6AyqZSHytbLCZyqG0=
-github.com/shuLhan/share v0.52.1-0.20240129164925-ec2b46e7780a/go.mod h1:97/BcWdLau8i+xeFvPHdyqph1HgxVBSVhQEUIyCmgRc=
+github.com/shuLhan/share v0.53.0 h1:hxQQbUWKav0pGaVarakEBX7hqJsyfd5jGDG3l6mcAsU=
+github.com/shuLhan/share v0.53.0/go.mod h1:97/BcWdLau8i+xeFvPHdyqph1HgxVBSVhQEUIyCmgRc=
golang.org/x/crypto v0.18.0 h1:PGVlW0xEltQnzFZ55hkuX5+KLyrMYhHld1YHO4AKcdc=
golang.org/x/crypto v0.18.0/go.mod h1:R0j02AL6hcrfOiy9T4ZYp/rcWeMxM3L6QYxlOuEG1mg=
golang.org/x/net v0.20.0 h1:aCL9BSgETF1k+blQaYUBx9hJ9LOGP3gAVemcZlf1Kpo=