...

Text file src/github.com/lestrrat-go/backoff/v2/go.mod

Documentation: github.com/lestrrat-go/backoff/v2

     1module github.com/lestrrat-go/backoff/v2
     2
     3go 1.16
     4
     5require (
     6	github.com/lestrrat-go/option v1.0.0
     7	github.com/stretchr/testify v1.6.1
     8)

View as plain text