Files
houston/go.mod

18 lines
454 B
Modula-2
Raw Normal View History

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 (
golang.org/x/text v0.9.0
2023-05-22 02:13:03 +09:00
google.golang.org/grpc v1.55.0
2023-05-21 23:37:54 +09:00
google.golang.org/protobuf v1.30.0
2023-06-14 01:50:48 +09:00
repositories.action2quare.com/ayo/gocommon v0.0.0-20230613162208-4ebf231bbe72
2023-05-21 23:37:54 +09:00
)
require (
github.com/golang/protobuf v1.5.3 // indirect
2023-05-22 02:13:03 +09:00
golang.org/x/net v0.10.0 // indirect
golang.org/x/sys v0.8.0 // indirect
2023-05-21 23:37:54 +09:00
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
)