-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
31 lines (28 loc) · 994 Bytes
/
go.mod
File metadata and controls
31 lines (28 loc) · 994 Bytes
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
module github.com/utgwkk/bulkmockgen
go 1.25.0
require (
github.com/gertd/go-pluralize v0.2.1
github.com/gkampitakis/go-snaps v0.5.21
github.com/stoewer/go-strcase v1.3.1
github.com/stretchr/testify v1.11.1
go.uber.org/mock v0.6.0
golang.org/x/tools v0.43.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gkampitakis/ciinfo v0.3.2 // indirect
github.com/goccy/go-yaml v1.18.0 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/maruel/natural v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.13.1 // indirect
github.com/sergi/go-diff v1.4.0 // indirect
github.com/tidwall/gjson v1.18.0 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
github.com/tidwall/sjson v1.2.5 // indirect
golang.org/x/mod v0.34.0 // indirect
golang.org/x/sync v0.20.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)