Add term and sys packages from golang.org/x
This commit is contained in:
parent
0ab01ad7f5
commit
a15defc397
4
go.mod
4
go.mod
|
@ -1,3 +1,7 @@
|
|||
module git.qowevisa.me/Qowevisa/gotell
|
||||
|
||||
go 1.20
|
||||
|
||||
require golang.org/x/term v0.17.0
|
||||
|
||||
require golang.org/x/sys v0.17.0 // indirect
|
||||
|
|
4
go.sum
Normal file
4
go.sum
Normal file
|
@ -0,0 +1,4 @@
|
|||
golang.org/x/sys v0.17.0 h1:25cE3gD+tdBA7lp7QfhuV+rJiE9YXTcS3VG1SqssI/Y=
|
||||
golang.org/x/sys v0.17.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
|
||||
golang.org/x/term v0.17.0 h1:mkTF7LCd6WGJNL3K1Ad7kwxNfYAW6a8a8QqtMblp/4U=
|
||||
golang.org/x/term v0.17.0/go.mod h1:lLRBjIVuehSbZlaOtGMbcMncT+aqLLLmKrsjNrUguwk=
|
Loading…
Reference in New Issue
Block a user