aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/stretchr/testify/.yo.snapshot.json
blob: d9661e0f734e7d774d2a6a3ef33beee35bdfec80 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
{
	"Version": "v1.8.4",
	"GoVersion": "1.20",
	"Sum": "h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=",
	"Packages": {
		"github.com/stretchr/testify": {
			"Imports": [
				"github.com/stretchr/testify/assert",
				"github.com/stretchr/testify/http",
				"github.com/stretchr/testify/mock"
			],
			"TestImports": [
				"github.com/stretchr/testify/assert",
				"testing"
			]
		},
		"github.com/stretchr/testify/assert": {
			"Imports": [
				"bufio",
				"bytes",
				"encoding/json",
				"errors",
				"fmt",
				"github.com/davecgh/go-spew/spew",
				"github.com/pmezard/go-difflib/difflib",
				"gopkg.in/yaml.v3",
				"math",
				"net/http",
				"net/http/httptest",
				"net/url",
				"os",
				"reflect",
				"regexp",
				"runtime",
				"runtime/debug",
				"strings",
				"time",
				"unicode",
				"unicode/utf8"
			],
			"TestImports": [
				"bufio",
				"bytes",
				"encoding/json",
				"errors",
				"fmt",
				"io",
				"math",
				"net/http",
				"net/url",
				"os",
				"path/filepath",
				"reflect",
				"regexp",
				"runtime",
				"strings",
				"testing",
				"time",
				"unsafe"
			]
		},
		"github.com/stretchr/testify/http": {
			"Imports": [
				"github.com/stretchr/testify/mock",
				"net/http"
			],
			"TestImports": null
		},
		"github.com/stretchr/testify/mock": {
			"Imports": [
				"errors",
				"fmt",
				"github.com/davecgh/go-spew/spew",
				"github.com/pmezard/go-difflib/difflib",
				"github.com/stretchr/objx",
				"github.com/stretchr/testify/assert",
				"path",
				"reflect",
				"regexp",
				"runtime",
				"strings",
				"sync",
				"time"
			],
			"TestImports": [
				"errors",
				"fmt",
				"github.com/stretchr/testify/assert",
				"github.com/stretchr/testify/require",
				"regexp",
				"runtime",
				"sync",
				"testing",
				"time"
			]
		},
		"github.com/stretchr/testify/require": {
			"Imports": [
				"github.com/stretchr/testify/assert",
				"net/http",
				"net/url",
				"time"
			],
			"TestImports": [
				"encoding/json",
				"errors",
				"testing",
				"time"
			]
		},
		"github.com/stretchr/testify/suite": {
			"Imports": [
				"flag",
				"fmt",
				"github.com/stretchr/testify/assert",
				"github.com/stretchr/testify/require",
				"os",
				"reflect",
				"regexp",
				"runtime/debug",
				"sync",
				"testing",
				"time"
			],
			"TestImports": [
				"bytes",
				"errors",
				"flag",
				"github.com/stretchr/testify/assert",
				"github.com/stretchr/testify/require",
				"io/ioutil",
				"math/rand",
				"os",
				"os/exec",
				"strings",
				"testing",
				"time"
			]
		}
	}
}