diff options
| author | Shulhan <ms@kilabit.info> | 2024-02-08 18:22:38 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-02-08 18:22:38 +0700 |
| commit | da6a5594b5ba5e40700bfed6764d8b66d704b7a0 (patch) | |
| tree | a624a43a62cdf5b2e01e3edeb54fc916e0ceab63 | |
| parent | f5788bdd8ab4a853f453d06ca1e7deb636877b15 (diff) | |
| download | gotp-da6a5594b5ba5e40700bfed6764d8b66d704b7a0.tar.xz | |
go.mod: update dependencies
| -rw-r--r-- | go.mod | 2 | ||||
| -rw-r--r-- | go.sum | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -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 @@ -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= |
