File: go.mod

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

go 1.13

require (
	github.com/pkg/errors v0.8.1
	github.com/stretchr/testify v1.4.0
)