File: go.mod

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

go 1.12

require (
	github.com/kr/text v0.2.0
	github.com/rogpeppe/go-internal v1.9.0
)