diff options
author | Anthony Wang | 2022-03-27 17:58:47 -0500 |
---|---|---|
committer | Anthony Wang | 2022-03-27 17:58:47 -0500 |
commit | a5977b9500bbd5486e9fae080ac49d9325b0d1ae (patch) | |
tree | e6bca0c76466ad5e9a0c93e54e4d919257ea7c3a /go.mod | |
parent | f038ce57449fcbcba31b229ed0f0090c07eff34f (diff) |
Add golang.org/x/term module for raw input
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ module sd go 1.18 + +require ( + golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect + golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect +) |