diff options
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.19 +go 1.20 require ( - github.com/shuLhan/share v0.46.0 - golang.org/x/crypto v0.9.0 - golang.org/x/term v0.8.0 + github.com/shuLhan/share v0.50.0 + golang.org/x/crypto v0.13.0 + golang.org/x/term v0.12.0 ) -require golang.org/x/sys v0.8.0 // indirect +require golang.org/x/sys v0.12.0 // indirect //replace github.com/shuLhan/share => ../share |
