File: go.mod

package info (click to toggle)
golang-github-k0kubun-pp 3.0.7-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, experimental, forky, sid, trixie
  • size: 132 kB
  • sloc: makefile: 2
file content (8 lines) | stat: -rw-r--r-- 159 bytes parent folder | download
1
2
3
4
5
6
7
8
module github.com/k0kubun/pp/v3

go 1.14

require (
	github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88
	github.com/mattn/go-colorable v0.1.7
)