File: go.mod

package info (click to toggle)
golang-github-ivanpirog-coloredcobra 1.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 108 kB
  • sloc: makefile: 4
file content (8 lines) | stat: -rw-r--r-- 126 bytes parent folder | download
1
2
3
4
5
6
7
8
module github.com/ivanpirog/coloredcobra

go 1.15

require (
	github.com/fatih/color v1.13.0
	github.com/spf13/cobra v1.4.0
)