diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -0,0 +1,15 @@ +module git.sr.ht/~shulhan/gotp + +go 1.17 + +require ( + github.com/shuLhan/share v0.30.1-0.20211026162333-a7fd63a0836f + golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 +) + +require ( + golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac // indirect + golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect +) + +//replace github.com/shuLhan/share => ../share |
