Add term and sys packages from golang.org/x

This commit is contained in:
qowevisa 2024-03-14 00:04:26 +02:00
parent 0ab01ad7f5
commit a15defc397
2 changed files with 8 additions and 0 deletions

4
go.mod
View File

@ -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
View 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=