diff options
| author | Shulhan <ms@kilabit.info> | 2024-09-08 00:21:48 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-09-08 00:21:48 +0700 |
| commit | 7cbbab60fc8eff7d4be67e370342b2ea1d4c5769 (patch) | |
| tree | a9f5783fcc221a605ab7660bd4437a3f0a3bf874 /go.mod | |
| parent | d08e28f6698ee35827e52903032a36a4f1354878 (diff) | |
| download | gotp-7cbbab60fc8eff7d4be67e370342b2ea1d4c5769.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
@@ -5,12 +5,12 @@ module git.sr.ht/~shulhan/gotp go 1.21 -require git.sr.ht/~shulhan/pakakeh.go v0.55.1 +require git.sr.ht/~shulhan/pakakeh.go v0.57.0 require ( - golang.org/x/crypto v0.22.0 // indirect - golang.org/x/sys v0.19.0 // indirect - golang.org/x/term v0.19.0 // indirect + golang.org/x/crypto v0.27.0 // indirect + golang.org/x/sys v0.25.0 // indirect + golang.org/x/term v0.24.0 // indirect ) //replace git.sr.ht/~shulhan/pakakeh.go => ../pakakeh.go |
