2023-05-22 02:13:03 +09:00
|
|
|
module repositories.action2quare.com/ayo/houston
|
2023-05-21 23:37:54 +09:00
|
|
|
|
2023-05-22 02:13:03 +09:00
|
|
|
go 1.19
|
2023-05-21 23:37:54 +09:00
|
|
|
|
|
|
|
|
require (
|
2023-06-21 14:35:27 +09:00
|
|
|
golang.org/x/text v0.10.0
|
|
|
|
|
google.golang.org/grpc v1.56.0
|
2023-05-21 23:37:54 +09:00
|
|
|
google.golang.org/protobuf v1.30.0
|
2023-06-21 14:35:27 +09:00
|
|
|
repositories.action2quare.com/ayo/gocommon v0.0.0-20230621052811-06ef97f11d22
|
2023-05-21 23:37:54 +09:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
2023-06-21 14:35:27 +09:00
|
|
|
golang.org/x/net v0.11.0 // indirect
|
|
|
|
|
golang.org/x/sys v0.9.0 // indirect
|
|
|
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc // indirect
|
2023-05-21 23:37:54 +09:00
|
|
|
)
|