master
jdl 2021-04-02 08:44:05 +02:00
parent d80dad4a40
commit 90cde9b4fd
1 changed files with 4 additions and 1 deletions

5
go.mod
View File

@ -2,4 +2,7 @@ module git.crumpington.com/public/toolbox
go 1.16
require golang.org/x/term v0.0.0-20210317153231-de623e64d2a6
require (
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 // indirect
golang.org/x/term v0.0.0-20210317153231-de623e64d2a6
)