diff options
| author | Shulhan <ms@kilabit.info> | 2024-11-07 02:23:15 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-11-07 02:23:15 +0700 |
| commit | 0826f7b74d037f7b48ad392e72dbde07059c1bd4 (patch) | |
| tree | be776dac23b4b21163c47db68547767b1fe0aace /go.mod | |
| parent | 6bc392a5974675ea1881d04084739d55a8843fe0 (diff) | |
| download | gotp-0826f7b74d037f7b48ad392e72dbde07059c1bd4.tar.xz | |
go.mod: update all dependencies
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -3,14 +3,14 @@ module git.sr.ht/~shulhan/gotp -go 1.21 +go 1.22.0 -require git.sr.ht/~shulhan/pakakeh.go v0.57.0 +require git.sr.ht/~shulhan/pakakeh.go v0.58.0 require ( - golang.org/x/crypto v0.27.0 // indirect - golang.org/x/sys v0.25.0 // indirect - golang.org/x/term v0.24.0 // indirect + golang.org/x/crypto v0.28.0 // indirect + golang.org/x/sys v0.26.0 // indirect + golang.org/x/term v0.25.0 // indirect ) //replace git.sr.ht/~shulhan/pakakeh.go => ../pakakeh.go |
