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
)
