kd live는 go 1.18

This commit is contained in:
2023-06-21 18:27:35 +09:00
parent 30ff0a4b27
commit bbe340f559
2 changed files with 1 additions and 16 deletions

3
go.mod
View File

@ -1,6 +1,6 @@
module repositories.action2quare.com/ayo/houston
go 1.19
go 1.18
require (
golang.org/x/text v0.10.0
@ -13,6 +13,5 @@ require (
github.com/golang/protobuf v1.5.3 // indirect
golang.org/x/net v0.11.0 // indirect
golang.org/x/sys v0.9.0 // indirect
google.golang.org/genproto v0.0.0-20230525234025-438c736192d0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc // indirect
)