diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -5,12 +5,12 @@ module git.sr.ht/~shulhan/gotp go 1.20 +require github.com/shuLhan/share v0.52.1-0.20240129164925-ec2b46e7780a + require ( - github.com/shuLhan/share v0.52.0 - golang.org/x/crypto v0.18.0 - golang.org/x/term v0.16.0 + golang.org/x/crypto v0.18.0 // indirect + golang.org/x/sys v0.16.0 // indirect + golang.org/x/term v0.16.0 // indirect ) -require golang.org/x/sys v0.16.0 // indirect - //replace github.com/shuLhan/share => ../share |
