File: go.mod

package info (click to toggle)
hey 0.1.4%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 148 kB
  • sloc: makefile: 20
file content (8 lines) | stat: -rw-r--r-- 142 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
module github.com/rakyll/hey

require (
	golang.org/x/net v0.0.0-20181017193950-04a2e542c03f
	golang.org/x/text v0.3.0 // indirect
)

go 1.13