File: go.mod

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

go 1.13

require (
	github.com/h2non/parth v0.0.0-20190131123155-b4df798d6542
	github.com/nbio/st v0.0.0-20140626010706-e9e8d9816f32
)