go.mod 117 B

12345678
  1. module github.com/kr/pretty
  2. go 1.12
  3. require (
  4. github.com/kr/text v0.2.0
  5. github.com/rogpeppe/go-internal v1.6.1
  6. )