File: go.mod

package info (click to toggle)
golang-github-lestrrat-go-backoff 2.0.8-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 200 kB
  • sloc: makefile: 2
file content (8 lines) | stat: -rw-r--r-- 137 bytes parent folder | download
1
2
3
4
5
6
7
8
module github.com/lestrrat-go/backoff/v2

go 1.16

require (
	github.com/lestrrat-go/option v1.0.0
	github.com/stretchr/testify v1.6.1
)