File: go.mod

package info (click to toggle)
golang-github-dnaeon-go-vcr 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 204 kB
  • sloc: makefile: 13; sh: 5
file content (8 lines) | stat: -rw-r--r-- 142 bytes parent folder | download
1
2
3
4
5
6
7
8
module github.com/dnaeon/go-vcr

go 1.15

require (
	github.com/modocache/gover v0.0.0-20171022184752-b58185e213c5
	gopkg.in/yaml.v2 v2.2.8
)