2021-03-31 08:27:54 +00:00
|
|
|
module git.crumpington.com/public/toolbox
|
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
2021-04-02 06:44:05 +00:00
|
|
|
require (
|
2021-04-07 06:46:39 +00:00
|
|
|
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68
|
2021-04-02 06:44:05 +00:00
|
|
|
golang.org/x/term v0.0.0-20210317153231-de623e64d2a6
|
|
|
|
)
|