File: go.mod

package info (click to toggle)
golang-github-minio-colorjson 1.0.8-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 204 kB
  • sloc: makefile: 2
file content (14 lines) | stat: -rw-r--r-- 258 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module github.com/minio/colorjson

go 1.21

require (
	github.com/fatih/color v1.16.0
	github.com/mattn/go-isatty v0.0.20
	github.com/minio/pkg/v3 v3.0.1
)

require (
	github.com/mattn/go-colorable v0.1.13 // indirect
	golang.org/x/sys v0.20.0 // indirect
)