diff options
| author | Shulhan <ms@kilabit.info> | 2023-11-11 00:00:15 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-11-11 00:00:15 +0700 |
| commit | 56213d03be16b368830a159543e89f6b5f7a6817 (patch) | |
| tree | 31c86756e1b4f60e5539a447cd9b9597a56c2093 /go.mod | |
| parent | 311b36b05897fd0b86051eb1cbaf342861eb140c (diff) | |
| download | gotp-56213d03be16b368830a159543e89f6b5f7a6817.tar.xz | |
go.mod: update all dependencies
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -6,11 +6,11 @@ module git.sr.ht/~shulhan/gotp go 1.20 require ( - github.com/shuLhan/share v0.50.0 - golang.org/x/crypto v0.13.0 - golang.org/x/term v0.12.0 + github.com/shuLhan/share v0.50.1 + golang.org/x/crypto v0.15.0 + golang.org/x/term v0.14.0 ) -require golang.org/x/sys v0.12.0 // indirect +require golang.org/x/sys v0.14.0 // indirect //replace github.com/shuLhan/share => ../share |
