File: go.mod

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

require (
	github.com/frankban/quicktest v1.2.2
	github.com/rogpeppe/clock v0.0.0-20190514195947-2896927a307a
)

go 1.12