diff options
| author | Shulhan <ms@kilabit.info> | 2024-01-25 23:39:30 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-01-25 23:39:30 +0700 |
| commit | 6aeb5a7c882c30c9a9042f30f2ae16d35d2f47d3 (patch) | |
| tree | 2634770e905140f8bda807f28aade4a3993e519e /go.mod | |
| parent | 6ae7feb1cc14a8aebc726850ef9def0db5242bc6 (diff) | |
| download | gotp-6aeb5a7c882c30c9a9042f30f2ae16d35d2f47d3.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.1 - golang.org/x/crypto v0.15.0 - golang.org/x/term v0.14.0 + github.com/shuLhan/share v0.52.0 + golang.org/x/crypto v0.18.0 + golang.org/x/term v0.16.0 ) -require golang.org/x/sys v0.14.0 // indirect +require golang.org/x/sys v0.16.0 // indirect //replace github.com/shuLhan/share => ../share |
