File: go.mod

package info (click to toggle)
golang-github-muhlemmer-httpforwarded 0.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid, trixie
  • size: 116 kB
  • sloc: makefile: 2
file content (10 lines) | stat: -rw-r--r-- 206 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
module github.com/muhlemmer/httpforwarded

go 1.19

require gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c

require (
	github.com/kr/pretty v0.2.1 // indirect
	github.com/kr/text v0.1.0 // indirect
)