-
Notifications
You must be signed in to change notification settings - Fork 168
Expand file tree
/
Copy pathgo.mod
More file actions
29 lines (24 loc) · 905 Bytes
/
go.mod
File metadata and controls
29 lines (24 loc) · 905 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
module github.com/tokopedia/gripmock
go 1.23
toolchain go1.23.8
require (
github.com/go-chi/chi v4.1.2+incompatible
github.com/golang/protobuf v1.5.4
github.com/lithammer/fuzzysearch v1.1.5
github.com/stretchr/testify v1.7.0
github.com/tokopedia/gripmock/protogen v0.0.0
golang.org/x/text v0.22.0
google.golang.org/grpc v1.72.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/kr/pretty v0.2.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/net v0.35.0 // indirect
golang.org/x/sys v0.30.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a // indirect
google.golang.org/protobuf v1.36.5 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
)
replace github.com/tokopedia/gripmock/protogen v0.0.0 => ./protogen