-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
49 lines (46 loc) · 1.92 KB
/
go.mod
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
module github.com/SberMarket-Tech/grpc-wiremock
go 1.21
require (
github.com/apicat/datagen v0.0.9
github.com/avast/retry-go/v4 v4.3.3
github.com/farmergreg/rfsnotify v0.0.0-20200716145600-b37be6e4177f
github.com/getkin/kin-openapi v0.113.0
github.com/golang/protobuf v1.5.3
github.com/jhump/protoreflect v1.14.0
github.com/ochinchina/supervisord/config v0.0.0-20221017034009-b1093f890648
github.com/sirupsen/logrus v1.8.1
github.com/spf13/afero v1.9.3
github.com/spf13/cobra v1.7.0
github.com/stretchr/testify v1.8.1
golang.org/x/sync v0.6.0
golang.org/x/time v0.3.0
google.golang.org/genproto/googleapis/api v0.0.0-20240123012728-ef4313101c80
google.golang.org/grpc v1.62.0
google.golang.org/protobuf v1.32.0
gopkg.in/fsnotify.v1 v1.4.7
gopkg.in/yaml.v3 v3.0.1
k8s.io/utils v0.0.0-20221128185143-99ec85e7a448
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/go-openapi/jsonpointer v0.19.5 // indirect
github.com/go-openapi/swag v0.19.5 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/invopop/yaml v0.1.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
github.com/ochinchina/go-ini v1.0.1 // indirect
github.com/ochinchina/supervisord/util v0.0.0-20221017034009-b1093f890648 // indirect
github.com/perimeterx/marshmallow v1.1.4 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/stretchr/objx v0.5.0 // indirect
golang.org/x/net v0.22.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/genproto v0.0.0-20240123012728-ef4313101c80 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240304212257-790db918fca8 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)