aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-03-14 23:24:27 +0700
committerShulhan <ms@kilabit.info>2022-03-14 23:24:27 +0700
commitbc5065f71c448a7c9ec2b4bc6496793e01158833 (patch)
treea06b287e9e711ffe1edbac45b7c1ac383a00aa77 /go.mod
parent538a9c3cc8f9ed34c5de55b51bb0e8700e2cc34e (diff)
downloadgotp-bc5065f71c448a7c9ec2b4bc6496793e01158833.tar.xz
go.mod: update all dependencies
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 88b53cc..51f29c9 100644
--- a/go.mod
+++ b/go.mod
@@ -3,12 +3,12 @@ module git.sr.ht/~shulhan/gotp
go 1.17
require (
- github.com/shuLhan/share v0.34.1-0.20220207173109-b2dfeda079de
- golang.org/x/crypto v0.0.0-20211202192323-5770296d904e
+ github.com/shuLhan/share v0.35.0
+ golang.org/x/crypto v0.0.0-20220131195533-30dcbda58838
)
require (
- golang.org/x/sys v0.0.0-20211124211545-fe61309f8881 // indirect
+ golang.org/x/sys v0.0.0-20220204135822-1c1b9b1eba6a // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
)