whatcanGOwrong
This commit is contained in:
@@ -0,0 +1 @@
|
||||
v1.9.0
|
||||
@@ -0,0 +1 @@
|
||||
{"Version":"v1.9.0","Time":"2024-02-29T14:36:18Z","Origin":{"VCS":"git","URL":"https://github.com/stretchr/testify","Hash":"bb548d0473d4e1c9b7bbfd6602c7bf12f7a84dd2","Ref":"refs/tags/v1.9.0"}}
|
||||
@@ -0,0 +1,16 @@
|
||||
module github.com/stretchr/testify
|
||||
|
||||
// This should match the minimum supported version that is tested in
|
||||
// .github/workflows/main.yml
|
||||
go 1.17
|
||||
|
||||
require (
|
||||
github.com/davecgh/go-spew v1.1.1
|
||||
github.com/pmezard/go-difflib v1.0.0
|
||||
github.com/stretchr/objx v0.5.2
|
||||
gopkg.in/yaml.v3 v3.0.1
|
||||
)
|
||||
|
||||
// Break dependency cycle with objx.
|
||||
// See https://github.com/stretchr/objx/pull/140
|
||||
exclude github.com/stretchr/testify v1.8.2
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
|
||||
Reference in New Issue
Block a user