summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2024-02-08 18:22:38 +0700
committerShulhan <ms@kilabit.info>2024-02-08 18:22:38 +0700
commitda6a5594b5ba5e40700bfed6764d8b66d704b7a0 (patch)
treea624a43a62cdf5b2e01e3edeb54fc916e0ceab63
parentf5788bdd8ab4a853f453d06ca1e7deb636877b15 (diff)
downloadgotp-da6a5594b5ba5e40700bfed6764d8b66d704b7a0.tar.xz
go.mod: update dependencies
-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=