diff options
| author | Shulhan <ms@kilabit.info> | 2022-03-14 23:24:27 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-03-14 23:24:27 +0700 |
| commit | bc5065f71c448a7c9ec2b4bc6496793e01158833 (patch) | |
| tree | a06b287e9e711ffe1edbac45b7c1ac383a00aa77 /go.mod | |
| parent | 538a9c3cc8f9ed34c5de55b51bb0e8700e2cc34e (diff) | |
| download | gotp-bc5065f71c448a7c9ec2b4bc6496793e01158833.tar.xz | |
go.mod: update all dependencies
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 ) |
