File: go.mod

package info (click to toggle)
golang-github-gookit-color 1.5.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,708 kB
  • sloc: sh: 101; makefile: 7
file content (12 lines) | stat: -rw-r--r-- 284 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
module color_example

go 1.15

require (
	github.com/Delta456/box-cli-maker/v2 v2.2.2
	github.com/gookit/color v1.5.1
	github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778
	golang.org/x/sys v0.0.0-20220624220833-87e55d714810 // indirect
)

replace github.com/gookit/color => ../