File: go.mod

package info (click to toggle)
golang-pretty 0.2.1%2Bgit20200831.59b4212-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 144 kB
  • sloc: makefile: 4
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.1.0
	github.com/rogpeppe/go-internal v1.6.1
)