File: go.mod

package info (click to toggle)
golang-gopkg-errgo.v2 2.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 112 kB
  • sloc: makefile: 2
file content (8 lines) | stat: -rw-r--r-- 142 bytes parent folder | download
1
2
3
4
5
6
7
8
module gopkg.in/errgo.v2

require (
	github.com/kr/pretty v0.1.0 // indirect
	gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
)

go 1.13