...

Text file src/github.com/stretchr/testify/go.mod

Documentation: github.com/stretchr/testify

     1module github.com/stretchr/testify
     2
     3// This should match the minimum supported version that is tested in
     4// .github/workflows/main.yml
     5go 1.17
     6
     7require (
     8	github.com/davecgh/go-spew v1.1.1
     9	github.com/pmezard/go-difflib v1.0.0
    10	github.com/stretchr/objx v0.5.2
    11	gopkg.in/yaml.v3 v3.0.1
    12)
    13
    14// Break dependency cycle with objx.
    15// See https://github.com/stretchr/objx/pull/140
    16exclude github.com/stretchr/testify v1.8.2

View as plain text