This repository has been archived on 2020-08-30. You can view files and clone it, but cannot push or open issues or pull requests.
helper/go.mod

10 lines
202 B
Modula-2

module git.0cd.xyz/michael/helper
go 1.14
require (
github.com/fatih/color v1.9.0
github.com/mattn/go-colorable v0.1.7 // indirect
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae // indirect
)