This repository has been archived on 2024-07-20. You can view files and clone it, but cannot push or open issues or pull requests.
logger/go.mod

15 lines
313 B
Modula-2

module go.elara.ws/logger
go 1.18
require (
github.com/gookit/color v1.5.1
github.com/mattn/go-isatty v0.0.14
)
require (
github.com/stretchr/testify v1.8.0 // indirect
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6 // indirect
)